@charset"utf-8";
/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 150%;
	border: none;
	list-style-type: none;
}
body {
    text-align: center;
	font-family: 
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Helvetica Neue",
    Arial,
    Meiryo,
    sans-serif;
}

/* ---------------------------------------------------------
■ テキストリンク
--------------------------------------------------------- */
a:link    { color: #FFF; text-decoration: none; }
a:visited { color: #FFF; text-decoration: none; }
a:hover   { color: #FFF; text-decoration: none; }
a:active  { color: #FFF; text-decoration: none; }

/* ---------------------------------------------------------
■ 画像
--------------------------------------------------------- */
img {
	border: 0;
	vertical-align: middle;
    width: initial;
    margin: 0 auto;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/* ---------------------------------------------------------
■ 共通
--------------------------------------------------------- */
.float_L {float:left;}
.float_R {float:right;}

.clfx:after {
	content: "";
	clear: both;
	display: block;
}
.clfx {zoom: 1}

.mr_10 {margin-right: 10px!important;}
.mr_15 {margin-right: 10px!important;}
.mr_30 {margin-right: 30px!important;}

.mb_10 {margin-bottom: 10px!important;}
.mb_20 {margin-bottom: 20px!important;}
.mb_30 {margin-bottom: 30px!important;}
.mb_50 {margin-bottom: 50px!important;}
.mb_70 {margin-bottom: 70px!important;}
.mb_100 {margin-bottom: 100px!important;}

.fw_bd {font-weight: bold;}

.wrapperPC {
    overflow: hidden;
}

p, figure {
    margin: 0 auto;
}

  /* ---------------------------------------------------------
  ■ header
  --------------------------------------------------------- */
#header {
    background: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
header {
    max-width: 1000px;
    margin: 0 auto;
}
header p.logo {
    float: left;
    margin-top: 12px;
}
header p.btn_header {
    float: right;
    margin: 8px 0;
    display: flex;
}

.btn_contact {
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    background: #ff7b2c;
    box-shadow: 0px 10px 0 #c26228;
    transition: .3s;
}
.btn_contact:hover {
    transform: translate3d(0, 5px, 0);
    box-shadow: none;
}

header .btn_contact {
    width: 158px;
    height: 27px;
    padding-top: 7px;
    font-size: 16px;
    box-shadow: 0px 5px 0 #c26228;
    font-weight: bold;
}



/* ---------------------------------------------------------
■ fv
--------------------------------------------------------- */
#fv {
    padding-top: 58px;
    margin-bottom: 100px;
}
#fv .fv_wrap {
    box-sizing: border-box;
    height: 614px;
    text-align: center;
    background-image: url("../img/fv_img.jpg");
    background-position: center;
    background-size: cover;
}
.btn_contact_wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
#fv .btn_contact {
    position: absolute;
    top: 487px;
    left: 256px;
    width: 240px;
    height: 49px;
    padding-top: 29px;
    font-size: 23px;
}


/* ---------------------------------------------------------
 コンテンツ
--------------------------------------------------------- */
.btn_wrap {
    margin-bottom: 140px;
}
.btn_wrap .btn_contact {
    position: relative;
    width: 680px;
    height: 110px;
    margin: 0 auto;
      padding-top: 20px;
    border-radius: 10px;
}
.btn_wrap .btn_contact:after {
    content: "";
    background: url("../img/btn_arrow.png") no-repeat;
    width: 26px;
    height: 39px;
    position: absolute;
    top: 44px;
    right: 16px;
}


.cp_text {
    background: #fff;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    width: 448px;
    margin-bottom: 5px;
    padding: 5px 20px;
    border-radius: 25px;
}
.contact_text {
    font-size: 37px;
    font-weight: bold;
}
.btn_head_text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}


.con_ttl {
    font-size: 38px;
    font-weight: bold;
    margin: 120px auto 70px;
}

#con02, #con03, #con04 {
    width: 1100px;
    margin: 0 auto;
}

.list_wrap {
    width: 900px;
    margin: 0 auto;
}
.list_wrap ul {
    display: flex;
    justify-content: space-between;
}
.list_wrap ul li {
    width: 18%;
}
#con03 .con_bg {
    background: #2d5fbb;
    color: #fff;
    padding: 10px 3% 100px;
}
#con03 .con_ttl {
    margin: 100px auto 30px;
}
.attention_wrap {
    border: 1px solid #fff;
    padding: 20px;
    width: 790px;
    margin: 50px auto 0;
}
.attention_text1 {
    font-size: 22px;
    margin-bottom: 10px;
}
.attention_text2 {
    text-align: left;
    width: 670px;
    margin: 0 auto;
}

.point_text_wrap {
    width: 500px;
}
.point_ttl {
    font-size: 35px;
    font-weight: bold;
    margin: 50px 0 30px;
}
.item_list {
    width: 900px;
    margin: 0 auto;
}
.item_list li {
    display: flex;
}
.item_list li .point_text_wrap {
    width: 430px;
    text-align: left;
}
.point_text1 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
.point_text2 {
    font-size: 20px;
}
.point_text2._right {
    margin-left: 5px;
}

#con05 .con_bg {
    background: url("../img/ss_bg.jpg") no-repeat center;
    background-size: cover;
    height: 295px;
    color: #fff;
}
.ss_btn_wrap {
    padding-top: 40px;
}
.ss_btn {
    width: 635px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ss_btn .btn_contact {
    width: 240px;
    height: 49px;
    padding-top: 29px;
    font-size: 23px;
}
.ss_btn .btn_contact._mitusmori {
    width: 350px;
    background: #4a4a4a;
    box-shadow: 0px 5px 0 #2c2c2c;
}
.ss_btn .btn_contact._shiryo {
    width: 270px;
    background: #ffffff;
    box-shadow: 0px 5px 0 #c2c2c2;
    color: #000;
}
.ss_btn .btn_contact:hover {
    box-shadow: none;
}

/* ---------------------------------------------------------
■ footer
--------------------------------------------------------- */
footer {
color: #fff;
background: #000;
padding: 50px 0;
}
footer .footer_wrap .copyright {
margin-top: 30px;
}
/*.copyright span {
text-transform: lowercase;
}*/
.footer_logo {
width: 152px;
height: auto;
}


/* ---------------------------------------------------------
■ その他
--------------------------------------------------------- */
/*pegetop*/
#topcontrol {
width: 50px;
height: 56px;
background: url("../img/pagetop.png") no-repeat;
right: 15px!important;
}