@charset "utf-8";

body {
	font-size: 26px;
}
input {
	font-size: 26px;
}
.pc {
	display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
	width: 100%;
	text-align: center;
}
#main {
	width: 100%;
    padding-top: 160px;
}


/* ヘッダー---------------- */
#head {
	width: 100%;
	position: fixed;
	    padding: 30px 0;
	background: #fff;
	z-index: 1000;
}
#head01 {
    position: relative;
}
#sp_navi_btn {
    width: 18%;
    position: absolute;
}
#head_logo {
    width: 43%;
    margin: 0 auto;
}
#head_logo a {
    display: block;
    width: 100%;
    height: 90px;
    margin: 5px 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/logo.svg) no-repeat;
    background-size: contain;
}
#sp_navi_on a {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 0 10px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/sp_nav_open.png) no-repeat;
    background-size: cover;
}
#sp_navi_of {
	display: none;
}
#sp_navi_of a {
	display: block;
    width: 90px;
    height: 90px;
	margin: 0 0 10px 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/sp_nav_close.png) no-repeat;
    background-size: cover;
}


/* ナビゲーション---------------- */
#sp_navi {
	display: none;
	width: 100%;
	position: fixed;
	top: 160px;
	z-index: 1000;
	text-align: left;
	background: #fff;
	border-top: 1px solid #ccc;
}
#navi2 {
	width: 100%;
}
#navi2 li a {
	display: block;
	padding: 25px 30px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}


/* フッター----------------- */
footer {
	width: 100%;
	text-align: center;
}
#foot01 {
	background: #eee;
    overflow: hidden;
}
#foot02 {
	width: 520px;
	margin: 0 auto;
	padding: 20px 0;
}
#foot03 {
	width: 100%;
	padding: 12px 0;
	color: #fff;
	background: #1D91D1;
}
#foot_ul01 {
}
#foot_ul01 li {
	display: inline-block;
}
#foot_ul01 li a {
	display: block;
	padding: 20px 15px;
	line-height: 50px;
	text-decoration: none;
	color: #515151;
	background: url(../img/icon02.png) no-repeat;
	background-position: left center;
}
#foot_ul01 li a:hover {
	color: #E59D23;
}
.foot_bn01 {
	width: 260px;
	float: left;
}
small {
	font-size: 20px;
}
#footer_company {

    background: #fff;
    font-size: 80%;
    padding: 15px 0;

}
#footer_company_btn {
    width: 260px;
    margin: 0 auto;
}
#footer_company_btn img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

/* トップ---------------- */
#top_img {
	width: 100%;
	text-align: left;
}
.top01 {
	position: relative;
	z-index: 1;
}
.top_img01 {
    width: 100%;
    height: 45vw;
    background: url(/img/top_bg01-sp.jpg) no-repeat;
    background-size: contain;
    background-position: center;
}
.top_img01 img {
	width: 100%;
	height: 100%;
}
.top_t01 {
    position: absolute;
    top: 10%;
    left: 0;
    font-size: 40px;
    z-index: 10;
        font-weight: bold;
}
.top_t01_check {
    margin: 20px 0 40px;
    font-size: 28px;
    font-weight: normal;
}
.top_t01_check li {
    margin-bottom: 10px;
}
.top_t01_check li i {
    color: #1D91D1;
    margin-right: 5px;
}
.top_image_woman {
    width: 42%;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}
.top_image_woman img,
.design-image img{
    width: 100%;
}
.design-image{
    width: 60%;
}
.top_img_inner {
    position: absolute;
    top: 0;
    width: 95%;
    height: 100%;
    margin: 0 2.5%;
}
#strength {
    margin-bottom: 100px;
    margin-top: 100px;
}
#strength h1 {
	margin-bottom: 36px;
    font-size: 27px;
	font-weight: bold;
}
#strength01 {
	width: 94%;
	margin: 0 auto;
}
#logo01 {
    margin: 4px 10px 0 5px;
    vertical-align: middle;
    width: 200px;
}
.col01 {
	width: 100%;
	background: #eee;
}
.strength_p01 {
	padding: 17px;
}
#strength01 h2 {
	margin-bottom: 23px;
	padding: 15px 0;
	font-size: 28px;
	color: #fff;
	background: #002B5F;
}
#strength01 p {
	margin: 0 20px 20px 20px;
	padding-bottom: 20px;
	text-align: left;
}

#reason {
	width: 100%;
	height: 1430px;
	margin-bottom: 100px;
	background: url(../img/top_bg02.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#reason h1 {
    display: inline-block;
    margin: 0 auto;
    padding: 70px 0 10px 0;
    font-size: 27px;
}
#logo02 {
    margin: -2px 15px 20px 0;
    vertical-align: top;
    display: inline-block;
    width: 200px;
}
#reason01 {
	width: 100%;
}
.col02 {
	width: 90%;
	min-height: 251px;
	margin: 0 auto 20px auto;
	padding: 12px 15px;
	background-color: rgba(255, 255, 255, 0.8);
}
#reason01 h2 {
    margin-bottom: 10px;
    padding: 15px 5px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #1D91D1;
    border-top: 3px solid #1D91D1;
    border-bottom: 3px solid #1D91D1;
    line-height: 1.5;
}
.reason_h2_01 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: normal;
    opacity: 0.5;
}
#reason01 p {
	margin: 0 5px;
}

#entry {
	padding-top: 10px;
}
.entry01 {
	position: relative;
	width: 88%;
	margin: 0 auto 60px auto;
	padding: 0 20px 50px 20px;
	border: 5px solid #eee;
	border-radius: 4px;
	z-index: 1;
}
.entry02 {
	position: relative;
	width: 88%;
	margin: 0 auto 50px auto;
	padding: 0 20px 50px 20px;
	border: 5px solid #eee;
	border-radius: 4px;
	z-index: 1;
}
#entry h1 {
	position: relative;
	margin: -20px auto 20px auto;
	font-size: 30px;
	font-weight: bold;
	z-index: 20;
}
#entry h1 span {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
}

#qa {
	margin-bottom: 100px;
	padding-top: 10px;
}
.qa01 {
	position: relative;
	width: 88%;
	margin: 0 auto;
	padding: 0 20px 50px 20px;
	border: 5px solid #eee;
	border-radius: 4px;
	z-index: 1;
}
#qa h1 {
	position: relative;
	margin: -20px auto 20px auto;
	font-size: 30px;
	font-weight: bold;
	z-index: 20;
}
#qa h1 span {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
}
#qa dl {
	text-align: left;
}
#qa dl dt {
	padding: 10px 20px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	background: #002B5F;
}
#qa dl dd {
	margin-bottom: 30px;
	padding: 20px;
	font-size: 28px;
	font-weight: bold;
	background: #eee;
}
#qa dl dd:last-child {
	margin-bottom: 0;
}
#qa dl dd p {
	font-weight: normal;
}
#top01 {
	margin-bottom: 70px;
}
.top01_t01 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
}

#contact {
	width: 100%;
	height: 980px;
	margin-bottom: 100px;
	padding-top: 50px;
	background: url(../img/top_bg03.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact01 {
	width: 90%;
	margin: 0 auto 50px auto;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 6px;
}
#contact h1 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}
.form_table01 {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: separate;
	border-spacing: 10px;
}
.form_table01 th {
	display: block;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background: #002B5F;
}
.form_table01 td {
	display: block;
	margin-bottom: 5px;
	text-align: left;
}
.form_table01 input {
	width: 97%;
}
.form_table01 input.input01 {
	width: 97%;
}
.form_table01 textarea {
	width: 97%;
}
.contact_t01 {
	margin-bottom: 20px;
}
.contact_btn01 input[type="submit"] {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 60px 10px 80px;
	font-size: 26px;
	background: #E59D23 url(../img/icon01.png) no-repeat;
	background-position: 50px center;
	color: #fff;
	border-style: none;
}
.fa {
	margin-right: 15px;
}


/* 共通スタイル---------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size: 0;	
	clear: both; 
	visibility: hidden;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.line01 {
	border-bottom: 3px solid #515151;
}
.line02 {
	background: linear-gradient(transparent 60%, #FFF45C 60%);
}
.waku01 {
	padding: 10px 5px;
	font-size: 24px;
	background: #E6F4F1;
	border-radius: 25px;
}
.waku02 {
	margin-bottom: 15px;
	padding: 10px 5px;
	font-size: 24px;
	background: #E6F4F1;
	border-radius: 25px;
}
.waku03 {
	display: inline-block;
	margin-right: 5px;
	padding: 3px 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #1D91D1;
	border-radius: 5px;
}
.arrow01 {
	margin-bottom: 15px;
}

.p01 {
	margin-bottom: 10px;
}
.p02 {
	margin-bottom: 20px;
}
.p03 {
	margin-bottom: 30px;
}

.small01 {
	font-size: 32px;
}
.bold01 {
    font-weight: bold;
    color: #2D91D1;
}
.color01 {
	color: #1D91D1;
}
.privacy {
    width: 95%;
    margin:50px auto;
}
.privacy h3 {
    font-size: 35px;
}
.anatano-link a {
    display: block;
    width: 360px;
    height: 90px;
    margin: 0 auto 10px auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/btn02.png) no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}