@charset "utf-8";
html {
line-height: 1;
background: #eeeeee;
color: #282828;
font-size: 62.5%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
body {
margin: 0;
padding: 0;
border: 0;
background: #eeeeee;
font-size: 10px;
line-height: 1.4;
overflow-y: scroll;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

article,aside,details,figcaption,include,footer,header,hgroup,main,nav,section,summary {
display:block;
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,p,blockquote,ul,ol,li {
margin: 1.4em 0 .6em;
padding: 0;
font-size: 100%;
vertical-align: baseline;
word-wrap: break-word;
}
p {
font-size: 14px;
line-height: 1.6;
}
audio,canvas,progress,video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],template {
display: none;
}
abbr[title] {
border-bottom: 1px dotted;
}
i,em {
font-style:normal;
}
b,strong,em {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 100%;
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
ul,ol {
margin: 1.2em 0;
padding: 0 0 0 2em;
}
li {
margin: .4em 0;
}
img {
border: 0;
vertical-align: bottom;
}
img { -ms-interpolation-mode: bicubic; }
svg:not(:root) {
overflow: hidden;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,th {
padding: 0;
}
a:link {
color: #024591;
text-decoration: none;
}
a:visited {
color: #024591;
text-decoration: none;
}
a:active,a:hover {
color: #268ae4;
text-decoration: underline;
}
/*a img {
transition: opacity .2s ease;
}
a:hover img {
opacity: .7;
}*/
/* ★↑シングルセレクタのベース */
/************************************************************************************/
/*clearfix*/
span.clearfix {
display: inline-block;
}
.clearfix:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html .clearfix {
zoom: 1; 
}
*:first-child+html .clearfix {
zoom: 1;
}
/* サイト共通レイアウト */
/************************************************************************************/
#HEADER_WRAP h1,
#HEADER_WRAP p,
#FOOTER_WRAP p {
margin: 0;
}
#LEADER_WRAP ul,
#LEADER_WRAP li {
margin: 0;
padding: 0;
list-style: none;
}

/* HEADER_WRAP */
#HEADER_WRAP {background-color: #0f0f47;border-bottom: 6px solid #d20000;}
#HEADER_WRAP .inner {
position: relative;
margin: 0 auto;
padding: 24px 0 20px;
width: 990px;
text-align: right;
}
#HEADER_WRAP .head-copy {
position: absolute;
top: 29px;
left: 0;
}

/* LEADER_WRAP */
#LEADER_WRAP {
    /* background: #bebebe url(../img/bg_leader.gif) repeat-x top left; */
    background-color: #e4e7ec;
}
#LEADER_WRAP .inner {
    position: relative;
    margin: 0 auto;
    width: 990px;
    height: 430px;
}
#LEADER_WRAP .lead-cont {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #222222;
    background-color: rgb(240 250 255 / 100%);
    color: #303030;
}
#LEADER_WRAP .lead-cont ul {
    padding: 0 0 0 20px;
}
#LEADER_WRAP .lead-cont .sv1 {
    float: left;
    padding-top: 10px;
    padding-bottom: 40px;
    width: 420px;
    font-size: 14px;
}
#LEADER_WRAP .lead-cont .sv2,
#LEADER_WRAP .lead-cont .sv3,
#LEADER_WRAP .lead-cont .sv4 {
    margin-left: 430px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 19px;
    border-left: 1px solid rgb(0 0 0 / 40%);
}

#LEADER_WRAP .lead-cont .sv3 img {
    border-top: 1px solid rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
#Woman_Wrap  {
display: none;
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        height: 50px;
        background-color: #eeeeee;
        box-shadow: 0 2px 10px rgba(0,0,0,.4);
}
#Woman_Wrap .inner {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#Woman_Wrap .inner a {
    box-sizing: border-box;
    display: block;
    border-radius: 6px;
    background-color: #fff;
}
#Woman_Wrap .inner a img {
    width: auto;
    height: 40px;
}
#Woman_Wrap .inner a:hover {
    background-color: #fafafa;
    transition: filter 0.2s ease;
}
#Woman_Wrap .inner a:hover img {
    transition: filter 0.2s ease;
  filter:  hue-rotate(-128deg) grayscale(35%);
}
/* CONT_WRAP */
#CONT_WRAP {

}
#CONT_WRAP .inner {margin: 0 auto;width: 990px;/* border-top: 10px solid #d2d2d2; */background: #ffffff;}
.message-area {
position: relative;
padding-top: 20px;
}
.message-area .btn-fb {position: absolute;top: 0px;right: 0;margin: 0;padding: 0;width: 160px;}
.message-area .btn-fb a {
display: block;
background-color: #0055ff;
}
.message-area .btn-fb a:hover img {
opacity: 0.8;
}
.message-area .area-in1 {
float: left;
padding-left: 20px;
width: 400px;
}
.message-area .area-in2 {
float: right;
padding-right: 20px;
width: 520px;
}

.message-area .copy-block h2 {
margin: 0 0 0;
color: #141450;
font-size: 19px;
font-weight: bold;
}
.message-area .copy-block p {
margin: 0.8em 0 0.3em;
font-size: 14px;
}
.message-area .copy-block ul {
margin: 20px 40px 30px 10px;
padding: 0;
list-style: none;
}
.message-area .copy-block ul li {
margin: 0;
padding: 5px 0;
padding-left: 20px;
border-bottom: 1px dashed #bebebe;
background: url(../img/ic_01.png) no-repeat 0px 7px;
line-height: 1.6;
font-size: 14px;
}
.message-area .bukken-block {
margin: 20px 40px 20px 10px;
padding: 12px 15px;
/* 
border-radius: 8px;
*/
border: 2px solid #BCC2E0;
background: #F4F5FB;
}
.message-area .bukken-block h2 {
margin: 0 0;
color: #141450;
font-size: 14px;
font-weight: bold;
}
.message-area .bukken-block p {
margin: 0.4em 0 0 0;
font-size: 14px;
}
.message-area .area-in2 h2 {
margin: 0;
padding: 10px 0 0;
color: #4b4b4b;
font-size: 14px;
font-weight: bold;
}
.message-area .area-in2 p {margin: 0.8em 8px 0.3em 0;font-size: 13px;}
.message-area .area-in2 p.fin {
text-align: right;
font-size: 12px;
}
.message-area .area-in2 p em {
color: #1414b0;
font-weight: 400;
}
.message-area .area-in2 p em span {
/* 
color: #d20000;
font-weight: bold;
*/
font-size: 14px;
}

/* service-area */
.service-area {
padding-top: 10px;
}
.service-area h2 {
margin: 0;
padding: 10px 0 5px 15px;
border-top: 8px solid #000;
}
.svblock-1 h2 {
border-color: #d20000;
}
.svblock-2 h2 {
border-color: #00008c;
}
.svblock-3 h2 {
border-color: #148228;
}
.svblock-4 h2 {
border-color: #a000af;
padding: 7px 0px 0px 3px;
}



#LEADER_WRAP .lead-cont .sv4 a,
.sv3blockset a {
    padding: 6px 6px 9px 6px;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    background-color: rgb(255 172 33 / 10%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    transition: 0.4s ease;
    position: relative;
}
#LEADER_WRAP .lead-cont .sv4 a:hover,
.sv3blockset a:hover {
    background-color: rgb(245 132 3 / 12%);
    box-shadow: 0px 0px 8px rgb(245 132 3 / 55%);
    transition: 0.4s ease;
}
#LEADER_WRAP .lead-cont .sv4 a::after,
.sv3blockset a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #a000afbf;
  position: absolute;
  right: 14px;
  bottom: 29px;
  margin: auto;
  transition: 0.4s ease;
}
#LEADER_WRAP .lead-cont .sv4 a {
    display: block;
    width: 490px;
    margin: 0px -2px 3px;
    padding: 1px 2px 2px 6px;
}
#LEADER_WRAP .lead-cont .sv4 a::after {
  right: 20px;
  bottom: 21px;
}
#LEADER_WRAP .lead-cont .sv4 a:hover::after,
.sv3blockset a:hover::after {
  border-color: transparent transparent transparent #F58403;
    transition: 0.4s ease;
}


.service-area div p {
margin: 0;
padding: 8px 16px 0;
font-size: 13px;
}
.svblock-1 {
position: relative;
}

.svblock-1 img.ph-img {
position: absolute;
top: 0px;
right: 0;
}

.svblock-1 > ul {
width: 410px;
margin: 105px 0 0 0;
float: right;
overflow: hidden;
list-style: none;
}
.svblock-1 .svblock-list {
margin: 30px 0 0 15px;
padding: 0;
width: 540px;
float: left;
}
.svblock-1 > ul > li {
margin: 15px 0 0 0;
padding: 0 0 5px 0;
}
.svblock-1 > ul > li:first-child {
margin-top: 0;
}
.svblock-1 > ul .no {
display: block;
clear: both;
width: 40px;
float: left;
text-align: center;
font-family:Times New Roman, sans-serif;
font-size: 24px;
font-style: italic;
color: #888888;
}
.svblock-1 > ul > li div {
margin: 0 0 0 40px;
padding: 5px 0 5px 10px;
border-left: 1px solid #C5C5C5;
font-size: 13px;
color: #333333;
}
.svblock-1 > ul > li div em {
display: block;
font-size: 16px;
font-weight: bold;
font-style: normal;
color: #444444;
}
.svblock-list div em small {
font-size: 14px;
}
.sv1slist {
margin: 0;
padding: 0;
list-style: none;
}
.sv1slist li {
position: relative;
padding: 0 0 0 18px;
width: 50%;
float: left;
background: url(../img/ic_02.png) no-repeat 0px center;
font-size: 13px;
color: #333333;
box-sizing: border-box;
}
.sv3blockset {
margin: 40px 0 0 0;
}
.sv3blockset a {
color: #333333;
text-decoration: none;
}
.sv3blockset div {
float: left;
width: 330px;
border-left: 1px solid #ffffff;
box-sizing:border-box;
}
.sv3blockset div:first-child {
border-left: none;
}

.info-area {
margin: 40px 0 0 0;
    position: relative;
    padding-top: 50px;
}
.link-mail {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
}

.info-area .inner {
background: #D2D2D2!important;
}

.prof-block {
padding: 20px 30px 20px 0;
width: 50%;
float: right;
box-sizing:border-box;
}

.prof-block table th {
width: 105px;
padding: 5px 10px 5px 0;
text-align: right;
vertical-align: top;
font-size: 12px;
font-weight: normal;
color: #444444;
}
.prof-block table th.name {
vertical-align: middle;
}
.prof-block table td {
padding: 5px 0 5px 0;
line-height: 1.6;
vertical-align: top;
font-size: 12px;
}
.prof-block table td.name {
font-size: 16px;
font-weight: bold;
}
.prof-block table td small {
display: block;
}
.rinen-block {
padding: 20px 0 20px 30px;
width: 50%;
float: left;
background: #D2D2D2;
box-sizing:border-box;
color: #444444;
}
.rinen-block h2 {
margin: 0;
font-size: 14px;
font-weight: bold;
}
.rinen-block ul {
width: 410px;
margin: 0;
padding: 0;
list-style: none;
}
.rinen-block ul li {
margin: 0;
padding: 5px 0;
padding-left: 20px;
background: url(../img/ic_03.png) no-repeat 0px 4px;
font-size: 13px;
}
.rinen-block p {
font-size: 13px;
}

/* FOOTER_WRAP */

#FOOTER_WRAP {
margin: 1px auto 0;
text-align: center;
}
#FOOTER_WRAP .inner {
width: 990px;
margin: 0 auto 0;
padding: 20px;
background: #D2D2D2;
color: #444444;
box-sizing:border-box;
}
#FOOTER_WRAP .inner p {
font-size: 12px;
text-align: left;
}

