<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
.contents .wrap{
	margin-top: 70px;
}

section{
    width: 1100px;
    margin:0 auto 110px;	
}
section:last-child{
    margin:0 auto 90px;	
}

.scenery {
    background-image: url(../img/scenery_bg.jpg);
}
.office h2{
	margin-bottom: 50px;
}
.contents .namibg {
    background: #f6f6f6;
    padding: 25px 0 30px;
	position: relative;
	width: 100%;
}
.contents .namibg .inner {
	width: 1100px;
	margin: 0 auto;	
}
.contents .namibg:before,
.contents .namibg:after{
    content: "";
    display: block;
    height: 44px;
    position: absolute;
    width: 100%;
}
.contents .namibg:before{
    background: url(../../assets/img/nami_bg01.png);
    top: -44px;
}
.contents .namibg:after{
    background: url(../../assets/img/nami_bg02.png);
    bottom: -44px;
}
/* ----------------------------------------------------------------
office
---------------------------------------------------------------- */

.office h2{
	background: url(../img/h2_img05.png) no-repeat top center;
	padding-top: 55px;
}
.office  .maintxt {
    text-align: center;
    font-size: 18px;
    line-height: 2.2;
	color: #4d4d4d;
}

/* ----------------------------------------------------------------
under_chara
---------------------------------------------------------------- */
.under_chara h2{
	background: url(../img/h2_img07.png) no-repeat top center;
	padding-top: 63px;
}
.contents .under_chara ul {
	overflow: hidden;
}
.contents .under_chara ul li {
    float: left;
    width: 356px;
    text-align: center;
	margin-right: 15px;
}
.contents .under_chara ul li:last-child {
	margin-right: 0;
}
.contents .under_chara ul li img {
    margin-bottom: 15px;
}
.contents .under_chara ul li h3 {
	color: #4d4d4d;
	font-size: 21px;
}
.contents .under_chara ul li p {
	font-size: 14px;
	margin-bottom: 0;
}
.contents .under_chara ul li strong {
    color: #ff921e;
    font-weight: bold;
    font-size: 16px;
}

/* ----------------------------------------------------------------
strength
---------------------------------------------------------------- */

.strength h2{
	background: url(../img/h2_img06.png) no-repeat top center;
	padding-top: 48px;
}

.strength h4{
    background: #ffd0a5;
    width: 800px;
    color: #4d4d4d;
    padding: 13px 0;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: center;
    font-size: 25px;
}
.strength ul li {
position: relative;
	padding-left: 43px;
	overflow: hidden;
	width: 670px;
    margin: 0 auto;
}
.strength ul li:before{
	position: absolute;
    content: url(../img/about_icon01.png);
	    left: 0;
    top: 7px;
}
.strength ul li .dounny{
text-align: left;
	    margin-top: 0;
}
.strength ul li:last-child p{
float: left;
	    margin-bottom: 10px;
}
.strength ul li:last-child .note{
    padding: 7px 0px 0 20px;
}


/* ----------------------------------------------------------------
promise
---------------------------------------------------------------- */
.promise h2{
	background: url(../img/h2_img08.png) no-repeat top center;
	padding-top: 50px;
}
.promise .txt{
	text-align: center;
	    margin-bottom: 30px;
}
.promise ul{
overflow: hidden;
	    width: 650px;
    margin: 0 auto;
}
.promise ul li{
float: left;
margin-right: 90px;
}
.promise ul li:last-child{
margin-right: 0;
}
.promise ul li a:hover{
	opacity: 0.6;
}
.promise ul li img{
	margin-bottom: 10px;
}
.promise ul li p{
    text-align: center;
}
.promise ul li p a{
      color: #f6921e;
    font-size: 17px;
    font-weight: bold;
    background: #fff;
    padding: 8px 0px;
    width: 200px;
	box-sizing: border-box;
    margin: 0 auto;
    display: block;
    border: solid 2px #f6921e;
    border-radius: 10px;
	position: relative;
}
.promise ul li p a:hover{
    opacity: 1;
    text-decoration: none;
    background: #f6921e;
    color: #fff;
}
.promise ul li p a:after,
.promise ul li p a:hover:after{
    position: absolute;
	right: 10px;
    top: 10px;
}
.promise ul li p a:after{
    content: url(../../assets/img/icon04_off.png);
}
.promise ul li p a:hover:after{
    content: url(../../assets/img/icon04_on.png);
}
/* ----------------------------------------------------------------
staff
---------------------------------------------------------------- */
.staff h2{
	background: url(../../assets/img/h2_img02.png) no-repeat top center;
}
.contents .staff {
	width: 1100px;
}
.contents .staff ul {
  	overflow: hidden;
}
.contents .staff ul li {
    float: left;
    width: 254px;
	margin-right: 28px;
}
.contents .staff ul li p {
	font-size: 30px;
	text-align: center;
	color: #4d4d4d;
	margin: 0px;
}
.contents .staff ul li span {
	font-size: 12px;
	color: #ff921e;
	display: block;
    letter-spacing: 0.3em;
}
.contents .staff ul li:last-child {
	margin-right: 0;
}

/* ----------------------------------------------------------------
facility
---------------------------------------------------------------- */
.facility h2{
	background: url(../img/h2_img09.png) no-repeat top center;
}
.facility ul{
	overflow: hidden;
}
.facility ul li{
    width: 250px;
    float: left;
    margin-right: 33px;
    margin-bottom: 33px;
}
@media screen and (min-width: 767px) {
/*　　 pc*/
.facility ul li:nth-child(4n),
.facility ul.ul02 li:nth-child(3n){
	margin-right: 0;
}
.facility ul.ul02{
    margin: 0 auto;
    width: 817px;
}
.facility ul.ul02 li{
margin-bottom: 0px;
}
}
.facility ul li:last-child{
	margin-bottom: 0;
}
.facility ul li p {
    width: 250px;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #4d4d4d;
    background: #ffd0a5;
    padding: 8px 0px;
    margin-top: 0;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
}

/* ----------------------------------------------------------------
overview
---------------------------------------------------------------- */
.overview h2{
	background: url(../img/h2_img10.png) no-repeat top center;
}
.contents .overview .overviewbox {
     overflow: hidden;
     margin-bottom: 20px;
}
.contents .overview dl {
    width: 535px;
    float: left;
    margin-right: 30px;
    margin-top: 0;
    margin-bottom: 30px;
}
.contents .overview dl:nth-child(even) {
	margin-right: 0px
}
.contents .overview dt {
	display: inline-block;
    background: #ffe960;
    font-size: 13px;
    padding: 7px;
    border-radius: 5px;
    width: 80px;
    text-align: center;
    color: #4d4d4d;
    font-weight: bold;
}
.contents .overview dd {
	display: inline-block;
    vertical-align: middle;
	margin-left: 15px;
	font-size: 15px;
	line-height: 1.3;
}

/* ----------------------------------------------------------------
レスポンシブ
---------------------------------------------------------------- */
@media screen and (max-width: 767px) {
/*　共通　 スマホ*/
section {
    margin: 0 auto 60px;
}
section:last-child{
    margin: 0 auto 40px;
}
.scenery {
    background-image: url(../img/scenery_bg_s.jpg);
}
	
.contents .namibg:before, .contents .namibg:after {
    height: 21px;
    background-size:47px;
}
.contents .namibg:before {
    top: -21px;
}
.contents .namibg:after {
    bottom: -21px;
}
.contents .wrap {
    margin-top: 30px;
}
.contents section h2 {
    background-size: 45px;
    margin-bottom: 20px;
}
.contents .office,
.contents .strength,
.contents .staff,
.contents .overview{
    width: 95%;
}
.contents .namibg {
    padding: 20px 0 20px;
}
.contents .namibg .inner {
    width: 95%;
}	
	
/*　office　 スマホ*/
.office h2 {
    padding-top: 47px !important;
}
.office .maintxt {
    font-size: 14px;
    line-height: 1.9;
}	
.office .dounny {
    margin-bottom: 17px;
}
	
/*　under_chara　 スマホ*/
.contents .under_chara h2 {
    background-size: 40px !important;
	padding-top: 54px;
}
.contents .under_chara ul li {
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
}
.contents .under_chara ul li h3 {
    font-size: 20px;
}
.contents .under_chara ul li p {
     margin: 5px 0;
}
.contents .under_chara ul li img {
    width: 90%;
}
.contents .under_chara ul li:last-child {
    margin-bottom: 0;
}

/*　strength　 スマホ*/
.contents .strength h2 {
    background-size: 67px !important;
    padding-top: 38px;
}	
.strength h4 {
	width: 100%;
    box-sizing: border-box;
    padding: 13px 10px;
    font-size: 17px;
	    margin-bottom: 20px;
}
.strength ul li {
    padding-left: 0px;
	padding-top: 33px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}
.strength ul li:last-child p {
    float: none;
    margin-bottom: 10px;
}
.strength ul li:before {
    position: absolute;
    content: url(../img/about_icon01_s.png);
    left: 50%;
    margin-left: -13px;
    top: 0;
}
.strength ul li .dounny {
    text-align: center;
	line-height: 1.7;
	    margin-bottom: 15px;
}
.strength ul li:last-child .note {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}
	
	
/*　strength　 スマホ*/
.contents .promise h2 {
    background-size: 54px !important;
    padding-top: 38px;
}
.promise .txt {
    margin-bottom: 20px;
}
.promise ul {
    width: 100%;
}
.promise ul li {
    float: none;
    margin: 0 auto;
	text-align: center;
}
.promise ul li:last-child p {
    margin-bottom: 0px;
}
.promise ul li img {
    width: 200px;
}	
.promise ul li p {
    margin: 0 0 20px;
}
.promise ul li p a {
    width: 80%;
    box-sizing: border-box;
}	

/* -----staff----- */
.contents .staff h2 {
    padding-top: 44px !important;
}

.contents .staff ul {
  	overflow: hidden;
  	text-align: center; /* 中央寄せ */	
}
.contents .staff ul li {
    float: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	margin-bottom: 30px;
}
.contents .staff ul li p {
	font-size: 30px;
	text-align: center;
	color: #4d4d4d;
	margin: 0px;
}
.contents .staff ul li span {
	font-size: 12px;
	color: #ff921e;
	display: block;
    letter-spacing: 0.3em;
}
.contents .staff ul li:last-child {
	margin-right: 0;
}

/* -----facility----- */
.contents .facility h2 {
    padding-top: 40px !important;
    background-size: 52px;
}	
.facility ul li {
    width: 49%;
    margin-right: 2%;
	margin-bottom: 0px;
}
.facility ul li:nth-child(2n) {
    margin-right: 0%;
}
.facility ul li img{
    width: 100%;
}
.facility ul li p {
    width: 100%;
    font-size: 15px;
    padding: 8px 0;
    margin: 0px 0 20px;
}	

/* -----overview----- */
.contents .overview h2 {
    padding-top: 42px !important;
    background-size: 38px;
}
.contents .overview iframe{
    width: 100%;
    height: auto;
}
.contents .overview dl {
    width: 100%;
    float: none;
    margin-right: 0;
	margin: 16px 0 16px;
}
.contents .overview dl:last-child {
margin-bottom: 0;
}	
.contents .overview dt {
    width: 100%;
	box-sizing: border-box;
}
.contents .overview dd {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
}
.contents .overview .overviewbox {
    margin-bottom: 30px;
}
}</pre></body></html>