@charset "utf-8";

/*===============================================
    PCスマホ共通CSS
===============================================*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption, article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    list-style: none;
    background:transparent;
    box-sizing:border-box;
}
article, aside, dialog, figure, footer, header,hgroup, nav, section {
    display:block;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
html {
    font-size: 62.5%;
}
body {
    height: auto;
    font-feature-settings: "palt";
    display: block;
    position: relative;
}
section {
    position: relative;
}
a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    text-decoration:none;
    vertical-align:baseline;
    background:transparent;
    display:inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    cursor:pointer;
}
a:focus {
    outline: none;
}
img {
    vertical-align: top;
    border: 0;
    max-width:100%;
    height:auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.imgArea img {
    width: 100%;
}
table {
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}
dt {
    font-weight: bold;
}
hr {
    display:block;
    height:1px;
    border:0;
    padding:0;
}
.clear {
    clear: both;
}
.cf:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}
:root .cf::after { /* IE9 */
    content: ""\9;
    clear: both\9;
    display: block\9;
    height: 0\9;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mgb10 {
    margin-bottom: 10px;
}
.mgb20 {
    margin-bottom: 20px;
}
.mgb30 {
    margin-bottom: 30px;
}
.mgb40 {
    margin-bottom: 40px;
}
.mgb50 {
    margin-bottom: 50px;
}
.last {
    margin-bottom:0 !important;
}
p + p {
    margin-top: 1.2em;
}
p + img {
    margin-top: 20px;
}
img + p {
    margin-top: 20px;
}

/* サイト固有設定 */
body {
    color:#fff;
    font-size:1.6rem;/* 16px*/
    font-weight: 400;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.7;
    letter-spacing: 0.18em;
    background: #2c394b;
    scroll-behavior: smooth;
}
a {
    color:#adae53;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
strong {
    font-size: 1.7rem;
    font-weight: bold;
    background: linear-gradient(transparent 35%, #fffb79 35%);
}
.en {
    font-family: 'Krona One', sans-serif;
    font-weight: 600;
}
.en-narrow {
    letter-spacing: -0.02em;
}
.orderStopMark{
    display: inline-block;
    font-size: 0.6em;
    font-weight: bold;
    background: #cdc635;
    color: #2c394b;
    padding: 0.2em 0.5em;
    line-height: 1.6em;
    letter-spacing: 0;
    text-indent: 0;
    position: relative;
    top: -0.2em;
}
.caution{
    font-size: 0.8em;
    font-weight: bold;
    color: #adae53;
}

/*===============================================
    PC用CSS
===============================================*/
@media print, screen and (min-width:751px){

/*--------------------------------------------
    サイト基本設定
--------------------------------------------*/
body {
    min-width: 1200px;
    background-size: 100%;
}
.for-sp {
    display:none !important;
}

/*--------------------------------------------
    共通部分
--------------------------------------------*/

/*--  エリアと余白 --*/
.ctsArea {
    position: relative;
    padding-top: 125px;
}
.inner {
    padding: 100px 0;
}
.sec-inner {
    width: 1100px;
    position: relative;
    margin: 0 auto;
}

/*--  #to-top --*/
#page-top {
    right: 3%;
    bottom: 3%;
    z-index: 100;
}
#page-top a {
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    font-weight: bold;
    background: #adae53;
    position: relative;
}
#page-top a:after {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../Images/arrow-pagetop.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#page-top a:hover {
    background: #295d72;
}

/*--  ボタン --*/
.btn-cv {
    display: flex;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.btn-cv span {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #295d72;
    z-index: 10;
    transition: .5s;
}
.btn-cv span:before {
    content: "";
    width: 0;
    background: #adae53;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    transition: .5s;
}
.btn-cv:hover span:before {
    width: 100%;
}
.btn-cv:after {
    content: "";
    display: block;
    width: 25px;
    height: 5px;
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    transform: skew(45deg);
    transition: .3s;
    z-index: 20;
}
.btn-cv:hover:after {
    width: 35px;
    right: 20px;
}
.btn-cmn {
    width: 320px;
    display: inline-block;
    color: #fff;
    position: relative;
    font-weight: bold;
    text-align: left;
}
.btn-cmn:hover {
    color: #adae53;
    letter-spacing: 0.25em;
}
.btn-cmn span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
}
.btn-cmn span:after {
    content: "";
    display: block;
    width: 25px;
    height: 5px;
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    transform: skew(45deg);
    transition: .3s;
}
.btn-cmn span:hover:after {
    width: 55px;
    right: -20px;
    border-right: 2px solid #adae53;
    border-bottom: 1px solid #adae53;
}
.btn-cmn::before,
.btn-cmn::after{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
.btn-cmn::after{
    width: 0;
    background: #adae53;
}
.btn-cmn:hover::after {
    width: 100%;
}

/*--  見出し --*/
h2 {
    color: #fff;
    font-size: 3.6rem;
    line-height: 1;
    position: relative;
}
.h2Area-pat01 {
    text-align: center;
    padding: 20px 0;
}
.h2Area-pat01 h2 {
    display: inline-block;
    padding: 40px 0;
}
.h2Area-pat01 h2 span {
    color: #adae53;
    font-family: 'Krona One', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.8rem;
    display: block;
    margin-top: 20px;
}
.h2Area-pat01 h2:before,
.h2Area-pat01 h2:after {
    content: '';
    width: 45px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform: rotate(-60deg);
}
.h2Area-pat01 h2:before {
    top: 0;
    left: 50%;
}
.h2Area-pat01 h2:after {
    bottom: 0;
    left: calc(50% - 69px);
}

.h2Area-pat02 {
    overflow: hidden;
    margin-bottom: 50px;
}
.h2Area-pat02 h2 {
    display: inline-block;
    padding-right: 30px;
}
.h2Area-pat02 h2:after {
    content: "";
    width: 99em;
    border-top: #adae53 1px solid;
    position: absolute;
    top: calc(50% + 7px);
    left: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.h2Area-pat02 h2 span.en {
    color: #adae53;
    font-size: 5rem;
    margin-right: 15px;
}
.h2Area-pat02.no-num h2 {
    border-left: #adae53 8px solid;
    padding: 5px 30px 5px 15px;
}
.h2Area-pat02.no-num h2:after {
    top: 50%;
}

.h2Area-pat03 {
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 65px;
    line-height: 1;
    margin-bottom: 50px;
}
.h2Area-pat03 .num {
    color: #adae53;
    font-size: 10rem;
    line-height: 1!important;
    position: relative;
}
.h2Area-pat03 .num:after {
    content: '';
    width: 170px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 78px;
    right: -120px;
    transform: rotate(-56deg);
}
.h2Area-pat03 h2 {
    padding-top: 67px;
}
.h2Area-pat03 h2 p {
    line-height: 1!important;
}
.h2Area-pat03 h2 span {
    display: block;
    color: #adae53;
    font-size: 2.4rem;
    margin-top: 20px;
}

.y-label {
    font-size: 2.4rem;
    padding-left: 45px;
    position: relative;
}
.y-label:before {
    content: '';
    display: block;
    width: 30px;
    height: 10px;
    background: #adae53;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*--  お問い合わせ --*/
#cvArea {
    background: url(../Images/cvArea-bg.jpg) center no-repeat;
    background-size: cover;
}
#cvArea .sec-inner {
    justify-content: center;
    column-gap: 50px;
    color: #333;
    background: rgb(255 255 255 / 90%);
    padding: 50px 0;
}
#cvArea h2 {
    color: #2c394b;
}
#cvArea h2:before,
#cvArea h2:after {
    background: #2c394b;
}
#cvArea .ctsBox {
    text-align: center;
}
#cvArea .ctsBox .ctsBox-top {
    margin-bottom: 30px;
}
#cvArea .ctsBox .ctsBox-top dt {
    color: #adae53;
    font-size: 2.0rem;
    letter-spacing: 0.2em;
    border: #adae53 1px solid;
    padding: 8px 0;
    margin-bottom: 20px;
}
#cvArea .ctsBox .ctsBox-top dd {
    font-size: 1.8rem;
    font-weight: bold;
}
#cvArea .ctsBox .ctsBox-btm a.btn-cv {
    width: 320px;
}
#cvArea .ctsBox .ctsBox-btm a.btn-cv span {
    font-size: 2.0rem;
    padding: 16px 30px 16px 0;
}
#cvArea .ctsBox .ctsBox-btm .tel dt {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.12em;
    position: relative;
}
#cvArea .ctsBox .ctsBox-btm .tel dd {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.14em;
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
}
#cvArea .ctsBox .ctsBox-btm .tel dd:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../Images/icon-tel.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*--  作図例紹介 --*/
ul.samples-list {
    flex-wrap: wrap;
}
ul.samples-list li a {
    display: block;
    width: 100%;
    color: #fff;
    border: #fff 1px solid;
    padding: 35px 30px 30px;
    position: relative;
    cursor: pointer;
}
ul.samples-list li a .cate {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #adae53;
    padding: 2px 14px 1px;
    position: absolute;
    top: 50px;
    left: 20px;
    z-index: 10;
}
ul.samples-list li a .imgArea {
    display: block;
    width: 100%;
    height: 205px;
    box-sizing: border-box;
    background: #adae53;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
ul.samples-list li a .imgArea img {
    object-fit: cover;
    width: 100%;
    height: 205px;
}
ul.samples-list li a:hover .imgArea img {
    opacity: 0.5;
    transform: scale(1.2);
}
ul.samples-list li a .ttl {
    line-height: 1;
    position: relative;
}
ul.samples-list li a:hover .ttl {
    color: #adae53;
}
ul.samples-list li a .ttl:after {
    content: "";
    display: block;
    width: 25px;
    height: 5px;
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    transform: skew(45deg);
    transition: .3s;
    z-index: 20;
}
ul.samples-list li a:hover .ttl:after {
    width: 35px;
    border-right: 2px solid #adae53;
    border-bottom: 1px solid #adae53;
    right: 0;
}

/*--  modal --*/
.remodal-overlay {
  background: rgb(44 57 75 / 90%);
}
.remodal {
    position: relative;
    margin: 0 auto;
}
.remodal .ttlArea {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.remodal .ttlArea .cate {
    font-size: 2rem;
    line-height: 1;
    background: #adae53;
    padding: 10px;
}
.remodal .ttlArea .remodal-close {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 4rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: normal;
    line-height: 1;
    background: #adae53;
    border: 0;
    transition: .5s;
    cursor: pointer;
}
.remodal .ttlArea .remodal-close:hover {
    background: #295d72;
}
.remodal img {
    object-fit: cover;
    max-height: 80vh;
}

/*--  table --*/
.table-cmn {
    margin-top: -40px;
}
.table-cmn tr {
    display: flex;
    width: 100%;
    border-bottom: #fff 1px solid;
}
.table-cmn th {
    width: 18%;
    text-align: left;
    padding: 40px 0;
}
.table-cmn td {
    width: 82%;
    padding: 40px 0;
}
.table-cmn td a {
    color: #adae53;
    text-decoration: underline;
}
.table-cmn td a:hover {
    color: #295d72;
}

/*--------------------------------------------
    header / footer
--------------------------------------------*/

/*-- header --*/
#header {
    width: 100%;
    min-width: 1200px;
    position: fixed;
    z-index: 999;
}
#header .hdrPc {
    align-items: flex-start;
    padding: 40px 2%;
    transition: .5s;
}
#header.after-scroll .hdrPc,
#header.hdr-under .hdrPc  {
    align-items: center;
    background: rgb(44 57 75 / 90%);
    padding: 25px 2%;
}
#header .hdr-logo {
    width: 190px;
    transition: .5s;
}
#header.after-scroll .hdr-logo,
#header.hdr-under .hdr-logo {
    width: 130px;
}
#header nav,
#header nav ul {
    column-gap: 40px;
}
#header nav li a {
    color: #fff;
    position: relative;
}
#header nav li a:hover,
#header nav li.current a {
    color: #adae53;
}
#header nav li a:after {
    content: '';
    width: 0;
    height: 2px;
    background: #adae53;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: .5s;
}
#header nav li a:hover:after,
#header nav li.current a:after {
    width: 45px;
}
#header nav .btn-cv {
    width: 260px;
}
#header nav .btn-cv span {
    font-size: 1.8rem;
    padding: 20px 20px 20px 0;
}
#header.after-scroll nav .btn-cv span,
#header.hdr-under nav .btn-cv span {
    padding: 15px 20px 15px 0;
}

/*-- footer --*/
#footer {
    background: #2c394b;
    padding: 90px 0 80px;
}
#footer .sec-inner {
    align-items: flex-start;
}
#footer .leftArea .ftr-logo {
    width: 160px;
}
#footer .leftArea p {
    font-size: 1.5rem;
}
#footer .leftArea p.address {
    margin: 40px 0 20px;
}
#footer .rightArea .rightArea-top ul {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
#footer .rightArea .rightArea-top li a {
    color: #fff;
    position: relative;
    padding-left: 45px;
}
#footer .rightArea .rightArea-top li a:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #adae53;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: .5s;
}
#footer .rightArea .rightArea-top li a:hover {
    color: #adae53;
}
#footer .rightArea .rightArea-top li a:hover:before {
    width: 35px;
}
#footer .ftr-copy {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 88px;
}

/*===========================================
    contents
============================================*/

/*--------------------------------------------
    TOPページ（#top）
--------------------------------------------*/

/*-- key --*/
#top #key {
    width: 100%;
    height: 100vh;
    background: url(../Images/keyimg_pc.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
#top #key .sec-inner {
    top: 53%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#top #key .maincopy {
    margin-bottom: 50px;
}
#top #key .maincopy p {
    color: #cdc635;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
}
#top #key .maincopy h1 {
    font-size: 5.5rem;
    line-height: 1.5;
    letter-spacing: 0.12em;
}
#top #key .maincopy h1 span {
    color: #cdc635;
    font-size: 7.4rem;
    line-height: 1;
}
#top #key .subcopy {
    font-size: 2.2rem;
    line-height: 2.2;
    border-left: #cdc635 10px solid;
    padding-left: 30px;
}

/*-- top-about --*/
#top-about .imgArea {
    width: 30%;
    position: absolute;
    top: 100px;
}
#top-about .imgArea img {
    object-fit: cover;
    min-height: 740px;
    max-height: 815px;
}
#top-about .imgArea:after {
    content: '';
    display: block;
    width: 240px;
    height: 50px;
    background: #adae53;
    position: absolute;
    top: 70px;
    right: -170px;
}
#top-about .topArea {
    background: url(../Images/top-reasons-bg.jpg) center no-repeat;
    background-size: cover;
}
#top-about .topArea .sec-inner {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row-reverse;
    column-gap: 100px;
}
#top-about .topArea h2 {
    font-size: 4.6rem;
    writing-mode: vertical-rl;
    position: relative;
}
#top-about .topArea h2:after {
    content: '';
    width: 1px;
    height: 270px;
    background: #fff;
    position: absolute;
    bottom: -310px;
    left: 2.3rem;
}
#top-about .topArea h2 span {
    display: block;
    color: #adae53;
    font-size: 2.0rem;
    margin-left: 20px;
}
#top-about .topArea .txtArea {
    width: 575px;
    padding-top: 200px;
}
#top-about .topArea .txtArea h3 {
    font-size: 3.6rem;
}
#top-about .topArea .txtArea p {
    font-size: 1.8rem;
    line-height: 2.2;
    margin: 25px 0 60px;
}
#top-about .btmArea {
    background: #295d72;
}
#top-about .btmArea h3 {
    position: relative;
}
#top-about .btmArea h3 p {
    font-size: 3.6rem;
    text-align: right;
    position: relative;
    z-index: 10;
}
#top-about .btmArea h3 span {
    color: #2b4f62;
    font-size: 120px;
    line-height: 1;
    position: absolute;
    top: -5px;
    right: -9px;
}
#top-about .btmArea .box {
    background: url(../Images/bg-ruledline.png);
    padding: 50px 40px;
}
#top-about .btmArea .box-01 {
    margin: 38px 0 20px;
}
#top-about .btmArea .box-01 dt {
    margin-bottom: 20px;
}
#top-about .btmArea .box-01 dd {
    font-size: 1.8rem;
    line-height: 2.2;
    justify-content: flex-start;
    column-gap: 45px;
}
#top-about .btmArea .box-01 img {
    width: 500px;
}
#top-about .btmArea .box-container {
    align-items: stretch;
}
#top-about .btmArea .box-container .box {
    align-items: flex-start;
}
#top-about .btmArea .box-container dt {
    margin-bottom: 10px;
}
#top-about .btmArea .box-02 {
    width: 485px;
}
#top-about .btmArea .box-02 img {
    object-fit: cover;
    width: 170px;
    height: 200px;
}
#top-about .btmArea .box-03 {
    width: 595px;
}

/*-- top-reason --*/
#top-reason {
    background: url(../Images/top-reasons-bg.jpg) center no-repeat;
    background-size: cover;
}
#top-reason .h2Area-pat01 {
    margin-bottom: 40px;
}
#top-reason ul {
    padding-top: 2.5rem;
}
#top-reason ul li {
    width: 355px;
}
#top-reason ul li a {
    display: block;
    width: 100%;
    background: #adae53;
    position: relative;
}
#top-reason ul li a:hover {
    background: #295d72;
}
#top-reason ul li a p.num {
    color: #adae53;
    font-size: 5.0rem;
    line-height: 1;
    position: absolute;
    top: -2.5rem;
    left: 5px;
    z-index: 10;
}
#top-reason ul li a .imgArea {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
#top-reason ul li a:hover .imgArea img {
    transform: scale(1.2);
}
#top-reason ul li a .txtArea {
    color: #fff;
    text-align: center;
    padding: 35px 0;
}
#top-reason ul li a .txtArea h3 {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.25em;
    padding-bottom: 50px;
    margin-bottom: 20px;
    position: relative;
}
#top-reason ul li a .txtArea h3:after {
    content: '';
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#top-reason ul li a .txtArea p {
    letter-spacing: 0.12em;
}
#top-reason .btnArea {
    text-align: center;
    margin-top: 40px;
}

/*-- top-parallax --*/
#top-parallax {
    min-height: 400px;
    background-image: url(../Images/top-para.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*-- top-samples --*/
#top-samples {
    /* background: #2c394b; */
    background: #295d72;
}
#top-samples .ctsBox ul {
    row-gap: 20px;
    width: 840px;
}
#top-samples .ctsBox ul li {
    width: 410px;
}
#top-samples .btnArea {
    text-align: right;
    margin-top: 40px;
}

/*-- top-links --*/
#top-links {
    background: url(../Images/top-links-bg-l.jpg) center no-repeat;
    background-size: cover;
}
#top-links a {
    display: block;
    width: 525px;
    background: url(../Images/top-links-bg-s.png) rgb(41 93 114 / 85%);
    padding: 53px 0;
}
#top-links a:hover {
    background-color: rgb(173 174 83 / 85%);
}
#top-links a h2 span {
    transition: .5s;
}
#top-links a:hover h2 span {
    color: #295d72;
}

/*-- top-topics --*/
#top-topics {
    background: #2c394b;
    padding: 65px 0;
}
#top-topics .ctsBox {
    width: 840px;
}
#top-topics .cts {
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: #fff 1px solid;
    padding: 35px 0;
}
#top-topics .cts:last-child {
    border-bottom: none;
}
#top-topics .cts .date {
    min-width: 160px;
    color: #adae53;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding-top: 1px;
}
#top-topics .cts dl dt {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 12px;
}
#top-topics .cts dl dd {
    font-size: 1.5rem;
}
#top-topics .cts dl dd a {
    color: #adae53;
    font-weight: bold;
    text-decoration: underline;
}
#top-topics .cts dl dd a:hover {
    color: #295d72;
}

/*--------------------------------------------
    下層固定ページ共通
--------------------------------------------*/

/*--  下層ページh1 --*/
.under .page-ttlArea {
    position: relative;
}
.under .page-ttlArea:after {
    content: '';
    display: inline-block;
    width: 60%;
    height: 295px;
    background: url(../Images/under-h1-bg.jpg) no-repeat;
    background-size: cover;
    vertical-align: middle;
    position: absolute;
    top: 50px;
    left: 0;
}
.under .page-ttlArea .hdr-img {
    width: 100%;
    height: 295px;
    object-fit: cover;
}
.under .page-ttlArea .txtArea {
    padding-bottom: 60px;
    position: absolute;
    top: calc(50% + 15px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}
.under .page-ttlArea .txtArea:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.under .page-ttlArea .txtArea h1 {
    font-size: 4rem;
}
.under .page-ttlArea .txtArea h1 span {
    font-size: 4.8rem;
}
.under .page-ttlArea .txtArea p {
    color: #adae53;
    font-size: 1.8rem;
}

/*-- breadcrumbs（ぱんくず） --*/
.under #breadcrumbs {
    justify-content: flex-end;
    column-gap: 15px;
    font-size: 1.5rem;
    line-height: 1;
    padding: 17.5px 0;
}
.under #breadcrumbs a {
    color: #fff;
    text-decoration: underline;
}
.under #breadcrumbs a:hover {
    color: #adae53;
}
.under #breadcrumbs span {
    padding-left: 5px;
}
.under #breadcrumbs p {
    color: #adae53;
    font-weight: bold;
}

/*--------------------------------------------
    エムテックについて（#about）
--------------------------------------------*/
#about #sec01:after {
    content: '';
    display: block;
    width: 50%;
    height: 320px;
    background: #adae53;
    position: absolute;
    bottom: 180px;
    left: 0;
    z-index: -2;
}
#about #sec01 .sec01-cts {
    position: relative;
    align-items: flex-start;
    justify-content: flex-end;
}
#about #sec01 .sec01-cts .imgArea {
    width: 360px;
    position: absolute;
    left: 0;
    z-index: -1;
}
#about #sec01 .sec01-cts .imgArea p {
    position: relative;
}
#about #sec01 .sec01-cts .imgArea p span {
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
}
#about #sec01 .sec01-cts .txtArea {
    width: 780px;
    line-height: 2;
    background: url(../Images/top-links-bg-s.png) rgb(41 93 114 / 85%);
    position: relative;
    padding: 60px 50px 60px 70px;
    margin-top: 80px;
}
#about #sec01 .sec01-cts .txtArea .en {
    color: #295d72;
    font-size: 10rem;
    line-height: 1;
    opacity: 0.6;
    position: absolute;
    right: -8px;
    top: -87px;
}
#about #sec01 .sec01-cts .txtArea h3 {
    font-size: 2.4rem;
    margin-bottom: 40px;
}
#about #sec02 {
    background: #295d72;
}
#about #sec02 dl dt {
    margin-bottom: 10px;
}
#about #sec02 dl dd + dt {
    margin-top: 35px;
}
#about #sec03 h3 {
    margin-bottom: 40px;
}
#about #sec03 .top-cts {
    margin-bottom: 90px;
}
#about #sec03 iframe {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

/*--------------------------------------------
    選ばれる理由（#reason）
--------------------------------------------*/
#reason h3 {
    font-size: 2.4rem;
}
#reason p {
    line-height: 2.25;
}

#reason #sec01 .topArea {
    margin-bottom: 50px;
}
#reason #sec01 .btmArea li {
    width: 355px;
    text-align: center;
    position: relative;
    border: #fff 1px solid;
    padding: 75px 25px 35px;
}
#reason #sec01 .btmArea .tag {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.08em;
    background: #adae53;
    padding: 6.5px 10px;
    position: absolute;
    top: 20px;
    left: -5px;
}
#reason #sec01 .btmArea .tag span {
    font-size: 2.2rem;
}
#reason #sec01 .btmArea .txtArea h3 {
    margin: 30px 0 12px;
}
#reason #sec01 .btmArea .txtArea p {
    text-align: left;
    line-height: 1.75;
}

#reason #sec02 {
    background: #295d72;
}
#reason #sec02 .topArea {
    margin-bottom: 50px;
}
#reason #sec02 .topArea .txtArea {
    width: 495px;
}
#reason #sec02 .topArea .figureArea {
    width: 550px;
    text-align: center;
    border: #fff 1px solid;
    padding: 40px 30px;
}
#reason #sec02 .topArea .figureArea h3,
#reason #sec02 .topArea .figureArea p {
    line-height: 1;
}
#reason #sec02 .topArea .figureArea .figure {
    margin: 20px 0;
}
#reason #sec02 .topArea .figureArea .figure ul li {
    width: 195px;
    font-weight: bold;
    background: #adae53;
    padding: 1.5px 0;
}
#reason #sec02 .topArea .figureArea .figure ul li+li {
    margin-top: 10px;
}
#reason #sec02 .btmArea li {
    width: 260px;
}

#reason #sec03 h3 {
    margin-bottom: 20px;
}
#reason #sec03 .cts {
    align-items: flex-start;
    position: relative;
}
#reason #sec03 .cts-02 {
    flex-direction: row-reverse;
    margin: 60px 0;
}
#reason #sec03 .cts .txtArea {
    width: 600px;
    border: #fff 1px solid;
    margin-top: 40px;
}
#reason #sec03 .cts-01 .txtArea {
    padding: 50px 80px 50px 45px;
}
#reason #sec03 .cts-02 .txtArea {
    padding: 60px 45px 60px 80px;
}
#reason #sec03 .cts-03 .txtArea {
    padding: 60px 80px 60px 45px;
}
#reason #sec03 .cts .txtArea p span {
    color: #adae53;
    font-weight: bold;
}
#reason #sec03 .cts img {
    width: 550px;
    position: absolute;
    right: 0;
    z-index: -1;
}
#reason #sec03 .cts-02 img {
    left: 0;
}

#reason .priceArea {
    background: url(../Images/bg-ruledline.png) #295d72;
    padding: 50px 60px;
    margin-top: 100px;
}
#reason .priceArea h3 {
    margin-bottom: 18px!important;
}
#reason .priceArea .tableBox {
    justify-content: flex-start;
    column-gap: 20px;
    margin-bottom: 30px;
}
#reason .priceArea .tableBox dl {
    border: #fff 1px solid;
}
#reason .priceArea .tableBox dl dt {
    border-right: #fff 1px solid;
    padding: 9.5px 20px;
}
#reason .priceArea .tableBox dl dd {
    width: 265px;
    padding: 2px 20px 0;
}
#reason .priceArea .examBox dt {
    font-size: 1.8rem;
    margin-bottom: 8px;
}
#reason .priceArea .examBox dt span {
    color: #2c394b;
    text-align: center;
    line-height: 1;
    background: #fff;
    padding: 5px 3px 5px 5px;
    margin-right: 15px;
}
#reason .priceArea .examBox dt p {
    display: inline;
    line-height: 1;
}


/*--------------------------------------------
    作図例紹介（#samples）
--------------------------------------------*/
#samples #navigation {
    padding-top: 100px;
}
#samples #navigation li {
    width: 210px;
    position: relative;
}
#samples #navigation li:before {
    content: attr(data-number);
    color: #adae53;
    font-size: 2.8rem;
    font-family: 'Krona One', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: absolute;
    top: -23px;
    left: 15px;
    z-index: 50;
    transition: .5s;
}
#samples #navigation li:hover:before {
    color: #fff;
}
#samples #navigation li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: left;
    background: #295d72;
    padding: 21px 20px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
#samples #navigation li a:after {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    transform: skew(45deg);
    transition: .3s;
    z-index: 20;
}
#samples #navigation li a:hover:after {
    width: 25px;
    right: 15px;
}
#samples #navigation li a:before {
    content: "";
    position: absolute;
    display: block;
    background: #adae53;
    width: 100%;
    top: 0;
    bottom: 0;
    left: -210px;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
    z-index: -1;
}
#samples #navigation li a:hover:before {
    left: 0;
}
#samples section:nth-child(2n) {
    background: #295d72;
}

#samples .cts + .cts {
    margin-top: 80px;
}
#samples .cts h3 {
    width: 1100px;
    margin: 0 auto 20px;
}
#samples ul.samples-list {
    justify-content: flex-start;
    gap: 25px;
}
#samples ul.samples-list li {
    width: 350px;
}

/*--------------------------------------------
    よくある質問（#faq）
--------------------------------------------*/
#faq section + section {
    padding-top: 0;
}
#faq .faq-cts li {
    margin-bottom: 30px;
}
#faq .faq-cts li:last-child {
    margin-bottom: 0;
}
#faq .faq-cts li dl dt,
#faq .faq-cts li dl dd {
    display: flex;
    column-gap: 16px;
}
#faq .faq-cts li dl dt {
    line-height: 1;
    align-items: center;
    border: #fff 1px solid;
    padding: 20px 25px;
    position: relative;
    cursor: pointer;
    transition: .5s;
}
#faq .faq-cts li dl dt:after {
    content: "\f107";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 1.8rem;
    font-weight: 600;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#faq .faq-cts li dl dt.open:after {
    content: "\f106";
}
#faq .faq-cts li dl dt:hover,
#faq .faq-cts li dl dt.open:hover  {
    background: #295d72;
    border: #295d72 1px solid;
}
#faq .faq-cts li dl dd {
    padding: 20px 26px;
}
#faq .faq-cts li dl .icon-q,
#faq .faq-cts li dl .icon-a {
    width: 30px;
    color: #adae53;
    font-size: 2.4rem;
    font-weight: bold;
}
#faq .faq-cts li dl .icon-a {
    color: #fff;
    margin-top: -5px;
}
#faq .faq-cts li dl p {
    max-width: 1000px;
}
#faq .faq-cts li dl dt p {
    font-size: 1.7rem;
}
#faq .faq-cts li dl dd p {
    line-height: 1.9;
}
#faq .faq-cts li dl dd p a {
    color: #adae53;
    font-weight: bold;
    text-decoration: underline;
}
#faq .faq-cts li dl dd p a:hover {
    color: #295d72;
}
#faq .faq-cts li dl dd p .ttl {
    color: #adae53;
    font-size: 1.7rem;
    font-weight: bold;
}
#faq .faq-cts li dl dd p img {
    margin-top: 20px;
}

/*--------------------------------------------
    採用情報（#recruit）
--------------------------------------------*/
#recruit #info {
    margin-bottom: 60px;
}
#recruit #info p {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    border: #adae53 1px solid;
    padding: 20px;
}

/*--------------------------------------------
    お問い合わせ（#contact）
--------------------------------------------*/
#contact #sec01 {
    padding-bottom: 0;
}
#contact .note {
    margin: -30px 0 45px;
}
#contact #sec01 .sec01-cts li {
    justify-content: center;
    column-gap: 15px;
    width: 48%;
    border: #fff 1px solid;
    padding: 30px 0;
}
#contact #sec01 .sec01-cts li p {
    font-weight: bold;
    margin: 0;
}
#contact #sec01 .sec01-cts li p span {
    display: block;
    color: #adae53;
    font-size: 2.8rem;
    line-height: 1;
    margin-top: 5px;
}

/*--  フォーム部分 --*/
form tr {
    align-items: center;
}
form th {
    width: 28%!important;
}
form th span.tag {
    color: #fff;
    font-size: 1.5rem;
    background: #adae53;
    padding: 6px 8px 6px 10px;
    margin-right: 10px;
}
form th span.tag-optional {
    background: #295d72;
}
form input,
form textarea {
    width: 100%;
    color: #fff;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.18em;
    background: #585e66;
    border: none;
    padding: 10px 15px;
}
form tr.textarea-column {
    align-items: flex-start;
}
form .telarea-column td {
    justify-content: flex-start;
}
form .telarea-column td input {
    width: 20%;
}
form .telarea-column td span {
    margin: 0 9px 0 12px;
}
form .btn-cv {
    width: 450px;
    margin: 50px auto 0;
    position: relative;
}
form .btn-cv span {
    padding: 15px 20px 15px 0;
}
form .btn-cv input {
    font-size: 1.8rem;
    font-weight: bold;
    background: none;
}

/*--  フォーム送信完了共通 --*/
#thanks #sec01 {
    text-align: center;
}
#thanks #sec01 .h2Area-pat01 {
    margin-bottom: 40px;
}
#thanks #sec01 p {
    font-size: 1.7rem;
    line-height: 2;
}
#thanks #sec01 .btn-cv {
    width: 300px;
    margin: 50px auto 0;
}
#thanks #sec01 .btn-cv span {
    font-size: 1.8rem;
    padding: 15px 20px 15px 0;
}

/*--------------------------------------------
    404ページ
--------------------------------------------*/
#page404 #sec01 {
    text-align: center;
}
#page404 #sec01 p {
    font-size: 1.7rem;
    line-height: 2;
}
#page404 #sec01 .btn-cv {
    width: 300px;
    margin: 50px auto 0;
}
#page404 #sec01 .btn-cv span {
    font-size: 1.8rem;
    padding: 15px 20px 15px 0;
}







}