.blue {
padding: 0.5em 1em;
    margin: 1.2em 0;
    color: #003366;
    background: #FFF;
    border: solid 2px #6091d3;
    border-radius: 10px;
    line-height:1.8;
    min-height:70px;

}

img.vo {
width: 70px;
height: 70px;
margin-right: 10px;

}

img.juse {
width: 100px;
height: 81px;
}

img.kana {
width: 90px;
height: 90px;
}

img.yoko {
width: 100px;
height: 100px;
}

img.kei {
width: 90px;
height: 97px;
}
img.sa {
width: 85px;
height: 94px;
}

.waa {
background-color:#6091d3;
	border:solid 2px #6091d3;
    border-radius: 5px 5px 0 0;
	padding:1px 1em;
    font-weight: bold;
    color: #ffffff;
font-size:1.2em;
}

.wab {
	padding:15px;
	border:solid 2px #6091d3;
min-height:160px;
}

img.exe{
object-fit:contain;
width:200px;
height:100px;
padding:0px 10px 10px 0px;
}

img.exee{
object-fit:contain;
width:320px;
height:100px;
padding:0px 10px 10px 0px;
}

.watest {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #6091d3;
background-color:#6091d3;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
width: 90%;
height: 150px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}




.netw {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.netw .tit {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.netw p{
    margin: 0; 
    padding: 0;
}

.btn02 {
  color: #fff;
  background-color: #f56500;
	width: 100%;
 font-weight: 900;
}

.btn02:hover {
  color: #fff;
  background: #FF8856;
 font-weight: 900;
}

.risuf-02 {
font-family: 'Noto Serif JP', serif;
font-size: 1.5em;
color: #324cb3;
 font-weight: 900;
  border-left: solid 6px #324cb3;
    background: #f7f7f7;
}

.risu-01 {
    padding: 1.2em;
    background: #f7f7f7;
color: #000;
  border-left: solid 6px #324cb3;
font-family: 'Noto Serif JP', serif;
font-size:	1em;
margin-bottom: 20px;

}
.risuf-01 {
font-size:1.2em;
color: #58ad5a;
 font-weight: 900;
}

section:before {
    content: "";
    display: block;
    height: 140px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -140px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
position: relative;
  z-index: -999;
}


.btn--sq,
a.btn--sq {
font-size:	0.7em;
padding: 5px;
margin: 10px;
  text-align: center;
  background: #fff;
color: #228bc8;

  border-radius: 15px;
}
.btn--sq:hover,
a.btn--sq:hover {
position: relative;
background: #228bc8;
color: #fff;
}


a.btn--02 {
  color: #fff;
  background-color: #f56500;
	width: 100%;
 font-weight: 900;
position: relative;
z-index: 1;
}

a.btn--02:hover {
  color: #fff;
  background: #FF8856;
 font-weight: 900;
}


.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}






p { max-width:1000px; }

.mmv {
  height: 100%; // 高さを画面いっぱいに指定する。(vhが効かない場合の対策)
  height: 100vh; // 高さを画面いっぱいに指定する。
  position: relative;  //横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。
  width: 100%; // 横幅もいっぱいに。
}

#video {
  background: url('/video_bg.jpg') no-repeat; // 動画が再生を始めるまで、cssのほうでも背景を設定します。
  background-attachment: fixed; // 中央揃えになるように、fixed。
  background-position: center center; // positionも中央に。
  background-size: cover; // 画面サイズに応じてサイズを可変するように設定。
  left: 0;
  // 以下、画面いっぱいにするためのCSS設定
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  // wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。
  position: absolute;
  top: 0;
  // z-indexは調整してください。
  z-index: 1;
}




$bg_color:#fafafa;
$font_color:#31467a;

body{
  background-color:$bg_color;
  color: $font_color;
  text-align: center;
}

.shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#1e1e1e;
  z-index:9999;
  animation: byeShutter 2.6s forwards;
  
  &::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    margin:auto;
    background-color:#f3f3f3;
    width:0;
    height:1px;
    animation: shutterOpen 2.6s forwards;
  }
}

.content{
  animation: contentScale 2.6s forwards;
}

@keyframes byeShutter{
  70%{
    opacity:1;
  }
  100%{
    opacity:0;
    display:none;
    z-index:-1;
  }
}

@keyframes shutterOpen{
  0%{
    width:0;
    height:1px;
  }
  50%{
    width:100%;
    height:1px;
  }
  90%{
    width:100%;
    height:100%;
  }
  100%{
    width:100%;
    height:100%;
  }
}








.but, .res{
  width: 200px;
  height: 100px;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #66b6d5;
  border-radius: 10px;
  margin-bottom: 10px;
}

.but:hover + .res{
  background: #E72458;
content: "生命保険";
}




.btn_01 a:link { color:#fff; }
.btn_01 a:visited { color:#fff; }
.btn_01 a:hover { color:#fff; }
.btn_01 a:active { color:#fff; }

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 90%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background: #5d929e;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #e9e1d4;
}



.box-04 {
    position: relative;
    max-width: 100%;
    margin: 1em auto;
    padding: 1em 1.5em;
    border: 1px solid #2589d0;
    border-radius: 10px;
    color: #333;
background-color: #f0f0f0;
}

.box-04::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1em;
    left: -1em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #BC5A94;
    color: #fff;
    font-weight: 600;
    content: attr(data-number);
}
.box-03 {
    position: relative;
    max-width: 100%;
    margin: 1em auto;
    padding: 1em 1.5em;
    border: 1px solid #2589d0;
    border-radius: 10px;
    color: #333;
background-color: #f0f0f0;
}

.box-03::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1em;
    left: -1em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #F4CE14;
    color: #fff;
    font-weight: 600;
    content: attr(data-number);
}


.box-02 {
    position: relative;
    max-width: 100%;
    margin: 1em auto;
    padding: 1em 1.5em;
    border: 1px solid #2589d0;
    border-radius: 10px;
    color: #333;
background-color: #f0f0f0;
}

.box-02::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1em;
    left: -1em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #83B4FF;
    color: #fff;
    font-weight: 600;
    content: attr(data-number);
}



.box-01 {
    position: relative;
    max-width: 100%;
    margin: 1em auto;
    padding: 1em 1.5em;
    border: 1px solid #2589d0;
    border-radius: 10px;
    color: #333;
background-color: #f0f0f0;
}

.box-01::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1em;
    left: -1em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: pink;
    color: #fff;
    font-weight: 600;
    content: attr(data-number);
}






.orange {
  color: #fff;
  background-color: #d98b38;
  border-radius: 50px;
  padding: 15px 60px;
}
.waku {
  color: #000;
 text-align:  left;
    border: solid 1px #324cb3;
  padding: 15px 60px;

}
.wakuu {
  color: #000;
 text-align:  left;
    border: solid 1px #324cb3;
  padding: 15px 10px;
  border-radius: 10px;
background-color: #f0f0f0;
margin-bottom: 10px;
}

.cir {
width: 50px;
  padding: 10px;
  background: #ffa500;
  border-radius: 50%;
display:  block;
    float:  left; 
    margin:  5px;               /* 要素と要素の間を開ける */
    padding:  10px;             /* 余白指定 */
}
.cirr {
float:  left;
width: 90%;
display:  block;
border: solid 1px #324cb3;
border-radius: 10px;
background-color: #f0f0f0;
}




.waku2 {
  color: #000;
  background-color: #d2d3d6;
    border: solid 3px #324cb3;
  border-radius: 50px;
  padding: 15px 60px;
}

.fonr { 
    text-align:  right;
}

.pho { 
font-size: 1.6em;
font-weight: 900;
margin-bottom: 20px;
    text-align:  center;
}
.phoo { 
font-size: 1.3em;
font-weight: 700;
margin-bottom: 20px;
line-height: 2em;
    text-align:  center;
}




.fusenc {
    text-decoration: none;
    padding: 0.5rem;
    background: #f7f7f7;
    border-left: solid 6px #58ad5a;
    color: #58ad5a;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.22);
}


.tait { 
font-family: 'Noto Serif JP', serif;
font-size: 2em;
color: #324cb3;
font-weight: 900;
line-height: 20px;
margin-bottom: 20px;
    text-align:  center;
}

.elettt { 
    width: 100%;
    height: auto;
    background-color: rgba(217, 224, 252, 0.8);
    top: 35px;
    right: 0;
    left: 0;
    border:  solid 1px;
border-color:#3d6aff;
margin: auto; /* 必要 */
padding:50px;
display:  block;
}

/* 子要素 */
.elet { 
    width: 80%;
    height: auto;
    background-color: rgba(217, 224, 252, 0.8);
    top: 35px;
    right: 0;
    left: 0;
    border:  solid 1px;
border-color:#3d6aff;
margin: auto; /* 必要 */
padding:50px;
display:  block;
}


/* 子要素 */
.elett { 
    width: 100%;
    height: auto;
background-image: url(/img/012.jpg);
    background-repeat:  no-repeat;
background-size:80%;
}


.fusena { 
font-family: 'Noto Serif JP', serif;
font-size: 1.5em;
color: #324cb3;
font-weight: 900;
margin-bottom: 25px;
}

.fusenb { 
font-family: 'Noto Serif JP', serif;
font-size: 1.2em;
color: #000;
font-weight: 700;
line-height: 1.2em;
margin-bottom: 15px;
}

.fong { 
font-family: 'Noto Serif JP', serif;
font-size: 1em;
color: #000;
font-weight: 900;
line-height: 1.4em;
margin-bottom: 25px;
letter-spacing: 0.1em;
}


.fo_com {
    border:  solid 1px;
    display:  inline-block;
    padding: 50px 20% 50px 20%;
    margin: 50px;
    background-color: rgba(130, 207, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.com {
    text-align:  center;
    background-repeat:  no-repeat;
background-image: url(/img/012.jpg);
    padding:  0px 100px 0px 500px;
background-size: contain;
background-size:80%;
width:822px;
  height: 563px;
    border: solid 2px;
}

.concept {
  background-image: url(/img/concept.gif);
    background-repeat:  no-repeat;
    background-position: center;
width:822px;
  height: 563px;
background-size: contain;
background-size:80%;
}




.footbb
 {
    background-image:url(/img/bgg.jpg);
    background-repeat:  no-repeat;
    background-position: center;
background-size: cover;
width:100%; 
height: 345px;   
  }

.ttu {
    width:100%;
  }


  .tti {
    flex-direction: row-reverse;
  }


.ttt {
  padding: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}



.top1 {
    background-image:url(/application/files/2817/1845/2466/1.jpg);
    background-repeat:  no-repeat;
    background-position: center;
width:100%; 
  height: 400px;     
}

@media screen and (min-width: 768px) {

  .tti {
    flex-direction: row;
  }
}



.pc-only{
    display: block;
}
.sp-only{
    display: none;
}


@media screen and (max-width: 768px){
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    } 
.concept5 img{
width:100%;
}


.elett { 
    width: 98%;
    height: auto;
    background-position: top;
background-size:98%;
margin: 0px;
  padding: 0px;
}

.elet { 
    width: 98%;
    height: auto;
  padding: 4px;
    border:  solid 0px;
display:  block;
margin: auto; /* 必要 */
}

.btn--sq,
a.btn--sq {
font-size:	0.5em;
padding: 0px;
  border-radius: 3px;
}

.tait { 
font-family: 'Noto Serif JP', serif;
font-size: 1.4em;
color: #324cb3;
font-weight: 900;
line-height: 20px;
margin-bottom: 20px;
    text-align:  center;
}

img.juse {
width: 70px;
height: 57px;
}

img.kana {
width: 70px;
height: 70px;
}

img.yoko {
width: 70px;
height: 70px;
}

img.kei {
width: 70px;
height: 75px;
}
img.sa{
width: 72px;
height: 65px;
}
img.exe{
float: none;
}
img.exee{
float: none;
}
}