@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
    font-family:
        "Noto Sans JP",
        "游ゴシック体",
        "Yu Gothic",
        "游ゴシック",
        YuGothic,
        sans-serif;
    -webkit-text-size-adjust: 100%;
}
.en {
    font-style: italic;
    font-family:
        "Lora",
        "Noto Serif JP",
        serif;
}
.mincho {
    font-family:
        "Noto Serif JP",
        serif;
}
p {
    font-size: 1.6rem;
    text-align: justify;
}
dt {
    font-size: 1.6rem;
}
dd {
    font-size: 1.6rem;
}
strong, th {
    font-weight: 700;
}
ul, ol {
}
li {
    font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family:
        "Noto Serif JP",
        serif;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    font-size: 1.6rem;
    padding: 20px;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #bbbbbb;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a {
    color: #0066FF;
    text-decoration:none;
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:visited {
    color: #003399;
    text-decoration:none;
}
a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
a:active {
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
}
#main a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
}
.none {
    display: none !important;
}
.sp {
    display: none !important;
}
.justifyleft {
    text-align: left !important;
}
.justifyright {
    text-align: right !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}
.red {
    color: #ff0000;
}


/******************************************************/
/* base  */
/******************************************************/
#wrapper {
    min-width: 1200px;
}
.contents {
    position: relative;
}
.contents a:link {
    color: #0066FF;
    text-decoration: underline;
}
.contents a:visited {
    color: #003399;
}
.contents a:hover {
    text-decoration:none;
}
#main {
    display: block;
    position: relative;
    overflow-x: hidden;
    background: url(../images/bg.png) no-repeat center -9px;
}
#main .inbox {
    position: relative;
    width: 1020px;
    margin: auto;
}
.contents section {
    padding: 90px 0;
}


/******************************************************/
/* 見出し  */
/******************************************************/
#main h2 {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 30px;
}
#main h2 .en {
    color: #74a72d;
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
    margin-bottom: 20px;
}
#main h2 strong {
    color: #00523a;
    font-size: 4.2rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
    display: block;
    position: relative;
}


/******************************************************/
/* 各種ボタン  */
/******************************************************/
#main .btn {
    text-align: center;
    margin-top: 26px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}
#main .btn a {
    text-decoration: none;
    position: relative;
    background: linear-gradient(270deg, #00523a 0%, #07a33e 100%);
    color: #fff;
    width: 280px;
    padding: 0 20px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .btn a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
}


/******************************************************/
/* お問い合わせエリア  */
/******************************************************/
#main #contact_area {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding: 70px 0 90px;
}
#main #contact_area h2 strong {
    font-size: 3rem;
}
#main #contact_area .area {
    display: flex;
    justify-content: center;
}
#main #contact_area dl {
    width: 320px;
    margin: 0 20px;
}
#main #contact_area dt {
    background: #74a72d;
    color: #fff;
    width: 10em;
    height: 2em;
    border-radius: 1em;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 26px;
}
#main #contact_area dd p {
    text-align: center;
}
#main #contact_area dd .num {
    font-size: 3.2rem;
    line-height: 1;
}
#main #contact_area dd .num a {
    color: inherit;
    text-decoration: none;
}
#main #contact_area dd .num span {
    font-size: 2.4rem;
    line-height: 1;
}
#main #contact_area dd .time {
    font-size: 1.3rem;
    margin-top: 3px;
}


/******************************************************/
/* header  */
/******************************************************/
header #gn {
    background: #00523a url(../images/top_main_bg.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    height: 100vh;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
@keyframes view {
    0%  {opacity: 0; transform: scale(0.98);}
    100%  {opacity: 1; transform: scale(1);}
}
header #logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
header #logo img {
    animation: view 0.8s linear forwards;
}
header #smp_open_menu {
    position: absolute;
    top: 20px;
    right: 20px;
    display: table;
    width: 62px;
    height: 62px;
}
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.menu-trigger span {
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    margin: 6px auto;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
/* ハンバーガーメニュー */
header #gn_main {
    position: absolute;
    top: 92px;
    right: 40px;
    top: 40px;
    right: 92px;
    z-index: 19999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
header #gn_main.open {
    z-index: 19999;
}
header #gn_main ul.gn_menu {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    transform: translateY(-20%);
}
header #gn_main.open ul.gn_menu {
    opacity: 1;
    transform: translateY(0);
}
header #gn_main ul.gn_menu > li {
    border-top: 2px solid rgba(255,255,255,0.2);
    text-align: right;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 12px 0;
}
header #gn_main ul.gn_menu ul {
    margin-bottom: 10px;
    padding-left: 10px;
}
header #gn_main ul.gn_menu ul li {
    font-size: 1.3rem;
    line-height: 1.2;
}
header #gn_main ul li {
    transform: scaleY(0.6);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header #gn_main.open ul li {
    transform: scaleY(1);
}
header #gn_main ul.gn_menu li a {
    color: #fff;
    display: block;
    position: relative;
    padding: 6px 0;
}
header #gn_main ul.gn_menu ul li a::before {
    content: "・";
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    position: relative;
    background: #74a72d;
    color: #fff;
    padding: 60px 0 30px;
}
footer a {
    color: inherit !important;
}
footer .inbox {
    width: 1020px;
    margin: auto;
}
footer #f_info {
    text-align: center;
    margin-bottom: 40px;
}
footer #f_info dt {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}
footer #f_info dt strong {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
    margin-left: 8px;
}
footer #f_info dd {
    font-size: 1.4rem;
    line-height: 1.35;
}
footer #f_info dd p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 4px;
}
footer #f_sitemap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer #f_sitemap ul li {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.35;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid rgba(255,255,255,0.5);
}
footer #f_sitemap nav > ul > li:nth-of-type(1) {
    border-left: none;
}
footer #f_sitemap ul li a {
    margin: 0 12px;
}
footer #f_sitemap dd li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}
footer .copyright {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 40px;
    padding-top: 30px;
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
}
footer .copyright small {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}


}