:root {
  --mainColor: #00434c;
  --paleColor: #e5eced;
  --transpaColor: rgb(0 67 76 / 0.85);
}

body.default {
  --mainColor: #00434c;
  --paleColor: #e5eced;
  --transpaColor: rgb(0 67 76 / 0.85);
}

body.ye {
  --mainColor: #000;
  --paleColor: #ededed;
  --transpaColor: rgb(0 0 0 / 0.85);
}

body.sbl {
  --mainColor: #3893be;
  --paleColor: #eaf4f8;
  --transpaColor: rgb(56 147 190 / 0.85);
}

body.pk {
  --mainColor: #010057;
  --paleColor: #f1f1fb;
  --transpaColor: rgb(1 0 87 / 0.85);
}

body.rd {
  --mainColor: #c13b3b;
  --paleColor: #f8ebeb;
  --transpaColor: rgb(193 59 59 / 0.85);
}

body.gr {
  --mainColor: #68aa46;
  --paleColor: #eff6ec;
  --transpaColor: rgb(104 170 70 / 0.85);
}

/* COLOR

DEFAULT
#00434c //100%
#548187 //67%
#7fa1a5 //50%
#d8e2e4 //15%
#e5eced //10%

YELLOW ye
#da9412 //100%
#e6b760 //67%
#ecc988 //50%
#f9efdb //15%
#fbf4e6 //10%

SKYBLUE sbl
#3893be //100%
#7ab7d4 //67%
#9bc9de //50%
#e1eff5 //15%
#eaf4f8 //10%

PINK pk
#ed7b8e //100%
#f3a7b3 //67%
#f6bdc6 //50%
#fcebee //15%
#fdf1f3 //10%

RED rd
#c13b3b //100%
#d67c7c //67%
#e09d9d //50%
#f5e1e1 //15%
#f8ebeb //10%

GREEN gr
#68aa46 //100%
#9ac683 //67%
#b3d4a2 //50%
#e8f2e3 //15%
#eff6ec //10%

*/
@media all and (min-width: 751px) {
  body {
    font-size: 100%;
    /* 16px */
    color: #000000;
    background: #FFFFFF;
    line-height: 2;
    word-wrap: break-word;
  }
  a,
  span,
  img {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
  }
  a,
  a:link,
  a:visited {
    color: var(--mainColor);
    text-decoration: none;
  }
  a:hover {
    color: var(--mainColor);
    text-decoration: underline;
  }
  .pc-anchor {
    margin-top: -80px !important;
    padding-top: 80px !important;
  }
  .container {
    width: 100%;
    min-width: 1180px;
  }
  .container .container-inner {
    width: 960px;
    margin: 0 auto;
  }
  .fade-in {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
  }
  .scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* HEADER */
  #header {
    height: 100px;
    margin: 0;
    background: #E5ECED;
    background-color: var(--mainColor);
    color: #FFFFFF;
    position: relative;
  }
  #header .container-inner {
    height: 100%;
  }
  #header .container-inner .primary {
    height: 100%;
  }
  #header .container-inner .primary .h-logo {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .container-inner .primary .h-logo > a,
  #header .container-inner .primary .h-logo .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  #header .container-inner .primary .h-logo > a .title,
  #header .container-inner .primary .h-logo .inner .title {
    text-align: center;
    line-height: 1.4;
  }
  #header .container-inner .primary .h-logo > a .ja,
  #header .container-inner .primary .h-logo .inner .ja {
    font-size: 200%;
    font-weight: bold;
  }
  #header .container-inner .primary .h-logo > a .ja .small,
  #header .container-inner .primary .h-logo .inner .ja .small {
    font-size: 75%;
    vertical-align: middle;
    margin: 0 10px;
  }
  #header .container-inner .primary .h-logo > a .en,
  #header .container-inner .primary .h-logo .inner .en {
    display: block;
  }
  #header .container-inner .primary .h-logo > a:hover,
  #header .container-inner .primary .h-logo .inner:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  #header .h-contact {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
  }
  #header .h-contact > a {
    display: inline-block;
    color: #ffffff;
    font-size: 93.75%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 4px 15px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transition: opacity 0.3s;
    transition: 0.2s;
  }
  #header .h-contact > a:hover {
    transition: 0.2s;
    color: var(--mainColor);
    background-color: #fff;
  }
  /* NAV */
  #nav {
    margin: 0;
  }
  #nav .container-inner #pc-nav {
    height: 70px;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #nav .container-inner #pc-nav > li {
    width: 174px;
    height: 100%;
    position: relative;
    z-index: 5;
  }
  #nav .container-inner #pc-nav > li.home {
    width: 80px;
  }
  #nav .container-inner #pc-nav > li.home > a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/common/nav-home.png);
    background-size: 34px auto;
  }
  #nav .container-inner #pc-nav > li > a {
    height: 100%;
    letter-spacing: 0.15em;
    color: var(--mainColor);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 112.5%;
    /* 18px */
    font-weight: bold;
    text-decoration: none;
    position: relative;
  }
  #nav .container-inner #pc-nav > li > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--mainColor);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  #nav .container-inner #pc-nav > li:hover > a:after {
    opacity: 1;
  }
  #nav .container-inner #pc-nav > li.on > a:after {
    opacity: 1;
  }
  #nav .container-inner #pc-nav > li .second {
    display: none;
    width: 100%;
    margin-bottom: 0;
    padding: 24px 0 24px;
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 70px;
    left: 0;
  }
  #nav .container-inner #pc-nav > li .second > li {
    line-height: 1.4;
  }
  #nav .container-inner #pc-nav > li .second > li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  #nav .container-inner #pc-nav > li .second > li > a {
    display: inline-block;
    color: var(--mainColor);
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0 2px 40px;
    letter-spacing: 0.15em;
    position: relative;
    overflow: hidden;
  }
  #nav .container-inner #pc-nav > li .second > li > a:before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: var(--mainColor);
    position: absolute;
    top: 11px;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  #nav .container-inner #pc-nav > li .second > li > a:hover:before {
    transform: translateX(0);
  }
  #nav .container-inner #pc-nav > li .second > li > a.space01 {
    letter-spacing: 1.25em;
  }
  #nav .container-inner #pc-nav > li .second > li.open > a:before {
    transform: translateX(0);
  }
  body.ye #nav #pc-nav > li.home > a {
    background-image: url(../images/common/nav-home_bk.svg);
  }
  body.sbl #nav #pc-nav > li.home > a {
    background-image: url(../images/common/nav-home_sbl.png);
  }
  body.pk #nav #pc-nav > li.home > a {
    background-image: url(../images/common/nav-home_blue.svg);
  }
  body.rd #nav #pc-nav > li.home > a {
    background-image: url(../images/common/nav-home_rd.png);
  }
  body.gr #nav #pc-nav > li.home > a {
    background-image: url(../images/common/nav-home_gr.png);
  }
  /* FOOTER */
  #footer {
    color: #ffffff;
    background-color: var(--mainColor);
  }
  #footer a {
    color: #ffffff;
  }
  #footer .container-inner {
    padding: 30px 0 25px;
    text-align: center;
  }
  #footer .container-inner .f-sign .f-name > a {
    font-weight: bold;
    font-size: 150%;
    display: inline-block;
    text-decoration: none !important;
    transition: opacity 0.3s;
  }
  #footer .container-inner .f-sign .f-name > a:hover {
    opacity: 0.5;
  }
  #footer .container-inner .f-sign .f-name .small {
    font-size: 75%;
  }
  #footer .container-inner .f-sign .f-address {
    margin-bottom: 20px;
  }
  #footer .container-inner .f-sign .f-address .address-info {
    margin-bottom: 5px;
  }
  #footer .container-inner .f-sign .f-address .address-info .f-map {
    margin-left: 30px;
  }
  #footer .container-inner .f-sign .f-address .address-info .f-map > a {
    padding-left: 13px;
    display: inline-block;
    font-weight: bold;
    position: relative;
  }
  #footer .container-inner .f-sign .f-address .address-info .f-map > a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 10px;
    left: 0;
  }
  #footer .container-inner .f-sign .f-address .number-info .f-fax {
    margin-left: 5px;
  }
  #footer .container-inner .f-sign .f-address .number-info .f-mail {
    margin-left: 10px;
  }
  #footer .container-inner .f-sign .f-links {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .container-inner .f-sign .f-links .btn {
    width: 180px;
    text-align: center;
    display: inline-block;
    color: var(--mainColor);
    background-color: #FFFFFF;
    border: solid 1px var(--mainColor);
    padding: 5px 0;
    margin: 0 10px;
    text-decoration: none !important;
    transition: opacity 0.3s;
    line-height: 1.4;
    min-height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
  }
  #footer .container-inner .f-sign .f-links .btn:hover {
    opacity: 0.75;
    transition: 0.2s;
    opacity: 0.9;
    color: #fff;
    background-color: var(--mainColor);
    border-color: #fff;
  }
  #footer .container-inner .f-sign .f-links .btn:not(:last-child) {
    width: 350px;
  }
  #footer .container-inner #fbottom .copyright {
    margin: 0;
    font-size: 75%;
    text-align: center;
  }
  /* NAVIGATION */
  #toggle {
    display: none;
  }
  .fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: -40px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }
  /* TITLE */
  #title {
    height: 360px;
    position: relative;
  }
  #title .title-box {
    background-color: var(--transpaColor);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  #title .title-box .title {
    font-size: 212.5%;
    letter-spacing: 0.15em;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 35px;
    line-height: 1.7;
  }
  #title .titlebg-box {
    display: flex;
    height: 100%;
    overflow: hidden;
  }
  #title .titlebg-box .right-box {
    width: 100%;
    height: 100%;
    background-image: url(../images/home/mainv/image/image02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* CONTENT */
  #content a {
    text-decoration: underline;
  }
  #breadcrumb {
    padding-top: 10px;
    margin-bottom: 60px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 87.5%;
    /* 14px */
  }
  #breadcrumb li > a {
    color: var(--mainColor);
  }
  #breadcrumb li > a > span {
    transition-duration: 0s;
  }
  #breadcrumb li > a:hover {
    font-weight: bold;
    text-decoration: none;
    color: var(--mainColor);
  }
  #breadcrumb li.on {
    font-weight: bold;
    color: var(--mainColor);
  }
  .section {
    margin-bottom: 100px;
  }
  .section-s {
    margin-bottom: 80px;
  }
  .section-ss {
    margin-bottom: 60px;
  }
  .section-sss {
    margin-bottom: 40px;
  }
  .section-ssss {
    margin-bottom: 20px;
  }
  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5000;
    margin: 0;
  }
  .pagetop > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none !important;
    line-height: 1;
    text-decoration: none;
    background-color: var(--mainColor);
  }
  .pagetop > a:hover {
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  .inlink {
    margin-top: -80px;
    padding-top: 80px;
  }
  /* SNAV */
  /* SUBNAV */
  #subnav .subnav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -20px auto 65px;
    max-width: 750px;
  }
  #subnav .subnav-list > li {
    border-left: 1px solid var(--mainColor);
  }
  #subnav .subnav-list > li:last-of-type {
    border-right: 1px solid var(--mainColor);
  }
  #subnav .subnav-list > li > a {
    padding: 0 20px;
    display: block;
    color: var(--mainColor);
    font-weight: bold;
    text-decoration: none !important;
    position: relative;
  }
  #subnav .subnav-list > li > a:after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 2.5px;
    background-color: var(--mainColor);
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.5s;
    opacity: 0;
  }
  #subnav .subnav-list > li > a:hover:after {
    opacity: 1;
  }
  #subnav .subnav-list > li.on > a:after {
    opacity: 1;
  }
}

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