:root {
  --mainColor: #006253;
  --paleColor: #e5eced;
  --transpaColor: rgba(0, 98, 83, 0.85);
}

body.default {
  --mainColor: #006253;
  --paleColor: #e5eced;
  --transpaColor: rgba(0, 98, 83, 0.85);
}

body.ye {
  --mainColor: #da9412;
  --paleColor: #fbf4e6;
  --transpaColor: rgb(218 148 18 / 0.85);
}

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

body.pk {
  --mainColor: #ed7b8e;
  --paleColor: #fdf1f3;
  --transpaColor: rgb(237 123 142 / 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 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #header .container-inner {
    padding-top: 60px;
    text-align: center;
  }
  #header .container-inner .primary .h-logo {
    margin-bottom: 0;
  }
  #header .container-inner .primary .h-logo a {
    display: inline-block;
  }
  #header .container-inner .primary .h-logo a: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 > a {
    display: none;
    padding: 8px 20px;
    color: #ffffff;
    background-color: var(--mainColor);
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s;
    position: absolute;
    top: 0;
    right: 0;
  }
  #header .h-contact > a:hover {
    opacity: 0.5;
  }
  /* 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:hover {
    background-color: var(--paleColor);
  }
  #nav .container-inner #pc-nav > li.on > a {
    background-color: var(--paleColor);
  }
  body.ye #nav #pc-nav > li.home > a {
    background-image: url(../images/common/nav-home_ye.png);
  }
  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_pk.png);
  }
  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: #000000;
    background-color: var(--paleColor);
    border-top: 2px solid var(--mainColor);
  }
  #footer a {
    color: var(--mainColor);
  }
  #footer .container-inner {
    padding: 30px 0 10px;
    text-align: center;
  }
  #footer .container-inner .f-name {
    font-size: 150%;
    font-weight: bold;
  }
  #footer .container-inner .f-name > a {
    text-decoration: none !important;
    transition: opacity 0.3s;
  }
  #footer .container-inner .f-name > a :hover {
    opacity: 0.5;
  }
  #footer .container-inner .f-name > a .small {
    font-size: 75%;
  }
  #footer .container-inner .f-address {
    margin-bottom: 20px;
    line-height: 1.65;
  }
  #footer .container-inner .f-address .address-info {
    margin-bottom: 0;
  }
  #footer .container-inner .f-address .address-info .f-map {
    margin-left: 30px;
  }
  #footer .container-inner .f-address .address-info .f-map a {
    padding-left: 10px;
    display: inline-block;
    font-weight: bold;
    position: relative;
  }
  #footer .container-inner .f-address .address-info .f-map a :after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid var(--mainColor);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 7px;
    left: 0;
  }
  #footer .container-inner .number-info .f-tel a {
    color: #000;
  }
  #footer .container-inner .number-info .f-fax {
    margin-left: 5px;
  }
  #footer .container-inner .number-info .f-mail {
    margin-left: 10px;
  }
  #footer .container-inner .f-links {
    margin-bottom: 15px;
  }
  #footer .container-inner .f-links .btn {
    box-sizing: border-box;
    width: 210px;
    text-align: center;
    display: inline-block;
    color: var(--mainColor);
    background-color: #FFFFFF;
    padding: 5px 0;
    border: 1px solid var(--mainColor);
    margin: 0 10px;
    text-decoration: none !important;
    transition: opacity 0.3s;
  }
  #footer .container-inner .f-links .btn:hover {
    opacity: 0.8;
  }
  #footer .container-inner #fbottom .copyright {
    margin: 0;
    padding: 10px 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(255, 255, 255, 0.6);
    z-index: 9999;
  }
  /* TITLE */
  #title .title-box {
    display: flex;
  }
  #title .title-box .imagebox {
    flex: 1;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #title .title-box .imagebox.image01 {
    order: 1;
    background-image: url(../images/common/title-bg01.jpg);
  }
  #title .title-box .imagebox.image02 {
    order: 3;
    background-image: url(../images/common/title-bg02.jpg);
  }
  #title .title-box .text-box {
    flex: 1;
    order: 2;
    background-color: var(--mainColor);
    text-align: center;
    box-sizing: border-box;
    padding-top: 145px;
    max-height: 280px;
  }
  #title .title-box .text-box .title {
    color: #ffffff;
    font-weight: bold;
    font-size: 212.5%; /* 34px */
    letter-spacing: 0.15em;
  }
  /* CONTENT */
  body #content {
    background-color: var(--paleColor);
    padding-bottom: 20px;
  }
  #content a {
    text-decoration: underline;
  }
  #breadcrumb {
    padding-top: 20px;
    margin-bottom: 60px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 87.5%;
  }
  #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 > a.space01 {
    letter-spacing: 1em;
    text-indent: 1em;
  }
  #subnav .subnav-list > li.on > a:after {
    opacity: 1;
  }
}

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