:root {
	--bg: #fff3e0;
	--primary: #2b7bb9;
	--text: #222;
	--muted: #666;
	--card: #ffffff;
	--radius: 16px;
}

html {
	width: 100%;
	height: 100%;
	overflow: auto;
	font-size: 14px;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Noto Sans JP", system-ui, sans-serif;
	color: var(--text);
	background: var(--bg);
	line-height: 1.7;
}

h2 {
	font-size: 48px;
	margin: 10px 0 40px;
	line-height: 1;
	font-weight: 400;
}

@media (max-width: 768px) {
	h2 {
		font-size: 28px;
		margin: 10px 0 30px;
	}
}

h3 {
	font-size: 22px;
}

@media (max-width: 768px) {
	h3 {
		font-size: 18px;
	}
}

p {
	font-size: 15px;
	line-height: 2;
	font-weight: bold;
}

@media (max-width: 768px) {
	p {
		font-size: 14px;
		text-align: left;
	}
}

a {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: inherit;
}

small {
	font-size: 12.5px;
}

img {
	max-width: 100%;
	border: none;
	vertical-align: top !important;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	height: auto;
	image-rendering: auto;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.text--right {
	text-align: right;
}

.text--center {
	text-align: center;
}

._pc {
	display: block !important;
}

._sp {
	display: none !important;
}

main {
	padding: 80px 0px 0;
	position: relative;
}

@media (max-width: 768px) {
	main {
		padding: 80px 0 0;
		position: relative;
	}

	._pc {
		display: none !important;
	}

	._sp {
		display: block !important;
	}
}

/*==============================================
header
==============================================*/
.l-header {
	position: fixed;
	top: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 65px;
	background: var(--bg);
	transition: .25s
}

@media(max-width: 960px) {
	.l-header {
		height: 70px
	}
}

.l-header__catch {
	position: absolute;
	top: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	height: 16px;
	background-image: linear-gradient(90deg, #4f86c6 0%, #4bb39a 100%)
}

@media(max-width: 960px) {
	.l-header__catch {
		height: 10px
	}

	.l-header__catch img {
		width: auto;
		height: 8px
	}
}

.l-header__group {
	position: absolute;
	top: 8px;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	font-weight: normal;
	font-size: 10.5px
}

@media(max-width: 960px) {
	.l-header__group {
		display: none
	}
}

.l-header__group a {
	color: #000;
	text-decoration: none
}

.l-header__logo {
	padding: 0 24px
}

@media(max-width: 960px) {
	.l-header__logo {
		/* margin-top: 0; */
		padding: 0 10px;
	}
}

@media(max-width: 960px)and (max-width: 960px) {
	.l-header__logo img {
		/* width: 177px;
		height: 22px */
	}
}

.l-header__nav-toggle {
	display: none
}

@media(max-width: 960px) {
	.l-header__nav-toggle {
		position: absolute;
		right: 10px;
		bottom: 10px;
		z-index: 10000;
		display: block;
		cursor: pointer
	}

	.l-header__nav-toggle div {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		background: #26b194;
		border-radius: 8px;
	}

	.l-header__nav-toggle div span {
		position: absolute;
		display: block;
		width: 25px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out
	}

	.l-header__nav-toggle div span:nth-child(1) {
		margin-top: 14px
	}

	.open .l-header__nav-toggle div span:nth-child(1) {
		margin: 0;
		transform: rotate(135deg)
	}

	.open .l-header__nav-toggle div span:nth-child(2) {
		width: 0
	}

	.l-header__nav-toggle div span:nth-child(3) {
		margin-bottom: 14px
	}

	.open .l-header__nav-toggle div span:nth-child(3) {
		margin: 0;
		transform: rotate(-135deg)
	}
}

.l-header__nav {
	display: flex;
	margin-left: auto;
	margin-right: 50px;
	height: 100%
}

@media(max-width: 960px) {
	.l-header__nav {
		position: absolute;
		top: 0;
		left: 15vw;
		display: block;
		overflow-y: auto;
		width: 85vw;
		height: 100vh;
		background: #00a381;
		opacity: 0;
		pointer-events: none
	}

	.open .l-header__nav {
		opacity: 1;
		transition: .25s;
		pointer-events: all
	}
}

.l-header__grobalNav {
	display: flex;
	gap: 65px;
}

@media(max-width: 960px) {
	.l-header__grobalNav {
		position: relative;
		top: 100px;
		display: block;
		margin-top: auto;
		padding: 0 20px;
		width: 100%;
	}
}

.l-header__grobalNav>li {
	/* margin: 0 min(1vw, 24px); */
	letter-spacing: .05em;
	font-weight: 500;
	font-size: 14px
}

@media(max-width: 960px) {
	.l-header__grobalNav>li {
		position: relative;
		margin: 0;
		border-bottom: 1px dotted #fff;
		color: #fff;
		letter-spacing: .1em;
		font-weight: 700;
		font-size: 16px
	}

	.l-header__grobalNav>li::before {
		display: none
	}
}

.l-header__grobalNav>li>a,
.l-header__grobalNav>li>span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: .25s
}

@media(max-width: 960px) {

	.l-header__grobalNav>li>a,
	.l-header__grobalNav>li>span {
		align-items: center;
		justify-content: flex-start;
		padding: 20px 0
	}
}

@media(min-width: 961px) {

	.l-header__grobalNav>li>a::before,
	.l-header__grobalNav>li>span::before {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 0;
		background: linear-gradient(90deg, #4f86c6 0%, #4bb39a 100%);
		content: "";
		transition: .25s
	}

	/* .l-header__grobalNav>li>a:hover,
	.l-header__grobalNav>li>span:hover,
	.l-header__grobalNav>li>a.is-active {
		background: linear-gradient(90deg, #4f86c6 0%, #4bb39a 100%);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}

	.l-header__grobalNav>li>a:hover::before,
	.l-header__grobalNav>li>span:hover::before,
	.l-header__grobalNav>li>a.is-active::before {
		width: 100%;
		height: 3px
	} */
}

.l-header__grobalNav>li .btn-toggle {
	display: none
}

@media(max-width: 960px) {
	.l-header__grobalNav>li .btn-toggle {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 60px;
		cursor: pointer
	}

	.l-header__grobalNav>li .btn-toggle img {
		transition: .25s
	}

	.l-header__grobalNav>li .btn-toggle.open img {
		transform: rotate(180deg)
	}
}

@media(min-width: 961px) {
	.l-header__subGrobalNav {
		position: absolute;
		margin: 0 auto;
		padding: 10px 35px 10px 10px;
		background-color: #fff;
		opacity: 0;
		pointer-events: none;
		box-shadow: 3px 3px 0 rgb(75, 179, 154);
	}

	.l-header__subGrobalNav::before {
		content: "";
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		border-width: 0 10px 10px 10px;
		border-style: solid;
		border-color: transparent transparent #fff transparent;
	}

	.l-header__subGrobalNav.is-show {
		opacity: 1;
		transition: .25s;
		pointer-events: all
	}
}

@media(max-width: 960px) {
	.l-header__subGrobalNav {
		display: none
	}
}

@media(min-width: 961px) {
	.l-header__subGrobalNav>li {
		font-weight: bold;
		font-size: 16px;
		line-height: 1.375
	}

	.l-header__subGrobalNav>li>a {
		position: relative;
		display: flex;
		overflow: hidden;
		align-items: center;
		justify-content: space-between;
		min-height: 45px;
		text-decoration: none !important;
		letter-spacing: .05em;
		font-weight: 700;
		font-size: 16px;
		cursor: pointer;
		transition: .25s
	}

	.l-header__subGrobalNav>ul::after {
		width: 45px;
		height: 45px;
		border: 1px solid #c1c1c1;
		border-radius: 55px;
		content: "";
		transition: .25s
	}

	span#navService {
		padding: 0 30px;
	}

}

@media(max-width: 960px) {
	.l-header__subGrobalNav>li {
		font-size: 15px;
		padding: 20px 10px;
		border-top: 1px dotted #fff;
	}

	.l-header__subGrobalNav>li>a {
		display: flex;
		justify-content: flex-start;
		text-decoration: none
	}

	.l-header__subGrobalNav>li>a::before {
		content: "−"
	}
}

.mega-item {
	display: flex;
	gap: 35px;
}

.mega-item__texts {
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
}

.mega-item__texts a:hover {
	text-decoration: underline;
	text-underline-offset: 8px;
}

@media(max-width: 960px) {
	.mega-item__image {
		display: none;
	}
}

@media(max-width: 960px) {
	.nav-toggle {
		position: relative;
		display: flex;
		align-items: center;
		cursor: pointer;
		padding-right: 32px;
	}

	.nav-toggle::before {
		content: "";
		position: absolute;
		right: 8px;
		width: 14px;
		height: 2px;
		background: #fff;
	}

	.nav-toggle::after {
		content: "";
		position: absolute;
		right: 14px;
		width: 2px;
		height: 14px;
		background: #fff;
		transition: transform .3s ease;
	}

	.nav-toggle[aria-expanded="true"]::after {
		transform: rotate(90deg);
	}

	.l-header__subGrobalNav {
		display: none;
	}

	.l-header__subGrobalNav.is-show {
		display: block;
	}
}
/*==============================================
breadcrumb
==============================================*/
.breadcrumb {
	max-width: 1380px;
	width: calc(100% - 30px);
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumb-item {
	font-size: 14px;
}

.breadcrumb-item.-link {
	color: #014694;
}

.breadcrumb-item.-link:hover {
	text-decoration: underline;
}

.breadcrumb-arrow {
	margin: 0 10px;
	color: #666;
	position: relative;
}

.breadcrumb-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: -7px;
	bottom: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	border: 0px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*==============================================
footer
==============================================*/
/*l-footer__group*/
.l-footer__group {
	background: #f4f4f4;
}

.l-footer__group a,
.l-footer__group a:visited {
	color: #333;
	text-decoration: none;
}

.l-footer__group a:hover {
	color: #007765;
}

.l-footer__group__inner {
	display: flex;
	justify-content: space-evenly;
	/* min-width: 1000px; */
	max-width: 1300px;
	margin: 0 auto;
	padding: 30px 0;
}

.l-footer__group__tit {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.l-footer__group__list {
	display: flex;
	flex-wrap: wrap;
	margin: .5em 0;
	gap: 20px;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.l-footer__group__list__item {
	/* width: 20%; */
}


/*l-footer-sp__bottombar*/
.l-footer-sp__bottombar-box {
	display: none;
}

/*l-footer__link*/
.l-footer__link {
	border-bottom: 1px solid #ccc;
	background: #002656;
	text-align: center;
	padding: 1em 0;
	font-size: 1.4rem;
}

.l-footer__link a,
.l-footer__link a:visited {
	color: #fff;
	text-decoration: none;
}

.l-footer__link a:hover {
	opacity: 0.8;
}

/*.l-footer__copyright*/
.l-footer__copyright {
	background: #002656;
	color: #fff;
}

.l-footer__copyright-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 28px 48px;
	margin: 0 auto;
}

.l-footer__copyright__ci-sp {
	display: none;
}

.l-footer__copyright__copy__ci {
	display: block;
}

.l-footer__copyright__copy {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

.l-footer__copyright__copy__ci {
	margin-bottom: 11px;
	font-size: 1px;
}

@media only screen and (max-width: 767px) and (orientation: portrait),
only screen and (max-width: 900px) and (orientation: landscape) {

	/*l-footer__group*/
	.l-footer__group {
		background: #f4f4f4;
	}

	.l-footer__group__inner {
		min-width: 0px;
		margin: 0 auto;
		padding: 15px;
		flex-direction: column;
	}

	/* .l-footer__group__list__item {
		width: 20%;
	} */


	.l-footer__group__list li {
		width: 20%;
		text-align: center;
	}

	.l-footer__group__list li:nth-last-child(-n+2) {
		width: 32%;
	}

	/*l-footer-sp__bottombar*/
	.l-footer-sp__bottombar-box {
		display: block;
	}

	.l-footer-sp__bottombar {
		background: rgba(11, 104, 179, 0.9);
		position: fixed;
		left: 0;
		bottom: 0;
		display: block;
		z-index: 9;
		width: 100%;
	}

	.l-footer-sp__bottombar--stopped {
		position: relative;
		left: auto;
		bottom: auto;
	}

	.l-footer-sp__bottombar__list {
		display: flex;
		justify-content: space-between;
		padding: 7px 15px;
	}

	.l-footer-sp__bottombar__list__item {
		width: 27%;
		text-align: center;
		font-size: 1.1rem;
	}

	.l-footer-sp__bottombar__list__item a,
	.l-footer-sp__bottombar__list__item a:visited {
		color: #fff;
		text-decoration: none;
	}

	.l-footer-sp__bottombar__list__icon {
		font-size: 2.6rem;
		line-height: 1.2;
	}

	/*l-footer__link*/
	.l-footer__link {
		font-size: 1rem;
		padding: 15px;
	}

	/*.l-footer__copyright*/
	.l-footer__copyright {
		display: block;
		text-align: center;
	}

	.l-footer__copyright-inner {
		display: block;
		padding: 32px 24px;
		min-width: auto;
	}

	.l-footer__copyright__ci-sp {
		display: block;
		margin-bottom: 16px;
		font-size: 1px;
	}

	.l-footer__copyright__ci-sp img {
		width: 150px;
	}

	.l-footer__copyright__copy__ci {
		display: none;
	}

	.l-footer__copyright__logo {
		padding: 0;
		margin-bottom: 23px;
	}

	.l-footer__copyright__copy__ci {
		width: 50%;
	}

	.l-footer__copyright__copy {
		text-align: center;
	}

	.l-footer__copyright__txt {
		font-size: 11px;
	}

}

.initiative-card {
    aspect-ratio: 16 / 12;
    overflow: hidden;
}

.initiative-card img {
    height: 100%;
}
/*==============================================
initiatives slider
==============================================*/
@media screen and (min-width: 768px) {
	.initiative-card {
		width: 100%;
	}

	.initiative-more {
		margin: 0 20px;
	}

	.initiatives-slider {
		overflow: visible;
	}

	.initiatives-slider .swiper-wrapper {
		display: flex;
		gap: 24px;
		transform: none !important;
	}

	.swiper-button-prev,
	.swiper-button-next,
	.swiper-pagination {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.initiatives-slider {
		padding: 0 0 32px;
	}

	.initiative-more {
		margin: 0 40px;
	}

	.initiatives-slider .swiper-slide {
		width: 100% !important;
	}

	.swiper-slide {
		width: 100% !important;
		text-align: center;
	}

	.swiper-button-next {
		right: 0;
	}

	.swiper-button-prev {
		left: 0;
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev,
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		width: 44px !important;
		height: 44px !important;
		border-radius: 50%;
		border: none;
		background: linear-gradient(90deg, #4f86c6 0%, #4bb39a 100%);
	}

	.swiper-button-prev:after,
	.swiper-rtl .swiper-button-next:after,
	.swiper-button-next:after,
	.swiper-rtl .swiper-button-prev:after {
		font-size: 20px !important;
		color: #fff;
	}

	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 20px !important;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: flex !important;
		top: 53% !important;
	}

	.swiper-pagination {
		display: block !important;
	}
}

.initiative-lead {
	font-size: 14px;
	color: var(--muted);
	flex-grow: 1;
	margin-bottom: 30px;
	text-align: left;
}

.initiative a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.more-btn {
	width: 100%;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 10px 24px;
	border-radius: 9999px;
	color: #000;
	border: 1px solid #000;
	font-size: 14px;
	text-decoration: none;
}

.more-btn::before {
	content: "";
	position: absolute;
	right: 16px;
	width: 12px;
	height: 2px;
	background: #000;
	top: 50%;
	transform: translateY(-50%);
}

.more-btn::after {
	content: "";
	position: absolute;
	right: 28px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	top: 50%;
	transform: translate(12px, -50%) rotate(45deg);
}

a:hover .more-btn {
	color: #fff;
	transition: .3s
}

a.is-green:hover .more-btn {
	background: #5bc2b2;
	border: 1px solid #5bc2b2;
}

a.is-blue:hover .more-btn {
	background: #5dabf0;
	border: 1px solid #5dabf0;
}

a.is-red:hover .more-btn {
	background: #ec685d;
	border: 1px solid #ec685d;
}

a.is-orange:hover .more-btn {
	background: #f69661;
	border: 1px solid #f69661;
}

a:hover .more-btn::before {
	background: #fff;
}

a:hover .more-btn::after {
	border-top-color: #fff;
}





#ot-sdk-btn-floating.ot-floating-button {
    position: fixed;
    bottom: 10px;
    opacity: 0;
    width: 50px;
    height: 50px;
    line-height: 15px;
    cursor: pointer;
    background-color: transparent;
    transform-style: preserve-3d;
    transition: all 300ms ease;
    perspective: 1000px;
    z-index: 2147483646;
    animation: otFloatingBtnIntro 800ms ease 0ms 1 forwards;
}

#ot-sdk-btn-floating .ot-floating-button__front {
    background-color: #6aaae4;
    transform: rotateY(0);
}

#ot-sdk-btn-floating .ot-floating-button__front, #ot-sdk-btn-floating .ot-floating-button__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #6aaae4;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    transition: transform .6s;
    transform-style: preserve-3d;
}

#ot-sdk-btn-floating.ot-floating-button button {
    background-color: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#ot-sdk-btn-floating.ot-floating-button button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
button, [type=button], [type=reset], [type=submit] {
    cursor: pointer;
}
button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}

#ot-sdk-btn-floating .ot-floating-button__front svg {
    width: 30px;
    height: 37px;
}
