@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSerifCJKjp-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSerifCJKjp-Medium.woff') format('woff');
}
/*----------------------------------------------------
Default Layout
----------------------------------------------------*/
html {
    overflow-y: scroll;
    font-size: 62.5% !important;
}

body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #222;
    font-family: 'Roboto', "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN W6", メイリオ, Meiryo, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* --- link --- */
a,
a:link,
a:visited {
    color: #0c662e;
    outline: none;
}

a:hover,
a:active,
a:focus {
    color:#b52a2a;
    text-decoration: underline;
}

a:hover img,
a:active img,
a:focus img,
.col a:hover,
.col a:active,
.col a:focus{
    opacity: 0.8;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

.swiper-container a:hover img,
.swiper-container a:active img,
.swiper-container a:focus img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    height: 1px;
    border: none;
    border-bottom: 2px #333333 solid;
}

/*----------------------------------------------------
General Layout
----------------------------------------------------*/
/* --- clear fix --- */
.cf {
    zoom: 1;
}
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

.clear {
    clear: both;
}

.img-l {
    float: left;
    margin: 0 20px 20px 0;
}

.img-r {
    float: right;
    margin: 0 0 20px 20px;
}

.txt {
    overflow: hidden;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.layout-l {
    text-align: left !important;
}

.layout-c {
    text-align: center !important;
}

.layout-r {
    text-align: right !important;
}

.broad-width {
    width: 100%;
    max-width: 1366px;
}
.broad-width img{
    width: 100%;
}
.narrow-width {
    width: 100%;
    max-width: 1366px;
}
.txt-large {
    font-size: 20px;
    font-size: 2.0rem;
}

.txt-small {
    font-size: 12px;
    font-size: 1.2rem;
}

.txt-red {
    color: #ba1c16;
}
.txt-blue {
    color: #4d6ef3;
}
.txt-read {
    line-height: 2.0;
}

.mgn_t0 {
    margin-top: 0px !important;
}

.mgn_t5 {
    margin-top: 5px !important;
}

.mgn_t10 {
    margin-top: 10px !important;
}

.mgn_t20 {
    margin-top: 20px !important;
}

.mgn_t30 {
    margin-top: 30px !important;
}

.mgn_t40 {
    margin-top: 40px !important;
}

.mgn_t50 {
    margin-top: 50px !important;
}

.mgn_t60 {
    margin-top: 60px !important;
}

.mgn_t-5 {
    margin-top: -5px !important;
}

.mgn_t-10 {
    margin-top: -10px !important;
}

.mgn_t-20 {
    margin-top: -20px !important;
}

.mgn_t-30 {
    margin-top: -30px !important;
}

.mgn_t-40 {
    margin-top: -40px !important;
}

.mgn_t-60 {
    margin-top: -60px !important;
}

.mgn_b0 {
    margin-bottom: 0px !important;
}

.mgn_b5 {
    margin-bottom: 5px !important;
}

.mgn_b10 {
    margin-bottom: 10px !important;
}

.mgn_b20 {
    margin-bottom: 20px !important;
}

.mgn_b-20 {
    margin-bottom: -20px !important;
}

.mgn_b25 {
    margin-bottom: 25px !important;
}

.mgn_b30 {
    margin-bottom: 30px !important;
}

.mgn_b40 {
    margin-bottom: 40px !important;
}

.mgn_b50 {
    margin-bottom: 50px !important;
}

.mgn_b60 {
    margin-bottom: 60px !important;
}

.mgn_r0 {
    margin-right: 0px !important;
}

.mgn_r5 {
    margin-right: 5px !important;
}

.mgn_r10 {
    margin-right: 10px !important;
}

.mgn_r20 {
    margin-right: 20px !important;
}

.mgn_r30 {
    margin-right: 30px !important;
}

.mgn_r40 {
    margin-right: 40px !important;
}

.mgn_l0 {
    margin-left: 0px !important;
}

.mgn_l5 {
    margin-left: 5px !important;
}

.mgn_l10 {
    margin-left: 10px !important;
}

.mgn_l20 {
    margin-left: 20px !important;
}

.mgn_l30 {
    margin-left: 30px !important;
}

.mgn_l40 {
    margin-left: 40px !important;
}

.pdg_t0 {
    padding-top: 0px !important;
}

.pdg_t5 {
    padding-top: 5px !important;
}

.pdg_t10 {
    padding-top: 10px !important;
}

.pdg_t20 {
    padding-top: 20px !important;
}

.pdg_t30 {
    padding-top: 30px !important;
}

.pdg_t35 {
    padding-top: 35px !important;
}

.pdg_t40 {
    padding-top: 40px !important;
}

.pdg_b0 {
    padding-bottom: 0px !important;
}

.pdg_b5 {
    padding-bottom: 5px !important;
}

.pdg_b10 {
    padding-bottom: 10px !important;
}

.pdg_b20 {
    padding-bottom: 20px !important;
}

.pdg_b30 {
    padding-bottom: 30px !important;
}

.pdg_b40 {
    padding-bottom: 40px !important;
}

.pdg_r0 {
    padding-right: 0px !important;
}

.pdg_r5 {
    padding-right: 5px !important;
}

.pdg_r10 {
    padding-right: 10px !important;
}

.pdg_r20 {
    padding-right: 20px !important;
}

.pdg_r30 {
    padding-right: 30px !important;
}

.pdg_r40 {
    padding-right: 40px !important;
}

.pdg_r100 {
    padding-right: 100px !important;
}

.pdg_l0 {
    padding-left: 0px !important;
}

.pdg_l5 {
    padding-left: 5px !important;
}

.pdg_l10 {
    padding-left: 10px !important;
}

.pdg_l15 {
    padding-left: 10px !important;
}

.pdg_l20 {
    padding-left: 20px !important;
}

.pdg_l30 {

    padding-left: 30px !important;
}

.pdg_l40 {
    padding-left: 40px !important;
}

.pdg_l100 {
    padding-left: 100px !important;
}

.f10 {
    font-size: 10px !important;
}

.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f21 {
    font-size: 21px !important;
}

.f22 {
    font-size: 22px !important;
}

.f24 {
    font-size: 24px !important;
}

.bold {
    font-weight: bold !important;
}

.letter-n {
    letter-spacing: normal !important;
}

.letter-w {
    letter-spacing: 0.125em !important;
}

.border {
    border: 1px solid #0c662e;
    padding:1em;
}

.nowrap {
    white-space: nowrap;
}

.br {
    display: inline-block;
}

.note {
    display: block;
    font-weight: 600;
}

.note::before {
    content: '*';
}
.dot{
    border-bottom:1px dotted #000;
}
/* --- fontawesome カスタム --- */
.white{color:#FFF;}
.fa-xs::before{display:table-cell; vertical-align: middle;}
/*----------------------------------------------------
Base Layout PC
----------------------------------------------------*/

/*----------------------------
共通要素のレイアウト
----------------------------*/
#page {
    position: relative;
    background: #fff;
    margin: 0 auto;
}
/* --- header --- */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    position: relative;
    display: table;
    margin: 0 auto;
    height: 80px;
    background: rgba(255,255,255,1.0);
    letter-spacing: 0;
}
header .snsNav {
    height: 40px;
}
header div nav ul {
    display: table;
    width: 100%;
}
header h1,
header p.logo,
header div.logo,
header div {
    display: table-cell;
    vertical-align: middle;
}
header h1,
header p.logo,
header div.logo {
    height: 120px;
    padding: 15px 10px 0;
}
/* nav */
.meanmenu_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}
.meanmenu_area .logoCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
/*    background: #0c254a;*/
}
header div nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
header div nav ul li {
    display: table-cell;
    width: 20%;
    text-align: center;
}

header div nav ul li a {
/*    padding: 15px 5px 10px;*/
    display: block;
}

header div nav ul li .sub-menu {
    display: block;
    background: rgba(18,57,115, .8);
}

header div nav ul li a,
header div nav ul li a:link,
header div nav ul li a:visited {
    color: #222;
    text-decoration: none;
}

header div nav ul li a:hover,
header div nav ul li a:active,
header div nav ul li a:focus,
header div nav ul li.current a {
    color: #b52a2a;
}

header div nav ul li a:after {
    display: block;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #b52a2a;
    margin: 5px auto 0;
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
}

header div nav ul li a:hover:after,
header div nav ul li.current a:after {
    width: 60%;
}

header div nav ul .meanmenuOnly {
    display: none;
}

/* --- subnav --- */
header div nav ul.sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    padding-right: 1px;
    z-index: 999;
    opacity: 0;
    top: 80%;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-size: 1.6rem;
}

header div nav ul.sub-menu li {
    display: inline-block;
    border-right: none;
    padding:0.5em 0;
    width: 20%;
}

header div nav ul.sub-menu li:last-child {
    border-bottom: none;
}

header div nav ul li:hover ul.sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
}

header div nav ul.sub-menu li a {
    display: block;
    height: auto;
    padding: 10px 10px 10px 25px;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0;
    border-right: none;
}
header div nav ul.sub-menu li a:hover,
header div nav ul.sub-menu li a:active,
header div nav ul.sub-menu li a:focus {
    color: #a9c9f6;
}
header div nav ul.sub-menu li a:after {
    display: block;
    content: "";
    width: 0%;
    height: 0;
    background-color: none;
    margin: auto;
    transition: 0 none;
    -webkit-transition: 0 none;
    -moz-transition: 0 none;
    -o-transition: 0 none;
    -ms-transition: 0 none;
}    
header div nav ul.sub-menu li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    font-size: 14px;
    font-size: 1.4rem;
    margin-right:5px;
}
/* --- inquery --- */
.contactNav{
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 314px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  -webkit-box-orient: vertical;/*上から下*/
-webkit-box-direction: normal;
-ms-flex-direction: column;/*上から下*/
flex-direction: column;/*上から下*/
}
.contactNav .topContent ul{
    display: flex;
    position: relative;
    margin:10px;
    justify-content: flex-end;
    align-items: center;
    z-index: 999;
}

.contactNav .bottomContent ul{
    width: 100%;
/*    max-width: 560px;*/
/*    max-width: 760px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contactNav .bottomContent ul li a {
    padding:5px 0;
    text-align: center;
    vertical-align: middle;
}
/* --- main --- */
.main {
    clear: both;
    width: 100%;
}
.main section {
    margin-bottom: 40px;
}

.main .inner{
    width: 100%;
    max-width: 1346px;
    margin:0 auto 40px;
}
/* --- footer --- */
footer{
 background: #f2f2f2;
}
footer .inner  {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 30px 0;
}
.ftContact li {
    display: inline-block;
    vertical-align:middle;
    margin:0.5em 0.2em;
}

.ftLink ul li a{
    font-size:14px;
    font-size:1.4rem;
}
.ftLink ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    font-size: 12px;
    font-size: 1.2rem;
    margin-right:5px;
    text-decoration: none !important;
    display: inline-block;
}
.ftLink ul li ul {
    margin:0 0 0.2em 1em;
}
.ftLink ul li ul li a{
    font-size:12px;
    font-size:1.2rem;
}
.ftLink ul li ul li a:before {
    content:inherit;
}
footer h2 {
    font-size: 20px;
    font-size:2.0rem;
    margin-bottom: 0.5em;
    padding-bottom:0.2em;
    border-bottom:1px solid #222;
}
footer .copyright {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    color:#f3f6fa;
    padding: 0.5em 0;
    background: #0c662e;

}
/* --- pagetop --- */
.pagetop {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 9999;

}
/* --- パンくず --- */
.main .path {
    padding: 10px 0 0;
    font-size: 14px;
}

.main .path li {
    display: inline-block;
    list-style: none;
    padding: 0;
}
.main .path li:after {
    content: "＞";
    padding-left: 5px;
}

.main .path li:last-child:after {
    content: "";
}

/* --- 見出し --- */
h1,h2,h3,h4,h5,.main#index .prArea .col p,.rinen{
    font-family: 'Noto Serif JP';
    font-weight: normal;
}

.pageTitle {
    padding: 100px 0 80px;
    background:#f2f2f2 url("../images/pt_about.jpg") no-repeat center center;
    background-size:cover;
}

.main#index h2 {
    position: relative;
    margin-bottom: 1.2em;
    padding:0 0 0.1em;
    font-size: 34px;
    font-size: 3.4rem;
    letter-spacing: 0.1em;
    color: #222;
    display: block;
    text-align: center;
    background: none;
}
.main h1 {
font-size: 34px;
    font-size: 3.4rem;
    color: #222;
    text-shadow: 0px 0px 5px rgba(255,255,255,0.8);
    text-align: center;
}
.main#index .prArea h2{
    text-align: left;
    margin: 0.5em 0;
}
.main#index .prArea h2 span{
    font-size:48px;
    font-size:4.8rem;
}
.main#index h2:not(.prArea h2)::after{
    position: relative;
    display: block;
    bottom: -10px;
    left: 0;
    z-index: 2;
    content: '';
    width: 100%;
    max-width:  150px;
    height: 4px;
    margin: 0 auto;
    background-color: #222;
}
.main section h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color:#fff;
  background: #0c662e;
  padding:1em;
  margin:1em auto 0.5em;
}
.main h3{
   font-size: 22px;
  font-size: 2.2rem;
  border-bottom:2px solid #0c662e;
  padding:0.2em 0;
  margin-bottom: 0.5em;
}
.main .itemArea h3{
   font-size: 22px;
  font-size: 2.2rem;
  border-bottom:none;
  padding:0;
  margin-bottom: 0.2em;
}
.main .itemArea h3:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
}


.main#index h4{
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 1em;
}
.main h4{
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 0.5em;
    padding: 0 0.5em;
  background: #f1f3fc;
}
.main h5{
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.1em 0;
    border-bottom: 2px solid #4d6ef3;
    display: inline-block;
    margin-bottom:0.5em;
}

.main p {
    margin-bottom: 15px;
}
/* --- リスト --- */
.main ul li {
	position: relative;
	margin-bottom: 4px;
	padding-left: 20px;
}
.main ul li:before {
    display: block;
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 5px;
    height: 5px;
    background: #b52a2a;
    border-radius: 50%;
}
.main .mfp ul li:before,
.main .linkArea ul li:before,
.main .mainvisual ul li:before,
.main .caseContents ul li:before{
    content: inherit;
    position: inherit;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: none;
    border-radius: 0;
}
.main ol {
    margin-bottom: 10px;
    padding-left: 1.7em;
}

.main ol li {
    margin-bottom: 5px;
    list-style-type: decimal;
    list-style-position: outside;
}

.main ul.path li:before {
    width: 0;
    height: 0;
}

/* --- リンク --- */
.main a.link,
.main a.link:link,
.main a.link:visited {
    display: inline-block;
    padding-right: 0.8em;
    margin-right: 0.5em;
    color: #0c662e;
}
.main a.link:hover,
.main a.link:active,
.main a.link:focus {
    color:#b52a2a;
}
.main a.link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    margin-left: 0.5em;
}
/* -- リンクボタン --*/
a[class^="btn"] {
    display: block;
    margin: 0 auto;
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    background: #0c662e;
    color:#fff;
    font-size: 16px;
    font-size: 1.6rem;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius:100px;
}
a[class^="btn"]:hover,
a[class^="btn"]:active,
a[class^="btn"]:focus
 {
    background: #b52a2a;
    text-decoration: none;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.main a[class^="btn"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
}
/* リンクボタン_横長サイズ */
a.btn_long {
    width: 300px;
    margin-bottom: 20px;
}

a.btn_long span {
    letter-spacing: 0.1em;
}

/* お問い合わせボタン*/
a.btn_inquiry {
    width: 200px;
   height: 50px;
    padding:0.5em;
    line-height: 0.9;
}
a.btn_inquiry[href*="inquiry"]{
    line-height: 2.2;
}
a.btn_inquiry, a.btn_inquiry:link,.btn_inquiry:visited{
    margin: 0 5px;
    color:#fff;
    background: :#0c662e;
    border-radius: 100px;
}
a.btn_inquiry:hover, a.btn_inquiry:active, a.btn_inquiry:focus{
    background: #fff;
}
li a[class^="btn"]{
background: #0c662e;
}
li a[class^="btn"]:hover,
li a[class^="btn"]:active,
li a[class^="btn"]:focus
 {
    background: #b52a2a;
}
/* ログイン */
header input[type="text"] {
  width: 240px;
  border: 1px solid #0c662e;
  border-radius: 4px;
  margin: 0;
  outline: none;
  padding: 4px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size:14px;
}

header input[type="text"]:focus {
  border-color: #4d6ef3;
  box-shadow: 0 0 8px 0 #4d6ef3;
}

header .inputWithIcon input[type="text"] {
  padding-left: 35px;
}

header .inputWithIcon {
  position: relative;
}

header .inputWithIcon i {
  position: absolute;
  left: 0;
/*  top: 8px;*/
  padding:8px;
  top:0;
  color: #0c662e;
  transition: 0.3s;
  width:30px;
}

header .inputWithIcon input[type="text"]:focus + i {
  color: dodgerBlue;
}

header .inputWithIcon.inputIconBg i {
  background-color: #0c662e;
  color: #fff;
  padding: 8px 4px;
  border-radius: 4px 0 0 4px;
}

header .inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}
/* --- PDF --- */
a[href$=".pdf"]:after {
    content: " ";
    display: inline-block;
    width: 27px;
    height: 24px;
    background: url(../images/pdf.png) no-repeat 3px bottom;
}

.thum a[href$=".pdf"]:after,
.download a[href$=".pdf"]:after {
    content: inherit;
    display: inherit;
    width: 0;
    height: 0;
    background: none;
}

/* --- テーブル --- */
.main table:not(.stylishTable) {
	width: 100%;
    margin-bottom: 40px;
}
.main table:not(.stylishTable) th,
.main table:not(.stylishTable) td {
	padding: 12px 1em;
    border-bottom: 1px solid #fff;
}
.main table:not(.stylishTable) th {
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
/*	background: #d3dce9;*/
    	background: #e3e9ff;
}
.main table:not(.stylishTable) td {
	vertical-align: top;
    background: #f1f3fc;
}
/* --- テーブル-stylishTable --- */
.main table.stylishTable {
	width: 100%;
    margin-bottom: 40px;
}
.main .stylishTable th,
.main .stylishTable td{
    padding: 10px;
}
.main .stylishTable th {
    border-bottom: solid 2px #0c662e;
}
.main .stylishTable td {
    padding-left: 1em;
	border-bottom: solid 2px #bbd9c6;
}
/* --- テーブル 項目多数バージョン --- */
.listTable td:first-child {
  background: #dde6f2 !important;
    text-align: center;
}

/*------------------------------------------------------
トップ

/* --- mainvisual --- */
#mainvisual {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

/* --- prArea --- */
.main#index{
    background:url("../images/bg_line.png") no-repeat right 0;
}
.main#index .prArea{
    margin: 0 0 60px 0;
}
.main#index .grid-3_sm-1_xs-1-center-middle-equalHeight{
    margin:40px 0 20px;
}
.main#index .prArea .col p {
  position: relative;
  font-size:30px;
  font-size:3.0rem;
  padding: 1rem 2rem calc(1rem + 10px);
  background: rgba(1,183,239,.5);
  margin-bottom: 0;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(255,255,255,.9);
}
.main#index .prArea .col p.box01,.main#index .prArea .col p.box02 {
  padding: 3rem 2rem calc(3rem + 10px);
}
.main#index .prArea .col p:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}



/* --- itemArea --- */
.itemArea .col{
    position: relative;
    height:330px;
    margin-bottom: 1em;
}
.itemArea .col a{
    width:100%;
    height:330px;
    display: block;
}
.itemArea [class*=col-], .itemArea [class*=col_],.itemArea [class~=col]{
    padding:0 0rem 1rem;
}
#index .itemArea .itemIntro{
    color:#fff;
	position:absolute;
	bottom: 0;
    background: rgba(0,0,0,.5);
    padding:0.5em;
    text-shadow: 0px 0px 5px rgba(0,0,0,.8);
    width:100%;
    height: 120px;
    line-height: normal;
}
.itemArea .itemIntro{
    color:#fff;
	position:absolute;
	bottom: 0;
    background: rgba(0,0,0,.5);
    padding:0.5em;
    text-shadow: 0px 0px 5px rgba(0,0,0,.8);
    width:100%;
    height: 160px;
    line-height: normal;
}
.itemArea .item01{
    background: url("../images/item_img01.jpg") no-repeat 0 0;
    background-size: cover;
}
.itemArea .item02{
    background: url("../images/item_img02.jpg") no-repeat 0 0;
    background-size: cover;
}
.itemArea .item03{
    background: url("../images/item_img03.jpg") no-repeat 0 0;
    background-size: cover;
}
.itemArea .item04{
    background: url("../images/item_img04.jpg") no-repeat 0 0;
    background-size: cover;
}
.itemArea .item05{
    background: url("../images/item_img05.jpg") no-repeat 0 0;
    background-size: cover;
}
.itemArea .item06{
    background: url("../images/item_img06.jpg") no-repeat 0 0;
    background-size: cover;
}
.itemIntro p{
    font-size:14px;
    font-size:1.4rem;
}

/* --- pageList --- */
.pageList {
    text-align: center;
    margin: 4em 0;
}

/* PREV */
.pageList .prev {
    display: inline-block;
    margin: 2px 15px 0 0;
}

.pageList .prev a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f104';
    margin-right: 0.5em;
}
/* NEXT */
.pageList .next {
    display: inline-block;
    margin: 2px 0 0 15px;
}

.pageList .next a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    margin-left: 0.5em;
}

.pageList .list {
    display: inline-block;
    vertical-align: top;
}

.pageList .list a,
.pageList .list span {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    color: #0c662e;
    text-align: center;
    vertical-align: top;
    background: #fcfcfc;
    border: 1px solid #0c662e;
}

.pageList .list a:hover,
.pageList .list span.current_page {
    color: #fcfcfc;
    background: #0c662e;
}

/* --- pageIndex --- */
.main .pageIndex {
    text-align: center;
    margin-bottom: 30px;
}

.main .pageIndex ul li {
    display: inline-block;
    padding: 0 0 0 25px;
}

.main .pageIndex ul li:before {
    content: "│";
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background: none;
    color: #ccc;
}
.main .pageIndex ul li:first-child:before {
    content: "";
}
/* --- 地図 --- */
.main .gmap {
    position: relative;
    padding-bottom: 40.42%;
    height: 0;
    overflow: hidden;
}
.main .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- グループ紹介 --- */
.rinen{
    font-size:34px;
    font-size: 3.4rem;
}
