@charset "UTF-8";
/* CSS Document */

/********************************************************************

reset

*********************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

img.max-size {
	width: 100%;
	height: auto;
}

/****************************************

          Clearfix

*****************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* clearfix for ie7 */
.clearfix {
	display: block;
}


/****************************************

          CSS3 MEMO

*****************************************/

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

/****************************************

          General Setting

*****************************************/

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
	width: 100%;
	min-width: 320px;
	height: 100%;
	color: #1a1a1a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

img {
	vertical-align: bottom;
}

* {-webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
}

span.important {
	font-weight: bold;
	color: #F00;
}

.bold {
	font-weight: bold;
}

p.main-txt.top {
	margin-top: 0;
}

a.link {
	text-decoration: underline;
	color: #0B3D91;
	transition: .3s;
}

a:hover.link {
	text-decoration: none;
	opacity: 0.7;
}

.cf-turnstile {
	display: block;
	text-align: center;
	padding-top: 24px;
}

/******************************************************************************************************

SP

******************************************************************************************************/

@media screen and (max-width: 767px) {
	
	#policy,#policy01,#policy02,#policy03,#profile,#sns,#activity {
		margin-top: -60px;
		padding-top: 60px;
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	.ta {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	/*　ハンバーガーボタン　*/

	.hamburger {
		display : block;
		position: fixed;
		z-index : 99999;
		right : 0;
		top   : 0;
		width : 60px;
		height: 60px;
		cursor: pointer;
		text-align: center;
	}

	.hamburger span {
		display : block;
		position: absolute;
		width: 30px;
		height: 2px;
		left: 15px;
		background : #fff;
		transition: .3s;
	}

	.hamburger span:nth-child(1) {
		top: 22px;
	}

	.hamburger span:nth-child(2) {
		top: 30px;
	}

	.hamburger span:nth-child(3) {
		top: 38px;
	}

	/* ナビが開いてる時 */

	.hamburger.active {
		display : block;
		position: fixed;
		z-index : 99999;
		right : 0;
		top   : 0;
		width : 60px;
		height: 60px;
		cursor: pointer;
		text-align: center;
		transition: .3s;
	}

	.hamburger.active span:nth-child(1) {
		top : 30px;
		left: 15px;
		background: #fff;
		transform: rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 30px;
		background: #fff;
		transform: rotate(45deg);
	}
	
	header {
		width: 100%;
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		margin: auto;
		background: #0B3D91;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 0 0 3vw;
		filter: drop-shadow(0px 0px 10px rgba(0,0,0,.2));
		-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.2));
	}
	
	h1 img.logo,
	div.logo-area img.logo {
		width: auto;
		height: 40px;
		position: relative;
		z-index: 10000;
	}
	
	nav.gnav {
		height: 100vh;
		visibility: hidden;
		opacity: 0;
		transition: .3s;
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background: #0B3D91;
		overflow-y:  scroll;
		padding: 60px 5vw 5vw 5vw;
		z-index: 1000;
		display: flex;
		align-items: center;
	}
	
	/* このクラスを、jQueryで付与・削除する */
	nav.gnav.active {
		visibility: visible;
		opacity: 1;
	}
	
	nav.gnav ul {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 4vh;
	}
	
	nav.gnav ul li {
		text-align: center;
	}
	
	nav.gnav ul li:last-child {
		margin-right: 0;
	}
	
	nav.gnav ul li a {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		line-height: 50px;
		text-decoration: none;
	}
	
	nav.gnav ul li a.contact {
		width: fit-content;
		color: #0B3D91;
		background: #fff100;
		line-height: 50px;
		padding: 0 25px;
		border-radius: 25px;
		display: block;
		margin: 0 auto;
	}
	
	div.main-visual {
		width: 100%;
		position: relative;
		overflow: hidden;
		padding-top: 60px;
	}

	div.main-visual div.bg-wrapper {
		width: 100%;
		height: 100vw;
		position: relative;
		overflow: hidden;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
	}

	div.main-visual div.bg {
		width: 100%;
		height: 100%;
		background: url("../img/mainvisual-bg.jpg") no-repeat left -16vw top -30px / cover;
	}

	div.main-visual img.person {
		width: 115vw;
		height: auto;
		object-fit: cover;
		position: absolute;
		top: 20px;
		left: 4vw;
		z-index: 2;
	}
	
	div.copy-area {
		width: 100%;
		height: 100%;
		padding: 8vw 5vw 10vw 5vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	div.copy-area div.main-copy img {
		width: 100%;
		height: auto;
	}
	
	div.copy-area div.sub-copy {
		font-size: 4.8vw;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 150%;
		margin-top: 8vw;
	}

	div.copy-area p.under-copy {
		font-size: 3.2vw;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 150%;
		margin-top: 2vw;
	}

	div.button-area {
		width: fit-content;
		display: block;
		margin: 0 auto;
	}

	div.copy-area div.button-area {
		margin-top: 10vw;
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 4vw;
	}
	
	.main-button {
		width: fit-content;
		font-size: 4.8vw;
		font-weight: 800;
		color: #0B3D91;
		line-height: 15vw;
		background: #fff;
		border-radius: 8vw;
		border: 2px solid #0B3D91;
		padding: 0 8vw;
		text-decoration: none;
		transition: .3s;
		display: block;
	}
	
	.main-button:hover {
		background: #0B3D91;
		color: #fff;
	}

	.main-button.contact {
		color: #0B3D91;
		background: #fff100;
		border: 2px solid #fff100;
	}
	
	.main-button.contact:hover {
		opacity: 0.7;
		background: #fff100;
		color: #0B3D91;
	}

	div.copy-area div.button-area .main-button {
		font-size: 5.4vw;
		line-height: 15vw;
		border-radius: 8vw;
		padding: 0 8vw;
		margin: 0 auto;
		display: block;
	}

	section {
		width: 100%;
		position: relative;
		padding: 12vw 0;
	}
	
	section div.inner,
	section div.feature-inner div.inner {
		width: 90vw;
		margin: 0 auto;
	}
	
	.separate {
		display: flex;
		justify-content: space-between;
	}
	
	section.blue {
		background: #F4F7FC;
	}
	
	section h2.main-title-en {
		font-size: 3vw;
		font-weight: 800;
		line-height: 100%;
		color: #0B3D91;
		text-align: center;
	}
	
	section h2.main-title-jp {
		font-size: 7.2vw;
		font-weight: 800;
		line-height: 150%;
		color: #1a1a1a;
		margin: 3vw 0 0 0;
		text-align: center;
	}

	section h2.main-title-jp span {
		display: none;
	}

	p.under-main-title {
		font-size: 4vw;
		line-height: 180%;
		color: #1a1a1a;
		text-align: center;
		margin: 9vw 0 10vw 0;
	}

	ul.policy-list {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 10vw;
	}

	p.policy-number {
		width: 16vw;
		height: 16vw;
		border-radius: 50%;
		background: #0B3D91;
		display: block;
		margin: 0 auto;
		font-size: 4.8vw;
		color: #fff;
		font-weight: 800;
		line-height: 16vw;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	ul.policy-list li div.policy-item {
		background: #fff;
		border-radius: 3vw;
		border: 1px solid #0B3D91;
		margin-top: -8vw;
	}

	ul.policy-list li div.policy-item h3 {
		font-size: 6vw;
		color: #0B3D91;
		font-weight: 800;
		line-height: 150%;
		text-align: center;
		padding: 14vw 2vw 0 2vw;
	}

	ul.policy-list li div.policy-item p.policy-txt {
		font-size: 4vw;
		color: #1a1a1a;
		font-weight: 600;
		line-height: 180%;
		padding: 6vw 4vw;
		text-align: justify;
	}

	ul.policy-list li div.policy-item img.photo {
		width: 100%;
		height: auto;
		border-radius: 0 0 3vw 3vw;
	}

	.main-button.policy {
		margin: -8vw auto 0 auto;
		position: relative;
		z-index: 1;
	}

	div.separate.profile {
		display: block;
		column-gap: 5%;
		margin-top: 8vw;
	}

	img.profile-p01 {
		width: 80%;
		height: auto;
		border-radius: 50%;
		display: block;
		margin: 0 auto;
	}

	div.profile-wrapper {
		width: 100%;
	}

	div.profile-wrapper p.name {
		font-size: 6vw;
		color: #1a1a1a;
		font-weight: bold;
		line-height: 100%;
		margin-top: 6vw;
		text-align: center;
	}

	div.profile-wrapper p.name span {
		font-size: 3vw;
		font-weight: bold;
	}

	p.profile-position {
		font-size: 3.6vw;
		font-weight: 600;
		color: #666;
		line-height: 180%;
		margin-top: 3vw;
		text-align: center;
	}

	p.profile-txt {
		width: 100%;
		font-size: 4vw;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 180%;
		margin-top: 4vw;
		background: #F4F7FC;
		padding: 6vw;
		border-radius: 3vw;
	}

	div.carrer-wrapper.separate {
		display: block;
		width: 100%;
		margin: 12vw 0 10vw 0;
		padding-bottom: 10vw;
		border-bottom: 1px solid #ddd;
	}

	h3.profile {
		font-size: 5.4vw;
		font-weight: 800;
		line-height: 150%;
		color: #0B3D91;
		text-align: center;
	}

	ul.carrer-list {
		width: 100%;
		border-left: 2px solid #0B3D91;
		margin: 6vw auto 0 auto;
		padding: 1px 0;
	}

	ul.carrer-list li {
		font-size: 3.6vw;
		color: #1a1a1a;
		line-height: 180%;
		margin: 6vw 0 6vw -8px;
		padding-left: 6vw;
		background: url(../img/list-circle.png) no-repeat left 0 top 1.6vw / 14px auto;
	}

	div.face.separate {
		display: block;
	}

	ul.face-list {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 10vw;
		margin-top: 10vw;
	}

	ul.face-list li div.img-area {
		width: 100%;
		position: relative;
	}

	ul.face-list li div.img-area::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
		border-radius: 3vw;
	}

	ul.face-list li div.img-area img {
		width: 100%;
		height: auto;
		border-radius: 3vw;
	}

	ul.face-list li div.img-area p.title {
		font-size: 4.8vw;
		font-weight: 600;
		color: #fff;
		line-height: 100%;
		position: absolute;
		left: 30px;
		bottom: 30px;
		z-index: 2;
	}

	p.main-txt {
		font-size: 3.6vw;
		color: #1a1a1a;
		line-height: 180%;
		margin-top: 3vw;
		text-align: justify;
	}

	section div.inner.sns {
		width: 90vw;
	}

	ul.sns-list {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 10vw;;
		margin-bottom: 10vw;
	}

	ul.sns-list li {
		width: 100%;
		height: 400px;
		background: #fff;
	}

	a.banner {
		width: 100%;
		background: #fff;
		border-radius: 3vw;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: .3s;
		text-decoration: none;
		margin-top: 4vw;
		padding: 5vw 0;
		filter: drop-shadow(0px 0px 5px rgba(0,0,0,.05));
		-webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,.05));
	}

	a:hover.banner {
		opacity: 0.7;
	}

	a.banner img {
		width: auto;
		height: 6vw;
		margin-right: 3vw;
	}

	a:hover.banner img {
		opacity: 1;
	}

	a.banner p {
		font-size: 2.4vw;
		font-weight: 800;
		line-height: 6vw;
		color: #1a1a1a;
		padding: 0 3vw;
		border: 1px solid #1a1a1a;
		border-radius: 1vw;
	}

	div.activity-list {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 10vw;
	}

	div.activity-list a {
		width: 100%;
		transition: .3s;
		text-decoration: none;
	}

	div.activity-list a:hover {
		opacity: 0.7;
	}

	div.activity-list a img {
		width: 100%;
		height: auto;
		aspect-ratio: 16/10;
		border-radius: 3vw;
	}

	div.activity-list a:hover img {
		opacity: 1;
	}

	div.date-area {
		display: flex;
		align-items: center;
		margin-top: 5vw;
	}

	div.date-area p.date {
		font-size: 3.2vw;
		font-weight: bold;
		color: #666;
		line-height: 180%;
		margin-right: 2vw;
	}

	div.date-area p.category {
		font-size: 3vw;
		font-weight: bold;
		color: #fff;
		line-height: 7vw;
		border-radius: 4vw;
		padding: 0 4vw;
		background: #0B3D91;
	}

	div.activity-list a p.title {
		font-size: 4.8vw;
		font-weight: bold;
		line-height: 180%;
		color: #1a1a1a;
		margin: 4vw 0 -1vw 0;
	}

	section.contact {
		background: url("../img/contact-bg.jpg") no-repeat center center / cover;
	}

	section.contact h2 {
		color: #fff;
	}

	section.contact p.under-main-title {
		color: #fff;
	}

	.main-button.center {
		margin: 10vw auto 0 auto;
	}

	section.contact div.button-area {
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 6vw;
	}

	.main-button.tel-number {
		font-size: 4.5vw;
		font-weight: 400;
		color: #fff;
		background: #0B3D91;
		border: 2px solid #fff;
	}
	
	footer {
		width: 100%;
		background: #f8f8f8;
		position: relative;
	}
	
	footer div.inner {
		width: 90vw;
		margin: 0 auto;
		padding: 10vw 0 0 0;
	}

	footer div.inner div.logo-area {
		margin-top: 10vw;
	}
	
	footer div.inner div.logo-area img {
		width: auto;
		height: 12vw;
	}
	
	footer div.inner div.logo-area p.main-txt {
		font-size: 3vw;
		margin-top: 4vw;
	}
	
	footer div.inner div.logo-area p.main-txt a {
		color: #1a1a1a;
		text-decoration: none;
		border: none;
	}
	
	div.fnav {
		width: 100%;
	}
	
	div.fnav ul {
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}

	div.fnav ul li p.title {
		font-size: 3.6vw;
		font-weight: 800;
		line-height: 150%;
		color: #0B3D91;
		margin-bottom: 4vw;
	}
	
	div.fnav ul li a {
		font-size: 3.6vw;
		font-weight: 600;
		line-height: 150%;
		color: #1a1a1a;
		text-decoration: none;
		transition: .3s;
		margin-top: 3vw;
		display: block;
	}
	
	div.fnav ul li a:hover {
		opacity: 0.7;
	}

	div.copyright-area {
		width: 90vw;
		margin: 0 auto;
		height: 12vw;
		margin-top: 10vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid #ddd;
	}

	a.privacy {
		font-size: 3vw;
		font-weight: 600;
		line-height: 180%;
		color: #1a1a1a;
		text-decoration: none;
		transition: .3s;
	}

	a:hover.privacy {
		opacity: 0.7;
	}
	
	p.copyright {
		font-size: 2.4vw;
		line-height: 180%;
		color: #1a1a1a;
	}
	
/******************************

下層共通

******************************/
	
	div.main-visual.lower {
		width: 100%;
		height: 60vw;
		padding-top: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	div.main-visual.lower div h1.page-title-en {
		font-size: 3vw;
		font-weight: 800;
		line-height: 100%;
		color: #0B3D91;
		text-align: center;
	}
	
	div.main-visual.lower div h1.page-title-jp {
		font-size: 7.2vw;
		font-weight: 800;
		line-height: 150%;
		color: #1a1a1a;
		text-align: center;
		margin: 1vw 0 0 0;
	}

	div.breadcrumbs-wrapper {
		width: 100%;
		background: #0B3D91;
		padding: 3vw 0;
	}

	div.breadcrumbs-wrapper div.inner {
		width: 90vw;
		margin: 0 auto;
	}

	p.breadcrumbs {
		font-size: 3vw;
		line-height: 180%;
		color: #859ec8;
	}

	p.breadcrumbs a {
		color: #fff;
		text-decoration: none;
		transition: .3s;
	}

	p.breadcrumbs a:hover {
		opacity: 0.5;
	}
	
/******************************

重点政策

******************************/
	
	div.main-visual.lower.policy {
		background: url("../img/mainvisual-policy.jpg") no-repeat center top 60px / cover;
	}

	div.policy-title-area {
		width: 90vw;
		margin: 0 auto;
		padding: 12vw 0;
		background: url("../img/town.png") no-repeat center bottom / 100% auto;
	}

	h2.policy-title {
		font-size: 5vw;
		font-weight: 800;
		line-height: 150%;
		color: #0B3D91;
		text-align: center;
	}

	h2.policy-title::before {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 6vw;
		height: 6vw;
		background-image: url(../img/town-left.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: left top;
		vertical-align: middle;
	}

	h2.policy-title::after {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 6vw;
		height: 6vw;
		background-image: url(../img/town-right.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: right top;
		vertical-align: middle;
	}

	p.under-policy-title {
		font-size: 3vw;
		line-height: 180%;
		color: #0B3D91;
		text-align: center;
		margin: 4vw 0 0 0;
	}

	div.policy-list-lower {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.reverse {
		flex-direction: row;
	}

	div.policy-list-lower img {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 10;
		border-radius: 3vw;
		object-fit: cover;
		filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));
		-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.1));
	}

	div.policy-list-lower div.txt-area {
		width: 100%;
		padding: 0 2%;
	}

	div.policy-list-lower div.txt-area h3 {
		font-size: 5.4vw;
		font-weight: 800;
		text-align: center;
		color: #1a1a1a;
		line-height: 180%;
		margin: 5vw 0;
	}

	section div.inner.policy {
		margin-top: -10vw;
	}

	div.policy-list-wrapper {
		width: 100%;
		border-radius: 4vw;
		padding: 10vw 5vw;
		background: #F4F7FC;
		margin-top: 10vw;
	}

	div.assignment-wrapper {
		width: 100%;
		margin-top: 8vw;
		border-radius: 3vw;
		border: 1px solid #0B3D91;
		background: #0B3D91;
	}

	div.assignment-wrapper h4 {
		font-size: 4.8vw;
		line-height: 12vw;
		font-weight: 800;
		color: #fff;
		text-align: center;
	}

	div.assignment-wrapper div.txt-area {
		width: 100%;
		border-radius: 3vw;
		background: #fff;
		padding: 5vw;
	}

	h4.policy {
		border-bottom: solid 3px #b5c4de;
  		position: relative;
		font-size: 5vw;
		font-weight: 800;
		line-height: 1.5;
		color: #0B3D91;
		padding-bottom: 2vw;
		margin: 10vw 0 4vw 0;
	}

	h4.policy:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 3px #0B3D91;
		bottom: -3px;
		width: 20%;
	}

	div.policy-list-wrapper .separate {
		width: 100%;
		display: block;
	}

	div.policy-list-wrapper .separate div.txt-area {
		width: 100%;
	}

	div.policy-list-wrapper .separate img {
		width: 60%;
		height: auto;
		display: block;
		margin: 8vw auto 0 auto;
	}

	ul.policy-list-lower {
		width: 100%;
		margin-top: 5vw;
		text-align: justify;
	}

	ul.policy-list-lower li {
		font-size: 3.6vw;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 1.8;
		margin-top: 3vw;
		display: flex;
		align-items: flex-start;
	}

	ul.policy-list-lower li:first-child {
		margin-top: 0;
	}

	ul.policy-list-lower li::before {
		content: "";
		margin: 2.3vw 2vw 0 0;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background-color: #0B3D91;
		flex-shrink: 0;
	}

/******************************

活動報告

******************************/
	
	div.main-visual.lower.activity {
		background: url("../img/mainvisual-activity.jpg") no-repeat center top 60px / cover;
	}

	section div.inner.activity div.content-wrapper {
		width: 100%;
		padding-bottom: 4vw;
	}

	section div.inner.activity div.content-wrapper div.activity-list {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 10vw;
	}

	section div.inner.activity div.content-wrapper div.activity-list a {
		width: 100%;
	}

	section div.inner.activity div.side-wrapper {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 6vw;
		padding-top: 4vw;
	}

	h2.activity-title {
		font-size: 5.4vw;
		font-weight: 800;
		color: #1a1a1a;
		line-height: 150%;
		margin-bottom: 8vw;
		padding: 1.5vw 0 1.5vw 3vw;
		border-left: 6px solid #0B3D91;
	}

	h2.side-title {
		font-size: 4vw;
		font-weight: 800;
		line-height: 12vw;
		color: #0B3D91;
		background: #F4F7FC;
		padding: 0 0 0 3vw;
		margin: 8vw 0 3vw 0;
		border-radius: 2vw;
	}

	section div.inner.activity div.side-wrapper ul {
		width: 100%;
	}

	section div.inner.activity div.side-wrapper ul li {
		border-bottom: 2px dotted #ddd;
	}

	section div.inner.activity div.side-wrapper ul li a {
		font-size: 3.6vw;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 10vw;
		padding: 0 3vw;
		text-decoration: none;
		display: block;
		transition: .3s;
		position: relative;
	}

	section div.inner.activity div.side-wrapper ul li a::before {
		display: inline-block;
		content: "";
		margin-bottom: 3px;
		margin-right: 8px;
		width: 6px;
		height: 6px;
		border-radius: 3px;
		background-color: #0B3D91;
	}

	section div.inner.activity div.side-wrapper ul li a:hover {
		opacity: 0.7;
	}

	main.activity-single {
		padding-top: 60px;
	}

	section.activity-single {
		padding: 10vw 0;
	}

	section div.inner.activity div.content-wrapper article {
		width: 100%;
	}

	section div.inner.activity div.content-wrapper article div.date-area {
		display: flex;
		align-items: center;
		margin: 0 0 6vw 0;
		border-bottom: 1px solid #ddd;
	}

	section div.inner.activity div.content-wrapper article div.date-area p.date {
		font-size: 3vw;
		font-weight: bold;
		color: #666;
		line-height: 180%;
		margin-right: 2vw;
	}

	section div.inner.activity div.content-wrapper article div.date-area p.category {
		font-size: 2.8vw;
		font-weight: bold;
		color: #fff;
		line-height: 7vw;
		border-radius: 3.5vw;
		padding: 0 4vw;
		background: #0B3D91;
	}

	section div.inner.activity div.content-wrapper article h1 {
		font-size: 6vw;
		font-weight: bold;
		line-height: 150%;
		color: #1a1a1a;
		margin-bottom: 6vw;
	}

	section div.inner.activity div.content-wrapper article img {
		max-width: 100%;
		height: auto;
		margin-bottom: 8vw;
	}

	section div.inner.activity div.content-wrapper article img.main {
		width: 100%;
		height: auto;
		border-radius: 3vw;
	}

	section div.inner.activity div.content-wrapper article p {
		font-size: 3.6vw;
		line-height: 180%;
		margin-bottom: 4vw;
	}

	div.pagination {
		width: 100%;
		padding: 3vw;
		background: #f8f8f8;
		overflow: hidden;
		margin-top: 10vw;
	}
	
	div.pagination_prev {
		float: left;
	}
	
	div.pagination_next {
		float: right;
	}
	
	div.pagination_prev a,
	div.pagination_next a {
		font-size: 3.6vw;
		font-weight: bold;
		color: #333;
		text-decoration: none;
	}

	article p,
	article table {
		margin-bottom: 4vw;
	}
	
	article img {
		max-width: 100%;
		height: auto;
		margin-bottom: 4vw;
	}
	
	article h2 {
	  	border-bottom: solid 3px #ddd;
	  	position: relative;
		font-size: 5.4vw;
		font-weight: bold;
		line-height: 150%;
		padding-bottom: 1.5vw;
		text-align: left;
		margin: 12vw 0 4vw 0;
	}

	article h2:after {
	  	position: absolute;
	  	content: " ";
	  	display: block;
	  	border-bottom: solid 3px #0B3D91;
	  	bottom: -3px;
	  	width: 30%;
	}
	
	article h3 {
		font-size: 4.8vw;
		font-weight: bold;
		line-height: 150%;
		color: #fff;
		padding: 2vw 0 2vw 3vw;
		text-align: left;
		margin: 12vw 0 4vw 0;
		background: #0B3D91;
	}
	
	article h4 {
		font-size: 4vw;
		font-weight: bold;
		line-height: 150%;
		color: #0B3D91;
		padding-bottom: 10px;
		text-align: left;
		border-bottom: solid 1px #ddd;
		margin: 12vw 0 4vw 0;
	}
	
	article h5 {
		font-size: 4vw;
		font-weight: bold;
		line-height: 150%;
		text-align: left;
		margin: 12vw 0 4vw 0;
	}

	article ul,
	article ol {
		width: 100%;
		margin-bottom: 4vw;
		padding-left: 20px;
		font-size: 3.6vw;
		line-height: 180%;
	}

	article ul {
		list-style: disc;
	}

	article ol {
		list-style: decimal;
	}

	article ul li,
	article ol li {
		margin: 2vw 0;
		font-weight: bold;
	}

/******************************

プライバシーポリシー

******************************/
	
	div.main-visual.lower.privacy {
		background: url("../img/mainvisual-privacy.jpg") no-repeat center top 60px / cover;
	}
	
	h2.privacy-title {
		font-size: 4.3vw;
		font-weight: bold;
		color: #1a1a1a;
		line-height: 150%;
		margin-top: 10vw;
		padding-bottom: 3vw;
		border-bottom: 1px solid #ddd;
	}

	ul.privacy {
		width: 100%;
		margin-top: 6vw;
		padding-left: 20px;
		list-style: decimal;
		font-size: 3.6vw;
		line-height: 180%;
	}

	ul.privacy li {
		margin: 2vw 0;
		font-weight: 600;
	}

	ul.privacy li span {
		font-weight: 400;
	}

	ul.privacy.decimal {
		list-style: decimal;
	}

	ul.privacy.disc {
		list-style: disc;
		padding-left: 15px;
	}

/******************************

お問い合わせ

******************************/
	
	div.main-visual.lower.contact {
		background: url("../img/mainvisual-contact.jpg") no-repeat center top 60px / cover;
	}
	
	table.contact-form {
		width: 100%;
		font-size: 3.6vw;
		line-height: 180%;
		border-top: 1px solid #ddd;
	}

	table.contact-form td {
		border-bottom: 1px solid #ddd;
		background: #fff;
		text-align: left;
	}

	table.contact-form th {
		font-weight: bold;
		width: 100%;
		padding: 3vw 3vw 3vw 0;
		line-height: 6vw;
		overflow: hidden;
		display: flex;
		align-items: center;
		background: #fff;
		text-align: left;
		border-bottom: 1px solid #ddd;
	}

	table.contact-form td {
		width: 100%;
		padding: 6vw 0;
		display: block;
	}

	.formbtn {
		width: fit-content;
		padding: 15px 40px;
		background: #0B3D91;
		font-size: 4.8vw;
		color: #fff;
		cursor: pointer;
		outline: none;
		border-radius: 50px;
		margin: 8vw auto 0 auto;
		display: block;
		font-weight: bold;
		border: none;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea {
		width: 60%;
		border: 1px solid #ddd;
		padding: 5px;
		font-size: 3.6vw;
		font-weight: normal;
	}

	input[type="email"],
	textarea {
		width: 100%;
	}

	textarea {
		font-size: 3.6vw;
		font-weight: normal;
		height: 150px;
	}

	input[type="select"],
	select {
		font-weight: normal;
	}
	
	input#zip,
	input[type="tel"],
	input#pref {
		width: 60%;
	}
	
	input#city {
		width: 100%;
	}
	
	input.your-addr {
		width: 100%;
	}

	.must {
		display: block;
		background-color: red;
		padding: 0 6px;
		font-size: 3vw;
		line-height: 6vw;
		color: #fff;
		float: left;
		border-radius: 3px;
		font-weight: bold;
		margin-right: 10px;
	}

	table.contact-form input,
	table.contact-form select,
	table.contact-form textarea {
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 0;
	}

	table.contact-form input:focus,
	table.contact-form select:focus,
	table.contact-form textarea:focus {
		border: 1px solid #0B3D91;
	  	outline: 0;
	}

	h2.thanks {
		font-size: 5vw;
		font-weight: bold;
		line-height: 180%;
	}
	
	h1.simple {
		font-size: 4.3vw;
		font-weight: bold;
		color: #1a1a1a;
		line-height: 150%;
	}

}

/******************************************************************************************************

SP補足

******************************************************************************************************/

@media screen and ( max-width:480px) {



}

/******************************************************************************************************

タブレット

******************************************************************************************************/

@media screen and (min-width:768px) and ( max-width:1024px) {
	
	#policy,#policy01,#policy02,#policy03,#profile,#sns,#activity {
		margin-top: -80px;
		padding-top: 80px;
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	.ta {
		display: block;
	}
	
	.sp {
		display: none;
	}
	
	/*　ハンバーガーボタン　*/

	.hamburger {
		display : block;
		position: fixed;
		z-index : 99999;
		right : 0;
		top   : 0;
		width : 100px;
		height: 80px;
		cursor: pointer;
		text-align: center;
	}

	.hamburger span {
		display : block;
		position: absolute;
		width: 40px;
		height: 2px;
		left: 30px;
		background : #fff;
		transition: .3s;
	}

	.hamburger span:nth-child(1) {
		top: 31px;
	}

	.hamburger span:nth-child(2) {
		top: 39px;
	}

	.hamburger span:nth-child(3) {
		top: 47px;
	}

	/* ナビが開いてる時 */

	.hamburger.active {
		display : block;
		position: fixed;
		z-index : 99999;
		right : 0;
		top   : 0;
		width : 100px;
		height: 80px;
		cursor: pointer;
		text-align: center;
		transition: .3s;
	}

	.hamburger.active span:nth-child(1) {
		top : 40px;
		left: 30px;
		background: #fff;
		transform: rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 40px;
		background: #fff;
		transform: rotate(45deg);
	}
	
	header {
		width: 100%;
		height: 80px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		margin: auto;
		background: #0B3D91;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 0 0 3vw;
		filter: drop-shadow(0px 0px 10px rgba(0,0,0,.2));
		-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.2));
	}
	
	h1 img.logo,
	div.logo-area img.logo {
		width: auto;
		height: 50px;
		position: relative;
		z-index: 10000;
	}
	
	nav.gnav {
		height: 100vh;
		visibility: hidden;
		opacity: 0;
		transition: .3s;
		width: 40%;
		position: fixed;
		top: 0;
		right: 0;
		background: #0B3D91;
		overflow-y:  scroll;
		padding: 90px 30px 30px 30px;
		z-index: 1000;
		display: flex;
		align-items: center;
	}
	
	/* このクラスを、jQueryで付与・削除する */
	nav.gnav.active {
		visibility: visible;
		opacity: 1;
	}
	
	nav.gnav ul {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		grid-row-gap: 4vh;
	}
	
	nav.gnav ul li {
		text-align: center;
	}
	
	nav.gnav ul li:last-child {
		margin-right: 0;
	}
	
	nav.gnav ul li a {
		font-size: 16px;
		font-weight: 800;
		color: #fff;
		line-height: 180%;
		text-decoration: none;
	}
	
	nav.gnav ul li a.contact {
		width: fit-content;
		color: #0B3D91;
		background: #fff100;
		line-height: 50px;
		padding: 0 30px;
		border-radius: 25px;
		display: block;
		margin: 0 auto;
	}
	
	div.main-visual {
		width: 100%;
		height: 62vw;
		position: relative;
		overflow: hidden;
		padding-top: 80px;
	}

	div.main-visual div.bg-wrapper {
		width: 55%;
		height: 100%;
		position: relative;
		float: right;
	}

	div.main-visual div.bg {
		width: 100%;
		height: 100%;
		background: url("../img/mainvisual-bg.jpg") no-repeat left -6vw top / cover;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	div.main-visual img.person {
		width: 57vw;
		height: auto;
		position: absolute;
		top: 20px;
		right: -4vw;
		z-index: 2;
	}
	
	div.copy-area {
		width: 45%;
		height: 100%;
		padding: 80px 0 0 5vw;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	div.copy-area div.main-copy img {
		width: 100%;
		height: auto;
	}
	
	div.copy-area div.sub-copy {
		font-size: 2.15vw;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 150%;
		margin-top: 3vw;
	}

	div.copy-area p.under-copy {
		font-size: 1.4vw;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 150%;
		margin-top: 0.5vw;
	}

	div.button-area {
		width: fit-content;
		display: flex;
	}

	div.copy-area div.button-area {
		margin-top: 3vw;
		column-gap: 1vw;
	}
	
	.main-button {
		width: fit-content;
		font-size: 2.4vw;
		font-weight: 800;
		color: #0B3D91;
		line-height: 7vw;
		background: #fff;
		border-radius: 4vw;
		border: 2px solid #0B3D91;
		padding: 0 4vw;
		text-decoration: none;
		transition: .3s;
		display: block;
	}
	
	.main-button:hover {
		background: #0B3D91;
		color: #fff;
	}

	.main-button.contact {
		color: #0B3D91;
		background: #fff100;
		border: 2px solid #fff100;
	}
	
	.main-button.contact:hover {
		opacity: 0.7;
		background: #fff100;
		color: #0B3D91;
	}

	div.copy-area div.button-area .main-button {
		font-size: 1.7vw;
		line-height: 5.5vw;
		border-radius: 3vw;
		padding: 0 3.5vw;
		margin-top: 0;
	}

	section {
		width: 100%;
		position: relative;
		padding: 10vw 0;
	}
	
	section div.inner,
	section div.feature-inner div.inner {
		width: 90vw;
		margin: 0 auto;
	}
	
	.separate {
		display: flex;
		justify-content: space-between;
	}
	
	section.blue {
		background: #F4F7FC;
	}
	
	section h2.main-title-en {
		font-size: 1.6vw;
		font-weight: 800;
		line-height: 100%;
		color: #0B3D91;
		text-align: center;
	}
	
	section h2.main-title-jp {
		font-size: 4.8vw;
		font-weight: 800;
		line-height: 150%;
		color: #1a1a1a;
		margin: 1.5vw 0 0 0;
		text-align: center;
	}

	section h2.main-title-jp span {
		font-weight: 800;
	}


	p.under-main-title {
		font-size: 2.4vw;
		line-height: 180%;
		color: #1a1a1a;
		text-align: center;
		margin: 5vw 0 6vw 0;
	}

	ul.policy-list {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 5%;
		row-gap: 6vw;
	}

	ul.policy-list li {
		width: 47.5%;
	}

	p.policy-number {
		width: 8vw;
		height: 8vw;
		border-radius: 50%;
		background: #0B3D91;
		display: block;
		margin: 0 auto;
		font-size: 2.4vw;
		color: #fff;
		font-weight: 800;
		line-height: 8vw;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	ul.policy-list li div.policy-item {
		background: #fff;
		border-radius: 2vw;
		border: 1px solid #0B3D91;
		margin-top: -4vw;
	}

	ul.policy-list li div.policy-item h3 {
		font-size: 2.8vw;
		color: #0B3D91;
		font-weight: 800;
		line-height: 150%;
		text-align: center;
		padding: 6vw 2vw 0 2vw;
	}

	ul.policy-list li div.policy-item p.policy-txt {
		font-size: 2vw;
		color: #1a1a1a;
		font-weight: 600;
		line-height: 180%;
		padding: 20px 20px 30px 20px;
		text-align: justify;
	}

	ul.policy-list li div.policy-item img.photo {
		width: 100%;
		height: auto;
		border-radius: 0 0 2vw 2vw;
	}

	.main-button.policy {
		margin: -3.5vw auto 0 auto;
		position: relative;
		z-index: 1;
	}

	div.separate.profile {
		display: block;
		column-gap: 5%;
		margin-top: 8vw;
	}

	img.profile-p01 {
		width: 60%;
		height: auto;
		border-radius: 50%;
		display: block;
		margin: 0 auto;
	}

	div.profile-wrapper {
		width: 100%;
	}

	div.profile-wrapper p.name {
		font-size: 3.6vw;
		color: #1a1a1a;
		font-weight: bold;
		line-height: 100%;
		margin-top: 6vw;
		text-align: center;
	}

	div.profile-wrapper p.name span {
		font-size: 2vw;
		font-weight: bold;
	}

	p.profile-position {
		font-size: 2vw;
		font-weight: 600;
		color: #666;
		line-height: 180%;
		margin-top: 10px;
		text-align: center;
	}

	p.profile-txt {
		width: 100%;
		font-size: 2.2vw;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 180%;
		margin-top: 3vw;
		background: #F4F7FC;
		padding: 3vw;
		border-radius: 2vw;
	}

	div.carrer-wrapper.separate {
		display: block;
		width: 100%;
		margin: 10vw 0 8vw 0;
		padding-bottom: 8vw;
		border-bottom: 1px solid #ddd;
	}

	h3.profile {
		font-size: 3vw;
		font-weight: 800;
		line-height: 150%;
		color: #0B3D91;
		text-align: center;
	}

	ul.carrer-list {
		width: 90%;
		border-left: 2px solid #0B3D91;
		margin: 4vw auto 0 auto;
		padding: 1px 0;
	}

	ul.carrer-list li {
		font-size: 2vw;
		color: #1a1a1a;
		line-height: 180%;
		margin: 3vw 0 3vw -8px;
		padding-left: 3vw;
		background: url(../img/list-circle.png) no-repeat left 0 top 8px / 14px auto;
	}

	div.face.separate {
		display: block;
	}

	ul.face-list {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 6vw;
	}

	ul.face-list li {
		width: 47.5%;
	}

	ul.face-list li div.img-area {
		width: 100%;
		position: relative;
	}

	ul.face-list li div.img-area::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
		border-radius: 20px;
	}

	ul.face-list li div.img-area img {
		width: 100%;
		height: auto;
		border-radius: 2vw;
	}

	ul.face-list li div.img-area p.title {
		font-size: 2.4vw;
		font-weight: 600;
		color: #fff;
		line-height: 100%;
		position: absolute;
		left: 30px;
		bottom: 30px;
		z-index: 2;
	}

	p.main-txt {
		font-size: 2vw;
		color: #1a1a1a;
		line-height: 180%;
		margin-top: 2vw;
		text-align: justify;
	}

	section div.inner.sns {
		width: 90vw;
	}

	ul.sns-list {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 6vw;
	}

	ul.sns-list li {
		width: 47.5%;
		height: 400px;
		background: #fff;
	}

	a.banner {
		width: 100%;
		background: #fff;
		border-radius: 2vw;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: .3s;
		text-decoration: none;
		margin-top: 3vw;
		padding: 3.5vw 0;
		filter: drop-shadow(0px 0px 5px rgba(0,0,0,.05));
		-webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,.05));
	}

	a:hover.banner {
		opacity: 0.7;
	}

	a.banner img {
		width: auto;
		height: 6vw;
		margin-right: 3vw;
	}

	a:hover.banner img {
		opacity: 1;
	}

	a.banner p {
		font-size: 2.4vw;
		font-weight: 800;
		line-height: 6vw;
		color: #1a1a1a;
		padding: 0 3vw;
		border: 1px solid #1a1a1a;
		border-radius: 1vw;
	}

	div.activity-list {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 4vw;
	}

	div.activity-list a {
		width: 100%;
		transition: .3s;
		text-decoration: none;
		display: flex;
		align-items: center;
	}

	div.activity-list a:hover {
		opacity: 0.7;
	}

	div.activity-list a img {
		width: 35%;
		height: auto;
		aspect-ratio: 16/10;
		border-radius: 2vw;
		margin-right: 3vw;
	}

	div.activity-list a:hover img {
		opacity: 1;
	}

	div.date-area {
		display: flex;
		align-items: center;
	}

	div.date-area p.date {
		font-size: 1.5vw;
		font-weight: bold;
		color: #666;
		line-height: 180%;
		margin-right: 1vw;
	}

	div.date-area p.category {
		font-size: 1.4vw;
		font-weight: bold;
		color: #fff;
		line-height: 3.2vw;
		border-radius: 1.6vw;
		padding: 0 2vw;
		background: #0B3D91;
	}

	div.activity-list a p.title {
		font-size: 2.4vw;
		font-weight: bold;
		line-height: 180%;
		color: #1a1a1a;
		margin: 2vw 0 -0.5vw 0;
	}

	div.activity-list a p.main-txt {
		font-size: 1.8vw;
	}

	section.contact {
		background: url("../img/contact-bg.jpg") no-repeat center center / cover;
	}

	section.contact h2 {
		color: #fff;
	}

	section.contact p.under-main-title {
		color: #fff;
	}

	.main-button.center {
		margin: 60px auto 0 auto;
	}

	section.contact div.button-area {
		margin: 0 auto;
		justify-content: center;
		column-gap: 20px;
	}

	.main-button.tel-number {
		font-size: 2.4vw;
		font-weight: 400;
		color: #fff;
		background: #0B3D91;
		border: 2px solid #fff;
	}
	
	footer {
		width: 100%;
		background: #f8f8f8;
		position: relative;
	}
	
	footer div.inner {
		width: 90vw;
		margin: 0 auto;
		padding: 6vw 0 0 0;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	
	footer div.inner div.logo-area img {
		width: auto;
		height: 6vw;
	}
	
	footer div.inner div.logo-area p.main-txt {
		font-size: 1.6vw;
		margin-top: 2vw;
	}
	
	footer div.inner div.logo-area p.main-txt a {
		color: #1a1a1a;
		text-decoration: none;
		border: none;
	}
	
	div.fnav {
		width: 50%;
	}
	
	div.fnav ul {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		column-gap: 60px;
	}

	div.fnav ul li p.title {
		font-size: 1.8vw;
		font-weight: 800;
		line-height: 150%;
		color: #0B3D91;
		margin-bottom: 2vw;
	}
	
	div.fnav ul li a {
		font-size: 1.8vw;
		font-weight: 600;
		line-height: 150%;
		color: #1a1a1a;
		text-decoration: none;
		transition: .3s;
		margin-top: 1.5vw;
		display: block;
	}
	
	div.fnav ul li a:hover {
		opacity: 0.7;
	}

	div.copyright-area {
		width: 90vw;
		margin: 0 auto;
		height: 8vw;
		margin-top: 6vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid #ddd;
	}

	a.privacy {
		font-size: 1.6vw;
		font-weight: 600;
		line-height: 180%;
		color: #1a1a1a;
		text-decoration: none;
		transition: .3s;
	}

	a:hover.privacy {
		opacity: 0.7;
	}
	
	p.copyright {
		font-size: 1.6vw;
		line-height: 180%;
		color: #1a1a1a;
	}
	
/******************************

下層共通

******************************/
	
	div.main-visual.lower {
		width: 100%;
		height: 48vw;
		padding-top: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	div.main-visual.lower div h1.page-title-en {
		font-size: 1.6vw;
		font-weight: 800;
		line-height: 100%;
		color: #0B3D91;
		text-align: center;
	}
	
	div.main-visual.lower div h1.page-title-jp {
		font-size: 5.4vw;
		font-weight: 800;
		line-height: 150%;
		color: #1a1a1a;
		text-align: center;
		margin: 1vw 0 0 0;
	}

	div.breadcrumbs-wrapper {
		width: 100%;
		background: #0B3D91;
		padding: 2vw 0;
	}

	div.breadcrumbs-wrapper div.inner {
		width: 90vw;
		margin: 0 auto;
	}

	p.breadcrumbs {
		font-size: 1.6vw;
		line-height: 180%;
		color: #859ec8;
	}

	p.breadcrumbs a {
		color: #fff;
		text-decoration: none;
		transition: .3s;
	}

	p.breadcrumbs a:hover {
		opacity: 0.5;
	}
	
/******************************

重点政策

******************************/
	
	div.main-visual.lower.policy {
		background: url("../img/mainvisual-policy.jpg") no-repeat center top 80px / cover;
	}

	div.policy-title-area {
		width: 90vw;
		margin: 0 auto;
		padding: 10vw 0;
		background: url("../img/town.png") no-repeat center bottom / 80% auto;
	}

	h2.policy-title {
		font-size: 4vw;
		font-weight: 800;
		line-height: 150%;
		color: #0B3D91;
		text-align: center;
	}

	h2.policy-title::before {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 4.8vw;
		height: 4.8vw;
		background-image: url(../img/town-left.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: left top;
		vertical-align: middle;
	}

	h2.policy-title::after {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 4.8vw;
		height: 4.8vw;
		background-image: url(../img/town-right.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: right top;
		vertical-align: middle;
	}

	p.under-policy-title {
		font-size: 2vw;
		line-height: 180%;
		color: #0B3D91;
		text-align: center;
		margin: 30px 0 0 0;
	}

	div.policy-list-lower {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.reverse {
		flex-direction: row;
	}

	div.policy-list-lower img {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 10;
		border-radius: 2vw;
		object-fit: cover;
		filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));
		-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.1));
		margin-top: 4vw;
	}

	div.policy-list-lower div.txt-area {
		width: 100%;
		padding: 0 2%;
	}

	div.policy-list-lower div.txt-area h3 {
		font-size: 3.2vw;
		font-weight: 800;
		text-align: center;
		color: #1a1a1a;
		line-height: 150%;
		margin: 3vw 0;
	}

	section div.inner.policy {
		margin-top: -6vw;
	}

	div.policy-list-wrapper {
		width: 100%;
		border-radius: 3vw;
		padding: 8vw;
		background: #F4F7FC;
		margin-top: 6vw;
	}

	div.assignment-wrapper {
		width: 100%;
		margin-top: 8vw;
		border-radius: 2vw;
		border: 1px solid #0B3D91;
		background: #0B3D91;
	}

	div.assignment-wrapper h4 {
		font-size: 3.2vw;
		line-height: 8vw;
		font-weight: 800;
		color: #fff;
		text-align: center;
	}

	div.assignment-wrapper div.txt-area {
		width: 100%;
		border-radius: 2vw;
		background: #fff;
		padding: 6vw;
	}

	h4.policy {
		border-bottom: solid 3px #b5c4de;
  		position: relative;
		font-size: 3.6vw;
		font-weight: 800;
		line-height: 1.5;
		color: #0B3D91;
		padding-bottom: 1vw;
		margin: 8vw 0 3vw 0;
	}

	h4.policy:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 3px #0B3D91;
		bottom: -3px;
		width: 20%;
	}

	div.policy-list-wrapper .separate {
		width: 100%;
		display: block;
	}

	div.policy-list-wrapper .separate div.txt-area {
		width: 100%;
	}

	div.policy-list-wrapper .separate img {
		width: 40%;
		height: auto;
		display: block;
		margin: 6vw auto 0 auto;
	}

	ul.policy-list-lower {
		width: 100%;
		margin-top: 3vw;
		text-align: justify;
	}

	ul.policy-list-lower li {
		font-size: 2vw;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 1.8;
		margin-top: 1vw;
		display: flex;
		align-items: flex-start;
	}

	ul.policy-list-lower li:first-child {
		margin-top: 0;
	}

	ul.policy-list-lower li::before {
		content: "";
		margin: 1.2vw 1vw 0 0;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background-color: #0B3D91;
		flex-shrink: 0;
	}

/******************************

活動報告

******************************/
	
	div.main-visual.lower.activity {
		background: url("../img/mainvisual-activity.jpg") no-repeat center top 80px / cover;
	}

	section div.inner.activity div.content-wrapper {
		width: 100%;
	}

	section div.inner.activity div.content-wrapper div.activity-list {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 6vw;
	}

	section div.inner.activity div.content-wrapper div.activity-list a {
		width: 100%;
	}

	section div.inner.activity div.side-wrapper {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 5vw;
	}

	h2.activity-title {
		font-size: 3vw;
		font-weight: 800;
		color: #1a1a1a;
		line-height: 150%;
		margin-bottom: 40px;
		padding: 5px 0 5px 15px;
		border-left: 6px solid #0B3D91;
	}

	h2.side-title {
		font-size: 2.2vw;
		font-weight: 800;
		line-height: 8vw;
		color: #0B3D91;
		background: #F4F7FC;
		padding: 0 0 0 3vw;
		margin: 10vw 0 1vw 0;
		border-radius: 1vw;
	}

	section div.inner.activity div.side-wrapper ul {
		width: 100%;
	}

	section div.inner.activity div.side-wrapper ul li {
		border-bottom: 2px dotted #ddd;
	}

	section div.inner.activity div.side-wrapper ul li a {
		font-size: 2vw;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 6vw;
		padding: 0 3vw;
		text-decoration: none;
		display: block;
		transition: .3s;
		position: relative;
	}

	section div.inner.activity div.side-wrapper ul li a::before {
		display: inline-block;
		content: "";
		margin-bottom: 3px;
		margin-right: 8px;
		width: 6px;
		height: 6px;
		border-radius: 3px;
		background-color: #0B3D91;
	}

	section div.inner.activity div.side-wrapper ul li a:hover {
		opacity: 0.7;
	}

	main.activity-single {
		padding-top: 80px;
	}

	section.activity-single {
		padding: 10vw 0;
	}

	section div.inner.activity div.content-wrapper article {
		width: 100%;
	}

	section div.inner.activity div.content-wrapper article div.date-area {
		display: flex;
		align-items: center;
		margin: 0 0 5vw 0;
		border-bottom: 1px solid #ddd;
	}

	section div.inner.activity div.content-wrapper article div.date-area p.date {
		font-size: 1.8vw;
		font-weight: bold;
		color: #666;
		line-height: 180%;
		margin-right: 1.5vw;
	}

	section div.inner.activity div.content-wrapper article div.date-area p.category {
		font-size: 1.7vw;
		font-weight: bold;
		color: #fff;
		line-height: 5vw;
		border-radius: 2.5vw;
		padding: 0 3vw;
		background: #0B3D91;
	}

	section div.inner.activity div.content-wrapper article h1 {
		font-size: 3.6vw;
		font-weight: bold;
		line-height: 150%;
		color: #1a1a1a;
		margin-bottom: 5vw;
	}

	section div.inner.activity div.content-wrapper article img {
		max-width: 100%;
		height: auto;
		margin-bottom: 6vw;
	}

	section div.inner.activity div.content-wrapper article img.main {
		width: 100%;
		height: auto;
		border-radius: 2vw;
	}

	section div.inner.activity div.content-wrapper article p {
		font-size: 2vw;
		line-height: 180%;
		margin-bottom: 3vw;
	}

	div.pagination {
		width: 100%;
		padding: 20px;
		background: #f8f8f8;
		overflow: hidden;
		margin-top: 60px;
	}
	
	div.pagination_prev {
		float: left;
	}
	
	div.pagination_next {
		float: right;
	}
	
	div.pagination_prev a,
	div.pagination_next a {
		font-size: 2vw;
		font-weight: 600;
		color: #333;
		text-decoration: none;
	}

	article p,
	article table {
		margin-bottom: 3vw;
	}
	
	article img {
		max-width: 100%;
		height: auto;
		margin-bottom: 3vw;
	}
	
	article h2 {
	  	border-bottom: solid 3px #ddd;
	  	position: relative;
		font-size: 3vw;
		font-weight: bold;
		line-height: 150%;
		padding-bottom: 1.5vw;
		text-align: left;
		margin: 6vw 0 2vw 0;
	}

	article h2:after {
	  	position: absolute;
	  	content: " ";
	  	display: block;
	  	border-bottom: solid 3px #0B3D91;
	  	bottom: -3px;
	  	width: 30%;
	}
	
	article h3 {
		font-size: 2.6vw;
		font-weight: bold;
		line-height: 150%;
		color: #fff;
		padding: 1.5vw 0 1.5vw 2vw;
		text-align: left;
		margin: 6vw 0 2vw 0;
		background: #0B3D91;
	}
	
	article h4 {
		font-size: 2.2vw;
		font-weight: bold;
		line-height: 150%;
		color: #0B3D91;
		padding-bottom: 10px;
		text-align: left;
		border-bottom: solid 1px #ddd;
		margin: 6vw 0 2vw 0;
	}
	
	article h5 {
		font-size: 2.2vw;
		font-weight: bold;
		line-height: 150%;
		text-align: left;
		margin: 6vw 0 2vw 0;
	}

	article ul,
	article ol {
		width: 100%;
		margin-bottom: 3vw;
		padding-left: 20px;
		font-size: 2vw;
		line-height: 180%;
	}

	article ul {
		list-style: disc;
	}

	article ol {
		list-style: decimal;
	}

	article ul li,
	article ol li {
		margin: 1vw 0;
		font-weight: bold;
	}

/******************************

プライバシーポリシー

******************************/
	
	div.main-visual.lower.privacy {
		background: url("../img/mainvisual-privacy.jpg") no-repeat center top 80px / cover;
	}
	
	h2.privacy-title {
		font-size: 2.4vw;
		font-weight: bold;
		color: #1a1a1a;
		line-height: 150%;
		margin-top: 6vw;
		padding-bottom: 2vw;
		border-bottom: 1px solid #ddd;
	}

	ul.privacy {
		width: 100%;
		margin-top: 3vw;
		padding-left: 25px;
		list-style: decimal;
		font-size: 2vw;
		line-height: 180%;
	}

	ul.privacy li {
		margin: 1vw 0;
		font-weight: 600;
	}

	ul.privacy li span {
		font-weight: 400;
	}

	ul.privacy.decimal {
		list-style: decimal;
	}

	ul.privacy.disc {
		list-style: disc;
		padding-left: 15px;
	}

/******************************

お問い合わせ

******************************/
	
	div.main-visual.lower.contact {
		background: url("../img/mainvisual-contact.jpg") no-repeat center top 80px / cover;
	}
	
	table.contact-form {
		width: 100%;
		font-size: 2vw;
		line-height: 180%;
		border-top: 1px solid #ddd;
	}

	table.contact-form td {
		border-bottom: 1px solid #ddd;
		background: #fff;
		text-align: left;
	}

	table.contact-form th {
		font-weight: bold;
		width: 100%;
		padding: 2vw;
		line-height: 180%;
		overflow: hidden;
		display: flex;
		align-items: center;
		background: #fff;
		text-align: left;
		border-bottom: 1px solid #ddd;
	}

	table.contact-form td {
		width: 100%;
		padding: 2vw;
		display: block;
	}

	.formbtn {
		width: fit-content;
		padding: 2vw 6vw;
		background: #0B3D91;
		font-size: 3vw;
		color: #fff;
		cursor: pointer;
		outline: none;
		border-radius: 5vw;
		margin: 6vw auto 0 auto;
		display: block;
		font-weight: bold;
		border: none;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea {
		width: 60%;
		border: 1px solid #ddd;
		padding: 5px;
		font-size: 2vw;
		font-weight: normal;
	}

	input[type="email"] {
		width: 80%;
	}

	textarea {
		width: 100%;
		height: 150px;
	}

	input[type="select"],
	select {
		font-weight: normal;
	}
	
	input#zip,
	input[type="tel"],
	input#pref {
		width: 30%;
	}
	
	input#city {
		width: 80%;
	}
	
	input.your-addr {
		width: 80%;
	}

	.must {
		display: block;
		background-color: red;
		padding: 0 6px;
		font-size: 14px;
		line-height: 30px;
		color: #fff;
		float: left;
		border-radius: 3px;
		font-weight: bold;
		margin-right: 10px;
	}

	table.contact-form input,
	table.contact-form select,
	table.contact-form textarea {
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 0;
	}

	table.contact-form input:focus,
	table.contact-form select:focus,
	table.contact-form textarea:focus {
		border: 1px solid #0B3D91;
	  	outline: 0;
	}

	h2.thanks {
		font-size: 3vw;
		font-weight: bold;
		line-height: 180%;
	}

	h1.simple {
		font-size: 2.4vw;
		font-weight: bold;
		color: #1a1a1a;
		line-height: 150%;
	}


}

/******************************************************************************************************

PC

******************************************************************************************************/

@media screen and (min-width:1025px) {
	
	#policy,#policy01,#policy02,#policy03,#profile,#sns,#activity {
		margin-top: -100px;
		padding-top: 100px;
		display: block;
	}
	
	a img {
		transition: .3s;
	}
	
	a:hover img {
		opacity: 0.7;
	}
	
	.pc {
		display: block;
	}
	
	.ta {
		display: none;
	}
	
	.sp {
		display: none;
	}
	
	p.main-txt a:hover {
		text-decoration: none;
	}
	
	header {
		width: 94vw;
		height: 80px;
		position: fixed;
		top: 20px;
		left: 0;
		right: 0;
		z-index: 10000;
		margin: auto;
		background: #0B3D91;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 15px 0 40px;
		border-radius: 40px;
		filter: drop-shadow(0px 0px 10px rgba(0,0,0,.2));
		-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.2));
	}
	
	h1 img.logo,
	div.logo-area img.logo {
		width: auto;
		height: 50px;
	}
	
	nav.gnav ul {
		display: flex;
		align-items: center
	}
	
	nav.gnav ul li {
		margin-right: 2vw;
	}
	
	nav.gnav ul li.recruit {
		margin-right: 15px;
	}
	
	nav.gnav ul li:last-child {
		margin-right: 0;
	}
	
	nav.gnav ul li a {
		font-size: 16px;
		font-weight: 800;
		color: #fff;
		line-height: 180%;
		text-decoration: none;
		transition: .3s;
	}
	
	nav.gnav ul li a.contact {
		color: #0B3D91;
		background: #FFF100;
		line-height: 50px;
		padding: 0 30px;
		border-radius: 25px;
		display: block;
	}
	
	nav.gnav ul li a:hover {
		opacity: 0.7;
	}
	
	/*　ハンバーガーボタン　*/

	.hamburger {
		display: none;
	}
	
	div.main-visual {
		width: 100%;
		height: 56vw;
		position: relative;
		overflow: hidden;
	}

	div.main-visual div.bg-wrapper {
		width: 57%;
		height: 100%;
		position: relative;
		float: right;
	}

	div.main-visual div.bg {
		width: 100%;
		height: 100%;
		background: url("../img/mainvisual-bg.jpg") no-repeat left -10vw top / cover;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	div.main-visual img.person {
		width: 55vw;
		height: auto;
		position: absolute;
		top: 120px;
		right: -2vw;
		z-index: 2;
	}
	
	div.copy-area {
		width: 45%;
		height: 100%;
		padding: 100px 0 0 6vw;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	div.copy-area div.main-copy img {
		width: 100%;
		height: auto;
	}
	
	div.copy-area div.sub-copy {
		font-size: 1.9vw;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 150%;
		margin-top: 2.5vw;
	}

	div.copy-area p.under-copy {
		font-size: 1.2vw;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 150%;
		margin-top: 0.5vw;
	}

	div.button-area {
		width: fit-content;
		display: flex;
	}

	div.copy-area div.button-area {
		margin-top: 2.5vw;
		column-gap: 1vw;
	}
	
	.main-button {
		width: fit-content;
		font-size: 20px;
		font-weight: 800;
		color: #0B3D91;
		line-height: 60px;
		background: #fff;
		border-radius: 40px;
		border: 2px solid #0B3D91;
		padding: 0 35px;
		text-decoration: none;
		transition: .3s;
		display: block;
	}
	
	.main-button:hover {
		background: #0B3D91;
		color: #fff;
	}

	.main-button.contact {
		color: #0B3D91;
		background: #fff100;
		border: 2px solid #fff100;
	}
	
	.main-button.contact:hover {
		opacity: 0.7;
		background: #fff100;
		color: #0B3D91;
	}

	div.copy-area div.button-area .main-button {
		font-size: 1.4vw;
		line-height: 4.5vw;
		border-radius: 3vw;
		padding: 0 3vw;
		margin-top: 0;
	}

	section {
		width: 100%;
		position: relative;
		padding: 100px 0;
	}
	
	section div.inner,
	section div.feature-inner div.inner {
		width: 94vw;
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.separate {
		display: flex;
		justify-content: space-between;
	}
	
	section.blue {
		background: #F4F7FC;
	}
	
	section h2.main-title-en {
		font-size: min(1.35vw,16px);
		font-weight: 800;
		line-height: 100%;
		color: #0B3D91;
		text-align: center;
	}
	
	section h2.main-title-jp {
		font-size: min(3.8vw, 48px);
		font-weight: 800;
		line-height: 150%;
		color: #1a1a1a;
		margin: 15px 0 0 0;
		text-align: center;
	}

	section h2.main-title-jp span {
		font-weight: 800;
	}

	p.under-main-title {
		font-size: min(1.6vw, 20px);
		line-height: 180%;
		color: #1a1a1a;
		text-align: center;
		margin: 50px 0 60px 0;
	}

	ul.policy-list {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 2vw;
	}

	p.policy-number {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		background: #0B3D91;
		display: block;
		margin: 0 auto;
		font-size: 24px;
		color: #fff;
		font-weight: 800;
		line-height: 80px;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	ul.policy-list li div.policy-item {
		background: #fff;
		border-radius: 20px;
		border: 1px solid #0B3D91;
		margin-top: -40px;
	}

	ul.policy-list li div.policy-item h3 {
		font-size: min(2vw, 24px);
		color: #0B3D91;
		font-weight: 800;
		line-height: 150%;
		text-align: center;
		padding: 60px 20px 0 20px;
	}

	ul.policy-list li div.policy-item p.policy-txt {
		font-size: min(1.4vw, 18px);
		color: #1a1a1a;
		font-weight: 600;
		line-height: 180%;
		padding: 20px 20px 30px 20px;
	}

	ul.policy-list li div.policy-item img.photo {
		width: 100%;
		height: auto;
		border-radius: 0 0 20px 20px;
	}

	.main-button.policy {
		margin: -30px auto 0 auto;
		position: relative;
		z-index: 1;
	}

	div.separate.profile {
		align-items: center;
		column-gap: 5%;
		margin-top: 80px;
	}

	img.profile-p01 {
		width: 36.5%;
		height: auto;
		border-radius: 50%;
	}

	div.profile-wrapper {
		width: 58.5%;
	}

	div.profile-wrapper p.name {
		font-size: min(2.8vw, 36px);
		color: #1a1a1a;
		font-weight: bold;
		line-height: 150%;
	}

	div.profile-wrapper p.name span {
		font-size: min(1.6vw, 20px);
		font-weight: bold;
	}

	p.profile-position {
		font-size: 16px;
		font-weight: 600;
		color: #666;
		line-height: 180%;
		margin-top: 10px;
	}

	p.profile-txt {
		width: 100%;
		font-size: min(1.6vw, 20px);
		font-weight: 600;
		color: #1a1a1a;
		line-height: 180%;
		margin-top: 30px;
		background: #F4F7FC;
		padding: 30px;
		border-radius: 20px;
	}

	div.carrer-wrapper {
		width: 100%;
		margin: 110px 0 80px 0;
		padding-bottom: 110px;
		border-bottom: 1px solid #ddd;
	}

	h3.profile {
		font-size: 24px;
		font-weight: 800;
		line-height: 150%;
		color: #0B3D91;
		font-feature-settings: "palt" on;
	}

	ul.carrer-list {
		width: 75%;
		border-left: 2px solid #0B3D91;
		margin: -20px 0;
	}

	ul.carrer-list li {
		font-size: 16px;
		color: #1a1a1a;
		line-height: 180%;
		margin: 30px 0 30px -8px;
		padding-left: 30px;
		background: url(../img/list-circle.png) no-repeat left 0 top 6px / 14px auto;
	}

	ul.face-list {
		width: 75%;
		display: flex;
		justify-content: space-between;
	}

	ul.face-list li {
		width: 47.5%;
	}

	ul.face-list li div.img-area {
		width: 100%;
		position: relative;
	}

	ul.face-list li div.img-area::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
		border-radius: 20px;
	}

	ul.face-list li div.img-area img {
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	ul.face-list li div.img-area p.title {
		font-size: 20px;
		font-weight: 600;
		color: #fff;
		line-height: 100%;
		position: absolute;
		left: 30px;
		bottom: 30px;
		z-index: 2;
	}

	p.main-txt {
		font-size: 16px;
		color: #1a1a1a;
		line-height: 180%;
		margin-top: 20px;
		text-align: justify;
	}

	section div.inner.sns {
		width: 94vw;
		max-width: 960px;
	}

	ul.sns-list {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 60px;
	}

	ul.sns-list li {
		width: 500px;
		height: 400px;
		background: #fff;
	}

	a.banner {
		width: 100%;
		height: 140px;
		background: #fff;
		border-radius: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: .3s;
		text-decoration: none;
		margin-top: 30px;
		filter: drop-shadow(0px 0px 5px rgba(0,0,0,.05));
		-webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,.05));
	}

	a:hover.banner {
		opacity: 0.7;
	}

	a.banner img {
		width: auto;
		height: 60px;
		margin-right: 30px;
	}

	a:hover.banner img {
		opacity: 1;
	}

	a.banner p {
		font-size: 24px;
		font-weight: 800;
		line-height: 60px;
		color: #1a1a1a;
		padding: 0 30px;
		border: 1px solid #1a1a1a;
		border-radius: 10px;
	}

	div.activity-list {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 5%;
	}

	div.activity-list a {
		transition: .3s;
		text-decoration: none;
	}

	div.activity-list a:hover {
		opacity: 0.7;
	}

	div.activity-list a img {
		width: 100%;
		height: auto;
		aspect-ratio: 16/10;
		border-radius: 20px;
	}

	div.activity-list a:hover img {
		opacity: 1;
	}

	div.date-area {
		display: flex;
		align-items: center;
		margin-top: 25px;
	}

	div.date-area p.date {
		font-size: 14px;
		font-weight: bold;
		color: #666;
		line-height: 180%;
		margin-right: 10px;
	}

	div.date-area p.category {
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		line-height: 30px;
		border-radius: 15px;
		padding: 0 20px;
		background: #0B3D91;
	}

	div.activity-list a p.title {
		font-size: 20px;
		font-weight: bold;
		line-height: 180%;
		color: #1a1a1a;
		margin: 20px 0 -5px 0;
	}

	section.contact {
		background: url("../img/contact-bg.jpg") no-repeat center center / cover;
	}

	section.contact h2 {
		color: #fff;
	}

	section.contact p.under-main-title {
		color: #fff;
	}

	.main-button.center {
		margin: 60px auto 0 auto;
	}

	section.contact div.button-area {
		margin: 0 auto;
		justify-content: center;
		column-gap: 20px;
	}

	.main-button.tel-number {
		font-size: 24px;
		font-weight: 400;
		color: #fff;
		background: #0B3D91;
		border: 2px solid #fff;
	}
	
	footer {
		width: 100%;
		background: #f8f8f8;
		position: relative;
	}
	
	footer div.inner {
		width: 94vw;
		max-width: 1200px;
		margin: 0 auto;
		padding: 60px 0 0 0;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	
	footer div.inner div.logo-area img {
		width: auto;
		height: 60px;
	}
	
	footer div.inner div.logo-area p.main-txt {
		font-size: 14px;
		margin-top: 20px;
	}
	
	footer div.inner div.logo-area p.main-txt a {
		color: #1a1a1a;
		text-decoration: none;
		border: none;
	}
	
	div.fnav {
		width: 50%;
	}
	
	div.fnav ul {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		column-gap: 60px;
	}

	div.fnav ul li p.title {
		font-size: 14px;
		font-weight: 800;
		line-height: 150%;
		color: #0B3D91;
		margin-bottom: 20px;
	}
	
	div.fnav ul li a {
		font-size: 14px;
		font-weight: 600;
		line-height: 150%;
		color: #1a1a1a;
		text-decoration: none;
		transition: .3s;
		margin-top: 10px;
		display: block;
	}
	
	div.fnav ul li a:hover {
		opacity: 0.7;
	}

	div.copyright-area {
		width: 94vw;
		max-width: 1200px;
		margin: 0 auto;
		height: 60px;
		margin-top: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid #ddd;
	}

	a.privacy {
		font-size: 14px;
		font-weight: 600;
		line-height: 180%;
		color: #1a1a1a;
		text-decoration: none;
		transition: .3s;
	}

	a:hover.privacy {
		opacity: 0.7;
	}
	
	p.copyright {
		font-size: 14px;
		line-height: 180%;
		color: #1a1a1a;
	}
	
/******************************

下層共通

******************************/
	
	div.main-visual.lower {
		width: 100%;
		height: 38vw;
		max-height: 480px;
		padding-top: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	div.main-visual.lower div h1.page-title-en {
		font-size: min(1.35vw,16px);
		font-weight: 800;
		line-height: 100%;
		color: #0B3D91;
		text-align: center;
	}
	
	div.main-visual.lower div h1.page-title-jp {
		font-size: min(4.8vw, 60px);
		font-weight: 800;
		line-height: 150%;
		color: #1a1a1a;
		text-align: center;
		margin: 10px 0 0 0;
	}

	div.breadcrumbs-wrapper {
		width: 100%;
		background: #0B3D91;
		padding: 20px 0;
	}

	div.breadcrumbs-wrapper div.inner {
		width: 94vw;
		max-width: 1200px;
		margin: 0 auto;
	}

	p.breadcrumbs {
		font-size: 14px;
		line-height: 180%;
		color: #859ec8;
	}

	p.breadcrumbs a {
		color: #fff;
		text-decoration: none;
		transition: .3s;
	}

	p.breadcrumbs a:hover {
		opacity: 0.5;
	}
	
/******************************

重点政策

******************************/
	
	div.main-visual.lower.policy {
		background: url("../img/mainvisual-policy.jpg") no-repeat center top / cover;
	}

	div.policy-title-area {
		width: 94vw;
		max-width: 1200px;
		margin: 0 auto;
		padding: 120px 0;
		background: url("../img/town.png") no-repeat center bottom / 80% auto;
	}

	h2.policy-title {
		font-size: min(3.8vw, 48px);
		font-weight: 800;
		line-height: 150%;
		color: #0B3D91;
		text-align: center;
	}

	h2.policy-title::before {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 4.8vw;
		max-width: 60px;/*画像の幅*/
		height: 4.8vw;
		max-height: 60px;/*画像の高さ*/
		background-image: url(../img/town-left.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: left top;
		vertical-align: middle;
	}

	h2.policy-title::after {
		content: '';/*何も入れない*/
		display: inline-block;
		width: 4.8vw;
		max-width: 60px;/*画像の幅*/
		height: 4.8vw;
		max-height: 60px;/*画像の高さ*/
		background-image: url(../img/town-right.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: right top;
		vertical-align: middle;
	}

	p.under-policy-title {
		font-size: min(1.6vw, 20px);
		line-height: 180%;
		color: #0B3D91;
		text-align: center;
		margin: 30px 0 0 0;
	}

	div.policy-list-lower {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.reverse {
		flex-direction: row-reverse;
	}

	div.policy-list-lower img {
		width: 47.5%;
		height: auto;
		aspect-ratio: 4 / 3;
		border-radius: 20px;
		object-fit: cover;
		filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));
		-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.1));
	}

	div.policy-list-lower div.txt-area {
		width: 47.5%;
		padding: 0 2%;
	}

	div.policy-list-lower div.txt-area h3 {
		font-size: min(3vw, 36px);
		font-weight: 800;
		text-align: center;
		color: #1a1a1a;
		line-height: 160%;
		margin-top: 30px;
	}

	section div.inner.policy {
		margin-top: -60px;
	}

	div.policy-list-wrapper {
		width: 100%;
		border-radius: 30px;
		padding: 80px;
		background: #F4F7FC;
		margin-top: 60px;
	}

	div.assignment-wrapper {
		width: 100%;
		margin-top: 80px;
		border-radius: 20px;
		border: 1px solid #0B3D91;
		background: #0B3D91;
	}

	div.assignment-wrapper h4 {
		font-size: 24px;
		line-height: 60px;
		font-weight: 800;
		color: #fff;
		text-align: center;
	}

	div.assignment-wrapper div.txt-area {
		width: 100%;
		border-radius: 20px;
		background: #fff;
		padding: 60px;
	}

	h4.policy {
		border-bottom: solid 3px #b5c4de;
  		position: relative;
		font-size: 30px;
		font-weight: 800;
		line-height: 1.5;
		color: #0B3D91;
		padding-bottom: 10px;
		margin: 60px 0 30px 0;
	}

	h4.policy:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 3px #0B3D91;
		bottom: -3px;
		width: 20%;
	}

	div.policy-list-wrapper .separate {
		width: 100%;
		align-items: center;
	}

	div.policy-list-wrapper .separate div.txt-area {
		width: 68%;
	}

	div.policy-list-wrapper .separate img {
		width: 32%;
		height: auto;
		padding: 0 5%;
	}

	ul.policy-list-lower {
		width: 100%;
		margin-top: 30px;
	}

	ul.policy-list-lower li {
		font-size: 16px;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 1.8;
		margin-top: 10px;
		display: flex;
		align-items: flex-start;
	}

	ul.policy-list-lower li:first-child {
		margin-top: 0;
	}

	ul.policy-list-lower li::before {
		content: "";
		margin: 9px 10px 0 0;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background-color: #0B3D91;
		flex-shrink: 0;
	}

/******************************

活動報告

******************************/
	
	div.main-visual.lower.activity {
		background: url("../img/mainvisual-activity.jpg") no-repeat center top / cover;
	}

	section div.inner.activity {
		display: flex;
		justify-content: space-between;
	}

	section div.inner.activity div.content-wrapper {
		width: 70%;
	}

	section div.inner.activity div.content-wrapper div.activity-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 60px 5%;
	}

	section div.inner.activity div.content-wrapper div.activity-list a {
		width: 100%;
	}

	section div.inner.activity div.side-wrapper {
		width: 25%;
		margin-top: -60px;
	}

	h2.activity-title {
		font-size: min(2.4vw, 30px);
		font-weight: 800;
		color: #1a1a1a;
		line-height: 150%;
		margin-bottom: 40px;
		padding: 5px 0 5px 15px;
		border-left: 6px solid #0B3D91;
	}

	h2.side-title {
		font-size: min(1.6vw, 20px);
		font-weight: 800;
		line-height: 70px;
		color: #0B3D91;
		background: #F4F7FC;
		padding: 0 0 0 20px;
		margin: 60px 0 10px 0;
		border-radius: 10px;
	}

	section div.inner.activity div.side-wrapper ul {
		width: 100%;
	}

	section div.inner.activity div.side-wrapper ul li {
		border-bottom: 2px dotted #ddd;
	}

	section div.inner.activity div.side-wrapper ul li a {
		font-size: 16px;
		font-weight: 600;
		color: #1a1a1a;
		line-height: 60px;
		padding: 0 20px;
		text-decoration: none;
		display: block;
		transition: .3s;
		position: relative;
	}

	section div.inner.activity div.side-wrapper ul li a::before {
		display: inline-block;
		content: "";
		margin-bottom: 3px;
		margin-right: 8px;
		width: 6px;
		height: 6px;
		border-radius: 3px;
		background-color: #0B3D91;
	}

	section div.inner.activity div.side-wrapper ul li a:hover {
		opacity: 0.7;
	}

	section.activity-single {
		padding: 200px 0 100px 0;
	}

	section div.inner.activity div.content-wrapper article {
		width: 100%;
	}

	section div.inner.activity div.content-wrapper article div.date-area {
		display: flex;
		align-items: center;
		margin: 0 0 40px 0;
		border-bottom: 1px solid #ddd;
	}

	section div.inner.activity div.content-wrapper article div.date-area p.date {
		font-size: 16px;
		font-weight: bold;
		color: #666;
		line-height: 180%;
		margin-right: 15px;
	}

	section div.inner.activity div.content-wrapper article div.date-area p.category {
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		line-height: 40px;
		border-radius: 20px;
		padding: 0 25px;
		background: #0B3D91;
	}

	section div.inner.activity div.content-wrapper article h1 {
		font-size: min(2.8vw, 36px);
		font-weight: bold;
		line-height: 150%;
		color: #1a1a1a;
		margin-bottom: 40px;
	}

	section div.inner.activity div.content-wrapper article img {
		max-width: 100%;
		height: auto;
		margin-bottom: 60px;
	}

	section div.inner.activity div.content-wrapper article img.main {
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	section div.inner.activity div.content-wrapper article p {
		font-size: 16px;
		line-height: 180%;
		margin-bottom: 30px;
	}

	div.pagination {
		width: 100%;
		padding: 30px;
		background: #f8f8f8;
		overflow: hidden;
		margin-top: 60px;
	}
	
	div.pagination_prev {
		float: left;
	}
	
	div.pagination_next {
		float: right;
	}
	
	div.pagination_prev a,
	div.pagination_next a {
		font-size: 16px;
		font-weight: bold;
		color: #333;
		text-decoration: none;
	}

	article p,
	article table {
		margin-bottom: 20px;
	}
	
	article img {
		max-width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
	article h2 {
	  	border-bottom: solid 3px #ddd;
	  	position: relative;
		font-size: 24px;
		font-weight: bold;
		line-height: 150%;
		padding-bottom: 15px;
		text-align: left;
		margin: 60px 0 20px 0;
	}

	article h2:after {
	  	position: absolute;
	  	content: " ";
	  	display: block;
	  	border-bottom: solid 3px #0B3D91;
	  	bottom: -3px;
	  	width: 30%;
	}
	
	article h3 {
		font-size: 20px;
		font-weight: bold;
		line-height: 150%;
		color: #fff;
		padding: 15px;
		text-align: left;
		margin: 60px 0 20px 0;
		background: #0B3D91;
	}
	
	article h4 {
		font-size: 18px;
		font-weight: bold;
		line-height: 150%;
		color: #0B3D91;
		padding-bottom: 15px;
		text-align: left;
		border-bottom: solid 1px #ddd;
		margin: 60px 0 20px 0;
	}
	
	article h5 {
		font-size: 18px;
		font-weight: bold;
		line-height: 150%;
		text-align: left;
		margin: 60px 0 20px 0;
	}

	article ul,
	article ol {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 20px;
		font-size: 16px;
		line-height: 180%;
	}

	article ul {
		list-style: disc;
	}

	article ol {
		list-style: decimal;
	}

	article ul li,
	article ol li {
		margin: 5px 0;
		font-weight: bold;
	}

/******************************

プライバシーポリシー

******************************/
	
	div.main-visual.lower.privacy {
		background: url("../img/mainvisual-privacy.jpg") no-repeat center top / cover;
	}
	
	h2.privacy-title {
		font-size: 24px;
		font-weight: bold;
		color: #1a1a1a;
		line-height: 150%;
		margin-top: 60px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

	ul.privacy {
		width: 100%;
		margin-top: 30px;
		padding-left: 20px;
		list-style: decimal;
		font-size: 16px;
		line-height: 180%;
	}

	ul.privacy li {
		margin: 10px 0;
		font-weight: 600;
	}

	ul.privacy li span {
		font-weight: 400;
	}

	ul.privacy.decimal {
		list-style: decimal;
	}

	ul.privacy.disc {
		list-style: disc;
		padding-left: 15px;
	}

/******************************

お問い合わせ

******************************/
	
	div.main-visual.lower.contact {
		background: url("../img/mainvisual-contact.jpg") no-repeat center top / cover;
	}

	section div.inner.narrow {
		max-width: 1000px;
	}
	
	table.contact-form {
		width: 100%;
		font-size: 16px;
		line-height: 180%;
		border-top: 1px solid #eee;
		margin: 0 auto;
	}

	table.contact-form th,
	table.contact-form td {
		border-bottom: 1px solid #eee;
		background: #fff;
		text-align: left;
	}

	table.contact-form th {
		font-weight: bold;
		width: 30%;
		padding: 30px;
		vertical-align: middle;
		line-height: 30px;
		overflow: hidden;
	}

	table.contact-form td {
		width: 70%;
		padding: 30px 30px 30px 0;
	}

	.formbtn {
		width: fit-content;
		padding: 20px 60px;
		background: #0B3D91;
		font-size: 24px;
		color: #fff;
		cursor: pointer;
		outline: none;
		border-radius: 50px;
		margin: 60px auto 0 auto;
		display: block;
		font-weight: 800;
		transition: 0.3s;
		border: none;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
	}

	.formbtn:hover {
		opacity: 0.7;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea {
		width: 40%;
		border: 1px solid #ddd;
		padding: 5px;
		font-size: 16px;
		font-weight: normal;
	}

	input[type="email"],
	textarea {
		width: 80%;
	}

	textarea {
		height: 150px;
	}

	input[type="select"],
	select {
		font-weight: normal;
	}
	
	input#zip,
	input#pref {
		width: 20%;
	}
	
	input#city {
		width: 60%;
	}
	
	input.your-addr {
		width: 60%;
	}

	.must {
		display: block;
		background-color: red;
		padding: 0 6px;
		font-size: 14px;
		line-height: 30px;
		color: #fff;
		float: right;
		border-radius: 3px;
		font-weight: bold;
	}

	table.contact-form input,
	table.contact-form select,
	table.contact-form textarea {
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 0;
	}

	table.contact-form input:focus,
	table.contact-form select:focus,
	table.contact-form textarea:focus {
		border: 1px solid #0B3D91;
	  	outline: 0;
	}

	h2.thanks {
		font-size: 24px;
		font-weight: bold;
		line-height: 180%;
	}

	h1.simple {
		font-size: 24px;
		font-weight: bold;
		color: #1a1a1a;
		line-height: 150%;
	}

}