@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================

	1: BASE LAYOUT

==========================================================
*/
#header {
    position: relative;
}
#header #headerIn .pageCatch {
    color: #fff;
    font-size: 14px;
    padding: 2px 5px 2px 16px;
    background: #000;
    height: 30px;
}
#header .langSelect {
    position: absolute;
    right: 46px;
    top: 43px;
    width: 36px;
    height: 36px;
    padding: 5px;
    z-index: 100;
}
#header .langSelect img {
    width: 100%;
    height: auto;
}
#header .langSelect ul {
    display: none;
    background: #fff;
    width: 100px;
    right: 0;
    position: absolute;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
#header .langSelect ul li {
    text-align: center;
}
#header .langSelect ul li:first-of-type {
    border-bottom: solid 1px #f0f0f0;
}
#header .langSelect ul li a {
    padding: 5px;
    display: block;
}
#header .headTel span {
    display: none;
}
#header .headTel a {
    display: block;
    background: url("/common/img/shared/ico_head_tel.png")center center no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 48px;
}
#header .headSnsSet {
    display: none;
}
#header #headLogo {
    display: flex;
}
#header #headLogo picture {
    display: block;
    height: 36px;
    margin: 13px 0;
}
#header #headLogo img {
    height: 36px;
    width: auto;
}
#header #headLogo #navToggle {
    width: 50px;
    height: 62px;
    position: relative;
}
#header #headLogo #navToggle span {
    width: 18px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
    transition: all 0.2s;
}
#header #headLogo #navToggle span:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #000;
    top: -6px;
    position: absolute;
    left: 0;
    transition: all 0.2s;
}
#header #headLogo #navToggle span:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #000;
    bottom: -6px;
    position: absolute;
    left: 0;
    transition: all 0.2s;
}
#header #headLogo #navToggle.active span {
    background: #fff;
}
#header #headLogo #navToggle.active span:before {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}
#header #headLogo #navToggle.active span:after {
    bottom: 50%;
    transform: rotate(-45deg) translateY(50%);
}
#header nav {
    display: none;
    border-top: solid 1px #bfbfbf;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 90;
    top: 92px;
}
#header nav figure {
    display: none;
}
#header nav .tit {
    display: none;
}
#header nav a {
    color: #000;
}
#header nav .subNavi, #header nav .navBtn a, #header nav .smtOnly a, #header nav .quoteBtn a, #header nav .bizBtn a {
    padding: 15px;
    border-bottom: solid 1px #bfbfbf;
    font-weight: bold;
    position: relative;
    display: block;
}
#header nav .bizBtn br{
	display: none;
}
#header nav .navBtn span, #header nav .quoteBtn span {
    display: none;
}
#header nav .subNavi:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #555555;
    border-bottom: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#header nav .subNavi.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #555555;
    border-bottom: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) scale(1, -1);
}
#header nav .subNaviArea {
    display: none;
    border-bottom: solid 1px #bfbfbf;
}
#header nav .subNaviArea ul li a {
    display: block;
    background: #efefef;
    padding: 10px 15px;
}
#header nav .subNaviArea ul li {
    border-bottom: solid 1px #bfbfbf;
}
#header nav .subNaviArea ul li ul {
    display: none;
}
#header nav .subNaviArea ul:last-of-type li:last-of-type {
    border-bottom: none;
}
footer {
    background: #211f2b;
    padding: 40px 0 0 0;
}
footer #footerNav ul {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
footer #footerNav ul li.tit {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    padding-left: 15px;
}
footer #footerNav ul li.tit:before {
    content: "";
    background: #fff;
    width: 2px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
footer #footerNav ul li {
    color: #fff;
    font-weight: bold;
    padding: 5px 5px 5px 20px;
}
footer #footerNav ul li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
footer #footerNav .footerRight ul {
    max-width: 300px;
    justify-content: center;
    margin: 0 auto 20px auto;
}
footer #footerNav .footerRight .otherSns {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
footer #footerNav .footerRight #TA_excellent906, footer #footerNav .footerRight #TA_excellent827 {
    display: none;
}
footer #footCopy {
    border-top: solid 1px #393842;
}
footer #footCopy ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #393842;
}
footer #footCopy ul li {
    width: 50%;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    border-right: solid 1px #393842;
    border-bottom: solid 1px #393842;
}
footer #footCopy ul li:nth-of-type(even) {
    border-right: none;
}
footer #footCopy ul li:nth-of-type(5) {
    border-bottom: none;
}
footer #footCopy ul li a {
    color: #fff;
}
footer #footCopy p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 10px;
}
#breadcrumbs {
    padding: 15px 10px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    max-width: 1132px;
    margin: 0 auto;
    height: 56px;
    z-index: 2;
    position: relative;
}
#breadcrumbs ol {
    display: table;
    padding-right: 15px;
}
#breadcrumbs ol li {
    font-size: 14px;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 26px;
    position: relative;
}
#breadcrumbs ol li:last-child {
    padding-right: 0;
}
#breadcrumbs ol li:last-child:after {
    display: none;
}
#breadcrumbs ol li:after {
    content: "\f3d3";
    font-family: "Ionicons";
    position: absolute;
    right: 10px;
    top: 0;
}
#breadcrumbs ol li a, #breadcrumbs ol li {
    color: #fff !important;
}
#breadcrumbs ol li:after {
    color: #fff !important;
}
.pageTit.interImg #breadcrumbs a, .pageTit.interImg #breadcrumbs ol li, #breadcrumbs.txtBk ol li, #breadcrumbs.txtBk ol li a {
    color: #333 !important;
}
.pageTit.interImg #breadcrumbs ol li:after, #breadcrumbs.txtBk ol li:after {
    color: #333 !important;
}
.pageTit {
    height: 225px;
    position: relative;
}
.pageTit.highImg.lpImg {
    height: auto;
}
.pageTit.highImg.lpImg figure, .pageTit.highImg.lpImg img {
    height: 400px;
}
.pageTit.highImg.interImg, .pageTit.highImg.interImg figure, .pageTit.highImg.interImg img {
    height: 320px;
}
.pageTit figure, .pageTit picture {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 225px;
}
.pageTit figure img, .pageTit picture img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.pageTit.kanpaiImg, .pageTit.kanpaiImg picture, .pageTit.kanpaiImg picture img {
    height: 500px;
}
.pageTit h1, .pageTit .tit {
    position: absolute;
    left: 0;
    top: calc(50% + 20px);
    transform: translateY(-50%);
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.pageTit .tit img {
    width: 100%;
    height: auto;
}
.pageTit h1 span, .pageTit .tit span {
    display: block;
    font-weight: normal;
    font-size: 16px;
}
.pageTit.plannerQa{
	background: #f6fbff;
	height: 245px;
}
.pageTit.plannerQa picture{
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 375px;
	max-height: 175px;
	top: auto;
	bottom: 0;
}
.pageTit.plannerQa picture:before{
	content: "";
	background: #fff;
	width: 140px;
	height: 140px;
	position: absolute;
	top:40%;
	left: 50%;
	transform: translate(-50% , -50%);
	border-radius: 50%;
	z-index: -1;
}
.pageTit.plannerQa picture img{
	width: 100%;
	height: auto;
}
.pageTit.plannerQa .titleBox{
	position: absolute;
	width: 300px;
	left: 50%;
	z-index: 2;
	top: 40%;
	transform: translate(-50%,-50%);
}
.pageTit.plannerQa .titleBox h1{
	color: #000;
	font-size: 20px;
	line-height: 1.4;
}
.pageTit.plannerQa .titleBox h1 span{
	color: #9a702c;
	font-weight: bold;
	font-size: 14px;
}
.topCatch {
    padding: 40px 0;
    max-width: 1032px;
    margin: 0 auto;
}
.topCatch p.txtl {
    text-align: left;
}
.topCatch h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-weight: bold;
}
.topCatch p {
    padding: 0 20px;
    text-align: center;
}
.reportList ol, .newsList ol, .archiveList ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.reportList ol li, .newsList ol li, .archiveList ol li {
    background: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0 2px;
}
.reportList ol li a, .newsList ol li a, .archiveList ol li a {
    display: block;
    background: #f3f3f3;
    border: solid 1px #dadada;
    border-radius: 3px;
    padding: 2px 10px;
    color: #333;
}
.reportList ol li a:hover, .reportList ol li a.current, .newsList ol li a:hover, .newsList ol li a.current, .archiveList ol li a:hover, .archiveList ol li a.current {
    background: #c6a439;
    color: #fff;
}
.reportList ol li:first-child, .reportList ol li:last-child, .newsList ol li:first-child, .newsList ol li:last-child, .archiveList ol li:first-child, .archiveList ol li:last-child {
    /*	display: none;*/
}
.interTopTxt {
    width: 100%;
    padding: 0 40% 10px 10px;
    position: absolute;
    top: calc(50% + 46px);
    transform: translateY(-50%);
}
.interTopTxt h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: heisei-mincho-std, serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-align: right;
}
.interTopTxt p {
    text-align: right;
}
.interTopTxt p:first-of-type {
    font-size: 14px;
    font-family: "Times New Roman";
}
.interTopTxt p:last-of-type {
    font-size: 14px;
}
#footContact {
    margin: 0 20px 40px 20px;
    text-align: center;
}
#footContact p {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
#footContact a {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    line-height: 1.4;
}
#footContact a:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("/common/img/shared/foot_tel.svg")center center no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}
#footContact a span {
    display: block;
    font-size: 16px;
}
.attent {
    padding: 0 10px 10px 10px;
}
.attent p {
    border: solid 1px #940707;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #940707;
}
#headAnchor{
	background: #000;
	padding: 10px 20px;
}
#headAnchor ul{
	display: flex;
	justify-content: center;
	gap:10px;
	flex-wrap: wrap;
}
#headAnchor ul li a{
	border: solid 1px #fff;
	border-radius: 50px;
	color: #fff !important;
	display: inline-block;
	padding: 0 20px;
}
#headAnchor ul li a.active{
	border: solid 1px #fff;
	background: #fff;
	color: #000 !important;
}
@media screen and (min-width: 600px) {
    .pageTit, .pageTit figure, .pageTit figure img {
        height: 270px;
    }
    .pageTit h1, .pageTit .tit {
        font-size: 34px;
    }
    .pageTit .tit img {
        height: 250px;
        width: auto;
    }
    .topCatch h2 {
        font-size: 34px;
    }
    .reportList ol li, .newsList ol li, .archiveList ol li {
        font-size: 16px;
        margin: 0 4px;
    }
}
@media screen and (min-width: 1023px) {
    #wrapper {
        overflow: hidden;
    }
    #header #headerIn {
        height: 56px;
        max-width: 1212px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }
    #header #headerIn:before {
        content: "";
        background: #000;
        position: absolute;
        height: 56px;
        width: 100%;
        left: 0;
        z-index: -1;
    }
    #header #headerIn .pageCatch {
        font-size: 16px;
        padding: 0;
        background: none;
        height: auto;
    }
    #header .langSelect {
        position: relative;
        top: auto;
        right: 0;
        margin: 0 10px;
        width: 120px;
        padding: 0;
        height: auto;
    }
    #header .langSelect img {
        height: 16px;
        width: auto;
        display: inline-block;
    }
    #header .langSelect p {
        border: solid 1px #838188;
        border-radius: 5px;
        width: 120px;
        height: 26px;
        padding: 0;
        top: auto;
        margin: 0 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        cursor: pointer;
        transition: all 0.2s;
    }
    #header .langSelect p:after {
        content: "Language";
        color: #fff;
        font-size: 14px;
        margin-left: 5px;
    }
    #header .langSelect ul {
        width: auto;
        left: 0;
        right: 0;
        top: 30px;
    }
    #header .headTel {
        margin-left: auto;
    }
    #header .headTel span {
        color: #fff;
        display: inline-block;
        font-size: 14px;
    }
    #header .headTel span.telNo {
        font-size: 20px;
        font-weight: bold;
        margin-left: 5px;
    }
    #header .headTel a {
        color: #fff;
        display: inline-block;
        background: none;
        width: auto;
        height: auto;
        position: static;
    }
    #header .headSnsSet {
        display: flex;
        align-items: center;
    }
    #header .headSnsSet .subNavBtn a {
        border: solid 1px #838188;
        border-radius: 5px;
        display: block;
        color: #fff;
        font-size: 14px;
        padding: 0 15px;
    }
    #header .langSelect p:hover, #header .headSnsSet .subNavBtn a:hover {
        border-color: #fff;
    }
    #header .headSnsSet .sns {
        display: flex;
    }
    #header .headSnsSet .sns li {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
        margin-left: 10px;
    }
    #header .headSnsSet .sns li img {
        width: 100%;
        height: auto;
        transition: all 0.2s;
    }
    #header .headSnsSet .sns li a:hover img {
        opacity: 0.6;
    }
    #header #navArea {
        max-width: 1212px;
        padding: 0 20px;
        margin: 0 auto;
        height: 146px;
        display: flex;
		flex-wrap: wrap;
    }
    #header #headLogo {
        display: block;
    }
    #header #headLogo picture {
        display: block;
        height: 146px;
        margin: 0;
    }
    #header #headLogo img {
        height: 100%;
        width: auto;
    }
    #header #headLogo #navToggle {
        display: none;
    }
    #header nav {
        display: block;
        border-top: none;
        position: static;
        width: calc(100% - 190px);
        top: auto;
        margin-left: auto;
    }
    #header nav > ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    #header nav > ul.engNav .subNavi {
        padding-top: 30px;
        margin: 0 20px;
    }
    #header nav > ul.engNav .navBtn span:after {
        bottom: 5px;
    }
    #header nav .smtOnly {
        display: none;
    }
    #header nav .subNavi {
        height: 146px;
        padding: 10px;
        line-height: 1.6;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        cursor: pointer;
    }
    #header nav .navBtn {
        font-size: 16px;
        border-bottom: none;
    }
    #header nav .navBtn a {
        border-bottom: none;
        padding: 10px 20px;
        line-height: 1.6;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    #header nav .navBtn span:after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: -10px;
        transition: all 0.2s;
        background: #fff;
    }
    #header nav .navBtn:hover span:after {
        background: #8a8000;
    }
    #header nav .quoteBtn a {
		border: solid 1px #9c8e49;;
        background: #9c8e49;
        color: #fff;
        padding: 10px 20px;
        line-height: 1.6;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
		white-space: nowrap;
    }
    #header nav .quoteBtn a:hover {
        background: #75682a;
    }
    #header nav .quoteBtn a span {
        color: #fff;
    }
    #header nav .bizBtn a {
        background: #211f2c;
        color: #fff;
        padding: 10px 20px;
        line-height: 1.5;
		max-height: 70px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
		border: solid 1px #211f2c;
		text-align: center;
		white-space: nowrap;
    }
    #header nav .bizBtn a:hover {
        background: #fff;
		color: #211f2c;
    }
	#header nav .bizBtn br{
		display: block;
	}
	#header nav ul li:first-of-type .navBtn{
		width: 122px;
		text-align: center;
	}
	#header nav ul li:nth-of-type(2) .navBtn{
		width: 130px;
	}
	#header nav ul li:nth-of-type(3) .navBtn{
		width: 120px;
	}
	#header nav ul li:nth-of-type(4) .navBtn{
		width: 90px;
	}
	#header nav ul li:nth-of-type(5).navBtn{
		width: 120px;
		white-space: nowrap;
	}
	#header nav ul li.quoteBtn{
		width: 150px;
	}
	#header nav ul li.bizBtn{
		width: 150px;
		margin-left: 14px;
	}
    #header nav .navBtn span, #header nav .quoteBtn span {
        display: block;
        text-align: center;
        color: #898787;
        font-size: 14px;
        font-weight: normal;
        width: 100%;
        position: relative;
    }
    #header nav .subNavi:after, #header nav .subNavi.active:after {
        display: none;
    }
    #header nav li:hover .subNavi + div {
        visibility: visible;
        opacity: 1;
    }
    #header nav .subNavi + div {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background: #f5f3f2;
        width: 100%;
        top: 202px;
        left: 0;
        transition: all 0.2s;
    }
    #header nav .navIn {
        width: 972px;
        margin: 0 auto;
        padding: 20px 0;
        display: flex;
        align-items: flex-start;
    }
    #header nav figure {
        display: block;
        width: 274px;
    }
    #header nav figure img {
        width: 100%;
        height: auto;
    }
    #header nav .tit {
        display: block;
        padding: 6px 0;
        border-bottom: 1px solid #d49f0a;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        margin-bottom: 10px;
    }
    #header nav .subNaviArea {
        width: calc(100% - 294px);
        margin-left: 20px;
        display: flex;
        flex-wrap: wrap;
        border-bottom: none;
    }
    #header nav .subNaviArea > ul {
        width: 48%;
    }
    #header nav .subNaviArea.about > ul:nth-of-type(1) {
        order: 1;
        margin-right: 4%;
    }
    #header nav .subNaviArea.about > ul:nth-of-type(2) {
        order: 3;
        margin-right: 4%;
    }
    #header nav .subNaviArea.about > ul:nth-of-type(3) {
        order: 2;
    }
    #header nav .subNaviArea.about > ul:nth-of-type(4) {
        order: 4;
    }
    #header nav .subNaviArea.about > ul:nth-of-type(5) {
        order: 5;
        margin-left: 52%;
    }
    #header nav .subNaviArea.sightseeing > ul, #header nav .subNaviArea.service > ul, #header nav .subNaviArea.jobDetails > ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    #header nav .subNaviArea.jobDetails > ul li:nth-of-type(odd) {
        width: 44%;
    }
    #header nav .subNaviArea.jobDetails > ul li {
        width: 56%;
    }
    #header nav .subNaviArea.sightseeing > ul li, #header nav .subNaviArea.service > ul li {
        width: 48%;
    }
    #header nav .subNaviArea ul li a {
        display: block;
        background: none;
        padding: 5px;
    }
    #header nav ul li .navIn a:hover {
        text-decoration: underline;
        color: #1e72c7;
    }
    #header nav .subNaviArea ul li {
        border-bottom: none;
    }
    #header nav .subNaviArea ul li ul {
        display: block;
        padding-left: 20px;
    }
    footer {
        padding: 0;
    }
    footer #footerNav {
        padding: 40px;
        max-width: 1180px;
        margin: 0 auto;
        display: flex;
    }
    footer #footerNav ul {
        padding: 0;
        display: block;
        margin-bottom: 0;
    }
    footer #footerNav ul li.tit {
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 0;
    }
    footer #footerNav ul li.tit:before {
        display: none;
    }
    footer #footerNav ul li {
        padding: 0 0 5px 0;
    }
    footer #footerNav ul li a:hover {
        text-decoration: underline;
    }
    footer #footerNav > ul {
        width: 260px;
    }
    footer #footerNav.engNav > ul:nth-of-type(2) {
        width: 260px;
    }
    footer #footerNav.engNav > ul:nth-of-type(3) {
        width: 180px;
    }
    footer #footerNav > ul:nth-of-type(2) {
        width: 300px;
    }
    footer #footerNav > ul:nth-of-type(3) {
        width: 140px;
    }
    footer #footerNav > ul:nth-of-type(4) {
        width: 230px;
    }
    footer #footerNav .footerRight {
        width: 170px;
        margin-left: auto;
    }
    footer #footerNav .footerRight ul {
        max-width: none;
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }
    footer #footerNav .footerRight ul li {
        margin-right: 8%;
        width: 28%;
    }
    footer #footerNav .footerRight ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    footer #footerNav .footerRight ul li img {
        width: 100%;
        height: auto;
    }
    footer #footerNav .footerRight ul li a:hover {
        opacity: 0.6;
    }
    footer #footerNav .footerRight .otherSns {
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
    }
    footer #footerNav .footerRight #TA_excellent906, footer #footerNav .footerRight #TA_excellent827 {
        display: block;
    }
    footer #footCopy {
        border-top: solid 1px #393842;
    }
    footer #footCopy #footCopyIn {
        max-width: 1180px;
        margin: 0 auto;
        display: flex;
        padding: 10px 40px;
    }
    footer #footCopy ul {
        border: none;
    }
    footer #footCopy ul li {
        width: auto;
        padding-right: 20px;
        margin-right: 20px;
        border: none;
        position: relative;
    }
    footer #footCopy ul li a:hover {
        text-decoration: underline;
    }
    footer #footCopy ul li:after {
        content: "";
        width: 1px;
        height: 50%;
        background: #393842;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    footer #footCopy ul li:last-of-type:after {
        display: none;
    }
    footer #footCopy p {
        margin-left: auto;
        text-align: right;
    }
    .pageTit, .pageTit figure, .pageTit figure img {
        height: 350px;
    }
    .pageTit h1, .pageTit .tit {
        font-size: 40px;
    }
    .pageTit h1 span, .pageTit .tit span {
        font-size: 20px;
    }
    .pageTit .tit img {
        height: 324px;
        width: auto;
    }
    .pageTit.highImg, .pageTit.highImg figure, .pageTit.highImg figure img {
        height: 620px;
    }
.pageTit.plannerQa{
	height: 600px;
}
.pageTit.plannerQa picture{
	width: 1212px;
	height: 516px;
	max-width: 100%;
	max-height: 100%;
}
.pageTit.plannerQa picture:before{
	width: 500px;
	height: 500px;
	top:47%;
}
.pageTit.plannerQa .titleBox{
	position: absolute;
	width: 500px;
	left: 50%;
	z-index: 2;
	top: 38%;
	transform: translate(-50%,-50%);
}
.pageTit.plannerQa .titleBox h1{
	font-size: 48px;
}
.pageTit.plannerQa .titleBox h1 span{
	font-size:28px;
}
    .topCatch {
        padding: 80px 0;
    }
    .pageTit.highImg.lpImg, .pageTit.highImg.lpImg figure, .pageTit.highImg.lpImg img, .pageTit.kanpaiImg, .pageTit.kanpaiImg picture, .pageTit.kanpaiImg picture img {
        height: 620px;
    }
    .pageTit.highImg.interImg, .pageTit.highImg.interImg figure, .pageTit.highImg.interImg img {
        height: 640px;
    }
    .interTopTxt {
        width: 972px;
        padding: 0 480px 10px 10px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .interTopTxt h2 {
        font-size: 40px;
        margin-bottom: 75px;
    }
    .interTopTxt p:first-of-type {
        font-size: 36px;
        font-family: "Times New Roman";
    }
    .interTopTxt p:last-of-type {
        font-size: 20px;
    }
    #footContact {
        margin: 0 auto;
        padding: 30px 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
        max-width: 1100px;
        border-bottom: solid 1px #393842;
    }
    #footContact p {
        margin-right: 20px;
        margin-bottom: 0;
    }
    #footContact a {
        font-size: 46px;
    }
    #footContact a span {
        display: inline-table;
        vertical-align: middle;
        margin: 0 0 5px 10px;
    }
.attent {
    padding: 0 10px 20px 10px;
}
.attent p {
	max-width: 1170px;
	margin: 0 auto;
	font-weight: bold;
}
	#headAnchor{
		padding: 15px;
	}
	#headAnchor ul{
		gap:20px;
	}
#headAnchor ul li a:hover{
	border: solid 1px #fff;
	background: #fff;
	color: #000 !important;
}
}
@media screen and (min-width: 1100px) {
	#header nav ul li:first-of-type .navBtn{
		width: 200px;
		text-align: center;
	}
	#header nav ul li:first-of-type .navBtn br{
		display: none;
	}
}