/** 汎用スタイル **/

body {
  color: #666;
  line-height: 1.6rem;
}
.ls {
  letter-spacing: 0.2rem;
}
.bw-2 {
  border-width: 2px !important;
}
.bw-3 {
  border-width: 3px !important;
}

/** 見出し円 **/
.circle {
  
  font-size: 20px;
  width: 215px;
  height: 215px;
  text-align:center;
  border-radius: 50%;
  border: solid 3px #FFF;
  padding-top: 4rem;
  margin: 0 auto;
  color: #FFF;
  background-color: #233b6c;
}

/** 既存スタイルの疑似上書き **/
/** olカウンターを丸囲いに **/

ol.num-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
} 
.num-list li {
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;  
}
.num-list li:before {
content: counter(my-counter);
counter-increment: my-counter;
border: 2px solid #666;
color: #666;
float: left;
text-align: center;
height: 30px;
width: 30px;
border-radius: 50%;
margin-right: 5px;
margin-top: -2px;
font-family: 'Big Shoulders Display', cursive;  
}

/** icon sise**/
#icon{
  height:60px;
  width: 60px;
  align-items: left;
}
#top{
  text-align:left;
}
#header{
 position: fixed; /* 固定位置 */
 top: 0; /* 上部に配置 */
 left: 0;
 width: 100%; /* 横幅を画面全体に */
 background-color: #FFF;
 padding: 0px;
 z-index: 1000;
}

.white{
  color:white;
}

.width-auto{
  max-width: 100%;
}

#service{
text-align:center;
}

#servicesub{
  white-space:nowrap;
  display: inline-block;
  margin : 0 auto;
  margin-top:20px;
}

#serviceimg{
  width: 450px;
  height:300px;
}
.hn{
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}
  .no-wrap {
    display: inline-block;
    margin: 0 auto; 
  }
  .colum{
   margin: auto 0;
   padding-top:5rem;
  }
  .semismall{
    font-size: 100%;
  }
.subtitle{
  padding:10px;
}
.title{
  font-size:4rem;
}
.subtitle1{
  margin-top:2px;
}
.subtitle2{
  margin-top:4px;
}
.boldred{
  color: #fff;
  font-weight: bold; /* 太字にする */
  font-family: "KaiTi", "楷体", "DFKai-SB", serif;
  text-shadow: 4px 4px 4px #FF0000, -4px -4px 4px #FF0000,
  -4px 4px 4px #FF0000,  4px -4px 4px #FF0000,
  4px 0 4px #FF0000, -4px  0 4px #FF0000,
  0 4px 4px #FF0000,  0 -4px 4px #FF0000;
}
.boldwhite{
  color: #fff;
  font-weight: bold; /* 太字にする */
  font-family: "KaiTi", "楷体", "DFKai-SB", serif;
  text-shadow: 4px 4px 4px #000, -4px -4px 4px #000,
  -4px 4px 4px #000,  4px -4px 4px #000,
  4px 0 4px #000, -4px  0 4px #000,
  0 4px 4px #000,  0 -4px 4px #000;
}
.boldwhite2{
  font-size:55px;
  color: #fff;
  font-weight: bolder; /* 太字にする */
  font-family: "KaiTi", "楷体", "DFKai-SB", serif;
  text-shadow: 5px 5px 5px #000, -5px -5px 5px #000,
  -5px 5px 5px #000,  5px -5px 5px #000,
  5px 0 5px #000, -5px  0 5px #000,
  0 5px 5px #000,  0 -5px 5px #000;
}
.gray{
  color: #FFF;
  font-weight:bolder;
   font-family: "Times New Roman", "MS Mincho", "SimSun", serif;
  text-shadow: 2px 2px 2px #000, -2px -2px 2px #000,
  -2px 2px 2px #000,  2px -2px 2px #000,
  2px 0 2px #000, -2px  0 2px #000,
  0 2px 2px #000,  0 -2px 2px #000;
}
.navy{
  color:#233b6c;
}
.bgnavy{
  background-color: #233b6c;
}
.htext{
  text-size-adjust: 15px;
}
.service{
  width: 50%;
}

.org{
  display: none;
}

.float {
  position: fixed;
  bottom: 0;
  left: 0;
}
.toevent{
  width:100px;
  height:70px;
}
.nobr{
  overflow: visible;
  white-space: nowrap; 
  text-align:center;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}

/** jumbotronの背景に指定画像 **/
.jumbotron {
  background: url('../img/img/office.jpg')center no-repeat;
  background-image:url('../img/img/office.jpg');
  background-size: cover;
  animation: bg 20s infinite linear;
  height: 100%;
  min-height: 500px;
  margin-bottom: 0px;
}
@keyframes bg {
  0% {
    background-position: 0 0;
    background-image:url('../img/img/office.jpg')
  }
  50% {
    background-position: 100% 100%;
    background-image:url('../img/img/wave.jpg')
  }

}

/** パンくずリストのセパレータ変更 **/
li.breadcrumb-item.wf-breadcrumb-separator::before {
  margin-left: 6px;
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: bold;
}

/** customized css **/
/** size-{単位}: 正方サイズ指定 **/
.wf-square-xs {
  width: 20px;
  height: 20px;
}
.wf-square-lg {
  width: 260px;
  height: 260px;
}

/** 傾けられた文字 **/
.wf-slope-text {
  transform: rotate(-4deg) translateY(-20px);
}

/** 正円＋テキスト **/
.wf-circle {
  transform: translateY(-50%);
}
.wf-circle > span {
  position: absolute;
  display: inline-block;
  font-size: 1.0rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  text-align: center;
}

/** 下側のみが突き出した五角形 **/
.wf-penta {
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
}

/** 声のテキスト **/
.comment-box {
  position: relative;
  display: inline-block;
  padding: 2rem;
  font-size: 16px;
  background: #f8f9fa;
}

/** 下側のみが突き出した吹き出し **/

.down-balloon:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 20%;
  margin-left: -2.5rem;
  border: 5rem solid transparent;
  border-top: 3rem solid #f8f9fa;
  z-index: 999;
}

.down-balloon p {
  margin: 0;
  padding: 0;
}

/** 上側のみが突き出した吹き出し **/

.up-balloon:before {
  content: "";
  position: absolute;
  top: -130px;
  left: 20%;
  margin-left: -2.5rem;
  border: 5rem solid transparent;
  border-bottom: 3rem solid #f8f9fa;
  z-index: 999;
}

.up-balloon p {
  margin: 0;
  padding: 0;
}

/** 吹き出し **/
.wf-balloon {
  position: relative;
  padding: 20px;
  border: 2px solid rgba(75, 75, 75, 0.85);
  border-radius: 12px;
}

.wf-balloon-left::before,
.wf-balloon-left::after,
.wf-balloon-right::before,
.wf-balloon-right::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.wf-balloon-left::before {
  left: -15px;
  border-right: 15px solid rgba(75, 75, 75, 0.85);
}
.wf-balloon-left::after {
  left: -12px;
  border-right: 15px solid white;
}

.wf-balloon-right::before {
  right: -15px;
  border-left: 15px solid rgba(75, 75, 75, 0.85);
}
.wf-balloon-right::after {
  right: -12px;
  border-left: 15px solid white;
}

/** トップへ戻るボタン **/
.wf-gotta-top {
  width: 100px;
  height: 74px;
  right: 0;
  bottom: 0;
  background: #4f4f4f;
  opacity: 0.6;
}

/** ステップフロー **/

.step-bar {
  display: flex;
  position: relative;
  margin: 20px auto;
  text-align: center;
  padding: 0;
}
.step-bar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.step-bar li:after {
  background: #D0E1F9;
  content: "";
  width: calc(100% - 50px);
  height: 5px;
  position: absolute;
  left: calc(-50% + 32px);
  top: 50px;
}
.step-bar li:first-child:after {
  display: none;
}
.step-bar li span {
  background: #D0E1F9;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
}
.step-bar .visited:after {
  background: #4D648D;
}
.step-bar .visited span {
  background: #4D648D;
}