@charset "UTF-8";


/* Common ====================================== */


body {
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	font-size: 16px;
	color: #00192c;
}
a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor: pointer;
	color: #00192c;
}
small {
	font-size: smaller;
}
hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, transparent, #cfd7e6, transparent);
	background-image: -moz-linear-gradient(left, transparent, #cfd7e6, transparent);
	background-image: -ms-linear-gradient(left, transparent, #cfd7e6, transparent);
	background-image: -o-linear-gradient(left, transparent, #cfd7e6, transparent);
	margin: 0 50px;
}
img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}
.space {
	padding-top: 150px;
	width: 1000px;
}
.date {
	font-weight: 600;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	line-height: 2;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.sa {
	opacity: 0;
	transition: all .5s ease;
}
.max-wh {
	width: 100%;
	height: 100%;
}
.sa.show {
	opacity: 1;
	transform: none;
}
.sa--lr {
	transform: translate(-10px, 0);
}
.sa--rl {
	transform: translate(10px, 0);
}
.sa--up {
	transform: translate(0, 10px);
}
.sa--down {
	transform: translate(0, -10px);
}
.sa--scaleUp {
	transform: scale(.5);
}
.sa--scaleDown {
	transform: scale(1.5);
}
.sa--rotateL {
	transform: rotate(180deg);
}
.sa--rotateR {
	transform: rotate(-180deg);
}
.is-hide {
	display: none;
}
.is-fixed {
	position: fixed;
}
.is-shadow {
	box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.opacity03 {
	opacity: .3;
}
.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}
.l-trigger {
	opacity: 0;
	transform: translate(-10px, 0);
}
::selection {
	background: #f8b217;
	color: #ffffff;
}
::-moz-selection { /* for Firefox */
	background: #f8b217;
	color: #ffffff;
}
*:focus {
	outline: none;
}
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	color: #000;
	background: #f6f6f6 url(../images/down-arrow.svg) no-repeat right 15px center / 20px auto;
}

@media screen and (max-width: 1010px) {
	.space {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.space {
		padding-top: 100px;
		width: 100%;
	}
}


/* cursor ====================================== */


.cursor,
.follower {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.cursor {
	width: 8px;
	height: 8px;
	background-color: #000;
	z-index: 1001;
}
.follower {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: rgba(253, 254, 0, 0.5);
	z-index: 1000;
	transition: transform ease 0.1s;
	text-align: center;
}
.follower span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	transform: scale(0);
}
.follower.is-active {
	transform: scale(2);
}


/* Header ====================================== */


body.noscroll {
	overflow: hidden;
}
header {
	display: block;
	z-index: 1000;
	position: fixed;
	width: 100%;
}
.menu-container {
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	align-items: center;
	height: 80px;
	margin: 0 auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.header-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: 200px;
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 0 25px;
	/*padding: 25px 0 25px;*/
	width: 89%;
	animation: fadeIn-lr .3s ease .3s 1 normal backwards;
}
.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 25px 0 auto;
	height: 80px;
}
.menu > ul > li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 22px 0 22px;
	font-size: 12px;
	text-align: center;
}
.menu > ul > li:hover {
	background: #fff;
}
.menu > ul > li > ul > li a:hover {
	background: #03327c;
	color: #fff;
}
.header-logo img {
	width: 160px;
}
.logo {
	display: block;
}
.header-navi-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	height: 100%;
	animation: fadeIn-lr .3s ease .4s 1 normal backwards;
}
.header-navi-item {
	position: relative;
}
.header-navi-text-jp {
	position: relative;
	display: block;
	padding: 5px 0 0;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	font-weight: 500;
}
.header-navi-text-en {
	font-size: 10px;
	display: inline-block;
	-webkit-transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
	transition: transform .2s ease .1s,opacity .2s ease .1s;
	transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;
}
.header-navi-text-jp:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	border-bottom: solid 2px #f1aa00;
	-webkit-transition: width .1s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.05s;
	transition: width .1s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.05s;
}
.header-navi-item:hover .header-navi-text-jp {
	color: #03327c;
}
.header-navi-item:hover .header-navi-text-jp:before {
	width: 100%;
}
.menu-list {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-width: 250px;
	min-width: 250px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(102, 102, 102, .3);
	top: 70px;
}
.header-navi-item:hover .menu-list {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease-out;
}
.menu-list li {
	height: 60px;
	position: relative;
}
.header-navi-mark {
	position: relative;
	display: none;
	width: 16px;
	height: 16px;
	margin: 0 0 0 20px;
	border: 1px solid #181818;
	border-radius: 50%;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}
.header-navi-item.is-current .header-navi-text-en, .header-navi-item:hover .header-navi-text-en {
	-webkit-transform: translate(0,10px);
	transform: translate(0,10px);
	-webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
	transition: transform .2s ease,opacity .2s ease;
	transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
	opacity: 0;
}
.burger-btn {
	display: none;
	width: 35px;
	height: 40px;
	position: relative;
	z-index: 3;
	border: none;
	margin: 0 25px 0 0;
}
.bars {
	display: block;
	width: 100%;
	height: 100%;
}
.bar {
	width: 35px;
	height: 2px;
	display: block;
	position: absolute;
}
.bar_top {
	top: 8px;
	background-color: #03327c;
}
.bar_mid {
	top: 50%;
	background-color: #03327c;
}
.bar_bottom {
	bottom: 7px;
	background-color: #03327c;
}
.burger-btn.close .bar_top {
	transform: translate(0%,10px) rotate(45deg);
	transition: transform .3s;
	background-color: #fff;
}
.burger-btn.close .bar_mid {
	opacity: 0;
	transition: opacity .3s;
}
.burger-btn.close .bar_bottom {
	transform: translate(0%,-12px) rotate(-45deg);
	transition: transform .3s;
	background-color: #fff;
}
.nav-wrapper {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	overflow: scroll;
	background-color:#03327c;
	top: 0;
	left: 0;
	z-index: 2;
}
.header-nav {
	width: 100%;
	z-index: 2;
}
.header-nav.nav-list {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.header-nav.nav-item {
	margin-right: 0;
	margin-bottom: 40px;
}
#accordion {
	padding: 80px 0;
}
.accordion {
	border-bottom: 1px solid;
	color: #fff;
	width: 90%;
	margin: 0 auto;
	cursor: pointer;
	padding: 15px 10px;
	position: relative;
	display:block;
	font-weight: bold;
}
.accordion:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 2px;
	/*横線に*/
	transform: rotate(90deg);
	background: #fff;
	transition: all .3s ease-in-out;
}
.accordion:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	/*縦線*/
	width: 15px;
	height: 2px;
	background: #fff;
	transition: all .2s ease-in-out;
}
.accordion.open:before {
	transform: rotate(180deg);
}
.accordion.open:after {
	opacity: 0;
}
.accordion a {
	color: #fff;
	font-weight: bold;
}
.nav-list li ul {
	padding: 0;
}
.nav-list li ul li {
	cursor: pointer;
	border-bottom: 1px solid #03327c;
	width: 90%;
	margin: 0 auto;
	background: #fff;
}
.nav-list li ul li a {
	color: #03327c;
	font-size: 12px;
	display: block;
	padding: 15px 25px;
}
@media screen and (max-width: 960px) {
	.header-navi-text-jp {
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	.header-navi-text-jp {
		display:initial;
		font-size: 15px;
	}
	.header-navi-text-en {
		display:none;
	}
	.header-logo {
		margin: 0 0 0 15px;
	}
	.burger-btn {
		display: block;
		cursor: pointer;
	}
	.menu {
		display: none;
	}
	.header-logo {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.accordion {
		font-size: 15px;
	}
}


/* Main ====================================== */


.wrapper {
	position: relative;
}
.wrapper:after {
	content: '';
	display: block;
	visibility: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background-color .1s ease;
	transition: background-color .1s ease;
	z-index: 100;
}
.is-mask:after {
	visibility: visible;
	background-color: rgba(0,0,0,.7);
}
main {
	position: relative;
	height: 100%;
}

@media screen and (max-width: 768px) {
	main {
		margin: 0;
	}
}


/* mainv */


.mainv-wrap {
	position: relative;
}
.mainv-container {
	position: relative;
	width: 100%;
	height: 65vh;
	overflow: hidden;
	filter: drop-shadow(0 30px 0 #f8b217);
}
.mainv-bg {
	width: 100%;
	height: 60vh;
	position: relative;
	background: #efefef;
	mask-image: url(../images/mainv_mask.svg);
	-webkit-mask-image: url(../images/mainv_mask.svg);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
.mainv-image {
	width: 75%;
	height: 90%;
	position: absolute;
	top: 3%;
	left: 7%;
}
.mv-move {
	opacity: 0;
	transform: rotate(0.0001deg);
	animation: mv-fadein 1.5s ease-out forwards,mv-bulge 5s ease-in-out infinite;
	-webkit-animation: mv-fadein 1.5s ease-out forwards,mv-bulge 5s ease-in-out infinite;
	-moz-animation: mv-fadein 1.5s ease-out forwards,mv-bulge 5s ease-in-out infinite;
}
.mv-fadein {
	animation: mv-fadein 1.5s ease-out forwards;
	-webkit-animation: mv-fadein 1.5s ease-out forwards;
	-moz-animation: mv-fadein 1.5s ease-out forwards;
}
@keyframes mv-fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes mv-bulge {
	0% { transform: scale(1); }
	50% { transform: scale(0.9); }
	100% { transform: scale(1); }
}

.mainv-textimg {
	position: absolute;
	top: 45%;
	min-width: 300px;
	right: calc(37% - 300px);
	width: 18%;
	height: 41%;
}

/* vue */
.v-enter-active,
.v-leave-active {
	transition: opacity 0.5s ease;
}
.v-enter-from,
.v-leave-to {
	opacity: 0;
}
.vshow-enter-active, .vshow-leave-active {
	transition: opacity 1s
}
.vshow-enter, vshow-leave-to {
	opacity: 0;
}

@media screen and (max-width: 960px) {
	.mainv-container {
		height: 55vh;
		filter: drop-shadow(0 15px 0 #f8b217);
	}
	.mainv-bg {
		height: 50vh;
	}
	.mainv-image {
	    min-width: 750px;
	    top: -2%;
	    left: 2%;
	}
	.mainv-textimg {
	    right: 15%;
	}
}

@media screen and (max-width: 768px) {
	.mainv-container {
		height: 65vh;
	}
	.mainv-bg {
		height: 60vh;
		mask-image: url(../images/mainv_mask_sp.svg);
		-webkit-mask-image: url(../images/mainv_mask_sp.svg);
	}
	.mainv-image {
		width: 100%;
		height: 100%;
	    min-width: auto;
	    top: -10%;
	    left: 0;
	}
	.mainv-textimg {
		right: 5%;
		top: 50%;
	}
}

@media screen and (max-width: 500px) {
	.mainv-image {
		width: 110%;
		height: 110%;
		top: -22%;
		left: -5%;
	}
	.mainv-textimg {
		right: 5%;
		top: 48%;
		min-width: 250px;
	}
}


/* footer */


footer {
	position: relative;
}
.footer-sitemap-inner {
	width: 100%;
	display: grid;
	gap: 10px;
	/*grid-template-columns: repeat(4, minmax(200px, 1fr));*/
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 10px 25px;
	max-width: 1280px;
	margin:0 auto;
}
.footer-sitemap-inner > li > a {
	font-size: 15px;
	font-weight: bold;
}
.footer-sitemap ul:before {
	content: "";
	height: 100%;
}
.sitemap-list p {
	font-size: 13px;
	font-weight: bold;
}
.footer-sitemap {
	position: relative;
	margin: 0 0 25px;
}
.footer-sitemap ul {
	/*padding: 0 0 0 20px;*/
	margin: 10px 0 0 0;
	border-left: 1px solid #cdcdcd;
}
.footer-sitemap ul li {
	padding: 0 0 0 20px;
	margin: 5px 0;
}
.footer-sitemap ul li a {
	font-size: 14px;
}
.footer-sitemap > li > a {
	font-size: 13px;
	font-weight: bold;
}
.footer-sitemap ul li a {
	background: linear-gradient(currentColor 0 0) 0 100% /var(--d, 0) 1px no-repeat;
	transition: .3s;
}
.footer-sitemap ul li a:hover {
	--d: 100%;
}
.footer-inner {
	background: #03327c;
	color: #fff;
	padding: 100px 50px 50px 50px;
	display: flex;
}
.footer-inner .l-inner {
	width: 50%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.footer-inner .l-inner ul {
	display: flex;
	margin: 10px 0;
}
.footer-inner .l-inner ul li {
	flex-basis: 50px;
}
.footer-inner .l-inner ul li a {
	font-size: 2em;
	color: #fff;
}
p.cname {
	font-size: 18px;
	margin: 0 0 10px;
}
.footer-inner .r-inner {
	width: 50%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.mark {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    height: 50px;
}
/* 画像追加の際は高さ50pxになるよう幅を指定する */
.jpx {
	width: 45px;
	margin: 0 15px 0 0;
}
.isms {
	width: 80px;
	margin: 0 15px;
} 
.pmark {
	width: 60px;
	margin: 0 0 0 10px;
}
.iso{
	margin:0 0 0 55px;
	line-height: 1.2;
}
.isms img, .pmark img, .jpx img {
	/* 	width: 80px; */
	object-fit: contain;
	height: 100%;
}
.sslmark {
	padding-top: 10px;
}
.sslmark img {
	width: 150px;
	object-fit: contain;
}
.footer-inner .r-inner p {
	font-size: 10px;
	margin: 5px 10px 0 0;
	text-align: center;
}
.f-inner p {
	font-size: 10px;
	margin: 5px 0 0;
}
.page-wrap {
	position: fixed;
	right: 25px;
	bottom: 25px;
	opacity: 1;
	z-index: 90;
}
.page-wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: auto;
	transition: transform .3s ease;
}
.page-wrap a:hover {
	color: #03327c;
	transform: scale(1.1);
	backface-visibility: hidden;
}
.page-wrap a i {
	font-size: 16px;
	margin: 0 0 10px;
}
.page-wrap #page-contact a {
	/*width: 60px;*/
	height: 60px;
	margin: 0 auto 10px;
}
.footer-policy_wrap {
	background: #03327c;
	display: flex;
	justify-content: center;
	padding: 0 0 50px;
	font-size: .8em;
}
.footer-policy_box {
	width: 200px;
	text-align: center;
	color: #fff;
}
.footer-policy_box a {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.footer-sitemap-inner>.current:before {
	font: var(--fa-font-solid);
	content:"▶";
	color:#03327c;
	margin: 0 5px 0 0;
	font-size: .8em;
}
/*サービスとIRとリクルートは親にもカレント表示*/
.footernavi-company>ul.sub-menu>li.current:before,
.footernavi-sus>ul.sub-menu>li.current:before,
.footernavi-recruit>ul.sub-menu>li.current:before,
.footernavi-contact>ul.sub-menu>li.current:before {
	font: var(--fa-font-solid);
	content:"▶";
	color:#03327c;
	margin: 0 5px 0 0;
	font-size: .8em;
}

@media screen and (max-width: 768px) {
	.footer-sitemap-inner {
		display: block;
		background: #fafafa;
	}
	.footer-sitemap ul {
		border-left: none;
		height: auto !important;
	}
	.sitemap-list {
		border-bottom: 1px solid #00192c;
		padding: 10px;
	}
	.footer-sitemap {
		margin: 0 0 25px;
	}
	.footer-sitemap ul li {
		padding: 5px 10px;
		border-bottom: 1px solid #ddd;
		margin: 0 10px;
	}
	.footer-inner {
		flex-direction: column;
		padding: 50px 10px;
		text-align: center;
	}
	.footer-inner .l-inner {
		display: block;
		width: 100%;
		margin: 0;
	}
	.footer-inner .r-inner {
		display: none;
	}
	p.cname {
		font-size: 14px;
	}
	.footer-inner .l-inner address {
		font-size: 12px;
	}
	.page-wrap {
		display: none;
	}
	.f-inner {
		padding: 10px;
		background: #fff;
	}
	.r-inner > .r-container {
		display: none;
	}
	.iso{
	margin:0;
	text-align: center;
	}
	.footer-policy_wrap {
		flex-direction: column;
	}
	.footer-policy_box {
		width: 100%;
		margin: 5px 0;
	}
}

/* taxonomy */

.taxonomy-container {
	position: relative;
	/* 	width: 80%; */
	margin: auto;
}
.taxonomy-container .media .media-con {
	width:33.333%;
}

@media screen and (max-width: 768px) {
	.taxonomy-container .media .media-con {
		width:100%;
	}
}


/* news */


.cyselect {
	margin: 0 0 50px;
}
.categories {
	margin: 0 0 25px;
}
.categories, .year {
	display: flex;
	align-items: center;
}
.categories ul, .year ul {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
}
.categories > p, .year > p {
	min-width: 100px;
}
.categories ul li a, .year ul li a {
	display: flex;
	align-items: center;
	color: #808080;
	background: #f5f5f5;
	padding: .5rem 2rem;
	border-radius: 5px;
	transition: all .3s;
	min-height: 40px;
}
.news-items ul li a:hover .news-image {
	transform: scale(1.1);
}
.news-items ul li a {
	display: flex;
	background: #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	padding: 25px;
	border-radius: 5px;
	align-items: center;
}
.news-items ul li {
	margin: 0 0 25px;
}
.news-items ul li:last-child {
	margin: 0;
}
.item-category {
	color: #03327c;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.item-category i {
	margin: 0 5px 0 0;
}
.item-category span {
	margin: 0 5px 0 0;
}
.pager {
	margin: 50px 0 0;
}
.pager ul {
	text-align: center;
}
.pager ul li {
	margin: 0 2px;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	border-radius: 50px;
}
.pager ul li a, .pager ul li span {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #03327c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 50px;
}
.pager ul li a span {
	display:table-cell;
	vertical-align:middle;
}
.pager ul li a:hover, .pager ul li span.current {
	color: #fff;
	background: #03327c;
}

@media screen and (max-width: 1100px) {
	.news-items ul li a {
		flex-direction: column;
	}
}

@media only screen and (max-width: 768px) {
	.news-items ul li {
		margin: 0 0 10px;
	}
	.news-items ul li a {
		flex-direction: column;
	}
	.categories,
	.year {
		flex-direction: column;
		align-items: flex-start;
	}
	.categories > p,
	.year > p {
		margin: 0 0 10px;
	}
	.categories ul li a,
	.year ul li a {
		font-size: 12px;
		padding: .5rem 1rem;
		min-height: 30px;
	}
	.pager ul li {
		/*display: none;*/
	}
	.pager ul li.pre,
	.pager ul li.next {
		display: inline-block;
		width: 40%;
		height: 50px;
		text-align: center;
		border-radius: 5px;
	}
	.pager ul li.pre a,
	.pager ul li.next a {
		width: 100%;
		text-align: center;
		border-radius: 5px;
	}
	.pager ul li.pre span::after {
		content: "　前の10件へ";
	}
	.pager ul li.next span::before {
		content: "次の10件へ　";
	}
}


/* news detail */


.r-box {
	display: block;
	width: 300px;
	min-width: 300px;
	max-width: 300px;
}
.r-box .side-cont {
	margin: 0 0 25px;
}
.r-box .side-cont h3 {
	margin: 0 0 10px;
}
.r-box .side-cont ul {
	font-family: sans-serif;
}

@media only screen and (max-width: 768px) {
	.r-box {
		order: 1;
		width: 100%;
		min-width: auto;
		max-width: none;
	}
	.r-box .side-cont {
		display: inline-block;
		margin: 0 0 10px;
		width: 100%;
	}
	.r-box .side-cont:last-child {
		margin: 0;
	}
	.r-box ul, .r-box ul {
		float: left;
		flex-wrap: wrap;
		flex-direction: initial !important;
	}
}


/* top common */


.toptitle {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.toptitle-text {
	text-align: center;
	margin: 5px 0 55px;
	font-weight: bold;
	height: 30px;
	position: relative;
}
.toptitle-text:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 350px;
	height: 5px;
	background: #f1aa00;
	transform: translateX(-50%);
}
.topbtn {
	position: relative;
	max-width: 900px;
	margin: 50px auto 0;
}
.topbtn a {
	display: flex;
	flex-flow: column;
	width: 100%;
	height: 200px;
	position: relative;
	background: #03327c url(../images/btn.png);
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	align-items: center;
	justify-content: center;
	padding: 25px 70px;
	border-radius: 35px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.topbtn a:hover {
	color: #fff;
	opacity: .7;
}
.topbtn a span {
	font-size: 16px;
}
.topbtn a:after {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 50px;
	border-radius: 1px;
	transition: 0.2s ease-in-out;
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
	.topbtn a {
		height: 150px;
	}
	.topbtn a:after {
		font-size: 40px;
		right: 25px;
	}
}

@media screen and (max-width: 768px) {
	.topbtn a {
		height: 100px;
		font-size: 20px;
		padding: 10px 40px;
		border-radius: 15px;
	}
	.topbtn a span {
		font-size: 14px;
	}
	.topbtn a:after {
		font-size: 30px;
		right: 15px;
	}
	.toptitle-text:after {
		width: 70%;
	}
	.toptitle {
		font-size: 20px;
	}
	.toptitle-text {
		font-size: 14px;
	}
}


/* top message */


.topmes-wrap {
	padding: 50px 25px 0;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.topmes-container .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.topmes-container .inner .topmes-head {
	width: 100%;
	margin-bottom: 50px;
	font-size: min(2.3vw, 32px);
	font-weight: bold;
	letter-spacing: .1em;
}
.topmes-container .inner .topmes-text p {
	letter-spacing: .1em;
	line-height: 3.2;
}

@media screen and (max-width: 960px) {
	.topmes-container .inner .topmes-head {
		font-size: 24px;
	}
}

@media screen and (max-width: 768px) {
	.topmes-wrap {
		padding: 30px 25px 0
	}
	.topmes-container .inner .topmes-head {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: 2;
	}
}


/* top service */


.topsrv-wrap {
	padding: 120px 25px 0;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.topsrv-box {
	display: flex;
	justify-content: space-around;
	position: relative;
	gap: 50px;
}
.topsrv-container .left {
	width: 50%;
	max-width: 500px;
}
.topsrv-container .left .box .srv-image-wrap {
	overflow: hidden;
	max-width: 400px;
	max-height: 400px;
	margin: 0 auto;
}
.topsrv-container .left .box .text-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topsrv-container .left .box .text-box .text {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}
.topsrv-container .left .box .text-box .text span {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	display: block;
}
.topsrv-container .left .box .srv-image {
	padding-top: 100%;
	width: 100%;
	height: auto;
	position: relative;
	background: no-repeat center / cover;
	opacity: 1;
	overflow: hidden;
	border-radius: 50%;
}
.topsrv-container .right {
	width: 50%;
	max-width: 500px;
}
.topsrv-container .right .box .srv-image-wrap {
	overflow: hidden;
	max-width: 400px;
	max-height: 400px;
	margin: 0 auto;
}
.topsrv-container .right .box .text-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topsrv-container .right .box .text-box .text {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}
.topsrv-container .right .box .text-box .text span {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	display: block;
}
.topsrv-container .right .box .srv-image {
	padding-top: 100%;
	width: 100%;
	height: auto;
	position: relative;
	background: no-repeat center / cover;
	opacity: 1;
	overflow: hidden;
	border-radius: 50%;
}

.topsrv-container .center {
	width: 50%;
	max-width: 500px;
	padding: 80px 0 0 0;
}
.topsrv-container .center .box .srv-image-wrap {
	overflow: hidden;
	max-width: 400px;
	max-height: 400px;
	margin: 0 auto;
}
.topsrv-container .center .box .text-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topsrv-container .center .box .text-box .text {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}
.topsrv-container .center .box .text-box .text span {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	display: block;
}
.topsrv-container .center .box .srv-image {
	padding-top: 100%;
	width: 100%;
	height: auto;
	position: relative;
	background: no-repeat center / cover;
	opacity: 1;
	overflow: hidden;
	border-radius: 50%;
}

@media screen and (max-width: 960px) {
	.topsrv-container .left {
		width: 100%;
		max-width: none;
	}
	.topsrv-container .right {
		width: 100%;
		max-width: none;
	}
	.topsrv-container .center {
		width: 100%;
		max-width: none;
	}
	.topsrv-box {
		flex-flow: column;
	}
	.topsrv-container .left .box .srv-image-wrap {
		max-width: 350px;
		max-height: 350px;
	}
	.topsrv-container .right .box .srv-image-wrap {
		max-width: 350px;
		max-height: 350px;
	}
	.topsrv-container .center .box .srv-image-wrap {
		max-width: 350px;
		max-height: 350px;
	}
}

@media screen and (max-width: 768px) {
	.topsrv-wrap {
		padding: 75px 25px 0;
	}
	.topsrv-container .left .box .srv-image-wrap {
		max-width: 250px;
		max-height: 250px;
	}
	.topsrv-container .right .box .srv-image-wrap {
		max-width: 250px;
		max-height: 250px;
	}
	.topsrv-container .center .box .srv-image-wrap {
		max-width: 250px;
		max-height: 250px;
	}
	.topsrv-container .left .box .text-box .text span {
		font-size: 16px;
		text-align: center;
	}
	.topsrv-container .right .box .text-box .text span {
		font-size: 16px;
		text-align: center;
	}
	.topsrv-container .center .box .text-box .text span {
		font-size: 16px;
		text-align: center;
	}
}


/* top sustainability */


.topsus-wrap {
	padding: 120px 25px 0;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.topsus-container .topsus-box {
	display: block;
	position: relative;
	width: 50%;
	max-width: 500px;
	margin: 0 auto;
}
.topsus-container .text-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topsus-container .text-box .text {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}
.topsus-container .sus-image-wrap {
	overflow: hidden;
	max-width: 400px;
	max-height: 400px;
	margin: 0 auto;
}
.topsus-container .sus-image {
	padding-top: 100%;
	width: 100%;
	height: auto;
	position: relative;
	background: no-repeat center / cover;
	opacity: 1;
	overflow: hidden;
	border-radius: 50%;
}

@media screen and (max-width: 960px) {
	.topsus-container .topsus-box {
		width: 100%;
		max-width: none;
	}
	.topsus-container .sus-image-wrap {
		max-width: 350px;
		max-height: 350px;
	}
}

@media screen and (max-width: 768px) {
	.topsus-wrap {
		padding: 75px 25px 0;
	}
	.topsus-container .sus-image-wrap {
		max-width: 250px;
		max-height: 250px;
	}
}


/* service page */


article.srv-box {
	display: flex;
	position: relative;
}
.srv-con .con-image {
	padding: 25px 25px 0;
	background: linear-gradient(#e8373d 0%, #e8373d 50%, #fff 50%, #fff 100%);
	border-radius: 5px 5px 0 0;
}
.system-integration .con-image {
	background: linear-gradient(#e8373d 0%, #e8373d 50%, #fff 50%, #fff 100%);
}
.digital-contents .con-image {
	background: linear-gradient(#f8b217 0%, #f8b217 50%, #fff 50%, #fff 100%);
}
.social-business .con-image {
	background: linear-gradient(#17a3a9 0%, #17a3a9 50%, #fff 50%, #fff 100%);
}
.srv-con img {
	border-radius: 5px;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	max-height: 660px;
	object-fit: cover;
	object-position: center;
}
.srv-con small {
	display: block;
}
.srv-con_dl {
	margin: 0 0 0 1em;
}
.srv-con_dl>p {
	line-height: 1.8;
}
.srv-con dl dt {
	margin: 0 0 5px;
}
.srv-con dl dt:before {
	content:'●';
}
.srv-con dl dd {
	margin: 0 0 20px;
	line-height: 1.5;
	padding: 0 0 0 .5em;
}
.srv-con dl dd a.srv-link {
	background: #f9f9f9;
	display: table;
	color: #17a3a9;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;
}
.srv-con dl dd a i {
	margin: 0 0 0 5px;
}
.srv-con:last-child:after {
	content: none;
}
.srv-box .r-box ul li {
	margin: 0 0 10px;
}
.srv-box .r-box .side-cont {
	margin: 0;
}
.srv-link {
	position: relative;
	display: block;
	-webkit-transition: all .1s;
	transition: all .1s;
	background: #fff;
	padding: 10px 0;
	margin: 20px 0;
	border-radius: 10px;
	border: 3px solid #03327c;
	width: 30vw;
	text-align: center;
}
.srv-link:hover {
	background-color: #d9e8ff;
}
.srv-link[aria-hidden="true"] {
	padding-left: 15px;
	color: #e8373d;
	font-weight: bold;
}
.srv-link:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	visibility: hidden;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	content: "";
	-webkit-transition: .1s;
	transition: .1s;
	-webkit-transform: scale(0);
	transform: scale(0);
	border-radius: 100%;
	background-color: #e8373d;
}
.srv-link[aria-hidden="true"]:before {
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 960px) {
	.srv-link {
		width: 40vw;
	}
}

@media screen and (max-width: 768px) {
	article.srv-box .r-box {
		display: none;
	}
	.srv-con:after {
		margin: 50px 0;
	}
	.srv-con .con-image {
		padding: 10px 10px 0;
	}
	.srv-con dl dd {
		margin: 0 0 10px;
	}
	.srv-link {
		width: 100%;
	}
}


/* pickup */


.pickup-wrap {
	margin: 0 auto 120px;
	padding: 0 25px;
	max-width: 1500px;
}
.pickup-heading {
	display: flex;
	align-items: center;
	font-size: 32px;
	font-weight: bold;
}
.pickup-heading:before,
.pickup-heading:after {
	content: '';
	flex-grow: 1;
	height: 1px;
	background-color: #a3a3a3;
}
.pickup-heading:before {
	width: 15%;
	margin-right: 30px;
}
.pickup-heading:after {
	width: 85%;
	margin-left: 30px;
}
.pickup-container {
	padding: 50px 100px;
	border-bottom: 1px solid #a3a3a3;
	margin-top: -25px;
}
.pickup-cont {
	position: relative;
	z-index: 10;
	padding: 0 25px;
}
.pickup-cont ul {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.pickup-cont ul li {
	width: 100%;
	text-align: center;
	overflow: hidden;
	transition-duration: .5s;
	border-radius: 20px
}
.pickup-cont ul li a:hover {
	opacity: .7;
}
.pickup-cont ul li a:hover .pickup-image-wrap .pickup-image {
	transform: scale(1.1);
}
.pickup-image-wrap {
	position: relative;
}
.pickup-image {
	width: 100%;
	height: 13vw;
	max-height: 200px;
	position: relative;
	background: no-repeat center right / cover;
	opacity: 1;
	overflow: hidden;
	border-radius: 20px;
	transition-duration: .5s;
}
.pickup-text {
	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, .6);
	bottom: 0;
	padding: 5px;
	font-size: 14px;
}
.pickup-text p {
	color: #fff;
}

@media screen and (max-width: 960px) {
	.pickup-container {
		padding: 50px 0;
	}
	.pickup-cont {
		padding: unset;
	}
	.pickup-image {
		padding-top: 20vw;
	}
}

@media screen and (max-width: 768px) {
	.pickup-wrap {
		margin: 0 auto 50px;
		padding: 0 25px;
	}
	.pickup-heading:before,
	.pickup-heading:after {
		width: 50%;
	}
	.pickup-heading {
		font-size: 20px;
	}
	.pickup-cont ul {
		flex-direction: column;
		gap: 20px;
	}
	.pickup-text {
		width: 45%;
		height: 100%;
		right: unset;
		padding: 20px;
	}
	.pickup-image {
		min-height: 120px;
		border-radius: 15px;
	}
	.pickup-container {
		margin-top: -15px;
	}
}


/* top pickup */


.toppic-wrap {
	margin: 0 auto 120px;
	padding: 0 25px;
	max-width: 1500px;
	position: relative;
}
.toppic-container {
	padding: 50px 100px;
	border-bottom: 1px solid #a3a3a3;
	margin-top: -25px;
}
.toppic-slide img {
	height: auto;
	width: 100%;
}
.swiper {
	max-width: 1500px;
	user-select: none;
}
.swiper-slide {
	padding: 0 20px;
}
.swiper-slide img {
	height: 13vw;
	max-height: 200px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
/* 前への矢印 */
.swiper-button-prev {
	left: 25px;
}
/* 次への矢印 */
.swiper-button-next {
	right: 25px;
}
/* ページネーション */
.swiper-pagination-bullets .swiper-pagination-horizontal {
	bottom: -25px;
}
.toppic-card {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	transition-duration: .5s;
}
.toppic-card:hover {
	opacity: .7;
}
.toppic-card:hover .toppic-image {
	transform: scale(1.1);
}
.toppic-image {
	border-radius: 20px;
	transition-duration: .5s;
}
.swiper-button-prev,
.swiper-button-next {
	background-color: #03327c;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
	font-size: 1.5rem;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
	content: '\f053';
}
/* 次への矢印カスタマイズ */
.swiper-button-next:after {
	content: '\f054';
}
.toppic-text {
	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	bottom: 0;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
}

@media screen and (max-width: 960px) {
	.toppic-container {
		padding: 50px 75px;
	}
	.swiper-slide img {
		height: 23vw;
	}
}

@media screen and (max-width: 768px) {
	.toppic-wrap {
		margin: 0 auto 50px;
	}
	.swiper-wrapper {
		flex-direction: column;
		row-gap: 20px;
	}
	.swiper-button-prev,
	.swiper-button-next {
	display: none;
	}
	.swiper-slide {
		padding: 0;
	}
	.toppic-container {
		padding: 50px 0;
		margin-top: -15px;
	}
	.toppic-card {
		border-radius: 15px;
	}
	.toppic-image {
		border-radius: 15px;
	}
	.toppic-text {
		width: 45%;
		height: 100%;
		right: unset;
		padding: 20px;
	}
	.swiper-slide img {
		height: 20vw;
		min-height: 120px;
	}
}


/* top recruit */


.toprec-wrap {
	padding: 120px 25px;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.toprec-container .list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: space-around;
}
.toprec-container .list .toprec-btn {
	position: relative;
	max-width: 600px;
	width: calc(50% - 25px);
}
.toprec-container .list .toprec-btn a {
	display: flex;
	flex-flow: column;
	width: 100%;
	height: 200px;
	position: relative;
	background: #03327c url(../images/btn.png);
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	align-items: center;
	justify-content: center;
	padding: 25px 70px;
	border-radius: 35px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.toprec-container .list .toprec-btn a:hover {
	color: #fff;
	opacity: .7;
}
.toprec-container .list .toprec-btn a span {
	font-size: 16px;
}
.toprec-container .list .toprec-btn a:after {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 50px;
	border-radius: 1px;
	transition: 0.2s ease-in-out;
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
	.toprec-container .list .toprec-btn a {
		height: 150px;
		padding: 15px 50px;
	}
	.toprec-container .list .toprec-btn a:after {
		right: 20px;
		font-size: 40px;
	}
}

@media screen and (max-width: 768px) {
	.toprec-wrap {
		padding: 75px 25px 50px;
	}
	.toprec-container .list .toprec-btn {
		max-width: none;
		width: 100%;
	}
	.toprec-container .list .toprec-btn a {
		height: 100px;
		font-size: 14px;
		padding: 10px 40px;
		border-radius: 15px;
		align-items: normal;
	}
	.toprec-container .list .toprec-btn a span {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: .1em;
		margin-top: 5px;
	}
	.toprec-container .list .toprec-btn a:after {
		right: 15px;
		font-size: 30px;
	}
	.toprec-container .list {
		gap: 25px;
	}
}

@media screen and (max-width: 400px) {
	.toprec-container .list .toprec-btn a {
		padding: 10px 40px 10px 20px;
	}
}


/* recruit page */


.rec-container {
	position: relative;
	width: 80%;
	margin: auto;
}
.rec-container a {
	position: relative;
	z-index: 1;
	display: block;
	border-radius: 2rem;
	transition: all .3s ease;
	text-align: center;
}
.rec-container > .rec-btn {
	width: 100%;
	margin: auto auto 80px;
}
.rec-container > .rec-btn a {
	width: 90%;
	margin: 0 auto;
	height: 150px;
	position:relative;
	background: #03327c url(../images/btn.png);
	align-items: center;
	border-radius: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all .5s;
}
.rec-container > .rec-btn a:hover {
	color: #fff;
	opacity: .7;
}
.rec-container > .rec-btn a:after {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 50px;
	border-radius: 1px;
	transition: 0.2s ease-in-out;
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-50%);
	color: #fff;
}
.rec-container > .rec-btn a p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.rec-container > .rec-btn a span {
	font-size: 16px;
	display: block;
	color: #fff;
	font-weight: 900;
}
span.rec_entry {
	font-size:16px;
	padding:10px 30px;
	margin: 5px 0 0 0;
	background: #f1aa00;
	border-radius: 999px;
}
.rec-container > .rec-btn:last-child {
	margin: auto;
}

.theme {
	margin: 0 0 80px;
}
#environmentpolicy > .sdgs-container > .theme,
#healthinitiatives > .sdgs-container > .theme {
	margin: 0;
}
.theme a {
	color: #03327c;
	font-weight: bold;
}
h2.rec-copy_h2 {
	font-size:24px;
	font-weight: 900;
	margin: 0 0 30px 0;
}

.entry_end {
	background: #808080!important;
}

@media screen and (max-width: 768px) {
	.rec-container {
		width: 100%;
	}
	.rec-container a {
		width: 100%;
	}
	.rec-container picture {
		height: auto;
		display: block;
		top: 15px;
	}
	.theme {
		margin: 0 0 50px;
	}
	.rec-btn {
		width: 95%;
		margin: auto auto 25px;
	}
	.rec-container > .rec-btn {
		margin: auto auto 30px;
	}
	.rec-container > .rec-btn a {
		height: 100px;
		border-radius: 15px;
	}
	.rec-container > .rec-btn a p {
		font-size: 18px;
	}
	.rec-container > .rec-btn a span {
		font-size: 14px;
		font-weight: 400;
	}
	.rec-container > .rec-btn a:after {
		right: 25px;
		font-size: 40px;
	}
	.rec-container > .rec-btn a span.rec_entry {
		padding: 5px 30px;
		font-weight: 900;
	}
	.toprec-btn a span.rec_entry {
		padding: 5px 30px;
		width: fit-content;
		font-weight: bold !important;
	}
	#environmentpolicy > .sdgs-container > .theme,
	#healthinitiatives > .sdgs-container > .theme {
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 400px) {
	.toprec-btn a span.rec_entry {
		padding: 5px 15px;
	}
}


/* PageCommon ====================================== */


.common-wrap {
	padding: 100px 25px 120px;
	max-width: 1280px;
	margin: 0 auto;
}
.header-sub {
	position: relative;
	z-index: 10;
	margin: 0 0 10px 0;
}
.header-sub .submenu-wrap {
	position: relative;
	background: #f5f5f5;
	width: 100%;
}
.header-sub .submenu-wrap ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 auto;
	padding: 0 25px 0 10px;
	animation: fadeIn-lr .3s ease .5s 1 normal backwards;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	word-break: keep-all;
}
.header-sub .submenu-wrap ul::-webkit-scrollbar {
	display:none;
}
.header-sub .submenu-wrap ul li {
	display: block;
	font-size: 10px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	letter-spacing: 2px;
}
.header-sub .submenu-wrap ul li a {
	position: relative;
	display: block;
	padding: 15px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
.header-sub .submenu-wrap ul li a:hover {
	color: #17a3a9;
}
.header-sub .submenu-wrap ul li a.active {
	color: #17a3a9;
	font-weight: bold;
}
.header-sub .submenu-wrap ul li a[aria-current="page"] {
	color: #03327c;
	font-weight: bold;
}
.header-sub .submenu-wrap ul li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin: -6px 0 0;
	background: #616161;
}
.header-sub .submenu-wrap ul li:first-of-type a:before {
	display: none;
}
.visual-img {
	width: 100%;
}
.visual-img > img {
	height: 50vh;
	width: 100%;
	object-fit: cover;
	object-position: 50% 25%;
	position: relative;
}
.cmainv-container {
	position: relative;
}
.cmainv-container .visual-img {
	display: flex;
	align-items: center;
}
.cmainv-container .text {
	display: inline-flex;
	position: absolute;
	z-index: 1;
	line-height: 1;
	color: #03327c;
	animation: fadeIn-lr .3s ease .3s 1 normal backwards;
	width: 50vw;
	border-bottom: 3px solid #f1aa00;
}
.cmainv-container .text span {
	-webkit-transition: background-position .3s ease-out;
	transition: background-position .3s ease-out;
	background-position: 0% bottom;
	display: inline-block;
	line-height: .8;
	font-size: 36px;
	padding: 0 0 10px 3vw;
	font-weight: 800;
	line-height: 1;
}
.common-header {
	margin: 25px 0 25px;
	background: #fff;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
	padding: 25px;
	border-radius: 5px;
	font-family: sans-serif;
}
.common-header h2 {
	font-size: 2em;
	font-weight: bold;
}
.meta {
	display: flex;
	gap: 15px;
	margin: 15px 0 0;
	align-items: center;
}
.media-sns {
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	padding: 15px;
	margin: 50px 0 0;
}
.media-sns ul li a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.media-sns ul li a i {
	line-height:1;
	font-size: 20px;
	width: 17px;
	height: 17px;
}
.thumbnail {
	width: 100%;
	margin: 0 auto 25px;
}
.facebooklink a i {
	color: #1a78f3;
}
.tweet a i {
	color: #000;
}
.line a i {
	color: #52b448;
}
.hatena a span {
	background: #00a4de;
	color: #fff;
	line-height: 1;
	border-radius: 3px;
	font-size: 13px;
	width: 17px;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pocket a i {
	color: #d3505a;
}
.thumbnail img {
	border-radius: 5px;
	/* 	max-height: 500px; */
	object-fit: cover;
}
a.common-link {
	display: table;
	color: #17a3a9;
	font-weight: bold;
	background: #fff;
	padding: 15px;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .2));
	border-radius: 5px;
	margin: 25px 0 0;
}
a.common-link i {
	margin: 0 0 0 5px;
}
.headermatch {
	padding-top: 80px;
}
ol.p-breadcrumb__lists {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	color: #808080;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
ol.p-breadcrumb__lists a {
	color: #808080;
}
.toc-box {
	border: solid 0 #ddd;
	border-radius: 5px;
	width: 100%;
	padding: 25px;
	display: inline-block;
	color: #666;
	background-color: #f3f3f3;
	margin: 25px 0 25px;
}
.toc-title {
	display: flex;
	align-items: center;
	color: #666;
	font-size:16px;
	font-weight: bold;
	margin: 0 0 25px;
}
.toc-title:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #e6e6e6;
}
.toc-title:after {
	margin-left: 1rem;
}
#toc ol {
	counter-reset: section;
	list-style-type: none;
	padding-left: 1em;
}
#toc ol ol {
	padding-left: 1em;
}
#toc li:before {
	/* 	counter-increment: section;
	content: counters(section, ".") " "; */
	text-indent: -1.5em;
	padding-left: 1.5em;
	padding-right: .5em;
}
#toc ol li a {
	margin-bottom: 10px;
	display: inline-block;
	color:#666;
	/* 	border-bottom: 1px solid #e6e6e6;
	display: block;
	padding: 0 0 5px; */
}
#toc > .toc-box > ol > li > a {
	font-weight: bold;
}
ul.populars li {
	margin: 0 0 15px;
}
ul.populars li a {
	display: flex;
}
.sidethumbnail {
	width: 30%;
}
.sidethumbnail img {
	border-radius: 3px;
}
.sidemeta {
	width: 70%;
	padding: 0 0 0 10px;
}
.sidemeta .date {
	color: #808080;
	font-size: 12px;
}
.sidemeta .title {
	font-size: 12px;
}

/* contentspage common 11/22 */
.cts-width {
	width: 100%;
}
.cts-title_h2 {
	width: 100%;
	background: linear-gradient(90deg, rgb(3, 50, 124), rgb(5, 160, 226));
	font-weight: 600;
	color:#fff;
	font-size:20px;
	padding:15px 0 15px 40px;
	text-align: left;
	margin: 100px 0 50px 0;
}
.ir-wrap .cts-title_h2:first-child,
.policy-wrap .cts-title_h2:first-child {
	width: 100%;
	background: linear-gradient(90deg, rgb(3, 50, 124), rgb(5, 160, 226));
	font-weight: 600;
	color:#fff;
	font-size:20px;
	padding:15px 0 15px 40px;
	text-align: left;
	margin: 0 0 50px 0;
}
.cts-title_h3 {
	width: 100%;
	border-bottom: solid 3px #a3a3a3;
	position: relative;
	font-weight: 600;
	color:#000;
	font-size:16px;
	padding:15px 0 10px 0;
	text-align: left;
	margin: 30px 0 20px 0;
}
.cts-title_h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #f1aa00; /*[2]アクセントの色を指定（太さは上記[1]に揃える）*/
	bottom: -3px; /*[3]太さの分だけ線の位置を調整*/
	width: 20%; /*[4]アクセントカラーの幅を指定*/
}
.cts-title_h4 {
	font-weight: bold;
	line-height: 2;
	margin: 1.5em 0 5px 0;
}
.contents-link {
	width: 100%;
}
.contents-link_wrap {
	width: 100%;
	display: flex;
	gap: 30px;
}
.contents-link_box {
	flex: 1;
}
.contents-link_btn {
	border:3px solid #03327c;
	border-radius: 10px;
	text-align: center;
	padding:15px 0;
	position: relative;
	transition: all .5s;
	background-color: #fff;
}
.contents-link_btn:hover {
	background-color: #d9e8ff;
}
.contents-link_btn p {
	font-weight: 600;
}
.contents-link_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #f1aa00;
	border-right: 3px solid #f1aa00;
	transform: rotate(45deg) translateY(-50%);
	margin-top: -2.5px;
}
@media screen and (max-width: 960px) {
	.cmainv-container .text {
		width: 55vw;
	}
	.cmainv-container .text span {
		font-size: 24px;
		padding: 0 0 10px 1em;
	}
	.visual-img > img {
		height: 30vh;
	}
	#service .contents-link_wrap {
		flex-flow: column;
	}
}

@media screen and (max-width: 768px) {
	.common-wrap {
		padding: 25px 25px 50px;
	}
	.common-header {
		margin: 25px 0 0;
	}
	.cmainv-container .text span {
		word-break: break-word;
		margin: 0 10px;
		padding: 5px;
		font-size: 20px;
	}
	.header-sub .submenu-wrap ul {
		padding: 0 10px;
		overflow-x: scroll;
		word-break: keep-all;
		justify-content: start;
	}
	.header-sub .submenu-wrap ul li a {
		padding: 15px 10px;
	}
	.visual-img img {
		height: 25vh;
		object-position: 70% 25%;
	}
	.pv-wrap {
		display: none !important;
	}
	.contents-link {
		margin: 0 0 30px 0;
	}
	.contents-link_wrap {
		display: block;
	}
	.contents-link_btn {
		padding:10px 0;
		margin: 20px 0;
	}
	.sus-container .contents-link {
		margin: 0 0 25px 0;
	}
	.cts-title_h2 {
		margin: 50px 0 20px 0;
		padding: 10px 0 10px 20px;
		font-size: 18px;
	}
	#vision > .cts-title_h2,
	#system-integration > .cts-title_h2 {
		margin: 15px 0 20px 0;
	}
	#environment > .cts-title_h2 {
		margin: 0 0 20px 0;
	}
	.ir-wrap .cts-title_h2:first-child,
	.policy-wrap .cts-title_h2:first-child {
		margin: 0 0 20px 0;
		padding: 10px 0 10px 20px;
		font-size: 18px;
	}
}
@media screen and (max-width: 500px){
	.cmainv-container .text {
		width: 80vw;
		background: rgb(255 255 255 / .8);
	}
}


/* Company ====================================== */


.cmp-wrap {
	padding: 100px 25px 70px;
	max-width: 1280px;
	margin:0 auto;
}
.cmp-container dl,
.margin dl {
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	display: flex;
	flex-wrap: wrap;
}
.cmp-container dt,
.cmp-container dd,
.margin dt,
.margin dd {
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	box-sizing: border-box;
	padding: 25px;
}
.cmp-container dt,
.margin dt {
	width: 200px;
}
.cmp-container dd,
.margin dd {
	width: calc(100% - 200px);
}
.cmp-container dd span,
.margin dd span {
	display: block;
	line-height: 1.5;
}
.cmp-container dd a i {
	margin: 0 0 0 5px;
}
.ddtitle {
	position: relative;
	display: flex;
	line-height: 1.1;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.2px;
}
#map_custmomize {
	margin: 15px 0 5px;
}
.gmap-link {
	margin: 0 0 15px;
	display: inline-block;
}
.dd-link {
	display: table;
	color: #03327c;
	font-weight: bold;
}
.subject {
	display: inline-flex !important;
	margin: 0 15px 0 0;
	color: #808080;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.2px;
}

@media screen and (max-width: 768px) {
	.cmp-wrap {
		padding: 25px 25px 70px;
	}
	.cmp-container {
		width: 100%;
		border-left: none;
		display: block;
	}
	.cmp-container dl,
	.margin dl {
		border-right: 1px solid #eaeaea;
	}
	.cmp-container dt,
	.cmp-container dd,
	.margin dt,
	.margin dd {
		border-right: none;
		width: 100%;
		padding: 10px 15px;
	}
	.cmp-container dt,
	.margin dt {
		border-bottom: none;
		padding-bottom: 10px;
	}
	.cmpmap iframe {
		width: 100%;
	}
}


/* history */


.history-wrap {
	padding: 70px 0 80px;
}
.controls {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
/*.controls:hover:after {
transform: translateX(-10px) rotate(45deg);
}*/
.controls:hover:active:after {
	transform: translateX(-20px) rotate(45deg);
	transition: 300ms all;
}
.controls:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transition: 500ms all;
}
.controls.next {
	left: auto;
	right: 120px;
	transform: rotate(180deg);
}
.time-line {
	width: 100%;
	height: 450px;
	background-color: #03327c;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	bottom: 0;
	overflow-x: clip;
}
.time-line h1 {
	color: #fff;
	font-size: 3em;
}
.time-line * {
	transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-line .dates-overflow {
	width: 500vw;
	position: absolute;
	bottom: 50px;
	height: 50px;
	right:0;
}
.time-line .dates-wrap {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	height: 100%;
	right: calc(50vw - 80px);
}
.time-line .dates-wrap:before,
.time-line .dates-wrap:after {
	content: "";
	position: absolute;
	width: 160px;
	height: 100%;
	left: -1px;
	transform: translate(-50%, -50%);
	background: linear-gradient(to right, #03327c 0%, rgba(125, 185, 232, 0) 100%);
	z-index: 2;
}
.time-line .dates-wrap:after {
	left: auto;
	right: -1px;
	background: linear-gradient(to left, #03327c 0%, rgba(125, 185, 232, 0) 100%);
	transform: translate(50%, -50%);
}
.time-line .dates-wrap .date {
	width: 160px;
	position: relative;
	float: left;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-line .dates-wrap .date .date-content {
	visibility: hidden;
	position: absolute;
	width: 340px;
	height: 340px;
	bottom: 100%;
	margin-bottom: 80px;
	border-radius: 3px;
	transform-origin: 50% 100%;
	transform: scale(0.7);
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
}
.time-line .dates-wrap .date .date-content:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 1px;
	top: 100%;
	margin-top: 8px;
	height: 60px;
	opacity: 0;
	background-color: #fff;
	transform: scaleY(0);
	transform-origin: 100% 100%;
	transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-line .dates-wrap .date .date-content .date-image {
	width: 100%;
	height: calc(100% - 60px);
	background: center / cover;
	border-radius: 5px 5px 0 0;
}
.time-line .dates-wrap .date .date-content > div {
	opacity: 0;
	transform: translateY(40px);
}
.time-line .dates-wrap .date .date-content .date-text {
	width: 100%;
	height: 60px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	border-radius: 0 0 5px 5px;
	font-weight: 400;
}
.time-line .dates-wrap .date .date-content .date-text .month {
	margin: 0 5px 0 0;
	font-weight: bold;
	min-width: 45px;
	display: flex;
	justify-content: center;
}
.time-line .dates-wrap .date .date-year {
	opacity: 0.4;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.time-line .dates-wrap .date .date-year:hover {
	opacity: 1 !important;
}
.time-line .dates-wrap .date .date-year:hover:after {
	transform: scale(1) !important;
}
.time-line .dates-wrap .date .date-year p {
	position: absolute;
	top: 35px;
	line-height: 0;
	color: #fff;
	font-size: 35px;
	font-weight: 900;
	transform: scale(0.4);
	z-index: 3;
}
.time-line .dates-wrap .date .date-year:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: #fff;
	bottom: 100%;
	margin-bottom: -7px;
	border-radius: 50%;
	transform: scale(0.4);
	transition: 500ms all;
}
.time-line .dates-wrap .date .date-year:before {
	content: "";
	position: absolute;
	top: 0;
	width: 200%;
	height: 1px;
	background-color: #fff;
}
.time-line .dates-wrap .date.sibling .date-year {
	opacity: 0.6;
}
.time-line .dates-wrap .date.sibling .date-year:after {
	transform: scale(0.8);
}
.time-line .dates-wrap .date.sibling .date-year p {
	transform: scale(0.6);
}
.time-line .dates-wrap .date.active + .date .date-year {
	opacity: 0.6;
}
.time-line .dates-wrap .date.active + .date .date-year:after {
	transform: scale(0.8);
}
.time-line .dates-wrap .date.active + .date .date-year p {
	transform: scale(0.6);
}
.time-line .dates-wrap .date.active .date-year {
	opacity: 1;
}
.time-line .dates-wrap .date.active .date-year:before {
	width: calc(200% - 11px);
}
.time-line .dates-wrap .date.active .date-year:after {
	transform: scale(1);
}
.time-line .dates-wrap .date.active .date-year p {
	transform: scale(1.2);
}
.time-line .dates-wrap .date.active .date-content {
	transform: scale(1);
	visibility: visible;
}
.time-line .dates-wrap .date.active .date-content:after {
	transition-delay: 200ms;
	opacity: 1;
	transform: scaleY(1);
}
.time-line .dates-wrap .date.active .date-content div {
	transition-delay: 200ms;
	opacity: 1;
	transform: translateY(0) scale(1);
}

@media screen and (max-width: 768px) {
	.history-wrap {
		padding: 70px 0 50px;
		overflow: hidden;
	}
	.controls {
		bottom: 125px;
	}
	.time-line .dates-wrap {
		left: calc(50vw - 80px);
	}
	.time-line .dates-overflow {
		width: 1000vw;
	}
}


/* office */


.ofc-cont {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 12.5px;
	border-radius: 5px;
}
.ofc-cont .box {
	position: relative;
	width: 33.333%;
	padding: 12.5px;
}
.ofc-cont .box .title {
	margin: 10px 0;
}
.ofc-cont .box .box-bg {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	height: 100%;
	display: flex;
	flex-direction: column;
}
.ofc-cont .box .box-bg .title {
	font-weight: 600;
}
.ofc-cont .box a.gmap-link span {
	font-size:14px;
}
.ofc-img-wrap {
	margin-top: auto;
}
.ofc-cont .box address {
	margin-left: 2em;
	text-indent: -2em;
}
.ofc-cont .box address i {
	margin-left: 1em;
	text-indent: -1em;
	margin-right: 1em;
}
.ofc-cont .box p i, .ofc-cont .box a i {
	margin-right: 1em;
}
.ofc-cont .box a {
	color: #03327c;
	font-weight: bold;
}
.office-img {
	padding-top: 40%;
	width: 100%;
	height: auto;
	position: relative;
	background: no-repeat center / cover;
	opacity: 1;
	-webkit-transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease,-webkit-transform .25s ease;
	overflow: hidden;
	border-radius: 5px;
	margin: 15px 0 0 0;
}

.ofc-link {
	font-weight: 600;
	color: #333;
	border-bottom: 1px dashed #cdcdcd;
}

@media screen and (max-width: 768px) {
	.ofc-cont {
		padding: 5px;
	}
	.ofc-cont .box {
		width: 100%;
		padding: 5px;
	}
}


/* vision */


.rinen {
	text-align: center;
}

.vis_text {
	font-weight: 600;
	line-height: 2.5em;
	font-size: 18px;
	margin: 0 0 50px 0;
}
.rinen-text_wrap {
	display: flex;
	width: 50%;
	margin: 0 auto;
}
.rinen-text_box {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.rinen-text_box p {
	font-weight: 900;
	color: #03327c;
}
.rinen-text_box ul li {
	padding:5px 0;
}
p.purpose_text {
	font-weight: 600;
	line-height: 2.5em;
	font-size: 18px;
}
.mdbway {
	width: 80%;
	margin: auto;
}

@media screen and (max-width: 960px) {
	.rinen-text_wrap {
		width: 65%;
	}
}

@media screen and (max-width: 768px) {
	.rinen:before {
		margin: 0 0 25px;
	}
	.rinen:after {
		margin: 25px 0;
	}
	.rinen:before, .rinen:after {
		height: 50px;
	}
	.mdbway {
		width: 100%;
	}
	.vis_text {
		line-height: 2em;
		font-size: 16px;
		margin: 0 0 50px 0;
	}
	.rinen-text_wrap {
		display: block;
		width: 100%;
	}
	.rinen-text_box {
		width: 100%;
		text-align: center;
	}
	.rinen-text_box p {
		margin: 0 0 5px 0;
	}
	p.purpose_text {
		font-weight: 900;
		line-height: 2em;
		font-size: 16px;
	}
}


/* message */


.msg-container {
	width: 80%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.msg-bg {
	max-height: 350px;
	padding-top: 35%;
	width: 100%;
	position: relative;
	background: no-repeat center / cover;
	opacity: 1;
	-webkit-transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease,-webkit-transform .25s ease;
	border-radius: 5px;
}

.msg-box {
	position: relative;
	width: 100%;
	margin: 0 0 50px;
}
.msg-ceo {
	position: absolute;
	bottom: 0;
	right: 25px;
	width: 50%;
}
.introduction {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	color: #fff;
	z-index: 1;
	font-size: 48px;
}
.post,
.name {
	display: table;
	background: #03327c;
	padding: 2px;
	margin-left: auto;
	line-height: 1;
}
.post {
	font-size:.5em;
}
.msg-bg:before {
	content: 'TOMOFUMI';
	writing-mode: vertical-lr;
	position: absolute;
	bottom: 0;
	color: #fff;
	height: 100%;
	left: 2px;
	font-size: 2vh;
	text-align: right;
	padding: 0 0 6px 0;
}
.msg-bg:after {
	content: 'SHIMOSHIGE';
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	left: 0;
	font-size: 2vh;
	margin: 0 0 0 25px;
}
.msg-text p {
	margin: 0 0 25px;
	line-height: 2;
}
.msg-text p:last-child {
	margin: 0;
}
.playimage {
	margin: 0 auto 0;
	width: 100%;
	position: relative;
	bottom: -105px;
	z-index: 0;
}
.click10 {
	position: absolute;
	bottom: -100px;
	color: #909090;
	font-size: 10px;
	right: 0;
}
#confetti {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
@media screen and (max-width: 1280px) {
	.introduction {
	font-size: 5vw;
}


}
@media screen and (max-width: 768px) {
	.msg-container {
		width: 100%;
	}
	.msg-bg {
		padding-top: 60%;
	}
	.msg-ceo {
		width: 70%;
	}
	.msg-box {
		margin: 0 0 50px;
	}
	.msg-bg:before,
	.msg-bg:after {
		display: none;
	}
	.introduction {
		font-size: 7vw;
		top: 50%;
		right: 10%;
		transform: translateY(-50%) translateX(0);
		-webkit-transform: translateY(-50%) translateX(0);
		margin: auto;
	}
	.msg-container:before {
		height: 50px;
		margin: 0 0 25px;
	}
	.playimage {
		width: 100%;
		margin: auto;
		bottom: -75px;
	}
	.click10 {
		bottom: -50px;
	}
	.msg-text p {
	line-height: normal;
}
}
@media screen and (max-width: 500px) {
	.introduction {
		font-size: 8vw;
		right:5%;
	}	
}

/* margin */
.margin>.margin_title {
	font-weight: bold;
}
.fontw-600 {
	font-weight: 600;
	background: #f9f9f9!important;
}

/* privacypolicy  */


.policy-container {
	background: #f9f9f9;
	border-radius: 5px;
}
.common-box {
	padding: 25px;
}
.common-box dl dt {
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: bold;
}
.common-box dl dd {
	margin: 0 0 25px;
}
.common-box dl dd:last-child {
	margin: 0;
}
.common-box input#Submit {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	position: relative;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	background: #03327c;
	color: #fff;
	border-radius: 5px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.3s;
	cursor: pointer;
}
.common-box input:disabled {
	opacity: .3;
}
.positionCheckBox {
	text-align: left;
	margin: 50px 0 30px;
}
.positionCheckBox input[type=checkbox] {
	display: none !important;
}
.positionCheckBox label {
	margin: 0;
}
.positionCheckBox p {
	margin: 0 0 10px;
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
.radio,
.checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 10px 8px 0;
	padding: 15px 50px 15px 50px;
	border-radius: 5px;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
	border: 2px solid #03327c;
}
.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 22px;
	display: block;
	margin-top: -7px;
	width: 7px;
	height: 10px;
	border-right: 3px solid #f1aa00;
	border-bottom: 3px solid #f1aa00;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.radio:after,
.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -11px;
	width: 20px;
	height: 20px;
	border: 2px solid #03327c;
	border-radius: 6px;
	content: '';
}
.policy-wrap h4 {
	font-size: 1.5em;
	margin: 0 0 10px;
}
.policy-wrap ul {
	margin-bottom:15px;
}
.policy-wrap ul li {
	padding-left: 1em;
}
.fa-play {
	transform: rotate( 90deg );
}
.policy-wrap i {
	font-size: .9em;
	margin: 0 5px 0 0;
}
.policy-container dl dd span {
	margin: .5em 0 0 1em;
	display:block;
}

@media screen and (max-width: 768px) {
	.common-box {
		padding: 10px;
	}
}


/* contact  */


.cntct-wrap {
	padding: 50px 25px 120px;
}
.cntct-container {
	width: 80%;
	margin: auto;
}
ol.stepbar {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0 50px;
}
ol.stepbar li {
	color: #808080;
	padding: 15px;
	min-width: 200px;
	text-align: center;
	border-bottom: 3px solid #a3a3a3;
}
ol.stepbar li.current {
	color: #03327c;
	font-weight: bold;
	border-bottom: 3px solid #f1aa00;
}
.explanation {
	margin: 0 0 50px;
}
.explanation p {
	margin: 0 0 10px;
}
dl.formtable {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 50px;
}
dl.formtable dt, dl.formtable dd {
	padding:25px;
}
dl.formtable dt {
	width: 200px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	padding: 25px 0;
}
dl.formtable dt p {
	font-weight: bold;
}
dl.formtable dd {
	width: calc(100% - 200px);
	padding: 25px 0 25px 25px;
}
dl.formtable input[type=text],
dl.formtable input[type=email],
dl.formtable input[type=tel],
dl.formtable textarea {
	background: #f6f6f6;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	padding: 15px;
	width: 100%;
}
dl.formtable select {
	width: 190px;
	color: #00192c;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	padding: 15px 40px 15px 15px;
}
dl.formtable.formconf dd > p {
	background: #f6f6f6;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	padding: 15px;
	width: 100%;
	opacity: .5;
	white-space: pre-line;
	overflow: hidden;
	overflow-wrap: anywhere;
}
.required {
	background: #03327c;
	color: #fff;
	border-radius: 3px;
	padding: 1px 5px;
	font-size: 10px;
	font-weight: bold;
	/*position: absolute;*/
	right: 0;
	display: inline-block;
	width: 30px;
}
.optional {
	background: #a3a3a3;
	color: #fff;
	border-radius: 3px;
	padding: 1px 5px;
	font-size: 10px;
	font-weight: bold;
	/*position: absolute;*/
	right: 0;
	display: inline-block;
	width: 30px;
}
::placeholder {
	color: #cdcdcd;
}
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #f8b217;
	background: #f8b217;
	border-radius: 3px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	margin: auto;
	display: inline-block;
}
.wpcf7 .ajax-loader {
	margin: auto;
	display: block;
	background-color: #e8373d;
	opacity: 1;
	position: absolute;
	top: 0;
	left: auto;
	right: 15px;
	bottom: 0;
}
input[readonly],
textarea[readonly],
select[disabled] {
	opacity: .5;
	background: #f6f6f6;
}
input,
textarea,
select {
	outline: none;
}
input:-internal-autofill-selected {
	background-color: #f6f6f6 !important;
}
.contactbtn {
	/* 	display: flex; */
	position: relative;
	align-items: center;
}
.contactbtn p {
	display: flex;
}
.contactbtn #edit {
	width: 50%;
    margin: 0 5px;
    color: #808080;
    background: #f5f5f5;
    padding: 15px 25px;
    border-radius: 5px;
    font-weight: bold;
}
.contactbtn #submit {
    width: 50%;
	margin: 0 5px;
	background: #03327c;
	color: #fff;
	padding: 15px 25px;
	border-radius: 5px;
	font-weight: bold;
}
.contactbtn #conf {
	background: #03327c;
	color: #fff;
	height: 50px;
	border-radius: 5px;
	width: 100%;
	font-weight: bold;
}
.contactbtn #confirmButton {
	background: #03327c;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
}
.contactbtn #confirmButton:disabled {
	background: #03327c;
    opacity: .3;
    cursor: default;
}
.contactbtn #backButton {
	width: 50%;
    margin: 0 5px;
    color: #808080;
    background: #f5f5f5;
    padding: 15px 25px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}
.comptext {
	margin: 50px 0 0;
	text-align: center;
}
.comptext p {
	margin: 0 0 10px;
}
.comptext_btn {
	border:3px solid #03327c;
	border-radius: 10px;
	text-align: center;
	padding:15px 30px 15px 0;
	position: relative;
	transition: all .5s;
	background-color: #fff;
	margin: 30px auto 0 auto;
	width: 80%;
	max-width: 500px;
}
.comptext_btn:hover {
	background-color: #d9e8ff;
}
.comptext_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #f1aa00;
	border-right: 3px solid #f1aa00;
	transform: rotate(45deg) translateY(-50%);
	margin-top: -2.5px;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	background-color: #fff;
}
span.wpcf7-list-item {
	width: 100%;
	padding: 5px 5px 5px 0;
	margin: 0;
}
p.note {
	font-size: 12px;
	color: #888888;
	margin: 10px 0 0;
}
.fa-link {
	content: "\f0c1";
}
textarea {
  resize: vertical; /* 縦方向のリサイズを許可 */
}

@media screen and (max-width: 768px) {
	.cntct-wrap {
		padding: 25px 25px 50px;
	}
	.cntct-container {
		width: 100%;
	}
	dl.formtable {
		flex-direction: column;
	}
	dl.formtable dt {
		width: 100%;
		justify-content: flex-start;
		padding: 0;
		gap: 10px;
	}
	dl.formtable dd {
		width: 100%;
		padding: 10px 0 25px;
	}
	.required, .optional {
		position: relative;
	}
	ol.stepbar {
		margin: 0 0 50px;
	}
	ol.stepbar li {
		min-width: auto;
	}
}


/* 404 */

.notftext p {
	margin: 50px 0 0;
	font-size: 1.5em;
}

.notftext-btn {
	border:3px solid #03327c;
	border-radius: 10px;
	text-align: center;
	padding:15px 0;
	position: relative;
	width: 33%;
	margin: 20px 0 0 0;
	font-weight: 600;
}

.notftext-btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #f1aa00;
	border-right: 3px solid #f1aa00;
	transform: rotate(45deg) translateY(-50%);
	margin-top: -2.5px;
}

.notftext-btn:hover {
	background-color: #d9e8ff;
}

@media screen and (max-width: 768px) {
	.notftext p {
		font-size: 1.2em;
	}
	.notftext-btn {
		width: 100%;
	}
}


/* sdgs  */


.sdgs-container {
	position: relative;
	width: 80%;
	margin: auto;
	display: flex;
	flex-direction: column;
}
.sdgs-container h3 img {
	width: 350px;
	display: block;
	margin: 0 auto 30px auto;
}
.sdgs-container .theme {
	width: 100%;
}
p.theme_text{
	margin: 1.5em 0 0 0!important;
}
.sdgs_wrap {
	width: 100%;
}
.sdgs-box {
	padding: 25px;
	background: #f8f8f8;
	box-shadow: -3px -3px 5px #fff, 3px 3px 5px rgba(0,0,0,0.08);
	display: flex;
}
.sdgs-box h4 {
	color: #03327c;
	font-size: 18px;
}
.sdgs-box hr {
	background-image: none;
	border: .5px solid #a3a3a3;
	margin: 25px 0;
}

.sdgs-box_img {
	width: 33.333%;
	min-width: 200px;
}
.sdgs-box_img img {
	width: 100%;
}
.sdgs-box_text {
	width: calc(100% - 33.333%);
	padding: 0 0 0 30px;
}

.sdgs-box_texttetle{
	font-weight: bold;
	font-size: 18px;
}
.sdgs-theme {
	display: flex;
}
.sdgs-theme img {
	width: 100px;
	margin: 5px 0 0;
}
.sdgs-theme_text {
	margin: 0 0 0 30px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.sdgs dl {
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	display: flex;
	flex-wrap: wrap;
}
.sdgs dl dt {
	width: 20%;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.sdgs dl dt,
.sdgs dl dd {
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	box-sizing: border-box;
	padding: 25px;
}
.sdgs dl dd.child2 {
	width: 40%;
}
.sdgs dl dd.child3 {
	width: 40%;
}
p.signature {
	text-align: right;
	margin: 2em 0 0 0!important;
}
ul.sdgs_ul {
	margin:0 0 0 .5em;
}
ul.sdgs_ul li {
	position: relative;
	padding: 0 0 0 10px;
}
ul.sdgs_ul li:before {
	content:  "";     /* 空の要素作成 */
    width:  5px;               /* 幅指定 */
    height:  5px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #00192c;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position: absolute;
    top: 12px;
    left: 0;
}
.sdgs-container>.t-trigger>p {
	margin: 0 0 0 .5em;
}
.sdgs-container>p {
	margin: 0 0 0 .5em;
}

.progress {
	width: 100%;
	height: 30px;
	background-color: #17a3a9;
	font-weight: bold;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: end;
}
.progress:before {
	content: "75%";
	position: absolute;
	left: 10px;
	font-size: .8em;
}
.progress p {
	position: absolute;
	width: 20%;
	background: #e8373d;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: .8em;
}
.progress.p01:before {
	content: "75%";
}
.progress.p02:before {
	content: "100%";
}
.progress.p03:before {
	content: "57%";
}
.progress.p04:before {
	content: "71%";
}
.progress.p05:before {
	content: "29%";
}
.progress.p06:before {
	content: "57%";
}
.progress.p01 p {
	width: 25%;
}
.progress.p02 p {
	width: 0%;
}
.progress.p03 p {
	width: 43%;
}
.progress.p04 p {
	width: 29%;
}
.progress.p05 p {
	width: 71%;
}
.progress.p06 p {
	width: 43%;
}
.sustainability-contents_wrap {
	display: flex;
	margin: 0 0 50px 0;
}
.sustainability-contents_img {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sustainability-contents_img img {
	width: 100%;
	aspect-ratio: 1;
	max-width: 250px;
	border-radius: 50%;
	object-fit: cover;
}
.sustainability-contents_txt {
	width: 70%;
	display: flex;
	align-items: center;
	line-height: 2;
	padding: 0 30px 0 0;
}
.sustainability-contents_btnwrap {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin: 50px 0 0 0;
	justify-content: center;
}
.sustainability-link_box {
	width: calc(100%/2 - 20px);
}
.sus-btn {
	width: 50%;
}
.emphasis {
	font-size: 1.1em;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.sdgs-container {
		width: 100%;
	}
	.sdgs-container h3 img {
		width: 250px;
	}
	.sdgs-box {
		display: block;
	}
	.sdgs-box_img {
		margin: 0 auto 20px auto;
		width: 50%;
	}
	.sdgs-box_texttetle {
		text-align: center;
	}
	.sdgs-box_text {
		width: 100%;
		padding: 0;
	}
	.sdgs dl dt {
		width: 100%;
	}
	.sdgs dl dd.child2,
	.sdgs dl dd.child3 {
		width: 100%;
	}
	.sustainability-contents_btnwrap {
		display: block;
		gap: 40px;
		margin: 30px 0 0 0;
	}
	.sustainability-link_box {
		width: 100%;
		margin: 20px 0;
	}
	.sustainability-contents_wrap {
		display: block;
	}
	.sustainability-contents_img {
		width: 100%;
	}
	.sustainability-contents_img img {
		width: 150px;
		height: 150px;
	}
	.sustainability-contents_txt {
		width: 100%;
		padding:20px;
	}
	.sus-wrap {
		padding: 25px 25px 30px;
	}
}


/* margin  */


.margin-container {
	position: relative;
	width: 80%;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.margin-container {
		width: 100%;
	}
}


/* ir */


.ir-text .meta {
	margin: 0;
}
.ir-text .pdf {
	background: #03327c;
	color: #fff;
	padding: 0 5px;
	border-radius: 3px;
	font-size: 10px;
	letter-spacing: 1.5px;
	margin: 0 0 0 10px;
	display: inline-block;
	position: relative;
	bottom: 1px;
}
.ir-items ul li a {
	padding: 15px;
}
.ir-items ul li {
	margin: 0 0 15px
}
.ir-link_wrap>a {
	width: 90%;
	margin: 0 auto;
}
.ir-link_btn {
	border: 3px solid #03327c;
	border-radius: 10px;
	text-align: center;
	padding:15px 20px 15px 15px;
	font-weight: bold;
	margin: 30px 0 0 0;
	color: #000;
	position: relative;
}
.ir-link_btn:hover {
	background-color: #d9e8ff;
}
.ir-link_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #f1aa00;
	border-right: 3px solid #f1aa00;
	transform: rotate(45deg) translateY(-50%);
	margin: -2.5px 0 0 0;
}
.ir-disable {
	cursor: pointer;
	pointer-events: none;
}
@media screen and (max-width: 1100px) {
	.ir-items ul li a {
		flex-direction: initial;
	}
}


/* sustainability */


.sus-group {
	margin-top: 100px;
}

.sus-items {
	width: 100%;
}

.sus-items ul {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px
}

.sus-items li {
	display: flex;
	width: calc(50% - 10px);
}

.sus-items ul li a {
	width: 100%;
	background: #fff;
	padding: 25px;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
}

a.suslink {
	position: relative; /*アンダーラインの位置を決めるための基準 */
	font-weight:400;
	color:#00192c;
}

a.suslink::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #00192c;
	bottom: -1px;               /*アンダーラインがaタグの下端から現れる*/
	transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
	transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
	transition: transform 0.3s; /*変形の時間*/
}

a.suslink:hover::after {
	transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}

.sus-items ul li a:hover {
	opacity: 0.5;
}

.sushead {
	margin-bottom: 15px
}

h3.sushead {
	margin-top:50px;
	font-size:1.3em;
}

.sus-container {
	position: relative;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sus_footer {
	display:flex;
	flex-wrap: wrap;
	width:100%;
	border-top:1px solid #cdcdcd;
	margin-top:50px;
}
.sus_fotterbox {
	width:33.33%;
	padding:0 30px;
	margin-bottom:80px;
}
i.susicon {
	font-weight:900;
	color:#e8373d;
	margin-right:5px;
}
a.linkgray {
	color:#b3b3b3;
	pointer-events:none;
}
i.linkgray {
	color:#b3b3b3;
}

@media screen and (max-width: 768px) {
	.sus-container {
		width: 100%;
	}
	.sus_footer {
		display:block;
		width:60%;
		margin:0 auto;
	}
	.sus_fotterbox {
		width:100%;
	}
	.sus-items li {
		width: 100%;
	}
	.sus-group {
		margin-top: unset;
	}
	.sus_policy {
		margin-top: 50px;
	}
}