@charset "UTF-8";

/*========================================================*/
/* 共通レイアウト
/*========================================================*/
* {
    color: #111;
    font-size: 13px;
    line-height: 1.4;
}
body {
    width: 100%;
    padding-top: 65px;
    font-family: "BIZ UDPGothic", sans-serif !important;
}
a {
    transition-property: all;
    transition: 0.3s linear;
}
@media (min-width:768px) {
    * { font-size: 15px; }
    body {
        padding-top: 120px;
    }
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@media (max-width: 991px) {
    .container {
        max-width: unset;
    }
}

/* グローバルナビゲーション
/*--------------------------------------------------------*/
.fixed_top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-brand img {
    width: 80px;
    padding: 8px 0;
}
@media (max-width: 767px) {
    .navbar-brand img {
        width: 60px;
    }    
}
.navbar-toggler {
    border: none;
    outline: none !important;
}
.navbar-toggler:focus {
    outline: none;	
}
.navbar-nav > .active {
    border-bottom: solid 3px #ccc;
}
.navbar-nav .nav-link.home_link {
	color: #fff;
}
.navbar-nav .dropdown-menu .active a {
    color: #038ea7;
}
 
@media(max-width: 991px) {
    .navbar-nav > .active {
        border: none;
    }
    .navbar-nav .active a {
        color: #038ea7;
    }
	.navbar-nav .active .dropdown-menu a {
		color: #111;
	}
	.navbar-nav .dropdown-menu .active a {
        color: #038ea7;
    }
}
.nav-item {
    font-size: 1.4rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
@media (min-width: 992px) {
    .nav-item {
        margin-left: 20px;
        font-size: 1.2rem;
    }
}
.header_group {
    position: relative;
}
.dropdown-menu {
	padding: 10px 20px;
}
.dropdown-menu.home_link {
	background-color: rgba(0,0,0,0.5);
	top: 54px;
}
.tap_link:focus {
	box-shadow: none;
}
.dropdown-item {
	display: flex;
	align-items: baseline;
	padding: 6px 0;
	font-size: .9rem;
	color: #111;
}
.dropdown-item i {
	margin-right: 10px;
}
.dropdown-item.home_link {
	color: #fff;
}
@media(max-width: 991px) {
	.dropdown-menu {
		border: none;
		padding: 0px 15px 5px 15px;
	}
	.dropdown-menu.home_link {
		background: none;
	}	
	.dropdown-item {
		font-size: 1.2rem;
	}
	.navbar-nav .active .nav-link.show  {
		color: #038ea7;
	}
	
}

/* トップ画像
/*--------------------------------------------------------*/
.top_text {
    position: absolute;
    bottom: 0;
    bottom: 50px;
    left: 95px;
}
@media (max-width: 991px) {
    .top_text {
        display: none;
    }
}
.top_text .title {
    font-size: 1.4rem;
    font-family: "BIZ UDPGothic", sans-serif;
}
.top_text .text {
    margin-top: 5px;
    font-size: .8rem;
}

/* フッター
/*--------------------------------------------------------*/
.footer_main {
    padding-top: 20px;
    background: #f2f2f2;
}
.footer_main .footer_grp {
	display: flex;
	flex-direction: column;
}
.footer_main .navi {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
	width: 100%;
}
.footer_main .navi ul {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 160px;
	width: 100%;
}
.footer_main .navi ul li {
    display: inline-block;
    width: 49%;
}
.footer_main .navi ul li a {
    display: inline-block;
    color: #999;
    line-height: 2;
    white-space: nowrap;
    text-decoration: none;
}
.footer_main .navi ul li a.service_link i {
	margin-right: 5px;
}
.footer_main .navi ul li a:hover, .footer_main .navi ul li a:focus {
    color: #3ab6cf;
}

.footer_main .discription {
    width: 100%;
	padding: 20px 0;
}
.footer_main .discription p {
    color: #999;
    font-size: 85%;
    line-height: 1.2;
}
.footer_main .discription .copyright {
    margin-top: 20px;
    text-align: center;
}

.footer_sub {
    padding: 10px 0;
    text-align: center;
}
.footer_sub > .container {
    padding-right: 0;
    padding-left: 0;
}
.footer_sub span {
    display: block;
    color: #888;
    font-size: 80%;
}

@media (min-width:768px) {
	.footer_main .footer_grp {
		flex-direction: row-reverse;
	}
	.footer_main .navi {
		border: none;
		width: calc(100% - 50%);
	}
	.footer_main .navi ul {
		height: 130px;
		width: 75%;
	}	
	.footer_main .navi ul li {
        display: inline-block;
        width: 35%;
    }
	.footer_main .navi ul .adjustment {
		height: 110px;
	}
    .footer_main .navi ul li a {
        padding: 0 2em;
        font-size: 80%;
    }
    .footer_main .navi ul li a:first-child {
        padding-left: 0;
    }
	.footer_main .discription {
		width: 50%;
	}	
    .footer_main .discription .copyright {
        margin-top: 0;
        text-align: right;
    }
    .footer_sub {
        text-align: right;
    }
    .footer_sub > .container {
        padding-right: 15px;
        padding-left: 16px;
    }
    .footer_sub span {
        display: inline;
    }
    .footer_sub span:not(:last-child):after {
        content: '/';
        display: inline-block;
        width: 1em;
    }
}

/* ページトップ
/*--------------------------------------------------------*/
#pagetop {
    position: fixed;
    z-index: 1020;
}
#pagetop > a { background-image: url(img/pagetop.png); }
#pagetop > a {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
#pagetop > a:hover {
    opacity: 0.8;
}
#pagetop > a {
    width: 80px;
    height: 80px;
}
@media (min-width:768px) {
    #pagetop > a {
        width: 90px;
        height: 90px;
    }
}

/* メイン画像
/*--------------------------------------------------------*/
.top_img img{
    width: 100%;
}
.top_img .pc_img {
    display: block;
}
.top_img .sp_img {
    display: none;
}

@media (max-width:767px) {
    .top_img .pc_img {
        display: none;
    }
    .top_img .sp_img {
        display: block;
    }
}

/* パンくずリスト
/*--------------------------------------------------------*/
#breadcrumbs {
    margin-bottom: 20px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
#breadcrumbs.nobtm{
    margin-bottom: 0px;
}
.breadcrumb {
    background-color: #fff;
    margin: 0;
    padding: 3px 0;
}
.breadcrumb > li a {
    color: #777;
    text-decoration: underline;
}
.breadcrumb > li a:hover {
    color: #3ab6cf;
}
.breadcrumb > li + li:before {
    padding-right: 8px;
    content: '\003e';
}

@media (min-width:768px) {
    #breadcrumbs {
        margin-bottom: 40px;
    }
    #breadcrumbs.nobtm{
        margin-bottom: 0px;
    }
}

/* 共通タイトル
/*--------------------------------------------------------*/
.section_title {
    margin-bottom: 20px;
}
.section_title h2 {
    color: #027286;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
@media (max-width: 767px) {
    .section_title h2 {
        font-size: 2.2rem;
    }
}

.section_title .ja_title {
    font-size: .9rem;
    color: #6c6c6c;
    font-family: "BIZ UDPGothic", sans-serif;
    margin-bottom: 3px;
}
.sec_title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #888;
    color: #000;
    font-size: 140%;
}

/* 共通ボタン
/*--------------------------------------------------------*/
.view_btn {
    border: solid 1px #a7a7a7;
    text-decoration: none;
    color: #111;
    padding: 10px 25px;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    width: 170px;
}
.view_btn p {
    font-size: .8rem;
}
.view_btn .view_icon {
    color: #027286;
    margin-left: 20px;
}

/* 背景
/*--------------------------------------------------------*/
.background_img {
    background-image: url(img/back_img.png);
    width: 100%;
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.background_img2 {
    background-image: url(img/back_img6.png);
    width: 100%;
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.background_img3 {
    background-color: #f0f0f0;
    width: 100%;
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.background_col {
    background-color: #f0f0f0;
    padding: 70px 0 100px;
}
.contents_bk {
    padding: 30px;
}
@media(max-width: 991px) {
    .back_img2 {
        padding: 10px 0;
    }
    .contents_bk {
        width: 95%;
        padding: 10px;
    }     
}
/* ページタイトル */
#img_title {
    background-image: url(img/title_img.png);
    background-size: cover;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    padding: 45px 0;
    margin-top: 74px;
}
#img_title h1 {
    font-family: "BIZ UDPGothic", sans-serif;
}
@media(max-width: 991px) {
    #img_title {
        margin-top: 60px;
    }
}

/* ご挨拶
/*--------------------------------------------------------*/
#About_msg {
    margin-top: 70px;
}
.msg_contents {
    position: relative;
}
.msg_contents .image {
    width: 700px;
}
.msg_contents .image img {
    width: 100%;
}
.msg_contents .text {
    background-color: rgba(255,255,255,0.7);
    padding: 30px;
    width: 60%;
    position: absolute;
    top: 100px;
    right: 0px;
}
.catchphrase {
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
}
@media(max-width: 991px) {
    #About_msg {
        margin-top: 50px;
        padding: 0 5px;
    }    
    .msg_contents .image {
        width: 100%;
    }
    .msg_contents .image img {
        height: 350px;
        object-fit: cover;
    }
    .msg_contents .text {
        width: 100%;
        padding: 15px;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }       
}

/* 会社情報
/*--------------------------------------------------------*/
#about_company {
    margin-top: 40px;
}
#about_company .map {
    margin-top: 10px;
}
#about_company .map iframe {
    width: 100%;
    height: 200px;
}
.company_info {
    width: 50%;
}
.company_info dl dt {
    width: 25%;
}
.company_info dl dd {
    width: calc(100% - 25%);
}
.company_info dl dd p {
    margin-bottom: 5px;
}
.company_info dl dd .dev_business {
    line-height: 1.3;    
}
.company_info dl dd .dev_business span {
    font-size: .9rem;
    color: #027286;
}
.company_access {
    width: 50%;
    padding-left: 40px;
    border-left: solid 1px #ccc;
    display: flex;
    flex-direction: column;
}
.company_access dl dt {
    width: 25%;
}
.company_access dl dd {
    width: calc(100% - 25%);
}
@media(max-width: 991px) {
    #about_company {
        margin-top: 30px;
    }    
    #about_company .background_img {
        padding: 15px;
    }
    #about_company .section_title {
        padding: 0 5px;
    }
    .info_company {
        flex-direction: column;
        padding: 15px !important;
    }
    .company_access {
        width: 100%;
        border: none;
        padding: 0;
    } 
    .company_access dl {
        padding-top: 20px;
    }
    .company_info {
        width: 100%;
    }
    .company_info dl {
        border-bottom: solid 1px #ccc;
        padding-bottom: 20px;
    }  
}

/* リンク画像
/*--------------------------------------------------------*/

#info_link > .background_col {
    padding: 0;
}
.link_item {
    position: relative;
}
.link_item img {
    width: 100%;
}
.link_item .link_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 150px;
}
.link_item .link_text .title {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.link_item .link_text p {
    color: #fff;
}
@media(max-width: 991px) {
    .link_item .link_text .title {
        font-size: 1.5rem;
        font-weight: 700;
    }    
}
/* 事業紹介
/*--------------------------------------------------------*/
#service_introduction {
    margin-top: 50px;
}
#service_introduction .introduction_box{
    padding: 0;
}
#service_introduction .title {
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
	position: relative;
}
#service_introduction .title p {
	font-family: "Poppins", sans-serif;
	font-size: 3.5rem;
	width: 45px;
	font-weight: 600;
	color: #19a7cd;
	opacity: 0.2;
}
#service_introduction .title h4 {
	margin-top: 10px;
	/* font-weight: 700; */
	font-family: "Poppins", sans-serif;
	position: absolute;
	bottom: 7px;
    left: 25px;
}
#service_introduction .text {
    width: 100%;
}
@media(max-width: 991px) {
    #service_introduction .introduction_box{
        padding: 0 20px;
    }    
}
/* ITコンサルティング */
.consulting01 {
    display: flex;
    margin-bottom: 100px;
    gap: 30px;
}
.consulting01 .process_list {
    width: calc(100% / 5);
    flex-direction: column;
    gap: 25px;
}
.consulting01 .process_list .title {
    color: #19a7cd;
    font-weight: 700;
    text-align: center;
    font-size: 1.1rem;
}
.consulting01 .process_list .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.consulting01 .process_list img {
    width: 65%;
}
.consulting02 {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 40px;
}
.consulting02 h4 {
    color: #027286;
    /* margin-bottom: 20px; */
}
.consulting02 hr {
    width: 100px;
	border: none;
    border-top: solid 1px #4b4b4b;
    opacity: 1;
}
.consulting02 img {
    width: 45%;
}
@media(max-width: 991px) {
    .consulting01 {
        margin-bottom: 40px;
        flex-direction: column;
		margin-top: 20px;
    }    
    .consulting01 .process_list {
        width: 100%;
		text-align: center;
		gap: 10px;
    }

    .consulting01 .process_list img {
        width: 35%;
    }
    .consulting01 .process_list .title {
        font-size: 1.2rem;
    }
    .consulting01 .separator_line {
        padding-bottom: 30px;
        border-bottom: solid 1px #ccc;
    }
    .consulting02 {
        flex-direction: column-reverse;
        margin-bottom: 20px;
		gap: 10px;
    }
    .consulting02 img {
        width: 100%;
    }
}

/* ITサポート */
.support01 {
	display: flex;
	gap: 20px;
}
.support01 .service {
	width: calc(100% / 4);
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #ecf4f9;
	padding: 20px;
}
.support01 .service .explanation {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.support01 .service .explanation .title {
	color: #027286;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 15px 0;
	text-align: center;
}
.support01 .service .explanation .text {
	border-top: dotted 1px #000;
	padding-top: 10px;
}
.support01 .service .image {
	width: 30%;
}
.support01 .service .image img {
	width: 100%;
}
.support02 {
	display: flex;
	gap: 20px;
	margin-top: 50px;
	position: relative;
}
.support02 .image {
	width: 45%;
}
.support02 .image img {
	width: 100%;
}
.support02 .explanation {
	width: 65%;
	padding: 40px 30px;
    background-color: rgb(255, 255, 255, 0.8);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.support02 .explanation h5 {
	color: #027286;
	font-weight: 700;
	margin-bottom: 0;
}
.support02 .explanation hr {
	border: none;
	border-top: solid 1px #000;
	opacity: 1;
	width: 100px;
}

@media(max-width: 991px) {
	.support01 {
		flex-direction: column;
		gap: 10px;
	}
	.support01 .service {
		width: 100%;
		flex-direction: row;
		gap: 15px;
		padding: 10px;
        min-height: 117px;
	}
	.support01 .service .image {
		width: 15%;
	}
	.support01 .service .explanation {
		width: calc(100% - 20%);
		align-items: flex-start;
    }
	.support01 .service .explanation .title {
		margin: 5px 0;
		font-size: 1.2rem;
	}
	.support02 {
		position: static;
		flex-direction: column;
		gap: 10px;
		margin-top: 20px;
	}
	.support02 .image {
		width: 100%;
	}
	.support02 .explanation {
		position: static;
		transform: none;
		width: 100%;
		padding: 0;
	}
	.support02 .explanation hr {
		width: 100%;
		border-top: dotted 1px #000;
	}
}

/* システム開発 */
.system01 {
	display: flex;
	gap: 20px;
}
.system01 .advantage {
	width: calc(100% / 3);
	display: flex;
	flex-direction: column;
}
.system01 .advantage .image img {
	width: 100%;
}
.system01 .advantage .explanation .title {
	color: #027286;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 10px 0;
}
.system01 .advantage .explanation .text {
	border-top: dotted 1px #000;
	padding: 10px 0;

}
.system02 {
	margin-top: 50px;
}
.system02 .title p {
	color: #19a7cd;
	font-weight: 700;
	margin-bottom: 5px;
}
.system02 .contents .text {
	margin-bottom: 10px;
}
.system02 .contents .process {
	display: flex;
	gap: 30px;
	align-items: center;
	box-shadow: 5px 5px 8px -3px #8c8c8c;
    border-radius: 5px;
    padding: 10px 30px;
	margin-bottom: 20px;
    max-height: 212px;
}
.system02 .contents .process .title {
	width: 10%;
	text-align: center;
}
.system02 .contents .process .image {
	width: 15%;
}
.system02 .contents .process .image img {
	width: 100%;
}
.system02 .contents .process .txt {
	width: calc(100% - 30%);
}
.system02 .contents .process .title .step_no {
	position: relative;
	padding-bottom: 11px;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 6px;
}
.system02 .contents .process .title .step_no::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 13px;
	background-color: #027286;
}
.system02 .contents .process .title h5 {
	font-weight: 700;
	margin: 0;
}
.system02 .contents .process .title .operation_step {
    color: #acacac;
}
.system02 .contents .process .title .operation_step::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 13px;
	background-color: #757575;
}



@media(max-width: 991px) {
	.system01 {
		flex-direction: column;
	}
	.system01 .advantage {
		width: 100%;
	}
	.system02 .contents .process {
		flex-direction: column;
		padding: 10px;
		gap: 0;
        max-height: initial;
	}
	.system02 .contents .process .title {
		width: 100%;
		margin-bottom: 5px;
	}
	.system02 .contents .process .image {
		width: 35%;
	}
	.system02 .contents .process .txt {
		width: 100%;
	}
}

/* アプリ開発 */
.Application01 {
	display: flex;
	gap: 20px;
}
.Application01 .advantage {
	width: calc(100% / 3);
	display: flex;
	flex-direction: column;
}
.Application01 .advantage .image img {
	width: 100%;
}
.Application01 .advantage .explanation .title {
	color: #027286;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 10px 0;
}
.Application01 .advantage .explanation .text {
	border-top: dotted 1px #000;
	padding: 10px 0;
}
.Application02 {
	margin-top: 50px;
}
.Application02 .title p {
	color: #19a7cd;
	font-weight: 700;
	margin-bottom: 5px;
}
.Application02 .contents .text {
	margin-bottom: 10px;
}
.Application02 .contents .process {
	display: flex;
	gap: 30px;
	align-items: center;
	box-shadow: 5px 5px 8px -3px #8c8c8c;
    border-radius: 5px;
    padding: 10px 30px;
	margin-bottom: 20px;
}
.Application02 .contents .process .title {
	width: 10%;
	text-align: center;
}
.Application02 .contents .process .image {
	width: 15%;
}
.Application02 .contents .process .image img {
	width: 100%;
}
.Application02 .contents .process .txt {
	width: calc(100% - 30%);
}
.Application02 .contents .process .title .step_no {
	position: relative;
	padding-bottom: 12px;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 4px;
}
.Application02 .contents .process .title .step_no::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 13px;
	background-color: #027286;
}
.Application02 .contents .process .title h5 {
	font-weight: 700;
	margin: 0;
}
.Application02 .contents .process .title .operation_step {
    color: #acacac;
}
.Application02 .contents .process .title .operation_step::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 13px;
	background-color: #757575;
}


@media(max-width: 991px) {
	.Application01 {
		flex-direction: column;
	}
	.Application01 .advantage {
		width: 100%;
	}
	.Application02 .contents .process {
		flex-direction: column;
		padding: 10px;
		gap: 0;
	}
	.Application02 .contents .process .title {
		width: 100%;
		margin-bottom: 5px;
	}
	.Application02 .contents .process .image {
		width: 35%;
	}
	.Application02 .contents .process .txt {
		width: 100%;
	}
}


/* 他事業へのリンク */
.other_box {
    padding: 0;
    margin-top: 40px;
}
.other_service {
    display: flex;
    gap: 20px;
}
.other_service .link {
    width: calc(100% / 3);
    display: flex;
    gap: 10px;
    align-items: center;
    /* background-color: #fff; */
    background-color: #eaf3f4;
    /* background-color: #027286; */
    border: solid 2px #027286;
    border-radius: 5px;
    padding: 20px;
    text-decoration: none;
}
.other_service .link img {
    width: 25%;
}
.other_service .link p {
    color: #027286;
    font-size: 1.1rem;
    font-weight: bold;
}
.other_service .link p span {
    color: #027286;
}
@media(max-width: 991px) {
    .other_box {
        padding: 0 10px;
        margin: 20px 0 10px 0;
    }
    .other_box .title {
        display: flex;
        align-items: baseline;
        gap: 5px;
        margin-bottom: 5px;
    }
    .other_box .title i {
        margin-bottom: 3px;
    }
    .other_service {
        gap: 5px;
    }
    .other_service span {
        display: none;
    }
    .other_service .link {
        flex-direction: column;
        padding: 10px 5px;
    }
    .other_service .link img {
        width: 70%;
    }
    .other_service .link p {
        font-size: .9rem;
    }   
}
@media(min-width: 992px) {
    .other_box .title {
        display: none;
    }
}


@media(max-width: 991px) {
    #service_introduction {
        margin-top: 40px;
    }
    .service_list .service_detail {
        flex-direction: column;
        align-items: start;
        padding: 20px;
    }
    .service_list .service_detail .title {
        width: 100%;
        border-bottom: solid 1px #ccc;
        padding-bottom: 15px;
    }
    .service_list .service_detail .title img {
        width: 50px;
    }    
    .service_list .service_detail .text {
        border: none;
        padding: 15px 0 0 0;
        width: 100%;
    }
           
}

/* プライバシーポリシー */
/*--------------------------------------------------------*/

.pp > p, .maintext li {
    font-size: 85%;
    font-family: sans-serif;
}
.maintext li p, .maintext li a {
    font-size: 100%;
    font-family: sans-serif;
}
.maintext {
    margin-left: 1.4em;
}
.maintext p {
    margin-bottom: 10px;
}
.maintext .r_asterisk {
    margin-left: 1em;
    color: #666;
}
.maintext .r_asterisk::before {
    margin-left: -1em;
    content: '\00203b';
}
.maintext li {
    list-style-type: decimal;
    margin-bottom: 10px;
}
.maintext li a {
    text-decoration-line: underline;
    color:#111;
}
.subtext {
    margin-left: 0;
    font-size: 115%;
}
.subtext div {
    font-size: 100%;
    margin-left: 1.5em;
    font-family: sans-serif;
}
.subtext li {
    list-style-type: none;
    counter-increment: cnt;
    margin-bottom: 0;
    font-size: 90%;
}
.subtext li::before{
    content:"("counter(cnt)")";
}
.subtext_disc li{
    list-style-type: disc;
    margin-bottom: 0;
    counter-increment: none;
    margin-left: 3.2em;
}
.subtext_disc li::before{
    content:none;
}

/* テキスト装飾
/*--------------------------------------------------------*/
p.subtext,ul.asterisk,ul.asterisk li{
    color: #666;
    font-size: 90%;
}

.error{
    margin-top: 2px;
    color: #e73131;
    font-size: 90%;
}
.asterisk {
    margin-top: 5px;
    margin-left: .7em;
    margin-bottom: 15px;
}
.asterisk li {
    text-shadow: 1px 1px 2px #fff;
}
.asterisk li:not(:last-child) {
    margin-bottom: 4px;
}
.asterisk li:before {
    margin-left: -1em;
    content: '\00203b';
}
.form-control::placeholder {
    color: #aaa;
}

/*--------------------------------------------------------*/
/* ボックス装飾
/*--------------------------------------------------------*/
.box_img_right, .box_img_left, .box_img_bottom, .box_contents{
    margin-bottom: 60px;
}
.box_img_right .img > img, .box_img_left .img > img, .box_img_bottom .img > img{
    width: 100%;
}
.box_img_right .content > p, .box_img_left .content > p, .box_img_bottom .content > p{
    margin: 1em auto;
    color: #333;
}
div.box_back_img1{
    height: 100%;
    padding: 20px 0;
    background-image: url('img/back01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 589px;
}
.box_img_right .content > p:first-child, .box_img_left .content > p:first-child{
    margin-top: 0;
}

#access > div, #pp >div, .contact > div {
    background: rgba(255, 255, 255, 0.85);
    padding:20px;
}

.boxtext_full p, .list_box dd, .list_box li, .pp > p{
    margin-bottom: 15px;
}
.boxtext_full p:last-child, .list_box li:last-child, .pp li:last-child{
    margin-bottom: 0;
}
.pp > p:nth-last-child(2){
    margin-bottom: 35px;
}
@media (min-width:768px) {
    .box_img_right h2, .box_img_right .content {
        float: left;
        width: 56%;
    }
    .box_img_left h2, .box_img_left .content {
        float: right;
        width: 56%;
    }
    .box_img_right .img {
        float: right;
        width: 40%;
    }
    .box_img_left .img {
        float: left;
        width: 40%;
    }
    div.box_back_img1 {
        padding: 40px 0;
        min-height: 511px;
    }
}
@media (max-width:767px) {
    .box_img_right, .box_img_left, .box_img_bottom, .box_contents, .list_box dd:nth-last-child(1){
        margin-bottom: 30px;
    }
    .box_img_right .content > p:first-child, .box_img_left .content > p:first-child{
        margin-top: 13px;
    }
    .box_img_right .img, .box_img_left .img {
        position: relative;
        height: 200px;
        overflow: hidden;
    }
    .box_img_right .img > img, .box_img_left .img > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: auto;
    }
    div.container-fluid.box_back_img1{
        padding:20px;
    }
    .pdboth{
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width:380px) {
    .box_img_right .img.wider > img, .box_img_left .img.wider > img {
        height: 100%;
        width: auto;
    }
}

/*--------------------------------------------------------*/
/* その他
/*--------------------------------------------------------*/
#overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.7);
}
#overlay i {
    position: relative;
    top: 48%;
    color: #fff;
    font-size: 3em;
}
.construction {
    padding: 40px;
    background: rgba(255, 255, 255, 0.85);
    color: #666;
    font-size: 150%;
}


/* 見出しデザイン */
.pic-container {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* width: 600px; */
    height: 84px;
    padding: 0;
    box-sizing: border-box;
    background-color: #fefefe;
    z-index: 0;
    padding-left: 25px;
    align-items: start;
}
.pic-container h2 {
    position: relative;
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
@media(max-width: 991px) {
    .pic-container h2 {
        font-size: 18px;
    }
}

.pic-container h2::before {
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    color: #d7eefb;
    font-size: 50px;
    text-transform: uppercase;
    content: 'service';
    z-index: -1;
}

