@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');


html{
font-family:'Noto Sans JP','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
color: #1A1A1A;
font-size: 18px;
font-weight: 300;
line-height: 1.8;
}
* {
	box-sizing: border-box;
}
a {
	display: inline-block;
	transition: .3s;
	text-decoration: none;
}
img {
	vertical-align: top;
	max-width: 100%;
}
.sp {
	display: none;
}
.js-fadeIn {
	position: relative;
	top: 50px;
	opacity: 0;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.js-fadeIn.active {
	top: 0;
	opacity: 1;
}
.circlemark {
				font-size: 60%;
				vertical-align: top;
}
.bg_blue {
	background-image: url(../images/common/bg_blue.png);
	background-size: 350px;
}
.bg_white {
	background-image: url(../images/common/bg_white.png);
	background-size: 350px;
}
.square_btn a {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				align-content: center;
				justify-content: center;
				align-items: center;
				width: 144px;
				height: 40px;
				background-image: url(../images/common/arrow_black.png);
				background-repeat: no-repeat;
				background-size: 6px;
				background-position: right 12px center;
				border: 1px solid #999;
				margin: 0 auto;
				color: #1A1A1A;
				text-align: center;
				font-family: Jost;
				line-height: 1;
}
@media screen and (min-width: 768px) {
	.square_btn a:hover {
					color: #fff;
					background-color: #999;
					background-image: url(../images/common/arrow_white.png);
	}
}
@media screen and (max-width:767px) {
	html{
		font-size: 16px;
	}
	.pc {
				display: none;
	}
.sp {
				display: inline-block;
}
	img {
				width: 100%;
	}
	.square_btn a {
					width: 120px;
					height: 32px;
	}
}


/**ヘッダー**/
.header_inner_logo {
				position: fixed;
				left: 48px;
				top: 68px;
				z-index: 999;
}
.header_inner_nav_btn {
				display: inline-block;
				width: 80px;
				height: 80px;
				border: 1px solid #fff;
				border-radius: 300px;
				cursor: pointer;
				position: fixed;
				right: 48px;
				top: 48px;
				z-index: 999;
}
.header_inner_nav_btn:before {
				content: "";
				display: inline-block;
				width: 32px;
				height: 2px;
				background: #fff;
				position: absolute;
				left: 24px;
				top: 34px;
				transition: .4s;
}
.header_inner_nav_btn:after {
				content: "";
				display: inline-block;
				width: 16px;
				height: 2px;
				background: #fff;
				position: absolute;
				left: 24px;
				top: 44px;
				transition: .4s;
}
.header_inner_nav_content {
				width: 100vw;
				height: 100vh;
				padding: 140px 20px 20px;
				position: fixed;
				left: 100vw;
				overflow-y: auto;
				top: 0;
				z-index: 998;
				transition: .4s;
}
.header_inner_nav_content_inner {
				display: flex;
				flex-direction: column;
				flex-wrap: wrap;
				align-content: center;
				justify-content: flex-start;
				align-items: flex-start;
				width: 100%;
				max-width: 900px;
				margin: 0 auto;
}
.header_inner_nav_content_inner_item {
				display: flex;
				flex-direction: row;
				flex-direction: column;
				flex-wrap: wrap;
				align-content: center;
				justify-content: space-between;
				align-items: flex-start;
				/* margin: 0 0 32px; */
}
.header_inner_nav_content_inner_item_link {
				display: flex;
				flex-direction: column;
				flex-wrap: wrap;
				align-content: flex-start;
				justify-content: flex-start;
				align-items: flex-start;
				margin: 0 0 32px;
}
.header_inner_nav_content_inner_item_link_en {
				color: #fff;
				font-family: Jost;
				font-size: 40px;
				line-height: 1;
				letter-spacing: 2.4px;
				margin: 0 0 8px;
}
.header_inner_nav_content_inner_item_link_jp {
				color: #DBDBDB;
				font-family: "Noto Sans JP";
				font-size: 16px;
				font-weight: 400;
				line-height: 1;
}
.header_inner_nav_content_inner_item_child {
				display: flex;
				flex-direction: column;
				flex-wrap: wrap;
				align-content: center;
				justify-content: space-between;
				align-items: flex-start;
				margin: 0 0 32px;
}
.header_inner_nav_content_inner_item_child_item {
				/* margin: 0 0 0 64px; */
				margin: 0 0 32px 0;
}
.header_inner_nav_content_inner_item_child_item:last-of-type {
				/* margin: 0 0 0 64px; */
				margin-bottom: 0;
}
.header_inner_nav_content_inner_item_child_item_link {
				display: flex;
				flex-direction: column;
				flex-wrap: wrap;
				align-content: flex-start;
				justify-content: flex-start;
				align-items: flex-start;
}
.header_inner_nav_content_inner_item_child_item_link_en {
				color: #fff;
				font-family: Jost;
				font-size: 40px;
				line-height: 1;
				letter-spacing: 1.6px;
				margin: 0 0 4px;
}
.header_inner_nav_content_inner_item_child_item_jp {
				color: #DBDBDB;
				font-family: "Noto Sans JP";
				font-size: 16px;
				font-style: normal;
				font-weight: 400;
				line-height: 1;
}
.navopen {
				width: 100vw;
				height: 100vh;
				overflow: hidden;
}
.navopen .header_inner_nav_btn:before {
				height: 3px;
				transform: rotateZ(-45deg);
				left: 24px;
				top: 37px;
}
.navopen .header_inner_nav_btn:after {
				width: 32px;
				height: 3px;
				transform: rotateZ(45deg);
				left: 24px;
				top: 37px;
}
.navopen .header_inner_nav_content {
				left: 0;
}


.blue .header_inner_logo img {
				opacity: 0;
}
.blue .header_inner_logo a {
				background-image: url(../images/common/sumika_blue.png);
				background-repeat: no-repeat;
				background-size: contain;
				background-position: center;
}
.navopen .blue .header_inner_logo a {
				background-image: url(../images/common/sumika.png);
}
.blue .header_inner_nav_btn {
	border-color: #0075C1;
}
.blue .header_inner_nav_btn:before,.blue .header_inner_nav_btn:after {
	background: #0075C1;;
}
.navopen .blue .header_inner_nav_btn {
	border-color: #fff;
}
.navopen .blue .header_inner_nav_btn:before,.navopen .blue .header_inner_nav_btn:after {
	background: #fff;;
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
	.header_inner_logo {
					width: 100px;
					left: 20px;
					top: 32px;
	}
	.header_inner_nav_btn {
					transform: scale(0.7);
					right: 20px;
					top: 20px;
	}
	.header_inner_nav_content {
					padding: 124px 48px 0;
	}
	.header_inner_nav_content_inner_item {
					flex-direction: row;
					width: 100%;
					margin: 0;
					padding: 24px 0;
	}
	.header_inner_nav_content_inner_item + .header_inner_nav_content_inner_item {
					border-top: 1px solid #015185;
	}
	.header_inner_nav_content_inner_item_link {
					margin: 0;
	}
	.header_inner_nav_content_inner_item_link_en {
					font-size: 32px;
					letter-spacing: 2px;
					margin: 0 0 4px;
	}
	.header_inner_nav_content_inner_item_link_jp {
					font-size: 12px;
	}
	.header_inner_nav_content_inner_item_child {
					flex-direction: column;
					align-content: flex-start;
					align-items: flex-start;
					width: 100%;
					margin: 4px 0 0;
	}
	.header_inner_nav_content_inner_item_child_item {
					margin: 20px 0 0;
	}
	.header_inner_nav_content_inner_item_child_item_link_en {
					font-size: 32px;
					letter-spacing: 1.2px;
					margin: 0 0 2px;
	}
	.header_inner_nav_content_inner_item_child_item_jp {
					font-size: 12px;
	}
}

/**パンくず**/
.breadcrumb_inner {
				padding: 0 24px 22px;
}
.breadcrumb_inner_list {
				display: flex;
				flex-wrap: wrap;
}
.breadcrumb_inner_list li {
				color: #DBDBDB;
				font-size: 12px;
				font-weight: 400;
				line-height: 1;
				letter-spacing: 1.2px;
				margin: 0 12px 10px 0;
}
.breadcrumb_inner_list li.current {
				color: #444;
}
.breadcrumb_inner_list li a {
				color: #0075C1;
				margin: 0 12px 0 0;
}


/**ページネーション**/
.contentblock_inner_pager {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				align-content: center;
				justify-content: center;
				align-items: center;
}
.page-numbers {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				align-content: center;
				justify-content: center;
				align-items: center;
				width: 32px;
				height: 32px;
				color: #0075C1;
				font-family: Jost;
				font-size: 18px;
				font-weight: 400;
				line-height: 1;
				margin: 0 6px;
}
.page-numbers.current {
				background: #0075C1;
				color: #fff;
}
.page-numbers.dots {
	pointer-events: none;
}
a.prev {
				display: flex;
				width: 32px;
				height: 32px;
				background-image: url(../images/common/pagearrow_gray.png);
				background-repeat: no-repeat;
				background-size: contain;
				background-position: center;
				margin: 0 14px 0 0;
				pointer-events: none;
}
a.next {
				display: flex;
				width: 32px;
				height: 32px;
				background-image: url(../images/common/pagearrow_gray.png);
				background-repeat: no-repeat;
				background-size: contain;
				background-position: center;
				transform: rotateZ(180deg);
				margin: 0 0 0 14px;
				pointer-events: none;
}
a.prev.active {
	background-image: url(../images/common/pagearrow_blue.png);
	transform: rotateZ(180deg);
	pointer-events: initial;
}
a.next.active {
	background-image: url(../images/common/pagearrow_blue.png);
	transform: rotateZ(0deg);
	pointer-events: initial;
}
span.prev,span.next {
				display: none;
}
@media screen and (min-width: 768px) {
	.page-numbers:hover {
					background: #0075C1;
					color: #fff;
	}
}


/**フッター**/
.footer_inner {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				align-content: center;
				justify-content: center;
				align-items: stretch;
}
.footer_inner_left {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				align-content: center;
				justify-content: flex-end;
				align-items: center;
				width: 58%;
}
.footer_inner_left_inner {
				display: flex;
				flex-direction: column;
				flex-wrap: wrap;
				align-content: center;
				justify-content: center;
				align-items: center;
				width: 100%;
				max-width: 840px;
				height: 100%;
				padding: 0 0 64px;
				position: relative;
}
.footer_inner_left_inner_logo {
				margin: 0 0 48px;
}
.footer_inner_left_inner_deta {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				align-content: center;
				justify-content: space-between;
				align-items: stretch;
				width: 376px;
				border-top: 1px solid #015185;
				border-bottom: 1px solid #015185;
				margin: 0 auto 48px;
				padding: 32px 0;
}
.footer_inner_left_inner_deta_centerbar {
				width: 1px;
				height: 100%;
				background: #015185;
}
.footer_inner_left_inner_deta_adress {
				color: #FFF;
				font-family: Jost;
				font-size: 18px;
}
.footer_inner_left_inner_deta_wrap {
				color: #FFF;
				font-family: Jost;
				font-size: 18px;
				line-height: 1;
}
.footer_inner_left_inner_deta_wrap dl {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				align-content: center;
				justify-content: flex-start;
				align-items: flex-start;
				margin: 0 0 20px;
}
.footer_inner_left_inner_deta_wrap dt {
				width: 52px;
}
.footer_inner_left_inner_deta_wrap dd {
				width: calc(100% - 52px);
}
.footer_inner_left_inner_deta_wrap dd a[href^="tel:"]{
				text-decoration: none;
				color: #FFF;
}
.footer_inner_left_inner_links {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				align-content: center;
				justify-content: center;
				align-items: center;
}
.footer_inner_left_inner_links_item a {
				color: #FFF;
				font-size: 12px;
				line-height: 200%;
				text-decoration-line: underline;
				margin: 0 20px 0;
}
.footer_inner_left_inner_copy {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				align-content: center;
				justify-content: center;
				align-items: center;
				width: 100%;
				height: 30px;
				color: #FFF;
				font-family: Jost;
				font-size: 16px;
				line-height: 200%;
				position: absolute;
				left: 0;
				bottom: 30px;
}
.footer_inner_right {
				width: 42%;
				position: relative;
}
.footer_inner_right_map {
				height: 600px;
				overflow: hidden;
}
.footer_inner_right_map iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 100%;
}
.footer_inner_right_maplink a {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				align-content: center;
				justify-content: center;
				align-items: center;
				width: 144px;
				height: 40px;
				background-image: url(../images/common/arrow_white.png);
				background-repeat: no-repeat;
				background-size: 6px;
				background-position: right 12px center;
				background-color: #1a1a1abb;
				border: 1px solid #999;
				margin: 0 auto;
				color: #fff;
				text-align: center;
				font-family: Jost;
				line-height: 1;
}
.footer_inner_right_maplink {
				width: 100%;
				position: absolute;
				left: 0;
				bottom: 40px;
}
@media screen and (min-width: 768px) {
		.footer_inner_right_maplink a:hover {
						background-color: #fffb;
						background-image: url(../images/common/arrow_black.png);
						color: #1a1a1a;
		}
	}
@media screen and (max-width:767px) {
	.footer_inner {
					flex-direction: column-reverse;
	}
	.footer_inner_left {
					width: 100%;
					padding: 64px 20px 24px;
	}
	.footer_inner_left_inner {
					max-width: 225px;
					margin: 0 auto;
					padding: 0;
	}
	.footer_inner_left_inner_logo {
					width: 140px;
	}
	.footer_inner_left_inner_deta {
					width: 100%;
					padding: 32px 26px 12px;
	}
	.footer_inner_left_inner_deta_centerbar {
					display: none;
	}
	.footer_inner_left_inner_deta_adress {
					margin: 0 0 24px;
	}
	.footer_inner_left_inner_links_item {
					width: 100%;
					text-align: center;
	}
	.footer_inner_left_inner_links_item + .footer_inner_left_inner_links_item {
					margin: 40px 0 0;
	}
	.footer_inner_left_inner_links_item a img {
					width: 32px;
	}
	.footer_inner_left_inner_copy {
					position: relative;
					bottom: initial;
	}
	.footer_inner_left_inner_links {
					margin: 0 0 64px;
	}
	.footer_inner_right {
					width: 100%;
	}
	.footer_inner_right_map {
					height: 250px;
	}
	.footer_inner_right_map iframe {
					height: 100%;
	}
	.footer_inner_right_maplink a {
					width: 120px;
					height: 32px;
	}
	.footer_inner_right_maplink {
					bottom: 20px;
	}
}


.header-onwhite:not(.navopen) .header_inner_nav_btn{
	border-color: #006db5;
}
.header-onwhite:not(.navopen) .header_inner_nav_btn:before,
.header-onwhite:not(.navopen) .header_inner_nav_btn:after{
	background:#006db5;
}
