@charset "utf-8";





/* ------------------------------------------------
SUB-IMAGESの範囲 ※共通で使用出来ます
------------------------------------------------ */
.sub-images {
background-image: url("../images/bg01.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 200px;
margin-top: 100px;
display: flex;
justify-content: center;
align-items: center;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.sub-images {
background-image: url(../images/bg01.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 140px;
margin-top: 130px;
display: flex;
justify-content: center;
align-items: center;
}
}

.sub-images div.container h1 {
color: #FFF;
font-size: 24px;
font-weight: 500;
position: relative;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.sub-images div.container h1 {
color: #FFF;
font-size: 24px;
font-weight: 500;
position: relative;
margin-top: 30px;
}
}

.sub-images div.container h1::after {
content: '';
width: 50px;
height: 3px;
display: inline-block;
background-color: #FFF;
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
}






/* ------------------------------------------------
MESSAGEの範囲
------------------------------------------------ */
.message {
margin-bottom: 60px;
}
.message div.container div.row div.col-md-6 p.text01 {
text-align: justify;
margin-bottom: 30px;
line-height: 1.8;
}






/* ------------------------------------------------
FLOW-AREAの範囲
------------------------------------------------ */
.flow-area p.images01 {
margin-bottom: 60px;
}






/* ------------------------------------------------
FLOW-INNER01の範囲
------------------------------------------------ */
.flow-inner01 {
margin-bottom: 60px;
}

.flow-headline01 {
position: relative;
display: inline-block;
padding: 0 55px;
font-size: 30px;
margin-bottom: 30px;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.flow-headline01 {
position: relative;
display: inline-block;
padding: 0 30px;
font-size: 24px;
margin-bottom: 30px;
}
}

.flow-headline01:before, .flow-headline01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #4ac4f3;
	border-top: solid 2px #4ac4f3;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.flow-headline01:before, .flow-headline01:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 20px;
height: 1px;
background-color: #4ac4f3;
border-top: solid 2px #4ac4f3;
}
}

.flow-headline01:before {
  left:0;
}
.flow-headline01:after {
  right: 0;
}






/* ------------------------------------------------
FLOW-INNER02の範囲
------------------------------------------------ */
.flow-inner02 {
margin-bottom: 60px;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.flow-inner02 {
margin-bottom: 0px;
}
}

.flow-headline02a {
position: relative;
display: inline-block;
padding: 0 55px;
font-size: 30px;
margin-bottom: 30px;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.flow-headline02a {
position: relative;
display: inline-block;
padding: 0 30px;
font-size: 24px;
margin-bottom: 30px;
}
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.flow-headline02a {
position: relative;
display: inline-block;
padding: 0 30px;
font-size: 24px;
margin-bottom: 30px;
}
}

.flow-headline02a:before, .flow-headline02a:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #4ac4f3;
	border-top: solid 2px #4ac4f3;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.flow-headline02a:before, .flow-headline02a:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #4ac4f3;
    border-top: solid 2px #4ac4f3;
}
}

.flow-headline02a:before {
  left:0;
}
.flow-headline02a:after {
  right: 0;
}

.flow-point01 {
  position: relative;
  padding: 0.6em;
  background: #4ac4f3;
  color: #FFF;
  margin-bottom: 30px;
  font-size: 18px;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.flow-point01 {
position: relative;
padding: 0.6em;
background: #4ac4f3;
color: #FFF;
margin-bottom: 30px;
font-size: 18px;
margin-top: 30px;
}
}

.flow-point01:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #4ac4f3;
  width: 0;
  height: 0;
}

.flow-ttl02a {
font-size: 20px;
margin-bottom: 20px;
}







/* ------------------------------------------------
FLOW-INNER03の範囲
------------------------------------------------ */
.flow-inner03 {
margin-bottom: 60px;
}
.flow-headline03 {
position: relative;
display: inline-block;
padding: 0 55px;
font-size: 30px;
margin-bottom: 30px;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.flow-headline03 {
position: relative;
display: inline-block;
padding: 0 30px;
font-size: 24px;
margin-bottom: 30px;
}
}

.flow-headline03:before, .flow-headline03:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: #4ac4f3;
border-top: solid 2px #4ac4f3;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.flow-headline03:before, .flow-headline03:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 20px;
height: 1px;
background-color: #4ac4f3;
border-top: solid 2px #4ac4f3;
}
}

.flow-text03a {
font-size: 22px;
margin-bottom: 20px;
letter-spacing: 1px;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.flow-text03a {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
}
}

.flow-text03b {
margin-bottom: 16px;
line-height: 1.8;
letter-spacing: 1px;
text-align: justify;
}

.flow-headline03:before {
left:0;
}
.flow-headline03:after {
right: 0;
}

.flow-inner03 h2.ttl03 {
font-size: 24px;
margin-bottom: 30px;
}
.flow-inner03 p.text01 {
line-height: 1.8;
}







/* ------------------------------------------------
FLOW-INNER04の範囲
------------------------------------------------ */
.flow-inner04 {
margin-bottom: 100px;
}

.flow-subheadline04a {
background-color: #000;
color: #FFF;
font-size: 22px;
padding-top: 5px;
padding-bottom: 8px;
margin-bottom: 50px;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.flow-subheadline04a {
background-color: #000;
color: #FFF;
font-size: 18px;
padding-top: 5px;
padding-bottom: 8px;
margin-bottom: 50px;
padding-right: 10px;
padding-left: 10px;
}
}

.flow-ttl01a {
position: relative;
line-height: 1.4;
padding:0.25em 1em;
display: inline-block;
font-size: 26px;
margin-bottom: 15px;
}
.flow-ttl01a:before, .flow-ttl01a:after { 
content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}
.flow-ttl01a:before {
border-left: solid 2px #4ac4f3;
border-top: solid 2px #4ac4f3;
top:0;
left: 0;
}
.flow-ttl01a:after {
border-right: solid 2px #4ac4f3;
border-bottom: solid 2px #4ac4f3;
bottom:0;
right: 0;
}

.folw-ttl04b {
font-size: 24px;
margin-bottom: 15px;
}

.flow-text04a {
margin-bottom: 50px;
text-align: center;
line-height: 1.8;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.flow-text04a {
margin-bottom: 50px;
text-align: justify;
}
}





/*****  BLOCK-D START ******/
.blockD {
margin-bottom: 60px;
}
.blockD div.Subheading h1.ttl02 {
position: relative;
line-height: 1.4;
padding:0.25em 1em;
display: inline-block;
font-size: 26px;
margin-bottom: 30px;
}
.blockD div.Subheading h1.ttl02:before, .blockD div.Subheading h1.ttl02:after { 
content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}
.blockD div.Subheading h1.ttl02:before {
border-left: solid 2px #4ac4f3;
border-top: solid 2px #4ac4f3;
top:0;
left: 0;
}
.blockD div.Subheading h1.ttl02:after {
border-right: solid 2px #4ac4f3;
border-bottom: solid 2px #4ac4f3;
bottom:0;
right: 0;
}
.blockD ul {
line-height: 2;
}