@charset 'UTF-8';
/* layout
 ----------------------------------------------------------------- */
	@media screen and (max-width:1339px) and (min-width:1025px) {
		.inner {
			padding-left: 30px;
			padding-right: 70px;
		}
	}

/* footer
 ----------------------------------------------------------------- */
	@media screen and (max-width:1339px) and (min-width:1025px) {
		.footer-logo,
		.footer-menu {
			padding-left: 30px;
			padding-right: 70px;
		}
	}

/* widget
 ----------------------------------------------------------------- */
	.widget {
		position: fixed;
		z-index: 6;
		top: 0;
		right: 0;
		overflow-x: hidden;
		overflow-y: auto;
		width: 62px;
		height: 100vh;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.widget::-webkit-scrollbar {
		display:none;
	}
	.widget-list {
		position: absolute;
		top: 50%;
		width: 100%;
		transform: translateY(-50%);
	}
	@media screen and (min-width:1025px) and (max-height: 870px) {
		.widget-list {
			top: 85px;
			transform: translateY(0);
		}
	}
	.widget-list a:hover {
		text-decoration: none;
	}
	.widget-item {
		width: 100%;
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;
		background-color: #333;
	}
	.widget-item.widget-present {
		background-color: #f15a24;
	}
	.widget-item:first-child {
		border-top: 1px solid #999;
		border-radius: 18px 0 0 0;
	}
	.widget-item:last-child {
		border-radius: 0 0 0 18px ;
	}
	.widget-lnk {
		font-size: 1.4rem;
		font-weight: 700;
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 15px 0;
		color: #fff;

		justify-content: center;
		align-items: center;
	}
	.widget-lnk p {
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
	}
	.widget-icon {
		width: 22px;
		height: 24px;
		margin-bottom: 10px;
		vertical-align: initial;
	}

/* main
 ----------------------------------------------------------------- */
	.company-heading {
		position: relative;
		z-index: 6;
		display: flex;
		color: inherit;
		background-color: #fff;
		box-shadow: 0 3px 10px -5px rgba(0,0,0,.5);
		/* justify-content: space-between; */
		justify-content: center;
	}
	.pager {
		/* display: flex; */
		display: none;
	}
	.pager a {
		font-size: 1.4rem;
		position: relative;
		display: flex;

		align-items: center;
		width: 105px;
	}
	.pager a:hover {
		text-decoration: none;
	}
	.pager-txt {
		padding-bottom: 2px;
	}
	.pager-arrow {
		position: absolute;
		display: block;
		width: 12px;
		height: 12px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
	}
	.pager-prev {
		padding: 0 10px 0 55px;
	}
	.pager-next {
		padding: 0 55px 0 10px;
	}
	.pager-prev .pager-arrow {
		left: 30px;
		transform: rotate(225deg);
	}
	.pager-next .pager-arrow {
		right: 30px;
		transform: rotate(45deg);
	}
	.company-ttl {
		flex-wrap: wrap;
		font-size: 2.6rem;
		display: flex;
		padding: 18px 0;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
	.company-img {
		margin-right: 15px;
		display: flex;
	}
	.company-img img {
		width: auto;
		height: 36px;
	}
	@media screen and (min-width:1025px) {
		.is-fixed.company-heading {
			position: fixed;
			z-index: 6;
			top: 0;
			right: 0;
			left: 196px;
			transition: .3s;
		}
		.is-fixed .company-ttl {
			font-size: 1.8rem;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		.is-fixed .company-img img {
			height: 26px;
			transition: .3s;
		}
	}
	.company-mv-bg {
		position: relative;
		z-index: 1;
		background-color: #f5f5f5;
	}
	.company-mv-bg .inner {
		width: calc((100vh - 125px)*16/9);
		max-width: 100%;
		min-width: 1000px;
		padding: 0;
	}
	@media screen and (max-width:1196px) {
		.company-mv-bg .inner {
			min-width: 100%;
		}
	}
	.company-mv.js-slider {
		background: #FFF;
	}
	.company-mv.js-movie {
		position: relative;
		z-index: -2;
		overflow: hidden;
		margin-bottom: -43.8%;
		padding-top: 100%;
		width: 100%;
		transform:scale(1.001);
	}
	.mbYTP_wrapper {
		z-index: 0;
		top: -21.875%!important;
		overflow: hidden;
		margin-bottom: -21.875%!important;
	}
	.company-mv.movie {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.YTPlayer-thumb,
	.movie-thumb {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1;
		z-index: -1;
	}
	.company-mv.movie iframe,
	.company-mv.movie video {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.content > section {
		padding: 68px 0 80px;
		background-color: #fff;
	}
	.sec-border > section {
		border-bottom: 1px solid #ccc;
	}
	.sec-border > section:last-child {
		border-bottom: none;
	}
	.sec-ttl {
		position: relative;
		font-size: 3.6rem;
		margin-bottom: 20px;
		display: inline;
		padding: 0 20px 10px 0;
		background: linear-gradient(#E83817, #E83817) 0 100%/0 4px no-repeat;
		transition: background .4s .3s ease-out;
	}
	.sec-ttl.in {
		background-size: 100% 4px;
	}
	.sec-ttl + * {
		margin-top: 45px;
	}
	.sec-txt {
		margin-bottom: 30px;
		text-align: justify;
	}
	.sec-txt:last-child {
		margin-bottom: 0;
	}
	.sec-btn {
		font-size: 2.2rem;
		font-weight: 500;
		position: relative;
		display: flex;
		width: 100%;
		max-width: 240px;
		height: 76px;
		margin: auto;
		padding: 0 35px;
		transition: all .5s;
		transform: perspective(1px) translateZ(0);
		color: #fff;
		border-radius: 10px;
		background: #5da1d9;

		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.sec-btn::before {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: '';
		transition: transform .4s ease-out;
		transform: scaleX(0);
		transform-origin: 0 50%;
		background: #356b8f;
		
		border-radius: 10px;
	}
	.sec-btn:hover::before {
		transform: scaleX(1);
	}
	.sec-btn:hover {
		text-decoration: none;
	}
	.sec-arrow {
		position: absolute;
		top: 50%;
		right: 25px;
		display: block;
		width: 14px;
		height: 14px;
		content: '';
		transform: translate(0, -50%) rotate(45deg);
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		transition: transform .4s ease-out;
	}
	.sec-btn:hover .sec-arrow {
		transform: translate(8px, -50%) rotate(45deg);
	}

	.message-ttl {
		font-size: 3.6rem;
		text-align: center;
		margin-bottom: 20px;
	}
	.message-txt {
		font-size: 2.0rem;
		font-weight: 700;
		margin-bottom: 30px;
		text-align: justify;
	}
	.message-txt:last-child {
		margin-bottom: 0;
	}

	.video-inner {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 35px;
	}
	.video-inner:last-child {
		margin-bottom: 0;
	}
	.video-frame {
		width: 100%;
		position: relative;
		padding-top: 56.25%;
	}
	.video-frame iframe,
	.video-frame video {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.pict-img {
		margin-bottom: 35px;
	}
	.pict-img:last-child {
		margin-bottom: 0;
	}
	.pict-list {
		display: flex;
		justify-content: space-between;
	}
	.pict-item {
		flex-basis: calc((100% - 70px) / 2);
	}


	.sentence-lnk-wrap {
		text-align: center;
	}
	.sentence-lnk {
		margin-top: 55px;
		display: inline-block;
	}
	.sentence-lnk .sec-btn {
		min-width: 246px;
		width: auto;
		max-width: 100%;
		padding: 0 40px;
	}

	.download-item {
		position: relative;
		margin-bottom: 35px;
	}
	.download-item:first-child {
		margin-top: -5px;
	}
	.download-item:last-child {
		margin-bottom: 0;
	}
	.download-ttl {
		font-size: 2.8rem;
		font-weight: 500;
		line-height: 1.45;
		display: inline-block;
		float: right;
		width: calc(100% - 255px);
		margin-bottom: 10px;
	}
	.download-img {
		float: left;
		box-sizing: border-box;
		width: 255px;
		margin-top: 5px;
		padding-right: 35px;
	}
	.download-item .sec-txt {
		padding-bottom: 126px;
		margin-bottom: 0;
	}
	.download-lnk {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.download-lnk .sec-btn {
		float: right;
		margin: 0;
	}

	.present-item {
		position: relative;
	}
	.present-item .sec-txt {
		padding-bottom: 80px;
	}
	.present-item .sec-txt + .present-ttl {
		margin-top: -50px;
	}
	.present-ttl {
		font-size: 2.2rem;
		margin-top: 50px;
		padding-bottom: 126px;
		padding-left: 4em;
		text-indent: -4em;
	}
	.present-img {
		float: right;
		max-width: 380px;
		width: 38%;
		margin-top: 5px;
		padding-left: 70px;
	}
	.present-lnk {
		position: absolute;
		bottom: 5px;
		width: 100%;
	}
	.present-lnk .sec-btn {
		float: left;
	}

	.contact-item {
		display: flex;
		width: 100%;
		align-items: center;
	}
	.contact-ttl,
	.contact-txt {
		margin-bottom: 25px;
	}
	.contact-ttl {
		flex: 0 0 8em;
		padding: 3px 0 3px .5em;
		background: #E6E6E6;
	}
	.contact-txt {
		flex: 1 1 auto;
		padding-left: 20px;
	}
	.contact-lnk {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	.contact-lnk .sec-btn {
		margin: 0;
	}
	.contact-lnk .sec-btn:first-child {
		margin-right: 30px;
	}


/* for tablet */
@media screen and (max-width:1024px) {
/* footer
 ----------------------------------------------------------------- */
	#page_top {
		bottom: 109px;
	}
	.copyright {
		padding-bottom: 64px;
	}

/* widget
 ----------------------------------------------------------------- */
	.widget {
		z-index: 1;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		height: 60px;
	}
	.widget-list {
		position: relative;
		top: auto;
		display: flex;
		width: 100%;
		height: 60px;
		transform: translateY(0);
	}
	.widget-item {
		border-top: 1px solid #999;
		border-bottom: none;
	}
	.widget-lnk p {
		writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
	}
	.widget-item.widget-present {
		min-width: 100px;
	}
	.widget-item.widget-present .widget-lnk {
		text-align: left;
	}
	.widget-item.widget-present .widget-lnk::before {
		position: absolute;
		left: 10px;
		width: 6px;
		height: 6px;
		content: '';
		transform: rotate(225deg);
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.widget-item.widget-present img {
		margin: 0 6px 0 18px;
	}
	.widget-item:first-child {
		border-radius: 15px 0 0 0;
	}
	.widget-item:last-child {
		border-right: 1px solid #999;
		border-radius: 0 15px 0 0;
	}
	.widget-lnk {
		line-height: 1.4;
		box-sizing: border-box;
		height: 100%;
		padding: 0 6px;
		text-align: center;
		flex-direction: row;
	}
	.widget-lnk > p > span {
		display: inline-block;
		white-space: nowrap;
	}
	.widget-icon {
		width: 16px;
		height: 18px;
		margin-bottom: 0;
	}

/* main
 ----------------------------------------------------------------- */
	.pager a {
		width: 50px;
		padding: 0;
	}
	.pager-prev .pager-arrow {
		left: 20px;
	}
	.pager-next .pager-arrow {
		right: 20px;
	}
	.pager-txt {
		display: none;
	}
	.pict-item {
		flex-basis: calc((100% - 35px) / 2);
	}
	.present-img {
		padding-left: 35px;
	}

}


/* for sp */
@media screen and (max-width:599px) {
/* footer
 ----------------------------------------------------------------- */
	#page_top {
		bottom: 90px;
	}
	.copyright {
		padding-bottom: 54px;
	}

/* widget
 ----------------------------------------------------------------- */
	.widget,
	.widget-list {
		height: 50px;
	}
	.widget-lnk {
		font-size: 1.2rem;
	}

/* main
 ----------------------------------------------------------------- */
	.company-mv-bg .inner {
		width: 100%;
		min-width: 100%;
	}
	.company-ttl {
		font-size: 1.8rem;
		font-size: 4.8vw;
		line-height: 1.3;
		padding: 6px 0;
		padding: 1.6vw 0;
		display: block;
	}
	.company-img img {
		height: 27px;
		height: 7.2vw;
	}
	.company-img {
		display: block;
		margin: auto;
	}
	.pager a {
		width: 30px;
	}
	.pager-arrow {
		width: 8px;
		height: 8px;
	}
	.pager-prev .pager-arrow {
		left: 13px;
	}
	.pager-next .pager-arrow {
		right: 13px;
	}
	.content > section {
		padding: 24px 0 35px;
		padding: 6.293vw 0 9.333vw;
	}
	.sec-ttl {
		font-size: 1.9rem;
		font-size: 5vw;
		line-height: 2.2;
		margin-bottom: 15px;
		margin-bottom: 4vw;
		padding: 0 8px 8px 0;
		padding: 0 2.133vw 2.133vw 0;
		background: linear-gradient(#E83817, #E83817) 0 100%/0 2px no-repeat;
	}
	.sec-ttl.in {
		background-size: 100% 2px;
	}
	.sec-ttl + * {
		margin-top: 25px;
		margin-top: 6.66vw;
	}
	.sec-txt {
		margin-bottom: 25px;
		margin-bottom: 6.66vw;
	}
	.sec-btn {
		font-size: 1.6rem;
		font-size: 4.266vw;
		height: 14.666vw;
		padding: 0 30px;
		padding: 0 8vw;
		border-radius: 5px;
		border-radius: 1.333vw;
		box-sizing: border-box;
		max-width: 72%;
		min-width: 72%;
		width: 72%;
	}
	.sec-btn::before {
		border-radius: 5px;
		border-radius: 1.333vw;
	}
	.sec-arrow {
		right: 15px;
		right: 4vw;
		width: 9px;
		width: 2.4vw;
		height: 9px;
		height: 2.4vw;
	}

	.message-ttl {
		font-size: 1.9rem;
		font-size: 5vw;
		margin-bottom: 15px;
		margin-bottom: 4vw;
		padding-top: 5px;
		padding-top: 1.333vw;
	}
	.message-txt {
		font-size: 1.6rem;
	}

	.video-inner {
		margin-bottom: 15px;
		margin-bottom: 4vw;
	}

	.pict-img {
		margin-bottom: 15px;
		margin-bottom: 4vw;
	}
	#pict-min .pict-img {
		width: 85%;
	}
	.pict-list {
		display: block;
		text-align: center;
	}
	.pict-item {
		margin-bottom: 30px;
		margin-bottom: 8vw;
	}
	.pict-item:last-child {
		margin-bottom: 0;
	}

	.sentence-lnk {
		margin-top: 0;
		min-width: 72%;
	}
	.sentence-lnk .sec-btn {
		min-width: 72%;
		padding: 0 30px;
		padding: 0 8vw;
	}

	.download-item {
		margin-bottom: 30px;
		margin-bottom: 8vw;
	}
	.download-ttl {
		font-size: 1.8rem;
		font-size: 4.8vw;
		float: none;
		width: 100%;
		margin-bottom: 8px;
		margin-bottom: 2.133vw;
	}
	.download-img {
		width: 38%;
		padding-right: 12px;
		padding-right: 3.2vw;
	}
	.download-lnk {
		position: static;
	}
	.download-item .sec-txt {
		margin-bottom: 25px;
		margin-bottom: 6.66vw;
		padding-bottom: 0;
	}
	.download-item .sec-txt::after {
		display: block;
		clear: both;
		content: '';
	}
	.download-lnk .sec-btn {
		float: none;
		margin: auto;
	}

	.present-item {
		position: static;
		text-align: center;
	}
	.present-img {
		float: none;
		width: 57%;
		margin-top: 0;
		margin-bottom: 15px;
		margin-bottom: 4vw;
		padding-left: 0;
	}
	.present-item .sec-txt {
		padding-bottom: 0;
	}
	.present-item .sec-txt + .present-ttl {
		margin-top: 0;
	}
	.present-ttl {
		font-size: 1.6rem;
		margin-top: 0;
		margin-bottom: 25px;
		margin-bottom: 6.66vw;
		padding-bottom: 0;
		text-align: left;
	}
	.present-lnk {
		position: static;
	}
	.present-lnk .sec-btn {
		float: none;
		margin: auto;
	}

	.contact-item {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: 100vw;
		display: block;
	}
	.contact-ttl,
	.contact-txt {
		padding: 0 12px;
		padding: 0 3.2vw;
		margin-bottom: 5px;
		margin-bottom: 1.6vw;
	}
	.contact-lnk {
		display: block;
	}
	.contact-lnk .sec-btn {
		margin: auto;
	}
	.contact-lnk .sec-btn:first-child {
		margin: 25px auto;
		margin: 6.66vw auto;
	}
}


/* 2021 スタンプ追加
 ----------------------------------------------------------------- */
	#getStamp {
		position: fixed;
		right: 0;
		bottom: 0;
		width: calc(100% - 196px);
		background-color: rgba(0,128,47,0.8);
		padding: 10px;
		box-sizing: border-box;
		display: none;
		z-index: 6;
	}
	#getStamp .stamp-inner {
		color: #fff;
		position: relative;
		text-align: center;
	}
	#getStamp .stamp-close {
		position: absolute;
		width: 132px;
		height: 50px;
		right: -10px;
		top: -10px;
	}
	#getStamp .stamp-ttl {
		width: 342px;
	}
	#getStamp .stamp-txt {
		font-size: 20px;
		font-weight: bold;
		margin-top: 10px;
	}
	#getStamp .stamp-help {
		color: #fff;
		font-size: 14px;
		display: inline-block;
		margin-left: 10px;
		vertical-align: middle;
	}
	#getStamp .stamp-help img {
		width: 18px;
		vertical-align: middle;
		margin-right: 5px;
		position: relative;
		top: 4px;
	}
	#getStamp .stamp-link {
		width: 240px;
		font-size: 14px;
		color: #fff;
		display: inline-block;
		border: 1px solid #fff;
		border-radius: 10px;
		margin-top: 10px;
	}
	#getStamp .stamp-list {
		list-style: none;
	}
	#getStamp .stamp-list .stamp-list-item {
		background: #fff;
		display: inline-block;
		width: 55px;
		height: 55px;
		padding: 5px;
		box-sizing: border-box;
		vertical-align: middle;
		margin-top: 10px;
	}
	#getStamp .stamp-close:hover,
	#getStamp .stamp-help:hover,
	#getStamp .stamp-link:hover {
		text-decoration: none;
		opacity: 0.85;
		transition: opacity .3s;
	}

	@media screen and (max-width:1024px) {
		#getStamp {
			width: 100%;
		}
		#getStamp .stamp-close {
			width: 12vw;
			max-width: 50px;
			height: 13.33vw;
			max-height: 56px;
		}
	}

	/* for sp */
	@media screen and (max-width:599px) {
		#getStamp .stamp-ttl {
			width: 80%;
		}
		#getStamp .stamp-txt {
			font-size: 1.6rem;
		}
		#getStamp .stamp-help {
			display: block;
			margin: 10px auto 0;
		}
		#getStamp .stamp-list {
			display: flex;
			justify-content: space-around;
			flex-wrap: wrap;
			width: 80%;
			margin: 0 auto;
		}
	}
