@charset "UTF-8";
.rounded-ya {
    border-radius: 0.65rem !important;
}
#subBtn {
    z-index: 1;
    color: var(--dark);
}
#subBtn .nav > .nav-item > a {
    color: var(--dark);
    font-weight: 500;
}
#subBtn .nav > .nav-item > a:hover {
    text-decoration: none;
    background-color: rgba(106, 59, 32, 0.15);
    opacity: .55;
}
#subBtn ul, #subBtn {
    margin-bottom: 0;
}
#subBtn .tel-box a {
    display: flex;
    align-items: center;
    background-color: var(--dark);
    color: var(--white);
    padding: 0 1rem;
    text-decoration: none;
}
main p {
    line-height: 2.0;
    letter-spacing: 0.1em;
    margin-bottom: 0.75em;
}
#header img {
    transition: .2s;
}
#header {
    width: 100%;
    z-index: 99;
	transition: .2s;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10);
}
#header.offset, #header.fixed {
    background-color: rgba(255, 255, 255, 0.94);
}
#header.fixed .logo-wrap {
	opacity: .93;
}
.nav-link-off {
	opacity: .8;
}
.tel img {
    max-height: 20px;
}
h1, .h1 {
    font-size: 1.9rem;
}
h2, .h2 {
    font-size: 1.75rem;
}
h3, .h3 {
    font-size: 1.55rem;
}
h4, .h4 {
    font-size: 1.35rem;
}
h5, .h5 {
    font-size: 1.15rem;
}
h6, .h6 {
    font-size: 1.0rem;
}
.lead {
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 2;
}
/*
main h2.ttl,
main .ttl.h2 {
    position: relative;
    border-left: 7px solid var(--dark);
    padding-left: 1rem;
    margin-bottom: 2rem;
}
*/
/*
main h2.ttl::before,
main .ttl.h2::before {
    content: '';
    width: 7px;
    position: absolute;
    height: 50%;
    left: -7px;
    bottom: 0;
    background-color: var(--blue);
}
*/
main h2.ttl.no-border,
main .ttl.no-border.h2 {
    border-left: 0;
    padding-left: 0;
}
main h2.ttl.no-border::before,
main .ttl.no-border.h2::before {
    content: none;
}
/*
main .bg-img-blue h2.ttl,
main .bg-img-blue .ttl.h2 {
    border-color: var(--white-tp05);
}
main .bg-img-blue h2.ttl::before,
main .bg-img-blue .ttl.h2::before {
    background-color: var(--white);
    bottom: inherit;
    top: 0;
}
*/

.ttl, .ttl-sub {
    display: block;
    letter-spacing: 0.05em;
}
.ttl-wrap {
}
.ttl {
    line-height: 1.5;
    font-weight: 500;
}
.ttl-wrap,
.ttl {
    margin-bottom: 1.65rem;
}
.ttl-wrap .ttl {
    margin-top: 0;
    margin-bottom: 0;
}
.ttl-sub {
    font-size: 1rem;
    margin-bottom: .5rem;
}
.ttl-img-sq {
    background: url("../images/cmn-ttl-img-sq.png") no-repeat left center;
    padding-left: calc(40px + 1rem);
    margin-bottom: 2.5em;
}
main .ttl-wrap p {
    line-height: normal;
}
.list-links > li,
.card .ttl-wrap,
.box .ttl-wrap {
    margin-bottom: 2em;
}
.box .ttl-wrap,
.box .ttl {
    margin-top: 0;
}
.box ul:nth-last-child(1) {
    margin-bottom: 0;
}

main article {
}
main article section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    position: relative;
}
main article:nth-last-child(1) {
    padding-bottom: 3.5rem;
}
main article aside:nth-last-child(1) {
    padding-bottom: 0;
}

.frame {
    border: 8px solid var(--white);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
}
/*.list-cat .card,*/
.bg-shadow {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.10);
    z-index: 1;
}
.box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 1;
}
.text-shadow {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
}
.text-shadow-white {
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
}
.box {
    position: relative;
    padding: 3.5rem 3.5rem;
    background-color: rgba(255,255,255,1);
    border-radius: 1rem;
    border: 1px solid var(--lBlue2);
}
.box p {
    line-height: 1.85;
}
.box p:nth-last-of-type(1) {
    margin-bottom: 0;
}
.box .ttl {
    margin-bottom: 1em;
}
/*
main article .box:nth-last-child(1) {
    padding-bottom: 2rem !important;
}
*/
li > .box {
    height: 100%;
}
main .list-links a:link {
    text-decoration: none;
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-img {
/*    background-size: 100% auto;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
/*    background-attachment: fixed;*/
}
.mv {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
.mv.page-header {
    position: relative;
}
.mv.page-header::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.05);
    z-index: 0;
}
.mv.page-header > *:nth-child(1) > * {
    display: flex;
    align-items: center;
    color: var(--white);
}
.mv .ttl-wrap {
    width: 100%;
    margin-bottom: 0;
    text-shadow: -1px -1px 4px rgb(0 0 0 / 15%);
}

.mv .ttl-wrap .ttl {
    color: rgba(255,255,255,0.8);
}

.bg-top {
    background-image: url("../images/top-mv-bg@2x.jpg");
    padding-top: 140px;
    padding-bottom: 60px;
    background-position: center bottom;
}
.bg-noon {
    background-image: url("../images/cmn-bg-noon@2x.jpg");
    background-color: var(--blue);
    background-size: cover;
}
.lower .mv.bg-noon {
    background-position: center -200px;
}
.bg-night {
    background-image: url("../images/cmn-bg-night@2x.jpg");
    background-color: var(--dBlue);
    color: var(--white);
/*    background-position: center bottom -50px;*/
}
/* iOS */
/*
@supports ( -webkit-touch-callout : none) {
    .mv,
    .bg-img {
        background-attachment:scroll !important;
        background-size: 250vw auto !important;
    }
}
*/
/* not iOS */
/*
@supports not ( -webkit-touch-callout : none) {
    .mv,
    .bg-img {
        background-attachment: fixed !important;
    }
}
*/
/*
.mv .ttl-wrap .ttl::first-letter {
    font-size: 120%;
    font-weight: 500;
    text-transform: uppercase !important;
}
*/


.page-header a {
    color: var(--white);
/*    font-weight: 600;*/
/*    font-size: 105%;*/
}
.page-header .bg {
    position: relative;
}
.page-header .bg::before {
    content: "";
    display: block;
    height: 120px;
    width: 50%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.page-header .ttl-wrap {
    position: relative;
/*    height: 120px;*/
    background-color: transparent;
    z-index: 5;
/*    border-radius: 0 0 20px 0;*/
/*    display: flex;*/
    align-items: center;
    margin-bottom: 0;
}

main article > .mv, main .article > .mv {
/*    margin-top: -4rem;*/
/*    margin-bottom: 4rem;*/
}
.bg-fixed {
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.pan-list {
    background-color: rgb(0,0,0,0.65);
    font-size: 0.8rem;
    line-height: 1.65;
    height: auto;
    transition: .6s;
    width: 100%;
    padding: .35rem 0;
    color: var(--white);
}
.mv .pan-list {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .35rem 0;
}
.pan-list ul {
    margin-bottom: 0;
}
.pan-list li::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: bold;
    padding-left: 1em;
    font-size: 0.8rem;
}
.pan-list li:nth-last-child(1)::after {
    content: "";
}

footer .nav-item, footer .nav-item .nav-link {}
footer .nav-item .nav-link {
    display: inline-block;
    padding: 0;
    margin-bottom: 0.5rem;
}
#footer {
    position: relative;
}
#footer a {
    color: var(--white);
}
#footer .list-nav-wrap .ttl {
    font-size: 1rem;
    margin-bottom: .6rem;
    font-weight: 700;
}
#footer .list-nav {
    padding-top: 0.3rem;
    margin-bottom: 1.5rem;
}
#footer .list-nav > li {
    font-size: .9rem;
/*    margin-bottom: .6rem;*/
}
#footer .list-nav > li::before {
    content: "- ";
}
#footer .tel,
main .tel {
    font-weight: bold;
    letter-spacing: 0.05em;
}
a.tel,
.tel a {
    text-decoration: none !important;
}
a.tel:hover,
.tel a:hover {
    text-decoration: underline!important;
}
.tel i {
    font-size: 80%;
    margin-right: 0.3rem;
}
#footer #footerSns a i {
    font-size: 1.8rem;
}
.fix-nav {
    display: block;
    position: fixed;
    z-index: 10;
}
.icon {
    vertical-align: baseline;
    text-align: center;
    padding: 0.1rem 0.5rem;
    background-color: rgba(0,0,0,.15);
    color: var(--white);
    display: inline-block;
    line-height: 1;
	font-size: 80%;
    text-decoration: none;
}
a.icon, .icon > a {
    text-decoration: none !important;
}
.icon.cat-trans {
    background-color: transparent !important;
    color: inherit;
    border: 1px solid;
}
.icon.cat {
    margin: 0 0.35rem;
    color: var(--white);
    padding: .25em .5em;
    border-radius: 50rem !important;
    min-width: 10em;
    border: 1px solid transparent;
}
.icon.cat-blue, .icon.cat-news {
    background-color: var(--blue);
    border-color: var(--blue);
}
.cat-blue-outline, .icon.cat-news-tag {
    color: var(--blue) !important;
    background-color: var(--white) !important;
    border-color: var(--blue) !important;
}
.icon.cat-green, .icon.cat-csr {
    background-color: var(--green);
    border-color: var(--green);
}
.icon.cat-pink, .icon.cat-status {
    background-color: var(--pink);
    border-color: var(--pink);
}
.icon.cat-gray {
    background-color: #666666;
    border-color: #666666;
}
.scroll {
    overflow: auto;
}
.entry-content {
    padding-bottom: 2rem;
    overflow: hidden;
}
.entry-content .ttl {
    margin-bottom: 1.5em;
}
.entry-content a:link {
    color: #6337b4;
}
.entry-footer {
    border-top: 1px solid var(--dGray);
    padding-top: 1rem;
/*    font-size: .9rem;*/
}
.entry-content .entry-banner a.btn {
    font-size: 1.4rem;
    color: var(--white);
    padding: .45rem 2rem;
    width: 100%;
}
.entry-content .entry-banner a.btn i {
    font-size: .8em;
    margin-right: .35em;
}
.list-news-wrap {
    margin-bottom: 1rem;
}
.list-news-wrap .scroll {
    max-height: 300px;
    scroll-behavior: smooth;
}
.list-news > * {
    background-color: var(--white);
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
/*    font-size: .9rem;*/
    border-radius: .25rem;
}
.list-news > *,
.list-news > * a {
    color: var(--blue);
}
.list-news > *:nth-last-child(1) {
    border-bottom: 0;
    margin-bottom: 0;
}
.list-news-wrap ul li p, .list-news-wrap dl dd p {
    margin: 0;
}
.list-news li a:link {
    text-decoration: underline;
}
.list-news li a:active, .list-news li a:hover {
    text-decoration: none;
}
.card {
    border: 0;
}
figure.card-img {
    margin-bottom: 1rem;
}
figure.card-img i {
    font-size: 100px;
/*    color: var(--white)*/
}
.card .card-body p:last-child {
/*    margin-bottom: 0;*/
}
.card-title {
    font-size: 1.2rem;
    font-weight: 500;
}
.card-text li {
    padding: .25em 0;
}
.card-footer {
    border-top: 0;
    padding: 0;
}
.card-footer a {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 0;
}
.list-bn > li {
	margin-bottom: 2rem;
}
.list-bn > li:nth-last-child(1) {
	margin-bottom: 0;
}
.list-bn > li a img {
	width: 100%;
	max-width: 620px;
}
.list-bn > li a img,
.list-links .card {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10);
}
.list-links .box {
    padding: 1rem 1rem 1.5rem 1rem;
    background-color: rgba(0,0,0,0.02);
    border-radius: 6px;
    border: 1px solid #efefef;
	font-size: .95rem;
}
.link-card,
.link_card {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.list-links .btn {
	border-radius: 0;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	text-align: center;
}
.list-links .btn i {
	align-self: center;
}
.list-links-1col .btn i {
	font-size: 1.15rem;
}
.list-links > li {
	margin-bottom: 2rem;
    position: relative;
}
.list-links .card {
	border: 0;
/*	border-radius: 1px;*/
    height: 100%;
}
.list-links .card p,
.list-links .card li {
    line-height: 1.85;
    font-size: .95rem;
}
.list-links .card-body {
	padding: 1.5rem;
}
.top #Service .list-links .card-body,
.list-links.list-service .card-body {
	padding: 0.5rem;
}
.list-links .card-body .ttl a {
	text-decoration: none;
}
.list-links .card-text {
    display: block;
    color: var(--dGray);
}
.list-links .card-sns {
    padding-top: 1rem;
}
.list-links .card-sns i {
    font-size: 1.75rem;
}

.list-links .card hr {
    background-color: var(--lGray);
    margin-bottom: 0;
}

.list-links figure {
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.03);
	text-align: center;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.list-links .swiper-slide figure {
	background-color: var(--white);
}
.list-links figure a {
	width: 100%;
}
.list-links dt,
.list-links dd {
/*    font-weight: bold;*/
}
.list-links dl:last-child,
.list-links dl:last-child > dd:last-child {
    margin-bottom: 0 !important;
}
table.table-company {
    margin-bottom: 0;
    border-bottom: 1px dotted var(--gray);
}
.table-company th {
    min-width: 8em;
    font-weight: bold;
    border-right: 1px solid #fff;
}
.table-company td, 
.table-company th {
    padding: 1rem 0.75rem;
    border-top: 1px dotted var(--gray);
}
.table-company tr:nth-child(1) > td, 
.table-company tr:nth-child(1) > th {
    border-top: 0;
}
/*
.table-company th::after,
.table-company td::after {
    content: "";
    background-repeat: repeat-x;
    display: block;
    background-image: linear-gradient(to right, var(--lBlue2) 1px, transparent 1px);
    background-size: 6px 1px;
    height: 1px;
}
*/
.table-company td, 
.table-company th,
.table-company td p, 
.table-company th p {
    line-height: 2.0;
}
.table-company td > *:nth-last-child(1), 
.table-company th > *:nth-last-child(1) {
    margin-bottom: 0;
}


.table-form th {
    vertical-align: middle;
    font-size: 1.1rem;
}
.table-form tr:nth-last-child(1) {
    border-bottom: 1px solid var(--lGray);
}

.list-sitemap-wrap .ttl {
    font-size: 1.1rem;
    padding: .5rem 0;
    margin-bottom: 0;
}
.list-sitemap-wrap .list > li {
    list-style: square inside;
    color: var(--blue);
}
#concept .ttl::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
}
#concept .ttl::before {
	border-width: 22px 18px 0px 0px;
	border-color: #F3E3E5 transparent transparent transparent;
    margin-right: 1rem;
}
/*
#concept .ttl::after {
	border-width: 0 0 22px 17px;
	border-color: transparent transparent #F3E3E5 transparent;
    margin-left: 10px;
}
*/
#concept .border-left {
    border-width: 4px !important;
    border-color: #F3E3E5 !important;
}
