@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

body{
color:#555;
font-size:13px;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","?��?�� ?��ゴシ�?ク","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust:100%;
overflow: hidden scroll ;
width: auto;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#0c5299;text-decoration:none;}
a:hover{color:#488fdd;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0;
width:auto;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header h1{
padding:5px 0 10px;
font-size:12px;
font-weight:normal;
}



.contact-menu{
position: fixed;
right: 25px;
z-index: 300;
background-color: #ff7b00;
color: #ffffff;
border-radius: 20px;/*角�?�丸み*/
margin-top: 10px;
padding: 10px 20px;
}

.contact-menulist li{
	font-size: 16px;
	display:inline;
	margin: 0 10px;
	background: left top no-repeat;
	padding-left: 25px;
	background: left top no-repeat;
	background-size: 20px auto;
}

.contact-menulist li a{
	color:#ffffff;
}
.contact-menulist li  a:hover{
	color:#f3c48f;
}

.contact-menulist li:nth-child(1) {
	background-image: url(../img/mail.png);
}
.contact-menulist li:nth-child(2) {
	background-image: url(../img/phone.png);
}

@media (max-width: 1079px) {
	.contact-menu {
	  display: none;
	}
  }

/*************
/* ロゴ
*************/
.logo-area{
	left: 0;
	transform: translateX(0);
	margin: -4rem 0 0 -2rem;
}

@media (max-width: 1079px) {
	.logo-area {
	display: none;
	left: 0;
	transform: translateX(0);
	margin: -4rem 0 0 -2rem;
	}
}

/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
font-size:.6em;
font-weight:normal;
}


/**************************
/* メイン画像
**************************/
#mainBanner{
clear:both;
margin:0px auto 30px;
padding:0;
position:relative;
text-align:center;
}
#mainBanner .inner{position:relative;}

#mainBanner img{
max-width:100%;
height:auto;
}


/* アイテム　*/
.item-inner01{
	padding: 10px;
	text-align: right;
	position: absolute;
	top: 3%;
	right: 9%;
}
.item-inner02{
	position: absolute;
	top: 8%;
	right: 2%;
}
.item-inner03{
	position: absolute;
    z-index:6;
	left: 5%;
}
.item-inner04{
	position: absolute;
	right: 5%;
}
.item-inner05{
	position: absolute;
	top: -12%;
	left: 9%;
	z-index: 1;
}
.item-inner06{
	position: absolute;
	top: -3%;
	right: 2%;
}
@media (max-width: 550px) {
	.item-inner03{
		display: none;
	}
}

@media (max-width: 1079px) {
	.item-inner02{
		display: none;
	}
	.item-inner03{
		position: absolute;
		z-index:6;
		top: 2.5%;
		left: 5%;
	}
	.item-inner04{
		display: none;
	}
	.item-inner05{
		display: none;
	}
	.item-inner06{
		display: none;
	}
}

/* スクロール時アニメーション　*/
.animation{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
  }
  
  .keyframe5{
	animation-name: anim_sc;
	transform: scale(0.85,0.85);
  }
  
  @keyframes anim_sc {
	100% {
	  transform: scale(1,1);
	}
  }

/**************************
/* サービス
**************************/
.service{
    position: relative;
    margin-top: min(2.4489795918vw + 60.8163265306px, 100px);
}
.service .text-area {
	margin: calc(var(--vw)* 6.25) 0 0 calc(var(--vw)* 6.25);
	position: relative;
	width: calc(var(--vw)* 45.15625);
	z-index: 1;
	padding-left:8%;
	display: flex;
}
.service .text-area p{
	font-size: 1.7rem;
	letter-spacing: .05em;
	line-height: 2;
	padding: 2% 0;
}

.service .title-banner02{
	position: absolute;
    left: 0;
    z-index: 5;
	display: block;
}
.service .title-banner02 img{
    width: 100vw;
    max-width: none;
	object-fit: cover;
}
.service .title-banner03{
	position: absolute;
    top: -45px;
    right: 0;
    z-index: 0;
	display: block;
}
.service .title-banner03 .pc-title01{
	width: 100%;
	height: auto;
    max-width: none;
	object-fit: cover;
}
.service .title-banner03 .sp-title01{
	display: none;
}
.sp-text-area{
	display: none;	
}

@media (max-width: 1079px) {
	.service .text-area{
		display: none;
	}

	.service .title-banner03{
		margin: 4rem -10rem 0 0;
	}
	.service .title-banner03 .pc-title01{
		display: none;
	}
	.service .title-banner03 .sp-title01{
		display: block;
		width: 88%;
	}
	.service .title-banner02{
		display: none;
	}
	.sp-text-area{
		display: block;
		font-size: 4.2vw;
        line-height: 2;
        width: 100%;
        padding: 0;
		padding-top:550px;
        text-align: center;	
	}
	.sp-text-area p{
		font-size: 1.7rem;
		letter-spacing: .08em;
		line-height: 2;
		text-align: left;
		display:inline-block;
	}
}
@media (max-width: 550px) {
	.sp-text-area{
		padding-left: 5%;
		padding-right: 5%;
	}
	.sp-text-area br{
	display: none;
	}
	.sp-text-area p{
		font-size: 1.5rem;
		text-align: left;
	}
}


/* 事業内容*/
.business {
    text-align: center;
	position: relative;
	top: 100px;
    z-index: 10;
	margin-top: min(8.1632653061vw + 69.387755102px, 500px) !important;
}
.business .business-box{
	width: 100%;
    max-width: min(90.2040816327vw + 36.7346938776px, 1480px);
	margin-left: auto;
    margin-right: auto;
}
.business-text{
	font-size:18px;
	line-height: 1.8;
	text-align: left;
	padding: 18px;
	margin: 20px 80px;
	border-radius: 10px;
	background-color: #fff;
	flex-grow: 1;
	display: block;
}

/*コンテンツの間隔調整　*/
.business .business-box{
    padding-top: 30px;
    padding-bottom: 10px;
}
.business .business-contents{
	display: flex;
	flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.business-photo{
	margin: 0 auto;
	width: 80%;
}

@media (max-width: 1079px) {
	.business {
		margin-top: 0 !important;
	}
	.business .business-box {
		display: block;
		margin: 0 auto;
	}
	.business-photo{
		margin: 0 auto;
	}
	.business-text{
		margin: 20px;
	}
}
@media (min-width: 768px){
    .business .business-box{
        display: flex;
		width: 100%;
    }
    .business .business-contents{
        flex: 1;
    }

}

.business-btn {
	width: 60%;
	margin: 0 auto;
}
.business-btn a:hover {
	color: inherit;
}
  
.business-btnlink {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
	transition: .3s;
	border-radius: 50px;
	background-color: #fff;
}
  
.business-btntext {
	font-size: 18px;
}
.text01 {
	color: #EA5006;
}
.text02 {
	color: #007C2D;
}
.text03 {
	color: #612E7C;
}
.text04 {
	color: #4A776F;
}

.bg-extend-left {
	padding: 10px;
	border: 2px solid #333;
	color: #333;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-align: center;
  }
  
  .bg-extend-left::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #eaff2b;
	position: absolute;
	left: -100%;
	top: 0;
	transition: .4s;
	z-index: -1;
  }
  
  .bg-extend-left:hover::before {
	left: 0;
  }

/**************************
/* 私たちについて
**************************/
.about{
display: flex;
margin: 2rem 0 1.5rem 0;
padding-top: 30px;
align-items: center;
position: relative;
z-index: 10;
}
.about .title-banner01{
	left: 0;
	transform: translateX(0);
	margin: 2rem 0 0 -6rem;
}
.about .title-banner01 img{
	width: calc(var(--vw)* 42.10938);
}

.about .about-txt {
	margin: calc(var(--vw)* 6.25) 0 0 calc(var(--vw)* 6.25);
	position: relative;
	z-index: 1;
    width: 40.79%;
    padding-left: 8%;
    vertical-align: top;
    text-align: left;
}

.about .about-header-title{
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin: calc(var(--vw)* 10.15625) 0 0 calc(var(--vw)* 6.25);
	position: relative;
	z-index: 1;
	padding: 10px 0;
	color:#FF6600;
}

.about-inner{
	display: flex; 
}

.about .about-txt p{
	font-size: 18px;
	letter-spacing: .2em;
    line-height: 1.2;
	padding:50px 0 30px 0;
	color: #660099;
}
.about .about-txt h2{
	font-size: 26px;
	letter-spacing: .4em;
    line-height: 1.2;
	color: #660099;
}
.about .about-txt h2 span{
    font-family: 'Quicksand', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
	padding-top: 25px;
	color: #660099;
}

.portrait{
	top:55px;
	left: 37%;
	position: absolute;
}

.text-area3{
    font-size: 1.3rem;
    font-weight: 100;
	letter-spacing: .02em;
    line-height: 2;
	padding: 20px 10% 0;
	margin-bottom:50px;
}

@media (max-width: 968px) {
	.about{
		display: block;
	}
	.about .title-banner01 img{
		margin-left: -30px;
	}
	.about .about-txt {
		margin: 10px auto;
		padding-left: 0;
		padding: 0 3%;
		width: auto;
		height: auto;
	}
	.about .about-header-title{
		text-align: center;

		margin:0;
	}
	.portrait{
		top:45px;
		left: 38%;
		position: absolute;
		width: 250px;
	}
	.about .about-txt p{
		padding:50px 0 30px 140px;
	}
	.about .about-txt h2{
		padding-left: 140px;
	}
}
@media (max-width: 768px) {
	.about .about-header-title{
		text-align: center;
		padding-left: 0;
	}
	.portrait{
		top:45px;
		left: 40%;
		position: absolute;
	}
	.about .about-txt p{
		padding:50px 0 30px 100px;
	}
	.about .about-txt h2{
		padding-left: 100px;
	}
	
}

@media (max-width: 600px) {
	.about .about-header-title{
		font-size: 25px;
	}
	.about .about-txt p{
		padding:50px 0 30px 50px;
	}
	.about .about-txt h2{
		padding-left: 50px;
	}
}
@media (max-width: 430px) {
	.about .about-header-title{
		font-size: 20px;
	}
	.about .about-txt p{
		padding:50px 0 30px 10px;
		font-size: 15px;
	}
	.about .about-txt h2{
		padding-left: 10px;
		font-size: 23px;
	}
	.text-area3{
		padding: 20px 5% 0;
	}
	.portrait{
		top:50px;
		left: 43%;
		width: 200px;
	}
}

.about-list{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

a.about-btn {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 180px;
	margin-right: 10%;
	padding: 1rem 4rem;
	font-size: 18px;
	border: 2px solid #9469AF;
	background: #9469AF;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.about-btn:hover {
	color: #9469AF;
	background: #fff;
}

@media(max-width:980px){
	.about-list{
	display: block;
	width: 100%;
	text-align: center;
	width: auto;
	margin-top: 1.5%;
	}

	a.about-btn {
	width: 300px;
	padding: 1rem 2rem;
	display: inline-block;
	margin: 10px auto 50px;
	margin-right: 0;
	}
}

/* 住所・電話番号 */

.contactbox{
	display:flex;
}

.contact-info{
	margin: 10px 10px 10px 15%;
	width: 100%;
	text-align: center;
	margin-top: 5%;
}

.contact-info-item:first-of-type{
	padding-top: 15px;
}

.contact-info-item{
	padding: 22px 0 0 40px;
}

.info-item-inner{
	align-items: center;
    display: flex;
}

.contact-info-icon{
	align-items: center;
    background: #612E7C;
    border-radius: 50%;
    display: flex;
    flex: 0 0 auto;
    height: 53px;
    justify-content: center;
    width: 53px;
	margin-left: 50px;
}

.contact-info-icon img {
    height: auto;
    width: 25px;
}

.contact-info-txt{
	margin-left: 50px;
}

.contact-info-txt p{
	font-size: 1.45rem;
	text-align: left;
}


@media(max-width:1400px){
	.contactbox{
		display:block;
	}
	.contact-info{
		margin: 20px auto 0;
		max-width: 800px;
		text-align: center;
		margin-top: 5%;
	}
	.contact-info ul{
		padding: 0 20%;
	}
	.contact-info-icon {
		margin-left: 0;
	}
	.contact-info-item{
		padding-left:15px;
	}
}

@media(max-width:430px){
	.contact-info ul{
		padding: 0 5%;
	}
	.contact-info-item{
		padding-left:0;
	}
	.contact-info-txt{
		margin-left: 40px;
	}
}

.map{
	margin: 10px 15% 10px 10px;
	width: 100%;
	text-align: center;
	margin-top: 5%;
}

  a.contactbtn {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 350px;
	margin: 50px auto;
	padding: 1rem 4rem;
	font-size: 18px !important;
	border: 2px solid #ff8800;
	background: #ff8800;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.contactbtn:hover {
	color: #ff8800;
	background: #fff;
}
@media(max-width:430px){
	.map{
	text-align: center;
	width: auto;
	}
	a.contactbtn {
		width: 300px;
		padding: 1rem 2rem;
        display: inline-block;
	}
}


/**************************
/* お知らせ
**************************/

.news-area{
	position: relative;
	top:350px;
	margin-top:300px !important;
	z-index: 10;
}
.sub-news-area{
	margin-top:100px ;
}
.sub-news-area p{
	text-align: left ;
}

.news-bk{
	pointer-events: none;
    position: absolute;
    top: max(-15.9183673469vw + -135.306122449px, -390px);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.news-bk img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.sp-title-news{
	display: none;
}

@media (max-width: 1079px) {
	.news-area{
		margin-top:-200px !important;
	}
	.news-bk{
		display: none;
		top:0;
	}
	.news-title h2 {
		display: none;
	}
	.sp-title-news{
		display: block;
		margin: 2rem -6rem 0 0;
	}
	.sp-title-news img{
        margin-right: -30px;
	}
}

.news-title{
	margin-left: auto;
    margin-right: auto;
    width: 100%;
	max-width: min(90.2040816327vw + 36.7346938776px, 1480px);
	position: relative;
	padding-left: min(1.6326530612vw + 13.8775510204px, 40px);
    padding-right: min(1.6326530612vw + 13.8775510204px, 40px);

}

.news-title h2{
	font-size: min( calc(2.4489795918vw + 1.9260204082rem), 4.375rem );
    color: #3888B8;
    z-index: 0;
	position: absolute;
    top: -4em;
    right: min(6.5306122449vw + -4.4897959184px, 100px);
}

.news-title h2 .en-txt {
    font-family: "REM", sans-serif;
    font-weight: 700;
    line-height: 1.2;
	letter-spacing: .2em;
    display: block;
    text-transform: uppercase;
}
.news-title h2 .jp-txt {
    font-size: 40px;
    display: block;
    margin-top: 0.2em;
	text-align: center;
	padding-right: 10px;
}

.topic{
	width: 83.45534407%;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	padding-left: min(1.6326530612vw + 13.8775510204px, 40px);
	padding-bottom: 100px;
}


.topic .icon{
    display: inline-block;
    margin-bottom: 5px;
    font-size: 40px;
    width: 950px;
	margin:0 auto;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
    background-color: #ddd;
    color: #fff;
}
.topic .text{
    text-align: center;
}

.text h2{
	font-size:20px;
	padding: 5px 0;
	text-align: left;
	color: #555;
}

.topic .text a{
    display: block;
    position: relative;
}

.topic .text a:hover{
    opacity: .6;
}

.topic .text .photo{
    display: block;
    transition: all .3s ease-in-out;
    transform: translateY(0);
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.topic .text .photo:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}


/*コンテンツの間隔調整　*/
.topic .container{
    padding-top: 30px;
    padding-bottom: 10px;
}
.topic .text{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.photo {
	width: 100%;  
	border-radius: 10px;
	height: auto;  
}

@media (min-width: 768px){
    .topic .container{
        display: flex;
    }
    .topic .text{
        flex: 1;
    }
}

.btn-square:hover{
color:#ffffff;
background: #49bd2c;
}

.topic-title{
	text-align: left;
    font-size: 18px;
	margin-bottom: 10px;
	color: #555;
}

.btn-square {
font-size: 15px;
margin-top: 0px;
line-height: 20px;
position: relative;
display: inline-block;
padding: 6px 0;
width: 100%;
text-decoration: none;
color: #FFF;
background: #399622;
border-bottom: solid 2px #399622;
border-radius: 10px;
box-shadow:  0 2px 2px #8eee76;

}
.btn-square:active {
/*ボタンを押したとき*/
border-bottom: solid 2px #103f80;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.contact{
margin: 40px auto 70px;
}
.contact-btn{
text-align: center;
}
.contactbtn {
display: inline-block;
font-size: 18px;
padding: 0.8em 2em;
text-decoration: none;
color: #FFF;
background-image: linear-gradient(#0082D0 0%, #0F5BAB 100%);
transition: .4s;
}
  
.contactbtn:hover {
color: #c4d1eb;
background-image: linear-gradient(#1393e2 0%, #2271c5 70%);
}

.news-list{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	margin-top: 5%;
}

  a.newsbtn {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 150px;
	/*margin: 50px auto;*/
	margin-right: 10px;
	padding: 1rem 4rem;
	font-size: 18px;
	border: 2px solid #3888B8;
	background: #3888B8;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.newsbtn:hover {
	color: #3888B8;
	background: #fff;
}

@media(max-width:980px){
	.news-list{
	display: block;
	width: 100%;
	text-align: center;
	width: auto;
	}

	a.newsbtn {
	width: 300px;
	padding: 1rem 2rem;
	display: inline-block;
	margin: 50px auto;
	margin-right: 0;
	}
}

/*news詳細ページ*/
.news_img{
	margin: 0 auto;
	line-height: 1;
	padding: 20px 0 40px;
}
.news_item img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
@media screen and (min-width:1079px) { 
.news_img{
	  display:flex;
	  flex-wrap:nowrap;
	  justify-content: center;
}
.news_item+.news_item{
	margin-left:3.0em;
}
}

@media(max-width:1079px){
.news_item{
	margin-top: 30px;
}	
}

/*NEWSトピックス画像右寄せ設定*/
.news_box {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}

.news_text {
	flex-basis: 70%;
}

.news_pict {
	margin-left: 3%;
	flex-basis: 30%;
}
.news_pict img {
	width: 80%;
}
.news_text2 {
	flex-basis: 60%;
}

.news_pict2 {
	margin-left: 3%;
	flex-basis: 40%;
}
.news_pict2 img {
	width: 80%;
}

@media (max-width: 1079px) {
	.news_box {
	flex-direction:column;
	}
	.news_pict img {
	width: 50%;
	}
}

.txt_small{
	font-size: 15px;
}

/*サービス下層ページ*/
.text-area2{
    font-size: 1.3rem;
    font-weight: 100;
	letter-spacing: .02em;
    line-height: 2;
	padding: 20px 10% 0;
	margin-bottom:200px;
}

.text-area2 .day {
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.5;
    margin-bottom: 15px;
}


/*サービス下層ページ*/
.service_title {
	font-size: 50px;
	text-align: center;
	margin: 20px 0;
}

.service_area {
	width: 100%;

}

.text-area2 h2 {
	font-size: 30px;
	line-height: 1.5;
	width: fit-content;
	padding: 10px 30px;
	margin: 60px 0 20px 0;
	color: #fff;
	background: #094;
	-webkit-box-shadow: 5px 5px 0 #007032;
	box-shadow: 5px 5px 0 #007032;
}
.text-area2 p {
	margin-bottom: 20px;
}
.text-area2 h3 {
	padding: 0 12px;
	margin: 60px 0 20px 0;
    border-left: 8px double #007032;
	font-size: 28px;
	width: fit-content;
}
.text-area2 h4 {
	border-bottom: solid 4px #6abd5e;
	margin: 10px 0 20px 0;
	width: fit-content;
}
.note {
	font-size: 18px;
	color: #ff0104;
}
.service_box {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.koushi {
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}
.policy_day {
	font-size: 18px;
	margin-top: 30px;
	font-weight: bold;
}
.service_list {
	list-style: disc; 
	padding-left: 30px;
	margin-bottom: 20px;
}
.service_list_number {
	list-style-type: decimal;
	padding-left: 30px;
	margin-bottom: 20px;
}
.service_text {
	flex-basis: 70%;
}
.service_link {
	position: relative;
	display: inline-block;
	padding-left: 20px;
  }
  .service_link:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 12px;
	border-color: transparent transparent transparent #ff7b00;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.service_pict {
	margin-left: 3%;
	flex-basis: 30%;
}
.service_pict img {
	width: 100%;
}

.service_pict_02 {
	margin-left: 3%;
	flex-basis: 30%;
}
.service_pict_02 img {
	width: 50%;
}

@media (max-width: 1079px) {
	.service_box {
	flex-direction:column;
	}
.service_pict_02 img {
	width: 100%;
	}
}

.history dl {
	padding: 10px 0;
}
	
.history dt {
	padding-bottom: 5px;
}
	
@media screen and (min-width: 1079px) {
.history dt {
	clear: left;
	float: left;
	width: 15%;
}
.history dd {
	margin-left: 15%;
}
}

.service_img{
	margin: 0 auto;
	line-height: 1;
}
.service_item p{
	text-align: center;
}
img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
@media screen and (min-width:1079px) { 
.service_img{
	  display:flex;
	  flex-wrap:nowrap;
	  justify-content: center;
}
.service_item+.service_item{
	  margin-left:1.0em;
}
}

.service_img2{
	margin: 0 auto;
}

.service_item2 img{
	display: block !important;
	max-width: 300px;
}

@media screen and (min-width:1079px) { 
.service_img2{
	  display:flex;
	  flex-wrap:nowrap;
	  justify-content: center;
}
.koushi-box{
	padding-top: 30px;
	margin-left: 20px;
}
.koushi {
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
}

.position {
	font-size: 18px;
}

.g-list{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	margin-top: 5%;
}

a.g-btn {
	display: block;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	padding: 1rem 4rem;
	font-size: 18px;
	border: 2px solid #1c8b34;
	background: #1c8b34;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.g-btn:hover {
	color: #1c8b34;
	background: #fff;
}

@media(max-width:980px){
	.g-list{
	display: block;
	width: 100%;
	text-align: center;
	width: auto;
	margin-top: 1.5%;
	}

	a.g-btn {
	width: 300px;
	padding: 1rem 2rem;
	display: inline-block;
	margin: 50px auto;
	margin-right: 0;
	}
}

.simple-table {
    border-collapse: collapse;
    width: 50%; /* テーブルの幅を指定 */
    margin-top: 20px;
    text-align: left; /* テーブル内のテキストを左揃え */
    border: 1px solid #ccc; /* 外枠を設定 */
}

.simple-table thead th {
    background-color: #f0f0f0; /* ヘッダー部分の背景色 */
    font-weight: bold; /* ヘッダー文字を太く */
    border: 1px solid #ccc; /* ヘッダーのセル囲み線 */
    padding: 10px;
	text-align: center;
}

.simple-table tbody td {
    padding: 10px;
    border: 1px solid #ccc; /* 項目ごとに縦横すべての境界線を追加 */
}

.simple-table tbody td.m-td {
vertical-align: middle;
}

/* テーブルをページ左に寄せる */
.simple-table {
    margin-left: 0;
}

td:first-child, th:first-child {
    width: 20%; /* 必要に応じて幅を変更 (例: 10%, 20%) */
}
td:nth-child(2), th:nth-child(2) {
    width: 30%; /* 残りの幅を指定 */
}

@media(max-width:1079px){
	.simple-table {
		width: 100%; /* テーブルの幅を指定 */
	}
	td:first-child, th:first-child {
		width: 20%; /* 必要に応じて幅を変更 (例: 10%, 20%) */
	}
	td:nth-child(2), th:nth-child(2) {
		width: 35%; /* 残りの幅を指定 */
	}
}

/*個人情報保護*/
.policy_day {
	font-size: 22px;
	margin-top: 80px;
	margin-bottom: 0 !important;
	font-weight: bold;
	display: flex;
    align-items: flex-start;
    justify-content: flex-end;
	text-align: right;
}
.policy_name {
	font-size: 22px;
	margin-top: 80px;
	font-weight: bold;
	display: flex;
    align-items: flex-start;
    justify-content: flex-end;
	text-align: right;
}


/*************
/* フッター
*************/
.footer{
	background: url(../img/footer_bk.png) top / cover no-repeat;
	position: relative;
	height: auto;
	width:auto;
	padding-top: 30px ;
}
.footermenu{
    display: flex;
	justify-content: space-between;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	padding: 30px 60px;
	align-items: center;
	max-width: 1250px;
}

.footer-left p{
    font-size:16px;
	line-height: 1.8;
	color: #fff;
	padding-left: 10px;
}

.footer-left img{
	margin: 0;
}

@media screen and (min-width: 1128px) {
	.footer-left{
		flex: 0 0 auto;
		width: 315px;
	}
	.footer-left p{
        margin-top: 20px;
        padding: 0;
	}
}

@media screen and (min-width: 1128px) {
	.footer-nav{
		display: flex;
        justify-content: space-between;
		padding: 20px 0 ;
	}
	.footernav{
		display: flex;
        justify-content: flex-start;
	}
	.footernav li:nth-of-type(n+2) {
		margin-left: 20px;
	}
}

.footernav li:nth-of-type(n+2) {
	padding-left: 20px;
}

.footernav li{
	font-size: 18px;
}

.footernav li li{
	font-size: 13px;
}
.footernav a{
	color: #fff;
}
.footernav li li:before {
	color: #fff;
	content: "> " ;
}
.footer a:hover {
    text-decoration: underline;
}

.child-right{
	padding: 45px 10px;
	right:10px;
}
.child-right a{
	font-size: 15px;
	color: #141313ee;
}
.copyright{
	text-align: center;
	color: #fff;
	background-color: #F18D00;
	padding: 5px 0;
	z-index: 1;
	position: relative;
}
.copyright p{
	text-align: center !important;
}



@media only screen and (max-width: 1128px) {
	.footermenu {
		max-width: 1080px;
		margin: 0 auto;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.footermenu {
		width: 100%;
		display: block;
		padding: 0 15px;
	}
	.footer-left img{
		display: block;
		margin: 0 auto;
	}
	.footer-left p{
		margin: 0 auto;
		padding: 25px 10px;
		padding-left: 0;
		max-width: 600px;
		text-align:center ;
	}
	.footer-nav{
		margin: 20px 0 50px 0;
	}
	.footernav {
		border: none;
	}
	.footernav li{
		font-size: 14px;
	}
	.footernav{
		display: flex;
        justify-content: space-between;
	}
	.footernav li:nth-of-type(n+2) {
		margin-left: 5px;
		padding-left:0;
	}
	.footersub{
		display: block;
		text-align: center;
	}
	.child-right{
		position:relative;
		margin: 20px;
		padding: 0;
	}
	.copyright{
		margin-top: 30px;
	}
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:1080px){
	#header{
	width:100%;
	padding:0;
	margin:0 auto;
	background-color: #F5EEEC;
	}

	#wrapper,.inner{
	width:100%;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{
		clear:both;
		padding: 0;
	}
	
	#main{
	float:right;
	width:680px;
	padding:15px 0 0 0;
	}
	
	#sidebar{
	float:left;
	width:250px;
	padding:15px 0;
	overflow:hidden;
	}
	
	#sidebar article{
	margin-bottom:20px;
	overflow:hidden;
	}
	
	.logo{width:500px;}

}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
         -o-box-sizing:border-box;
        -ms-box-sizing:border-box;
            box-sizing:border-box;
	}
	
	nav div.panel{float:none;}
	
	#header{padding-left:10px;}
	
	#main{padding-top:15px;}
	section.toppage{margin:0;}
	#sidebar{padding-bottom:15px;}
	#sidebar article{padding:7px 8px;}
	
	#footer .grid,#footer ul.footnav{float:none;width:100%;text-align:center;}
	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	float:left;
	width:32%;
	margin:10px 0 0 1%;
	}

	#footer .grid img,#footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	#footer.logo,#footer .info{width:100%;float:none;}
	#footer .logo p{float:none;display:block;	}
	#footer .logo img{float:none;padding:0;}
}


@media only screen and (max-width:640px){
	#header{height:auto;padding-bottom:20px;}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{clear:both;width:100%;float:none;}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h2{padding-top:0;}

  .alignleft,.alignright,img.alignleft,img.alignright{float:none;display:block;margin:0 auto 10px;}

}

/* header */

header #inner {
width:100%;
margin: 0 auto;
position: relative;
}

.header_inner{
position: relative;
display: flex;
align-items: center;
}

.logo-area{
	left: 0;
	transform: translateX(0);
	margin: -4rem 0 0 -2rem;
	cursor: pointer;
    max-width: 316px;
    width: 100%;
}
.logo-area img {
	height: auto;
	transition: transform .6s ease;
}
.logo-area:hover img {
	transform: scale(1.1); /
}

.header_inner .header_logo{
margin-top:0px;
}

.header_inner .header_logo_sp{
display:none !important;
}

.header_inner .menu01 li{
display: inline-block;
margin-right:20px;
margin-top:53px;
font-size:115%;
font-weight:bold;
}

.header_inner .menu01 li:last-child{
margin-right: 0px;
}

.header_inner .menu01 li a{
position: relative;
display: inline-block;
text-decoration: none;
text-align:center;
}

.header_inner .menu01 li a:hover{
color:#000;
}

.header_inner .menu01 li a:after{
position: absolute;
bottom: -5px;
left: 0px;
content: '';
width: 100%;
height: 6px;
background:#fff;
transform: scale(0, 1);
transform-origin: center top;
transition: all .5s;
}

.header_inner .menu01 li a:hover::after {
transform: scale(1, 1);
}

.sp-logo-area{
	display: none;
}
@media (max-width: 1079px) {
	.sp-logo-area{
		display: block;
		position: absolute;
		left:25px;
		top:5px;
		padding: 10px;
	}
}
@media (max-width:450px) {
	.sp-logo-area{
		position: absolute;
		left: 5px;
		top:10px;
		width: 250px;
	}
}

.main_visual{
	background: url(../img/bk_img01.png) bottom / cover no-repeat;
	position: relative;
}

.main_visual_inner{
	padding: 10px;
	text-align: center;
	position: absolute;
	top: 150px;
	left: 35%;
}

@media (max-width: 1079px) {
	.main_visual_inner {
		position: static;
	}
	.main_visual_inner img{
		width: 80%;
	}
}

.item-box{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin:0 auto;
}

.main-item{
	margin: 4rem 0 0 14rem;
}
.main-item2{
	position: absolute;
	right: 5%;
	top:70%;
}

@media (max-width: 1079px) {
	.main-item{
		margin:0 auto;
		text-align: center;
		padding-top:20px;
	}
	.main-item2{
		display:none;
	}
}

.side-menu{
	background:#fff;
	box-shadow:0 2px 8px rgba(30,30,80,.3);
	right:20px;
	top: 12vh;
	line-height:1;
	position:fixed;
	z-index:100;
	padding:30px 0 30px 0;
	border-radius:100px;
}
.side-menu li{
	margin: 20px !important;
}
.side-menu li a{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size:20px; 
	color:#141413;
  }
.side-menu li  a:hover{
	color:red;
  }

  @-moz-document url-prefix() {
	.side-menu{
		padding:30px 7px;
	}
	.side-menu li{
		margin: 20px 15px !important;
	}
	.side-menu li a{
		padding-right: 21px;
	}
  }

/* Loading背景画面設定　*/
#splash {
	/*fixedで全面に固定*/
	  position: fixed;
	  width: 100%;
	  height: 100%;
	  z-index: 999;
	  background:#ff800a;
	  text-align:center;
	  color:#fff;
	}
	
	/* Loading画像中央配置　*/
	#splash_logo {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
	
	/* Loading アイコンの大きさ設定　*/
	#splash_logo img {
	  width:260px;
	}
	
	/* fadeUpをするアイコンの動き */
	.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
	  transform: translateY(100px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateY(0);
	  }
	}

	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
		
	.fadeUpTrigger{
		opacity: 0;
	}


/*PC・タブレ�?ト�?�スマ�?��?�通設�?
---------------------------------------------------------------------------*/

/*画面�?767px以下�?�設�?
---------------------------------------------------------------------------*/
@media screen and (max-width:1079px){


/* header */
header{
margin:0 !important;
padding:0 !important;
clear:both;
z-index:100;
background-color: #F5EEEC;
}

.header_inner{
padding:7px 10px;
width:100%;
background:#F5EEEC;
}
.header_inner .header_logo{
display:none !important;
}
.header_inner .header_logo_sp{
display:block !important;
}
.header_inner .header_logo_sp img.img01{
width:90%;
margin:0 !important;
padding:0 !important;
}

.header_inner .menu01{
margin-top:5px;
}
.header_inner .menu01 li{
margin:0px 0 0px 0 !important;
background-color:#ff8800;
width:100%;
}

.header_inner .menu01 li a{
color:#fff;
width:100% !important;
}

.header_inner .menu01 li a:hover{
color:#fff;
background:#F90;
}

#sp_menu{
display: block;
width: 30px;
position: absolute;
top: 35px;
right:8%;
box-sizing: border-box;
}

.side-menu{
display:none !important;	
}

#mainbanner{
	background:#f6f2e7 !important;
}

@media screen\0 {
.sp_menu{
display:block !important;
position:absolute;
top:4px !important;
}
}

.sp_menu{
display:none !important;
/*
display:block !important;
position:absolute;
top:49px;
margin-left:10px;*/
}


.menu02,
div#fontsize{
display: none !important;
}

.sp_menu_box,
.sp_menu_box span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}

.sp_menu_box {
position: relative;
width: 30px;
height: 20px;
margin-left: 3px;
margin-top:4px;
}
.sp_menu_box span {
position: absolute;
left: 0;
width: 100%;
height: 2px;
background-color:#ff8800;
border-radius: 4px;
}
.sp_menu_box span:nth-of-type(1) {
top: 0;
}
.sp_menu_box span:nth-of-type(2) {
top: 9px;
}
.sp_menu_box span:nth-of-type(3) {
bottom: 0;
}

.sp_menu_box.active span:nth-of-type(1) {
-webkit-transform: translateY(9px) rotate(-45deg);
transform: translateY(9px) rotate(-45deg);
}
.sp_menu_box.active span:nth-of-type(2) {
opacity: 0;
}
.sp_menu_box.active span:nth-of-type(3) {
-webkit-transform: translateY(-9px) rotate(45deg);
transform: translateY(-9px) rotate(45deg);
}

.header_inner .menu01{
display: none;
position: absolute;
top: 96px;
left: 0px;
width: 100% !important;
background:#003399;
z-index:999;
}

.header_inner .menu01 li{
display: block;
margin-right: 0px;
}

.header_inner .menu01 li a{
display: block;
text-align:center;
padding: 15px 0px;
}
.header_inner .menu01 li a:nth-child(n+1) {
border-bottom: solid #e2e2e2 1px;
}

.header_inner .menu01 li a:active{
color: #fff;
}

.header_inner .menu01 li a:after{
display: none;
}


/*サイト�?にしたheader�?のブロ�?ク*/
header #inner {
width: auto;
height: 100px;
}
/*ロゴ画�?*/
header #logo {
position: absolute;
left: 0px;
top: 0px;
width: 70%;
}

}

.txt_right {
	padding: 10px 0 20px 0;
	text-align: right;
}

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

.header_inner .menu01 li {
	display: none;
}

}

.txt_color_red{
color: red;
}

.txt_red_link a{
	color: red !important;
}

.txt_red_link a:hover{
	opacity: 0.5 !important;
}

.txt_bold{
font-size: 150%;
text-decoration: underline;
}
.txt_middle{
	font-weight: bold;
}