
@media screen and (min-width: 801px) {
	.dropdown {
		position: absolute;
		bottom: 0;
		display: none;
		padding: 10px;
		background-color: #fff;
		box-shadow: 0px 3px 8px -2px #777;
		color: initial;
		transform: translate(0, 100%);
		left: 0;
	}

	.link-hover:hover > .dropdown,
	.link-hover:focus-within > .dropdown {
	  display: block;
	}

	.dropdown>ul{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.dropdown>ul>li{
		white-space: nowrap;
	}

	.dropdown a{
		padding: 10px 20px;
		transition: color .15s;
	}

	.dropdown a:hover,
	.dropdown a:focus {
		opacity: 1;
		color: #006fbc
	}
}
@media screen and (max-width: 800px) {
	.menu-nav>ul>li>span>a{
		color: #006fbc;
	}
	.dropdown {
		max-height: 0;
		opacity: 0;
		background-color: #fff;
		color: initial;
		transform: translate(0, 0);
		left: 0;
		transition: all 0.5s ease;
	}
	
	.is-open>.dropdown{
		max-height: calc(100vh - 50px);
		opacity: 100;
	}
	
	.dropdown>ul>li {
		padding: 10px 25px;
		border-top: 1px solid #eee;
		color: #006fbc;
	}
	.dropdown>ul>li::before {
		content: '- '
	}
}

.main-wrapper{
	
}

.top-wrapper{
	background-color: #BFE4FF;
}

.under-content {
    background: #f9f9f9;
    padding-bottom: 1px;
}

.top-wrapper+.under-content {
    padding-top: 75px;
}

@media screen and (min-width: 801px) {
	.top-visual{
		width: 900px;
		margin:0 auto;
		padding: 1em 2em;
		text-align: left;
		height: 450px;

	}
	.top-visual h2,.top-visual .top-txt{
		font-weight: bold;
		font-size: 46px;
		line-height: 80px;
	}
	
	.top-visual .top-txt02{
		font-weight: bold;
		font-size: 28px;
		line-height: 40px;
		margin-top: 2em;
		background-color: rgba(255 255 255 / 90%);
		box-shadow: -500px 0 0 0 rgba(255 255 255 / 90%);
		text-shadow: 2px 4px 3px rgba(0 0 0 / 40%);
	}
	
	.content-wrapper{
	}
	.content-wrapper>*{
		margin-bottom: 8rem;
	}

	.content-text{
		text-align: center;
	}
	.content-text>*{
		margin-bottom: 1em;
	}

	.content-text h3{
		font-size: 22px;
		font-weight: bold;
	}

	.content-text h4{
		font-weight: bold;
	}

	.content-text-left{
	}
	.content-text-left>*{
		margin-bottom: 1em;
	}

	.content-text-left h3{
		font-size: 22px;
		font-weight: bold;
	}

	.content-text-left h4{
		font-weight: bold;
	}

	.content-box{
		margin-left: auto;
		margin-right: auto;
		padding: 1em;
		border: solid #383838;
		text-align: center;
		width:800px;
		background:  rgba(255, 255, 255, 0.9);
	}

	.content-box>h3{
		font-size: 22px;
		margin-bottom: 1em;
	}
	
	.height-3rem{
		height: 150px;
	}
}

@media screen and (max-width: 800px) {
	.top-visual{
		margin:0 auto;
		padding: 1em;
		text-align: left;

	}
	.top-visual h2,.top-visual .top-txt{
		font-weight: bold;
		font-size: 30px;
		line-height: 60px;
	}
	
	.top-visual .top-txt02{
		font-weight: bold;
		font-size: 20px;
	}
	
	.content-wrapper{
	}
	.content-wrapper>*{
		margin-bottom: 3em;
	}
	.content-wrapper:not(:last-child){
		margin-bottom: 1em;
	}

	.content-text{
		text-align: center;
	}
	.content-text>*{
		margin-bottom: 1em;
	}

	.content-text h3{
		font-size: 22px;
	}

	.content-text h4{
		font-size: 20px;
	}

	.content-text-left{
		text-align: center;
	}
	.content-text-left>*{
		margin-bottom: 1em;
	}

	.content-text-left h3{
		font-size: 22px;
	}

	.content-text-left h4{
		font-size: 20px;
	}

	.content-box{
		margin-left: auto;
		margin-right: auto;
		padding: 1em;
		border: solid #383838;
		text-align: center;
		background:  rgba(255, 255, 255, 0.9);
	}

	.content-box>h3{
		font-size: 22px;
		margin-bottom: 1em;
	}
}


.bg-img-360{
	background-image: url(../img/contents-360.png);
	background-position: center;
	background-size: contain;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.cont-rev{
	
	background: url(../img/link_bg_01.jpg) center center/cover no-repeat;
}

.txt-under{
	border-bottom: solid 3px;
}

.pad-ud-3{
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.disp-inline{
	display: inline;
}

.txt-a-left{
	text-align:left;
}

.txt-a-center{
	text-align: center;
}

.width-m-1000{
	max-width: 1000px;
}

.side-mgn-auto{
	margin-right: auto;
	margin-left: auto;
}

.txt-indent-u{
	padding-left: 1em;
	text-indent: -1em;
}

.title-brackets {
    position: relative;
    display: inline-block;
    font-size: 1.25em;
    line-height: 1.5;
    padding: 0 15px 0 20px;
    margin: 0 20px;
}

.title-brackets:before {
    content: "";
    position: absolute;
    height: 42px;
    width: 20px;
    top: 0;
    left: 0;
    border-top: 1px solid #006fbc;
    border-left: 1px solid #006fbc;
}

.title-brackets:after {
    content: "";
    position: absolute;
    height: 42px;
    width: 20px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #006fbc;
    border-right: 1px solid #006fbc;
}

.list-box {
    padding: 30px 70px 30px 70px;
    background: white;
    margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
    .list-box {
        padding: 30px 20px 30px 35px;
    }
}

.unit-list-01 li:first-child {
    margin-top: 0;
}

.unit-list-01 li {
    position: relative;
    margin-top: 5px;
    padding-left: 1em;
}

.unit-list-01 li:before {
    content: "・";
    margin-left: -1em;
}

.link-decoration{
	color: #006fbc;
	text-decoration: underline;
}

.contact .unit-tel-01 {
    text-align: center;
    margin-bottom: 70px;
}
.contact .unit-tel-01 .tel-inner {
    font-size: 4.2rem;
    font-weight: bold;
}
@media screen and (min-width: 801px) {
    .unit-tel-01 .tel-inner {
        pointer-events: none;
    }
}
@media screen and (max-width: 800px) {
    .unit-tel-01 .tel-inner {
        max-width: 100%;
    }
}
.unit-tel-01 .tel-inner {
    line-height: 1;
    width: 270px;
    height: 36px;
    color: transparent;
    background: url(../img/tel_txt_01.svg) top left / contain no-repeat;
    margin-bottom: 5px;
    cursor: text;
}
.contact .unit-tel-01 p {
    margin-top: 3px;
}
.unit-tel-01 .tel-txt {
    font-size: 0.75em;
}
@media screen and (max-width: 800px) {
    .unit-tel-01 .tel-inner+.tel-txt {
        margin-top: 10px;
    }
}
.contact p {
    margin-top: 40px;
}
.contact .unit-tel-01 .address {
    font-size: 2.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-top: 20px;
}
.contact img {
    margin-left: auto;
    margin-right: auto;
}