@charset "utf-8";
body {
		background-color: #F8FAFF;
		background-repeat: repeat-x;
		background-position: center top;
		background-size: 1620px;
		background-image: url("../images/second_body_bg_pc.png")
}
@media(max-width: 1960px) {
		body {
				background-size: 1200px;
				background-image: url("../images/second_body_bg_mid.png")
		}
}
@media(max-width: 1960px) {
		body {
				background-position: right top;
				background-size: 100%;
				background-image: url("../images/second_body_bg_sp.png")
		}
}
.second_hdr, .second_hdr_inner {
		height: 420px;
		position: relative;
}
.categorytop_hdr {
		margin-bottom: -60px;
		margin-right: calc((100vw - 1180px) / 2);
}
.categorytop_hdr img {
		border-radius: 0 40px 40px 0;
		width: 100%;
		height: 560px;
		object-fit: cover;
}
@media(min-width: 1500px) {
		.categorytop_hdr {
				margin-right: calc((100vw - 1920px) / 2);
		}
}
@media(min-width: 2000px) {
		.categorytop_hdr {
				height: 600px;
				margin-bottom: -60px;
		}
		.categorytop_hdr img {
				width: 100%;
				height: 600px;
				object-fit: cover
		}
}
@media(max-width: 960px) {
		.categorytop_hdr img {
				width: 100%;
				height: 400px;
				object-fit: cover
		}
}
@media(max-width: 960px) {
		.categorytop_hdr img {
				width: 100%;
				height: 320px;
				object-fit: cover
		}
}
@media(max-width: 600px) {
		.categorytop_hdr {
				margin-right: 20px;
		}
		.categorytop_hdr img {
				width: 100%;
				height: 200px;
				object-fit: cover;
				border-radius: 0 16px 16px 0;
		}
}
.second_hdr_inner {
		max-width: 1240px;
		margin: 0 auto;
		padding: 0 30px 70px;
		display: flex;
		align-items: flex-end;
		box-sizing: border-box;
		background-repeat: no-repeat;
		background-position: right bottom 60px;
		background-size: 180px;
		background-image: url("../images/second_hdr_dot_pc.png")
}
.second_hdr_inner hgroup {
		display: flex;
		flex-direction: column-reverse;
}
.second_hdr_inner .jp {
		font-size: 24px;
		font-weight: 700;
		color: #1F2A66;
}
.second_hdr_inner .en {
		font-size: 110px;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		letter-spacing: 0;
		text-align: left;
		color: #005BE4;
		margin-bottom: 15px;
}
@media(max-width: 1200px) {
		.second_hdr_inner .en {
				font-size: 60px;
		}
}
@media(max-width: 960px) {
		.second_hdr, .second_hdr_inner {
				height: 350px
		}
		.second_hdr_inner {
				background-position: right 50px bottom 60px;
				background-size: 140px;
		}
		.second_hdr_inner .jp {
				font-size: 22px;
		}
		.second_hdr_inner .en {
				font-size: 50px;
		}
		.service .categorytop_caption {
				padding: 30px;
		}
}
@media(max-width: 767px) {
		.second_hdr {
				height: 240px;
		}
		.second_hdr.service, .service .second_hdr_inner {
				height: 270px;
		}
		.second_hdr_inner {
				padding: 0 20px 30px;
				height: 270px;
				background-position: right 30px bottom 60px;
				background-size: 75px;
				background-image: url("../images/second_hdr_dot_sp.png")
		}
		.second_hdr_inner .jp {
				font-size: 14px;
				margin-bottom: 20px;
		}
		.second_hdr_inner .en {
				font-size: 46px;
		}
}
/* ========== */
.cont_col {
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
		border-radius: 40px;
		padding: 70px 100px;
		position: relative;
		z-index: 5
}
.stickey_container .cont_col {
		background: none;
		background: #fff;
		box-shadow: none;
}

/* 260811 plus */
@media(min-width: 1500px) {
		.stickey_container .cont_col {
				background: #fff;
				box-shadow: none;
		}
}
@media(max-width: 1500px) {
		.stickey_container .cont_col::before {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: calc(100% + 50vw);
				height: 100%;
				border-radius: 40px 0 0 40px;
				background: #fff;
				box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
		}
}
/* 260811 plus */

@media(max-width: 960px) {
		.cont_col {
				padding: 60px 30px;
		}
}
@media(max-width: 767px) {
		.cont_col {
				padding: 30px 15px;
				border-radius: 20px;
		}
		.stickey_container .cont_col::before {
				border-radius: 20px 0 0 20px;
		}
}
/* ========== */
.stickey_container {
		max-width: 1380px;
		margin: 0 auto;
		position: relative;
		display: flex;
		align-items: flex-start;
		padding-right: 30px;
		padding-bottom: 100px;
}
.stickey_container .stickey_sidebar {
		position: sticky;
		top: 0;
		left: 0;
		width: 180px;
		padding-top: 40px;
}
.stickey_sidebar ul {
		margin-top: 120px;
}
.stickey_cont {
		margin-left: 55px;
		flex: 1;
}
@media(max-width: 1200px) {
		.stickey_cont {
				max-width: 900px;
		}
}
@media(max-width: 960px) {
		.stickey_cont {
				margin-left: 35px;
		}
}
.stickey_cont section {
		padding-top: 80px;
		padding-bottom: 60px;
		position: relative;
		z-index: 1
}
@media(max-width: 767px) {
		.stickey_cont section {
				padding-top: 80px;
				padding-bottom: 20px;
		}
}
.stickey_cont section:first-child {
		padding-top: 20px;
}
.stickey_sidebar li {
		margin: 0 0 10px;
		list-style: none;
		position: relative;
		letter-spacing: 0
}
.stickey_sidebar ul li:last-child {
		margin-bottom: 0;
}
.stickey_sidebar li a {
		color: #005BE4;
		text-decoration: none;
		display: inline-block;
		position: relative;
}
.stickey_sidebar li a::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 9px);
		left: -30px;
		width: 10px;
		height: 10px;
		background: #005BE4;
		border-radius: 50%;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		transform: scale(0)
}
.stickey_sidebar li a.isCurrent::before {
		transform: scale(1)
}
.stickey_sidebar li .menu {
		height: 2.6em;
		overflow: hidden;
}
.menu_in {
		transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
		transform: translateY(1.8px)
}
.menu_in .en {
		font-family: "Roboto Condensed";
		font-size: 24px;
		font-weight: 700;
		letter-spacing: 0em;
}
.menu_in .jp {
		font-size: 16px;
		font-weight: 500;
		padding-top: 14px;
		opacity: 0;
}
.menu_in .jp.extra {
		font-size: 14px;
		line-height: 1.2;
}
@media (hover: hover) {
		.stickey_sidebar li:hover .menu_in {
				transform: translateY(-33.5px);
		}
		.stickey_sidebar li:hover .menu_in .jp {
				opacity: 1;
		}
}
@media (max-width: 767px) and (hover: hover) {
		.stickey_sidebar li:hover .menu_in {
				transform: translateY(-25px)
		}
		.stickey_sidebar li:hover .menu_in .jp {
				opacity: 1;
		}
}
.section_title {
		display: flex;
		position: relative;
		margin-bottom: 60px;
}
.section_title_gr {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		position: relative;
}
.section_title_gr::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: -100px;
		width: 70px;
		height: 2px;
		background: #8CC3EB;
}
.section_title_gr .en {
		font-size: 52px;
		font-family: "Roboto Condensed";
		line-height: 1;
		font-weight: 700;
		color: #005be4;
		margin-right: 30px;
}
.section_title_gr .jp {
		font-size: 18px;
		font-weight: 700;
		color: #1f2a66;
		position: relative;
		top: 1px
}
@media(max-width: 767px) {
		.section_title_gr {
				display: flex;
				flex-direction: column-reverse;
				align-items: flex-start;
		}
		.section_title_gr .en {
				font-size: 30px;
				margin: 0 0 10px
		}
		.section_title_gr .jp {
				font-size: 13px;
				font-weight: 700;
				color: #1f2a66;
				position: relative;
				top: inherit
		}
}
@media(max-width: 1500px) {
		.stickey_container .stickey_sidebar {
				margin-left: 40px;
				width: 150px;
		}
		.menu_in .en {
				font-size: 20px;
		}
		.menu_in .jp {
				font-size: 15px;
		}
		.menu_in .jp.extra {
				font-size: 12px;
				line-height: 1.4;
		}
		.stickey_sidebar li a::before {
				left: -20px;
				width: 8px;
				height: 8px;
		}
		.section_title_gr::before {
				left: -60px;
				width: 40px;
		}
}
@media(max-width: 1400px) {
		.stickey_container .cont_col {
				padding: 40px 0px 40px 60px;
		}
		.section_title_gr .en {
				font-size: 40px;
				margin-right: 15px;
		}
		.section_title_gr .jp {
				font-size: 16px;
		}
}
@media(max-width: 960px) {
		.stickey_container .cont_col {
				padding: 40px 30px 40px;
				padding-right: 0;
		}
		.stickey_container .stickey_sidebar {
				width: 130px;
		}
		.menu_in .en {
				font-size: 18px;
		}
		.menu_in .jp {
				font-size: 14px;
		}
		.section_title {
				margin-bottom: 40px;
				margin-left: 30px;
		}
		.section_title_gr .en {
				font-size: 32px;
				margin-right: 15px;
		}
		.section_title_gr .jp {
				font-size: 14px;
		}
}
@media(max-width: 767px) {
		.stickey_container .cont_col {
				padding: 40px 20px;
				padding-left: 30px;
				padding-right: 0;
		}
		.stickey_container .section_title {
				margin-bottom: 40px;
				margin-left: 0;
		}
		.stickey_container .section_title_gr::before {
				left: -30px;
				width: 20px;
				top: 16px;
		}
}
@media(max-width: 600px) {
		.stickey_container {
				display: block;
				padding: 0 15px;
		}
		.stickey_cont {
				padding: 0;
				padding-right: 10px;
				margin: 0;
				flex: 1;
		}
		.stickey_container .stickey_sidebar {
				width: auto;
				z-index: 10;
				top: 40px;
				margin-left: 0;
				display: flex;
				justify-content: center;
				position: static
		}
		.stickey_container .stickey_sidebar ul {
				display: flex;
				flex-wrap: wrap;
				margin-top: 35px;
				width: 70%;
		}
		.stickey_container .stickey_sidebar ul li {
				margin: 0 25px 10px 0;
				font-size: 14px;
		}
		.stickey_container .jp.extra {
				font-size: 10px;
		}
		.stickey_sidebar li a::before {
				left: -10px;
				width: 6px;
				height: 6px;
				top: 8px;
		}
}
/* ========== */
.page_nav {
		background-color: #1f2a66;
		border-radius: 20px;
		width: 250px;
		min-height: 100px;
		box-sizing: border-box;
		padding: 35px 30px;
}
.page_nav li {
		font-size: 14px;
		margin: 0 0 25px;
		list-style: none
}
.page_nav ul li:last-child {
		margin-bottom: 0;
}
.page_nav li a {
		color: #fff;
		text-decoration: none;
		padding-left: 33px;
		position: relative;
}
.page_nav li a::before, .page_nav li a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 11px);
		left: 0;
		width: 22px;
		height: 22px;
}
.page_nav li a::before {
		background: #005BE4;
		border-radius: 4px;
		transition: background 0.3s;
}
.page_nav li a::after {
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 22px;
		background-image: url("../images/page_nav_arw_wht.png")
}
@media (hover: hover) {
		.page_nav li a:hover::before {
				background: #fff;
		}
		.page_nav li a:hover::after {
				background-image: url("../images/page_nav_arw_blu.png")
		}
}
@media(max-width: 1200px) {
		.page_nav {
				width: 200px;
				padding: 20px 15px;
				border-radius: 14px;
		}
		.page_nav li {
				font-size: 13px;
				margin: 0 0 20px;
		}
}
@media(max-width: 767px) {
		.page_nav {
				width: 175px;
				padding: 17px;
				border-radius: 12px;
		}
		.page_nav li {
				font-size: 12px;
				margin: 0 0 20px;
		}
		.page_nav li a {
				padding-left: 20px;
		}
		.page_nav li a::before, .page_nav li a::after {
				top: calc(50% - 7px);
				width: 14px;
				height: 14px;
		}
		.page_nav li a::before {
				border-radius: 2px;
		}
		.page_nav li a::after {
				background-size: 14px;
		}
}
/* ========== */
.philosophy_figure {
		margin: 0 0 35px;
}
.philosophy_figure img {
		width: 100%;
		height: auto;
		border-radius: 20px;
}
@media(max-width: 767px) {
		.philosophy_figure {
				width: calc(100% + 20px);
				margin: 0 0 35px;
				position: relative;
		}
		.philosophy_figure img {
				border-radius: 16px 0 0 16px;
		}
}
/* ========== */
/* MOTION */
@keyframes fadeIn {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}