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

/* ===================================================================

リセット

=================================================================== */

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
    background-repeat: no-repeat;
    /*box-sizing: inherit;*/
}

::before,
::after {
    text-decoration: inherit;
    /*vertical-align: inherit;*/
}

*:focus {
    /*chromeデフォルト設定解除*/
    outline: none;
}

* {
    padding: 0;
    margin: 0;
}


/* 一般的な要素 */

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
}

address,
em {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* フォーム */

input {
    border-radius: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="number"] {
    width: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button {
    overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/* メディア */

img {
    border-style: none;
}

img,
iframe {
    /*スマホはみ出し用*/
    max-width: 100%;
}

progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}


/* アクセシビリティ */

@media screen {
    [hidden~="screen"] {
        display: inherit;
    }
    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

[aria-busy="true"] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}


/* selection */

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}


/* ===================================================================

各ページ共通関連

=================================================================== */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
	line-height: 1.6;
	
	/*background: url("../images/bg.jpg") repeat;*/
}
.t-blue{
	background-color: rgba(10,186,181,1.00);
}

a {
    text-decoration: none;
}

/*float*/

@media (min-width: 960px) {
    .left {
        float: left;
    }
    .right {
        float: right;
    }
    .all {
        width: 1024px;
        margin: 0 auto;
    }
    .all:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }
}


/*両端揃え*/

.just {
    text-align: justify;
    text-justify: inter-ideograph;
}


/* 電話番号リンクPC無効 */

a[href^="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 960px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }
}


/*smpc画像振り分け*/

.pc {
    display: none;
}

@media screen and (min-width: 960px) {
    .pc {
        display: block;
    }
    .sm {
        display: none;
    }
}


/* スマホメニュー */

.nav-content {
    background: #fff;
}

.nav-content ul {}

.nav-content ul li {}

.nav-content ul li a {
    text-align: left;
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    color: #000656;
}

.nav-content ul li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* PCメニュー */

.nav-menus {
    display: none;
}

@media (min-width: 960px) {
    .drawer-toggle {
        display: none;
    }
    .nav-menus {
        display: block;
        float: right;
    }
    .nav-menus ul {}
    .nav-menus ul:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }
    .nav-menus&gt;ul&gt;li {
        float: left;
        text-align: center;
        height: 60px;
        /*background: #EBEBEB;*/
    }
    .nav-menus ul li a {
        display: block;
        height: 60px;
        box-sizing: border-box;
        text-decoration: none;
        color: #000;
        padding-top: 23px;
    }
    .nav-menus ul li a:hover {
        background: #EBEBEB;
        color: #444444;
    }
    .nav-menus ul li.nav-menu01 a {
        width: 100px;
    }
    .nav-menus ul li.nav-menu02 a {
        width: 100px;
    }
    .nav-menus ul li.nav-menu03 a {
        width: 100px;
    }
    .nav-menus ul li.nav-menu04 a {
        width: 100px;
    }
    .nav-menus ul li.nav-menu05 a {
        width: 100px;
    }
	.nav-menus ul li.nav-menu06 a {
        width: 100px;
    }
}
.nav-menus ul li.insta a{
	padding-top:14px;
}
.insta img{
	height: 40px;
	width: auto;
}
.insta_i{
	height: 50px;
	width: auto;
}
/*ヘッダー*/

.headerback {
    /*background: #EBEBEB;*/
	background-color: rgba(10,186,181,1.00);
}
.logo{
	height: 40px;
	width: auto;
	padding-top: .3rem;
}

header {
    max-width: 1024px;
    margin: 0 auto;
}

header h1 {
    float: left;
    height: 50px;
    box-sizing: border-box;
    padding-left: 8px;
	font-size: 1.6rem;
}
header h1 a, header h1 a:link, header h1 a:visited  {
	color: #000;
}

@media all and (-ms-high-contrast: none) {
    header h1 {
        /*IE用*/
    }
}

header:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

@media (min-width: 960px) {
    header h1 {
        height: 60px;
		padding-top: .5rem
    }
}


/*フッター*/

footer {}

footer #copyright {
    text-align: center;
    padding: 20px 15px 70px;
    font-size: .75rem;
	color: #fff;
}

@media (min-width: 960px) {
    footer #copyright {
        text-align: center;
        padding: 30px 0;
        font-size: .75rem;
    }
}


/*下固定スマホ用サブメニュー*/

#submenu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 6, 86, 1);
    z-index: 2;
}

#submenup {
    position: fixed;
    left: 0;
    bottom: 50px;
    width: 100%;
    height: 30px;
    background: #000;
    z-index: 2;
    color: #fff;
    padding-top: 3px;
}

#submenu .submenus:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#submenu .submenus {
    float: left;
    width: 25%;
}

#submenu .submenus a {
    display: block;
    /*background-color: rgba(0, 6, 86, 0.9);*/
	background-color: rgba(51,51,51,0.9);
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-left: 2px solid #fff;
    font-size: 28px;
}

#submenu .submenus:first-child a {
    border-left: none;
}

@media (min-width: 960px) {
    #submenu {
        position: static;
        width: 300px;
        height: 80px;
        margin: 25px auto 0;
        background: #fff;
    }
    #submenu .submenus {
        width: 80px;
        margin: 0 10px;
    }
    #submenu .submenus a {
        border-left: none;
        border-radius: 40px;
        height: 80px;
        line-height: 80px;
        font-size: 38px;
    }
    #submenup {
        position: static;
        background: #fff;
        color: #000;
        padding-top: 0px;
    }
}


/*トップへ戻る
---------------------------------------------------------------*/

#pagetops {
    position: fixed;
    right: 16px;
    bottom: 81px;
    z-index: 3;
}

#pagetops a {
    cursor: default;
}

#pagetop img {
    border-radius: 10px;
}

@media (min-width: 960px) {
    #pagetops {
        right: 6px;
        bottom: 16px;
    }
}

/* ===================================================================

各ページ style

=================================================================== */
.mainhead{
	text-align: center;
	background-color: #EBEBEB;
	padding: 2rem 0;
	margin: 0 auto;
}
.mainimg,
.gaikan {
    text-align: center;
	color: #fff;
}
#sliderwrap{
	background-color: #fff!important;
}

img.full {
    width: 100%;
   /* max-width: 640px;*/
}


@media (min-width: 960px) {
	.mainhead{
	padding: 4rem 0;
	margin: 0 auto;
}
    .mainimg img {
        /*max-width: 1367px;*/
        margin: 0 auto;
    }
}
.main-cont{
	width: 100%;
	max-width: 1024px;
	margin: 2rem auto 0 auto;
	background-color: #fff;
}
.block {
    padding: 25px 15px;
    /*スマホサイド余白*/
}
.block2 {
    padding: 0;
    /*スマホサイド余白*/
}
.block-wh{
	background-color: #fff;
}
.block-box{
	margin: 0 auto;
	text-align: center;
}
.block-box2{
	width: 100%;
	max-width: 700px;
	margin: 1rem auto 0 auto;
	text-align: center;
}
.block-flex{
	display: block;
}
.block-text{
	width: 100%;
	text-align: center;
	padding: 3rem 0 0 0;
}
.block-cont{
	margin-top: 1rem;
	width: 100%;
}
.block-cont-r, .block-cont-rr{
	margin-top: 1rem;
	width: 100%;
	line-height: .8;
}
.block-cont-l{
	margin-top: 1rem;
	width: 100%;
	line-height: .8;
}
.block-cont-r img, .block-cont-rr img, .block-cont-l img {
	width: 100%;
}
.block-box img {
	width: 50%;
	height: 50%;
}
.block-box2 img {
	width: 32.5%;
	height: 32.5%;
}
.block-wh h1{
	text-align: center;
	margin: 0 auto;
}
.block-wh p{
	margin-bottom: 1rem;
}
.submenublock {
    padding: 25px 0 0;
}

@media (min-width: 960px) {
    .block {
        padding: 70px 0;
    }
	.block2 {
        padding:0;
    }
	.block-box{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
	.block-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.block-text{
	width: 48%;
	padding: 0;
}
.block-cont{
	width: 48%;
	margin-top: 0;
}
.block-cont-r{
	margin-top: 0;
	width: 50%;
	-webkit-clip-path: polygon(0 0, 100% 0%, 79% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0%, 79% 100%, 0% 100%);
}
.block-cont-rr{
	margin-top: 0;
	width: 50%;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.block-cont-l{
	margin-top: 0;
	width: 50%;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 16% 100%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 16% 100%);
}
    .submenublock {
        padding: 70px 0;
    }
}

.btn01, .btn02 {
    width: 50%;
    margin: 25px auto 0;
    text-align: center;
}

.btn01 a, .btn02 a {
    display: block;
   /* border-radius: 6px;*/
    height: 45px;
    line-height: 45px;
    background: #333;
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
}
.btn02 a {
	background: #fff;
    color: #333;
}
.btn01 a:hover {
    background: #666;
}
.btn02 a:hover {
    background: #ccc;
}

@media (min-width: 960px) {
    .btn01, .btn02 {
        width: 315px;
    }
    .btn01 a, .btn02 a {
        font-size: 18px;
        height: 55px;
        line-height: 55px;
    }
}

h2 {
    text-align: center;
}

p.center {
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
}

@media (min-width: 960px) {
    p.center {
        font-size: 16px;
    }
}

p.center strong {
    font-weight: bold;
    font-size: 120%;
}

.backg01 {
    background: #f5f2dc;
}

.backg02 {
    background: #e3e6dd;
}

.backg03 {
    background: #f9f9ed;
}

.backgim01 {
    background-image: url(../images/bgim01.jpg);
    background-position: center center;
    background-size: cover;
}

.midashi01 {
    color: #308587;
    font-size: 24px;
}

.midashi02 {
    color: #dc4000;
    font-size: 24px;
    padding-bottom: 15px;
}

.midashi015 {
    margin-top: 25px;
}

.midashi03 {
    color: #000;
    font-size: 22px;
    padding-bottom: 5px;
}

.midashi04 {
    color: #fff;
    font-size: 24px;
}

.midashi05 {
    color: #000;
    font-size: 24px;
}

.tbt25 {
    margin-top: 25px;
}

.sokoban {
    max-width: 1500px;
    margin: 25px auto 0;
}

p.mainmessa {
    font-family: "M PLUS Rounded 1c";
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}

.maps iframe {
    height: 300px;
}
.footer-block{
	display: block;
}
.footness {
	color: #fff;
	width: 90%;
}
.footness p a {
    color: #fff;
}
.inquiry_box{
	width: 100%;
	margin: 0;
	padding: 2rem 0;
}
@media (min-width: 960px) {
    .midashi01,
    .midashi02 {
        font-size: 32px;
    }
    .midashi015 {
        margin-top: 100px;
    }
    .midashi016 {
        margin-top: 100px;
    }
    .midashi03,
    .midashi04,
    .midashi05 {
        font-size: 32px;
    }
    .tbt25 {
        margin-top: 0;
    }
    br.strabge {
        display: none;
    }
    p.mainmessa {
        font-size: 22px;
    }
    .maps iframe {
        height: 300px;
    }
    .allone {
        width: 600px;
    }
	.footer-block{
	display: flex;
	justify-content:space-between;
		align-items:center;
}
	.footness {
	width: 50%;
	padding-left: 2rem;
}
	.inquiry_box{
	width: 40%;
		max-width: 450px;
	margin: 2rem 2rem 0 2rem;
	padding: 1rem 0 1rem 0;
}
	.inquiry_box h2.midashi03{
		font-size: 24px;
	}
}

/* 業務内容 */

.children01{
	order: 1;
}
.children02{
	order: 2;
}
.white{
	color: #fff
}
.block-cont img{
	width: 100%;
}
.block-img{
	display: flex;
	margin: 1rem 0 0 0;
}
.block-img img{
	width: 25%;
	height: 25%;
}
.block-img2{
	display: flex;
	margin: 1rem 0 0 0;
	flex-wrap: wrap;
}
.block-img2 img{
	width: 50%;
	height: 50%;
}
@media (min-width: 768px) {
	.block-img2 img{
	width: 25%;
	height: 25%;
}
}

/* 会社概要 */

.compatable {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
}

.compatable td,
.compatable th {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 15px 0;
    font-size: 14px;
    box-sizing: border-box;
}

.compatable th {
    width: 28%;
}

.compatable td a {
    color: #000;
}

.compatable td dl:nth-of-type(1){
	margin-bottom: 1rem;
}

.compagaikan {
    text-align: center;
}
.compagaikan img{
	width: 100%;
}
.compasubmenublock {}

#nonsubmenu {
    padding: 0;
    margin: 0 auto 0;
    max-width: 320px;
	text-align: center;
}

#nonsubmenu .nonsubmenus01 {
    margin-bottom: 1rem;
}

#nonsubmenu .nonsubmenus:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#nonsubmenu .nonsubmenus {
    font-size: 32px;
	line-height: .8;
	display: inline-block;
}
#nonsubmenu .nonsubmenus a {
    display: inline-block;
	color: #000;
}

#nonsubmenu .nonsubmenus a i,
#nonsubmenu .nonsubmenus i {
    border-radius: 20px;
    height: 24px;
    width: 24px;
    line-height: 1.4;
    font-size: 16px;
    color: #fff;
    background: #0ABAB5;
    text-align: center;
    margin-right: 5px;
    float: left;
}

@media (min-width: 960px) {
    .compatable {
        width: 700px;
    }
	.compatable th {
    width: 20%;
}
    .compatable td,
    .compatable th {
        padding: 15px 5px;
        font-size: 16px;
    }
    .compagaikan {
		height: auto;
		line-height: .8;
    }
    .compasubmenublock {
        display: none;
    }
    #nonsubmenu {
        width: 100%;
    }
	#nonsubmenu .nonsubmenus {
    font-size: 24px;
	line-height: .9;
}
    #nonsubmenu .nonsubmenus01 {
		margin: 0 1rem .8rem 1rem;
    }
    #nonsubmenu .nonsubmenus a i,
    #nonsubmenu .nonsubmenus i {
        font-size: 14px;
        border-radius: 40px;
        height: 21px;
        width: 21px;
        line-height: 1.5;
        margin-right: 5px;
    }
}


/*top*/

.mainimg img {
    width: 100%;
    /*max-width: 1024px;*/
    margin: 0 auto;
}

.mainimg .tab,
.mainimg .pc {
    display: none;
}

@media (min-width: 600px) {
    .mainimg .sm,
    .mainimg .pc {
        display: none;
    }
    .mainimg .tab {
        display: block;
    }
}

@media (min-width: 960px) {
    .mainimg .sm,
    .mainimg .tab {
        display: none;
    }
    .mainimg .pc {
        display: block;
    }
}

/*アコーディオン*/


/*ラベル*/

.levellabel {
    display: block;
    padding: 15px;
    font-weight: bold;
    background: #cce089;
    cursor: pointer;
    font-size: 24px;
    margin-bottom: 5px;
}

.levellabel:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0fe';
    font-size: 120%;
    float: right;
}


/*ラベルホバー時*/

.levellabel:hover {}


/*チェックは隠す*/

.cssacc {
    display: none;
}


/*中身を非表示にしておく*/

.accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    /*transition: 0.8s;*/
}


/*クリックで中身表示*/

.cssacc:checked+.levellabel+.accshow {
    height: auto;
    opacity: 1;
}

.cssacc:checked+.levellabel:after {
    content: '\f146';
}

.yuyakuliststitle {
    display: none;
}

@media (min-width: 960px) {
    .levellabel {
        display: none;
    }
    .accshow {
        display: block;
        height: auto;
        opacity: 1;
    }
    .yuyakuliststitle {
        display: block;
    }
}
</pre></body></html>