/* Scss Document */
*:after, *:before {
	pointer-events: none;
}
img {
	width: 100%;
}
#content {
	overflow: hidden;
	padding-top: 0;
}
#wrapper {
	padding-top: 64px;
}
.img-parallax {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.object-fit-cover {
	position: relative;
}
.object-fit-cover img {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.txt_center, .txt-center {
	text-align: center;
}
.fnt-dnpB {
    /* font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal; */

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.img-object {
	background-size: cover;
	background-position: center center;
	position: relative;
}
.img-object img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (min-width: 768px) {
	
#wrapper {
	padding-top: 90px;
}	
	
.img-object img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
}
/*=============================================
 * text vertical
 *=============================================*/
.bd_none {
	border: none !important;
}
/*================index==============*/
.txt-vertical {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
.txt-vertical .txt-latin {
	cursor: vertical-text;
	direction: rtl;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: sideways-right;
	-o-text-orientation: sideways-right;
	-ms-text-orientation: upright;
	-ms-text-orientation: sideways-right;
	-moz-text-orientation: sideways-right;
	-webkit-text-orientation: sideways-right;
}

@media screen and (min-width: 768px) {
.txt-vertical1 {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
.txt-vertical1 .txt-latin {
	cursor: vertical-text;
	direction: rtl;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: sideways-right;
	-o-text-orientation: sideways-right;
	-ms-text-orientation: upright;
	-ms-text-orientation: sideways-right;
	-moz-text-orientation: sideways-right;
	-webkit-text-orientation: sideways-right;
}
.object-fit-cover-pc {
	position: relative;
}
.object-fit-cover-pc img {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
}
.d_flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
img {
	vertical-align: middle;
}
.btn-g {
	position: relative;
}
.btn-shared {
	width: 100%;
	transition: all .4s ease;
}
.btn-shared a {
	color: #fff;
	opacity: 1;
	transition: all .4s ease;
	text-align: center;
	line-height: 50px;
	border-radius: 32px;
	overflow: hidden;


    font-weight: 700;

	/* font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700; */
	font-style: normal;
	position: relative;
	display: block;
	font-size: 16px;
}
.btn-shared a::before {
	content: "";
	background: url(../img/btn_icon.png) no-repeat center;
	position: absolute;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 34px;
	height: 34px;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	z-index: 1;
}
.btn-shared a::after {
	content: "";
	background-color: #FDCB03;
	background-image: linear-gradient(to bottom, #FDCB03, #EF7D00);
	width: 50%;
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.btn-shared a span {
	background-color: #FDCB03;
	background-image: linear-gradient(to bottom, #FDCB03, #EF7D00);
	padding: 0 45px 0 60px;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
	transition: all .4s ease;
	display: block;
}
.btn-shared a small {
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.btn-g {
	position: relative;
	transition: all .4s ease;
}
.btn-g .btn-hover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.btn-g .btn-hover small {
	opacity: 0;
	visibility: hidden;
}
.btn-g:hover {
	
}
.btn-g:hover .btn-shared {
	opacity: 1;
	visibility: visible;
}
.btn-g:hover .btn-shared a small {
	opacity: 1;
}
.btn-g:hover .btn-hover {
	opacity: 0;
	visibility: hidden;
}
.btn-g:hover .btn-hover a small {
	opacity: 1;
	visibility: visible;
}

@media screen and (min-width: 767px) {
.btn-shared {
	width: 100%;
	transition: all .4s ease;
}
.btn-shared a {
	color: #fff;
	opacity: 1;
	text-align: center;
	line-height: 50px;
	border-radius: 32px;
	display: block;
	font-size: 16px;
}
.btn-shared a::before {
	width: 34px;
	height: 34px;
	left: 8px;
	transform: translateY(-50%);
}
.btn-shared a::after {
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
	top: 0;
	left: 0;
	bottom: 0;
}
.btn-shared a span {
	padding: 0 45px 0 60px;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
}
.btn-shared a small {
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.btn-shared:hover {
	opacity: .7;
}
.btn-g .btn-hover {
	display: block;
}
.btn-g:hover {
	opacity: 1;
}
.btn-g:hover .btn-shared {
	opacity: .7;
	visibility: visible;
}
.btn-g:hover .btn-shared a small {
	opacity: 1;
}
/*
.btn-g:hover .btn-hover {
	opacity: 0;
	visibility: hidden;
}
.btn-g:hover .btn-hover a small {
	opacity: 0;
	visibility: hidden;
}
*/
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 28px;
}

@media screen and (min-width: 767px) {
body {
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 30px;
	font-weight: 500;
}
}
#content {
	background-color: #FFEED3;
	background-image: linear-gradient(to bottom, #FFEED3, #FFFFFF);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding-bottom: 0;
}
p {
	padding-bottom: 0;
}
.title-c {
	line-height: 1;
	text-align: center;
}
.title-c h2 {
	/* font-family: "dnp-shuei-mgothic-std", sans-serif; */
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	color: #38475D;
}
.title-c span {
	display: block;
	letter-spacing: 2.5px;
}
.title-c small {
	font-size: 16px;
	display: inline-block;
	position: relative;
}
.title-c small::after, .title-c small::before {
	content: "";
	background: #38475D;
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: -50px;
}
.title-c small::after {
	left: auto;
	right: -50px;
}

@media screen and (min-width: 767px) {
.title-c h2 {
	font-size: 36px;
	letter-spacing: 3px;
}
.title-c span {
	display: block;
	letter-spacing: 1.5px;
}
.title-c small {
	font-size: 20px;
}
.title-c small::after, .title-c small::before {
	width: 40px;
	left: -61px;
}
.title-c small::after {
	left: auto;
	right: -62px;
}
}
#key_visual {
	position: relative;
	padding: 0 0 40px;
}
#key_visual .wrap {
	position: absolute;
	top: 187px;
	left: 0;
}
#key_visual .kv {
	position: relative;
	top: 0;
	right: 0;
	width: 80vw;
	height: 490px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: url("../img/kv_sp.jpg") no-repeat center;
	margin-left: auto;
	background-size: cover;
}
#key_visual .mainimage_txt {
	margin-left: 0;
	position: relative;
	z-index: 2;
	font-weight: 700;
}
#key_visual .mainimage_txt dl dt {
	font-size: 27px;
	margin-bottom: 10px;
	color: #fff;
	line-height: 58px;
}
#key_visual .mainimage_txt dl dt span {
	display: inline-block;
	position: relative;
	line-height: 1;
	padding: 10px 10px 10px 25px;
	text-align: right;
	letter-spacing: 0.2em;
}
#key_visual .mainimage_txt dl dt span::before {
	content: "";
	background-color: #FDCB03;
	background-image: linear-gradient(to right, #FDCB03, #EF7D00);
	position: absolute;
	top: 0;
	right: 0;
	width: 110%;
	bottom: 0;
	z-index: -1;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#key_visual .mainimage_txt dl dt small {
	font-size: 21px;
}
#key_visual .mainimage_txt dl dd {
	font-size: 14px;
	line-height: 38px;
}
#key_visual .mainimage_txt dl dd span {
	display: inline-block;
	line-height: 1;
	padding: 8px 10px 8px 40px;
	letter-spacing: 1.5px;
	background: #fff;
	border-radius: 5px;
}

@media screen and (min-width: 768px) {
#key_visual {
	padding: 150px 0 184px;
}
	#key_visual .wrap {
		position: relative;
		top: auto;
		left: 0;
	}
#key_visual .kv {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% + 296px);
	height: 638px;
	background: url("../img/key_pc.jpg") no-repeat center;
	background-size: cover;
}
#key_visual .mainimage_txt {
	margin-left: 0;
}
#key_visual .mainimage_txt dl dt {
	font-size: 48px;
	margin-bottom: 28px;
	color: #fff;
	line-height: 103px;
}
#key_visual .mainimage_txt dl dt span {
	position: relative;
	padding: 20px 10px 20px 12px;
	letter-spacing: 7px;
}
#key_visual .mainimage_txt dl dt span::before {
	width: 215%;
}
#key_visual .mainimage_txt dl dt small {
	font-size: 38px;
}
#key_visual .mainimage_txt dl dd {
	font-size: 24px;
	line-height: 54px;
}
#key_visual .mainimage_txt dl dd span {
	padding: 10px 10px;
	letter-spacing: 3.5px;
	border-radius: 10px;
}
}
#howto {
	padding: 15vw 20px 5vw;
}
#howto .deco {
	width: 165px;
	margin: 0 auto 8vw;
}
#howto dl {
	text-align: center;
	margin-bottom: 9vw;
}
#howto dl dt {
	font-size: 22px;
	margin-bottom: 4vw;
	line-height: 33px;
	color: #38475D;
	    font-weight: 700;
}
#howto dl dd {
	font-size: 16px;
	line-height: 32px;
}
#howto .btn-shared {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
#howto {
	padding: 100px 0;
}
#howto .deco {
	width: 315px;
	margin: 0 auto 70px;
}
#howto dl {
	margin-bottom: 54px;
}
#howto dl dt {
	font-size: 36px;
	margin-bottom: 25px;
	letter-spacing: 5px;
}
#howto dl dd {
	font-size: 18px;
	line-height: 36px;
}
#howto .btn-shared {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}
}
#service {
	padding: 20vw 20px 0vw;
}
#service .title-c {
	margin-bottom: 10vw;
}
#service .row .col {
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
}
#service .row .col .inside {
	padding: 15vw 20px 10vw;
}
#service .row .col .inside .photo {
	margin-left: auto;
	margin-right: auto;
}
#service .row .col .inside dl {
	margin-bottom: 0;
}
#service .row .col .inside dl dt {
	font-size: 20px;
	text-align: center;
	/* font-family: "dnp-shuei-mgothic-std", sans-serif; */
	font-weight: 600;
	font-style: normal;
	margin-bottom: 10px;
}
#service .row .col .inside dl dd {

}
#service .row .col + .col {
	margin-top: 30px;
}
#service .row .col01 .photo {
	width: 151px;
	margin-bottom: 8vw;
}
#service .row .col02 .photo {
	width: 227px;
	margin-bottom: 10vw;
}
#service .row .col03 .photo {
	width: 80px;
	margin-bottom: 10vw;
}

#service .row .btn-group {
	display: none;
}


@media screen and (min-width: 768px) {
#service {
	padding: 103px 0 0;
}
#service .title-c {
	margin-bottom: 75px;
}
#service .row {
	display: flex;
	justify-content: space-between;
}
#service .row .col {
	width: 32%;
	max-width: 330px;
}
#service .row .col .inside {
	padding: 39px 41px 27px;
}
#service .row .col .inside .photo {
	margin-left: auto;
	margin-right: auto;
}
#service .row .col .inside dl {
	margin-bottom: 28px;
	line-height: 32px;
}
#service .row .col .inside dl dt {
	font-size: 24px;
	margin-bottom: 10px;
}
#service .row .col + .col {
	margin-top: 0;
}
#service .row .col01 .photo {
	width: 170px;
	margin-bottom: 30px;
}
#service .row .col02 .photo {
	width: 256px;
	margin-bottom: 59px;
	padding-top: 21px;
}
#service .row .col03 .photo {
	width: 90px;
	margin-bottom: 36px;
}
#service .row .btn-group {
		display: block;
	}
	#service .row .btn-shared a span {
		display: block;
	}
	#service .row .btn-shared.btn-hover a span {
		display: inline-block;
	}
	#service .row .btn-group .btn-g + .btn-g {
		margin-top: 33px;
	}
	
}
#greeting {
	padding: 30vw 20px 0;
}
#greeting .title-c {
	margin-bottom: 15vw;
}
#greeting .layout-group {
	display: block;
}
#greeting .right {
	max-width: 256px;
	position: relative;
	margin: 0 auto 10vw;
}
#greeting .right::before {
	content: "";
	background: url(../img/photo_mask.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 256px;
	height: 225px;
	position: absolute;
	top: 20px;
	right: -20px;
	bottom: -20px;
	left: 20px;
}
#greeting .right h3 {
	position: absolute;
	bottom: 22px;
	left: -18px;
	z-index: 2;
	width: 35px;
	height: 150px;
	background: #EF7D00;
	border-radius: 5px;
	font-size: 16px;
	/* font-family: "dnp-shuei-mgothic-std", sans-serif; */
	font-weight: 600;
	font-style: normal;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	line-height: 35px;
}
#greeting .right h3 small {
	font-size: 10px;
	padding-bottom: 8px;
}
#greeting .right .photo {
	border-radius: 20px;
	overflow: hidden;
	height: 220px;
	width: 256px;
}
#greeting .left .txt {
	margin-bottom: 10vw;
	font-size: 14px;
}
#greeting .left .btn-shared {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
#greeting {
	padding: 35px 0 55px;
}
#greeting .title-c {
	margin-bottom: 56px;
}
#greeting .layout-group {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#greeting .right {
	max-width: 480px;
	width: 45%;
	position: relative;
	margin: 0 0 0 auto;
}
#greeting .right::before {
	width: 503px;
	height: 445px;
	top: 22px;
	right: -10px;
	bottom: -10px;
	left: 20px;
}
#greeting .right h3 {
	bottom: 22px;
	left: -17px;
	width: 35px;
	height: 160px;
	border-radius: 5px;
	font-size: 18px;
	letter-spacing: 5px;
}
#greeting .right h3 small {
	font-size: 12px;
}
#greeting .right .photo {
	border-radius: 20px;
	overflow: hidden;
	height: 410px;
	width: 480px;
}
#greeting .left {
	width: 52%;
	max-width: 507px;
	padding-top: 62px;
}
#greeting .left .txt {
	margin-bottom: 36px;
	line-height: 28px;
	letter-spacing: 0px;
}
#greeting .left .btn-shared {
	max-width: 250px;
	margin-left: 0;
	margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	#greeting .right .photo {
		width: 110%;
	}
}


}
#office {
	padding: 25vw 20px 0;
}
#office .title-c {
	margin-bottom: 10vw;
}
#office .layout-group {
	display: block;
}
#office .right {
	margin-bottom: 20px;
}
#office .right iframe {
	width: 100%;
	height: 228px;
	border-radius: 20px;
}
#office .left dl {
	margin-bottom: 10px;
	display: table;
	font-size: 14px;
	line-height: 21px;
	width: 100%;
}
#office .left dl dt, #office .left dl dd {
    display: table-cell;
}
#office .left dl dt {
	width: 84px;
	font-weight: 600;
	color: #28426C;
}
#office .left dl dd h1,
#office .left dl dd {
	font-weight: 400;
}
@media screen and (min-width: 768px) {
#office {
	padding: 198px 0 0;
}
#office .title-c {
	margin-bottom: 56px;
}
#office .layout-group {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#office .right {
	width: 50%;
	max-width: 520px;
}
#office .right iframe {
	width: 100%;
	height: 360px;
}
#office .left {
	width: 48%;
	max-width: 500px;
}
#office .left dl {
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 16px;
}
	#office .left dl dt, #office .left dl dd {
    letter-spacing: 0.5px;
}
#office .left dl dt {
	width: 90px;
	letter-spacing: 0.5px;
}
}
#news-feed {
	padding: 30vw 20px 25vw;
}
#news-feed .title-c {
	margin-bottom: 10vw;
}
#news-feed .link {
	text-align: right;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
}
#news-feed .link a {
	text-decoration: underline;
}
#news-feed .rss-box,
#news-feed .newsList {

	border-top: 2px solid #4D4D4D;
}
#news-feed .rss-box dl,
#news-feed .newsList dl {
	border-bottom: 1px dashed #CBCAC9;
	padding: 10px 0px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
}
#news-feed .rss-box dl dt,
#news-feed .newsList dl dt {
	color: #72706E;
	width: 170px;
	position: relative;
}
#news-feed .rss-box dl dt span,
#news-feed .newsList dl dt span {
    font-size: 0;
    display: inline-block;
    background: url(../img/icon_new.jpg) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 38px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 96px;
}
#news-feed .rss-box dl dd,
#news-feed .newsList dl dd {
	line-height: 24px;
	color: #38475D;
}

@media screen and (min-width: 768px) {
	#news-feed {
    padding: 176px 20px 118px;
}
	#news-feed .title-c {
		margin-bottom: 20px;
	}
#news-feed .link {
	text-align: right;
	font-size: 15px;
	margin-bottom: 21px;
}
#news-feed .link a:hover {
	text-decoration: none;
}
#news-feed .rss-box,
#news-feed .newsList {
/*
	height: 147px;
	overflow-y: scroll;
	padding-right: 20px;
*/
}
#news-feed .rss-box dl,
#news-feed .newsList dl {
	padding: 25px 0 24px;
	font-size: 16px;
	display: table;
	width: 100%;
}
	#news-feed .rss-box dl dt,
	#news-feed .newsList dl dt {
    letter-spacing: 0;
    display: table-cell;
}
#news-feed .rss-box dl dt span,
#news-feed .newsList dl dt span {
	width: 38px;
	height: 16px;
	top: 4px;
	left: 108px;
}
#news-feed .rss-box dl dd,
#news-feed .newsList dl dd {
	line-height: 24px;
	overflow: hidden;
	max-height: 4rem;
	-webkit-line-clamp: 1;
	display: table-cell;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	padding-left: 0;
	text-align: left;
}
	#news-feed .rss-box dl dd a:hover,
	#news-feed .newsList dl dd a:hover {
		text-decoration: underline;
	}
}



@media screen and (min-width: 768px) and (max-width: 1099px){
    #key_visual {
        padding: 90px 0 235px;
    }
	#key_visual .mainimage_txt dl dt {
		font-size: 42px;
	}
	#key_visual .mainimage_txt dl dt span {
		letter-spacing: 2px;
		padding: 20px 15px 20px 20px;
	}
	#key_visual .mainimage_txt dl dt small {
		font-size: 32px;
	}
	#key_visual .mainimage_txt dl dd {
		font-size: 20px;
		padding: 12px 15px;
	}

	#service .row .col .inside {
		padding: 39px 20px 27px;
	}
	.btn-shared a span {
		padding:0 15px 0 43px;
	}
	.btn-shared a small {
		font-size: 14px;
	}
	#service .row .btn-group .btn-g + .btn-g {
		margin-top: 20px;
	}
	#howto,
	#service,
	#office,
	#greeting {
		padding-left: 20px;
		padding-right: 20px;
	}
}
