@charset "utf-8";

body {
	font-size: 15px;
}
a:hover {
	text-decoration: none;
	transition: 0.4s;
}
a:hover img {
	opacity: 0.7;
	transition: 0.4s;
}
input {
	font-size: 13px;
}
.sp {
	display: none;
}


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


/* ヘッダー---------------- */
#head {
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 1000;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
#head01 {
	width: 1000px;
	margin: 0 auto;
}
#head_logo {
	float: left;
	width: 175px;
	margin-top: 25px;
}
#head_logo a {
	display:  block;
	width: 175px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/logo.svg) no-repeat;
}
#head_navi {
	width: 625px;
	float: right;
}


/* ナビゲーション---------------- */
#navi1 {
    display: flex;
    justify-content: space-between;
}
#navi1 li a {
	display: block;
	height: 100px;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
}
#navi1 li:last-child a {
    height: 50px;
    line-height: 1.5;
}
#navi1_01 a {
	line-height: 100px;
	color: #515151;
}
#navi1_02 a {
	line-height: 100px;
	color: #515151;
}
#navi1_03 a {
	line-height: 100px;
	color: #515151;
}
#navi1_04 a {
	line-height: 100px;
	color: #515151;
}
#navi1_05 a {
	width: 140px;
	padding: 30px 0 20px;
	color: #fff;
	background: #E59D23;
}
#navi1_05 a i {
    font-size: 20px;
    opacity: 0.9;
}
#navi1_01 a:hover, #navi1_02 a:hover, #navi1_03 a:hover, #navi1_04 a:hover {
	color: #E59D23;
}
#navi1_05 a:hover {
	background: #f90;
	background-position: center 25px;
	transition: .4s;
}


/* フッター----------------- */
footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#foot01 {
	width: 100%;
	text-align: left;
	background: #eee;
    overflow: hidden;
}
#foot02 {
	padding: 20px 0;
	text-align: left;
}
#foot03 {
	width: 100%;
	padding: 12px 0;
	color: #fff;
	background: #1D91D1;
}
.foot_in {
	width: 1000px;
	margin: 0 auto;
}
#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);
}

@media (max-width: 939px) {
   .foot_in {
	width: 100%;
	margin: 0 auto;
} 

}

#foot_ul01 li {
	display: inline-block;
}
#foot_ul01 li a {
	display: block;
	height: 50px;
	padding: 0 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: 11px;
}


/* トップ---------------- */
#top_img {
	width: 100%;
	text-align: left;
    margin-bottom: 30px;
}
.top01 {
	position: relative;
	z-index: 1;
    max-height: 450px;
    height: 450px;
}
.top_img01 {
    height: 100%;
    width: 100%;
    background: url(/img/top_bg01-2.jpg) no-repeat;
    background-size: contain;
    background-position: top;
}

.top_img_inner {
    position: absolute;
    width: 1000px;
    left: calc((100% - 1000px)/ 2);
    top: 0;
    height: 100%;
}
.top_img01 img,
.top_image_woman img,
.design-image img{
	width: 100%;
	height: 100%;
}
.top_image_woman {
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 7vw;
}
.top_t01 {
    position: absolute;
    top: 7vw;
    left: 5vw;
    font-size: 35px;
    z-index: 10;
    font-weight: bold;
    letter-spacing: 1px;
    font-feature-settings: "palt";
    line-height: 1.4;
}
.design-image {
    width: 400px;
}
.top_t01_check {
    font-size: 20px;
    font-weight: normal;
    margin: 25px 0 55px;
}
.top_t01_check li {
    margin-bottom: 15px;
}
.top_t01_check i {
    color: #1D91D1;
    margin-right: 5px;
}
#strength {
	width: 100%;
	margin-bottom: 120px;
}
#strength h1 {
	margin-bottom: 35px;
	font-size: 24px;
	font-weight: bold;
}
#strength01 {
    width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
@media (max-width: 939px) {
    
 #strength01 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
}

#logo01 {
	margin: 5px 10px 0 10px;
	vertical-align: middle;
    width: 175px;
}
.col01 {
    width: 30%;
    min-height: 500px;
    background: #eee;
}
.col01:last-child {
	margin-right: 0;
}
.strength_p01 {
	padding: 17px;
}
#strength01 h2 {
	margin-bottom: 15px;
	padding: 15px 0;
	font-size: 17px;
	color: #fff;
	background: #002B5F;
}
#strength01 p {
	margin: 0 20px 20px 20px;
    text-align: justify;
}

#reason {
    width: 100%;
    margin-bottom: 140px;
    text-align: left;
    background: url(../img/top_bg02.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}
#reason h1 {
	width: 550px;
	margin: 0 auto 35px;
    padding: 75px 0 0;
	font-size: 24px;
    font-weight: bold;
    text-align: center;
}
#logo02 {
	margin: 3px 15px 0;
    vertical-align: middle;
    width: 175px;
}
#reason01 {
    width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.col02 {
    width: 28%;
    min-height: 250px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 939px) {
    
    #reason01 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
}

#reason01 h2 {
    margin-bottom: 10px;
    padding: 15px 5px;
    text-align: center;
    font-size: 15px;
    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: 13px;
    font-weight: normal;
    opacity: 0.5;
}
#reason01 p {
    margin: 0 5px;
    text-align: justify;
}

#entry {
	width: 100%;
	padding-top: 10px;
}
.entry01 {
	position: relative;
	width: 75%;
	margin: 0 auto 60px auto;
	padding: 0 20px 50px 20px;
	border: 5px solid #eee;
	border-radius: 4px;
	z-index: 1;
}
.entry02 {
	position: relative;
	width: 75%;
	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: -15px auto 20px auto;
	font-size: 22px;
	font-weight: bold;
	z-index: 20;
}
#entry h1 span {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
}

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

#top01 {
	margin-bottom: 70px;
}
.top01_t01 {
	font-size: 29px;
	font-weight: bold;
	line-height: 1.6;
}

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


/* 共通スタイル---------------- */
.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 {
	width: 640px;
	height: 42px;
	margin: 0 auto 15px auto;
	line-height: 42px;
	font-size: 15px;
	background: #E6F4F1;
	border-radius: 21px;
}
.waku02 {
	width: 230px;
	height: 42px;
	margin: 0 auto 15px auto;
	line-height: 42px;
	font-size: 15px;
	background: #E6F4F1;
	border-radius: 21px;
}
.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: 30px;
}
.bold01 {
    font-weight: bold;
    color: #1D91D1;
    background-image: linear-gradient(to top, #1D91D1 0%, #7CBDE1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color01 {
	color: #1D91D1;
}

.anatano-link {
    float: right;
}
.anatano-link a {
    display: inline-block !important;
    width: 160px;
    text-indent: 120%;
    white-space: nowrap;
    background: url(../img/btn02.png) no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    margin-left: 10px;
}

@media screen and (max-width:1000px) {

    #head01 {
    width: 100%;
}
    .top_img_inner {
    width: 100%;
    left: 0;
}
.privacy {
    width: 95%;
    margin:50px auto;
}
    
    
    
    
}