@charset "UTF-8";
/* --------------------------------
 * 文字サイズ
 * -------------------------------- */
html {
font-size:62.5%;/*pxだと10px;*/
}
h1 {
font-size:6rem;/*60px*/
}
h2 {
font-size:3rem;/*30px*/
}
h3 {
font-size:3rem;/*30px*/
}
h4 {
font-size:2.5rem;/*25px*/
}
p{
font-size:1.6rem;/*16px*/
}
@media screen and (max-width: 640px) {/* 640px以下でスマホ画面時*/
h1 {
font-size:4.8rem;/*48px*/
}
h2 {
font-size:2.8rem;/*28px*/
}
p{
font-size:1.2rem;/*12px*/
}
}
/* --------------------------------
 * base
 * -------------------------------- */
* {
  box-sizing: border-box;
}

body,
a,
.table {
  color: #2c2a2a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.3rem;
}
h1{
  display        : inline-block;
  color          : #ffffff;            /* 文字の色 */
  text-shadow    : 
       2px  2px 1px #008000,
      -2px  2px 1px #008000,
       2px -2px 1px #008000,
      -2px -2px 1px #008000,
       2px  0px 1px #008000,
       0px  2px 1px #008000,
      -2px  0px 1px #008000,
       0px -2px 1px #003366;        /* 文字の影 */
}
.outline1{
	text-shadow:
        1px 1px 0 #008000,
        -1px 1px 0 #008000,
        1px -1px 0 #008000,
        -1px -1px 0 #008000;        /* 縁取り */
}
.outline2{
	text-shadow:
        1px 1px 0 #c6c4c4,
        -1px 1px 0 #c6c4c4,
        1px -1px 0 #c6c4c4,
        -1px -1px 0 #c6c4c4;        /* 縁取り */
}
.line{
    line-height: 1.7em;
}
.text-blue {
  color: #6b90db !important;
}

.bg-blue,
.thead-blue,
.badge-primary {
  background-color: #6b90db !important;
}

.bg-haikei {
  background-color: #f0fff6 !important;
}

.bg-sikaku {
  background-color: #dbf2d6 !important;
}

.border-blue {
  border-color: #B2C2E1 !important;
}
.border-green {
  border-color: #0cc121 !important;
}

.border-top {
  border-width: 2px !important;
}

.bg_moji{
    background-color: #0cc121;
    color:#ffffff;
}

p {
  line-height: 1.6rem;
}
a {
    color:#ffffff;
    text-decoration:none;
}
a:hover{
    color:#f4f443;
    text-decoration:none;
}
.under {
	background: linear-gradient(transparent 50%, rgba(75, 255, 42, 0.39) 50%);
	font-weight:bold;
}
/* --------------------------------------------------
背景画像
-------------------------------------------------- */
.header {
  height: 85vh;
}

.header .jumbotron {
  background-image: url("../img/top.jpg");
  background-size: cover;
  background-position: center top;
  position: relative;
  height: 100%;
  margin-bottom: 0;
}
/** 見出し円 **/
.circle {
  width: 200px;
  height: 200px;
  text-align:center;
  border-radius: 50%;
  background:#f6ff1a;
  border: solid 2px #ffffff;
  font-weight: bold;
  padding: 2rem 2rem;
  margin: 0 auto;
}

.bg-osusume {
  background: url('../img/osusume.jpg') center no-repeat;
  background-size: cover;
  height: 100%;
}
.bg-memo {
  background: url('../img/memo.jpg') center no-repeat;
  background-size: cover;
  height: 100%;
}
.bg-man {
  background: url('../img/man.jpg') center no-repeat;
  background-size: cover;
  height: 100%;
}
.bg-honbun {
  background: url('../img/honbun.jpg') center no-repeat;
  background-size: cover;
  height: 100%;
}
.bg-naiyou {
  background: url('../img/naiyou.jpg') center no-repeat;
  background-size: cover;
  height: 100%;
}
.bg-cv {
  background: url('../img/cv.jpg') center no-repeat;
  background-size: cover;
  height: 100%;
}
.bg-tokuten {
  background: url('../img/tokuten.jpg') center no-repeat;
  background-size: cover;
  height: 100%;
}
/* --------------------------------------------------
本文見出し背景
-------------------------------------------------- */
.img-text{
    position: relative;
}
.text_hgreen{
    top:0px;
    text-align:center;
    color: #fff;
    background-color:rgba(0, 255, 88, 0.5);
    padding:30px 0px;
}
.text_horange{
    top:0px;
    text-align:center;
    color: #fff;
    background-color:rgba(255, 196, 0, 0.48);
    padding:30px 0px;
}
.text_hred{
    top:0px;
    text-align:center;
    color: #fff;
    background-color:rgba(255,0,0,0.5);
    padding:30px 0px;
}
.text_hwhite{
    top:0px;
    background-color:rgba(255,255,255,0.7);
    padding:30px 0px;
}
.text_hpurple{
    top:0px;
    color: #fff;
    background-color:rgba(211, 74, 252, 0.6);
    padding:30px 0px;
}

/*    キービジュアル
-------------------------------------------------- */
/*下層ページ*/
.under-layer .jumbotron {
  background-image: url("../img/main-img.jpg");
  background-size: cover;
  background-position: center top;
  margin-bottom: 0;
}

/* --------------------------------------------------
    メイン
-------------------------------------------------- */

/*    トップページ
-------------------------------------------------- */
.tokucho h3 span {
  font-family: 'Libre Caslon Text', serif;
  margin-right: 1rem;
  border-bottom: 5px solid #1bcb1b;
}

/* --------------------------------------------------
    サンプルページ
-------------------------------------------------- */

/*   チャート
-------------------------------------------------- */
.flow > li .flow-icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  color: #fff;
  background-color: #6b90db;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}

.flow > li .flow-icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #6b90db;
  position: absolute;
  top: calc(100% - .2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

