@charset "UTF-8";

/*==========================================
共通
===========================================*/
main {
	font-size: 18px;
	position: relative;
}
.breadcrumb-wrap {
	width: 100%;
	max-width: 1140px;
	font-size: 14px;
	padding: 0 25px;
	margin: 20px auto 0;
}

/*==========================================
汎用クラス
===========================================*/
/* box size */
.box-size {
	width: 100%;
	margin: 0 auto;
}
.box-side {
	padding-right: 25px;
	padding-left: 25px;
}
.box-side .line-height{
    line-height: 1.75;
}
.size-956 {
	max-width: 956px;
}
.box-side.size-986 {
	max-width: 1006px;
}
.size-986 {
	max-width: 986px;
}
.box-side.size-986 {
	max-width: 1036px;
}
.size-1090 {
	max-width: 1090px;
}
.box-side.size-1090 {
	max-width: 1140px;
}
.size-1140 {
	max-width: 1140px;
}

/* box-ptb */
.box-ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
	.box-ptb-100 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
}

/* box-color */
.box-color1 {
	background-color: #f2f2f2;
}
.box-color2 {
	background-color: #f5ede1;
}
.box-color3 {
	background-color: rgba(128,184,116,.27);
}
.box-color4 {
	background-color: rgba(248,149,91,.27);
}
.box-color5 {
	background-color: rgba(238,140,127,.27);
}
.box-color6 {
	background-color: #f1efda;
}

/* flex box */
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}
.flex a/*,.flex img */{
	display: block;
	width: 100%;
}
.flex-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.col-2-1 > * {
	width: 50%;
}
.col-3-1 > *,
.col-3-2-1 > *,
.col-3-3-2 > * {
	width: calc(100% / 3);
}
.col-4-4-2 > * {
	width: 25%;
}

.col-margin-20 {
	margin: 0 0 -20px -20px;
}
.col-margin-20 > * {
	padding: 0 0 20px 20px;
}
.col-margin-40 {
	margin: 0 0 -40px -40px;
}
.col-margin-40 > * {
	padding: 0 0 40px 40px;
}
.col-margin-70-50-25 {
	margin: 0 0 -70px -70px;
}
.col-margin-70-50-25 > * {
	padding: 0 0 70px 70px;
}
.col-margin-x25-y60 {
	margin: 0 0 -60px -25px;
}
.col-margin-x25-y60 > * {
	padding: 0 0 60px 25px;
}
.col-margin-x25-y80 {
	margin: 0 0 -80px -25px;
}
.col-margin-x25-y80 > * {
	padding: 0 0 80px 25px;
}
@media screen and (max-width: 960px) {
	.col-3-2-1 > * {
		width: 50%;
	}
	.col-margin-70-50-25 {
		margin: 0 0 -50px -50px;
	}
	.col-margin-70-50-25 > * {
		padding: 0 0 50px 50px;
	}
}
@media screen and (max-width: 768px) {
	.col-2-1 > *,
	.col-3-1 > * {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.col-3-2-1 > * {
		width: 100%;
	}
	.col-3-3-2 > *,
	.col-4-4-2 > * {
		width: 50%;
	}
	.col-margin-70-50-25 {
		margin: 0 0 -25px -25px;
	}
	.col-margin-70-50-25 > * {
		padding: 0 0 25px 25px;
	}
}

/*=== タイトル ===*/
/* title */
.title {
	max-width: 494px;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	padding: 20px 20px 30px;
	margin: 0 auto 50px;
}
.title .span {
	display: block;
	font-size: 21px;
	font-weight: bold;
	margin-top: 20px;
}
.title-bg {
	color: #fff;
	background-size: 100% 100%;
}
.title-bg-color1 {
	background-image: url("../img/reform1/ttl_bg.svg");
}
.title-bg-color2 {
	background-image: url("../img/reform2/ttl1_bg1.svg");
}
.title-bg-color3 {
	background-image: url("../img/reform2/ttl1_bg2.svg");
}
.title-bg-color4 {
	background-image: url("../img/reform2/ttl1_bg3.svg");
}
@media screen and (max-width: 767px) {
	.title {
		max-width: 80%;
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		padding: 10px 20px;
		margin: 0 auto 30px;
	}
	.title .span {
		display: block;
		font-size: 21px;
		font-weight: bold;
		margin-top: 20px;
	}
	.title-bg {
		color: #fff;
		background-size: 100% 100%;
	}
}



/* title1 */
.title1 {
	width: 100%;
	max-width: 644px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 0 25px;
	margin: 0 auto;
}
.title1 > .span {
	display: block;
	color: #80b874;
	font-size: 36px;
	margin-bottom: 20px;
	position: relative;
}
.title1 > .span::after {
	content: "";
	background-color: #80b874;
	width: 100%;
	max-width: 370px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.title1 .span .span {
	display: inline-block;
	font-weight: bold;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
.title1-bg {
	background: url("../img/reform2/ttl2_bg.svg") no-repeat center center;
	background-size: 644px 196px;
}
.title1-bg-color1 .span .span {
	background-color: #fff;
}
.title1-bg-color2 .span .span {
	background-color: #f5ede1;
}

/* title2 */
.title2 {
	color: #1f2c5c;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 768px) {
.title2 {
  margin: 0 auto 20px;
}
}
/*=== テキスト  ===*/
.text-color1 {
	color: #1f2c5c;
}
.text-size-m2 {
	font-size: 18px;
}
.text-size-m {
	font-size: 21px;
}
.text-size-l {
	font-size: 28px;
	font-weight: bold;
}
.text-bold {
	font-weight: bold;
}
.text-c {
	text-align: center;
}
.text-j {
	text-align: justify;
	line-height: 1.75;
}

/*=== アンカーマウスオーバー ===*/
.button-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f2f2f2;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 10px;
	border: 1px solid #292929;
	transition: .2s;
}
@media all and (-ms-high-contrast:none){
	.button-arrow{
		height:50px;
	}
}
@media screen and (max-width: 768px) {
	.button-arrow {
	line-height: 1.4;
	}
}
.button-arrow svg {
	display: block;
	margin-left: 1em;
}
.button-arrow svg > * {
	fill: #292929;
}
.button-arrow:hover {
	background-color: #292929;
	color: #fff;
}
.button-arrow:hover svg > * {
	fill: #fff;
}

/* button-type1 */
.button-type1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 132px;
	font-size: 16px;
	padding-bottom: 10px;
	margin: 0 0 0 auto;
	position: relative;
}
.button-type1::after {
	content: "";
	display: block;
	background-color: #000;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .2s;
}
.button-type1:hover::after {
	opacity: 0;
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
}

@media all and (-ms-high-contrast:none){
	.button-type1 {
height:30px;
	}
}

/* button-type2 */
.button-type2 {
	display: block;
	background-color: #fff;
	color: #1f2c5c;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 1.5em 43px 1.5em 1em;
	border: 1px solid #1f2c5c;
	position: relative;
	transition: .3s ease-out;
}
.button-type2 figure {
	width: 23px;
	position: absolute;
	top: 50%;
	right: 20px;
	transition: .3s ease-out;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.button-type2 svg {
	display: block;
}
.button-type2 polygon {
	fill: #1f2c5c;
	transition: .3s ease-out;
}
.button-type2:hover {
	background-color: #1f2c5c;
	color: #fff;
}
.button-type2:hover figure {
	-webkit-transform: translate(40%,-50%);
	transform: translate(40%,-50%);
}
.button-type2:hover polygon {
	fill: #fff;
}

.button-type2.type2-color1,
.button-type2.type2-color2,
.button-type2.type2-color3 {
	max-width: 320px;
	margin: 80px auto 30px;
}
.button-type2.type2-color1 polygon,
.button-type2.type2-color2 polygon,
.button-type2.type2-color3 polygon {
	fill: #fff;
}
.button-type2.type2-color1 {
	background-color: #80b874;
	color: #fff;
	border-color: #80b874;
}
.button-type2.type2-color2 {
	background-color: #f8955b;
	color: #fff;
	border-color: #f8955b;
}
.button-type2.type2-color3 {
	background-color: #ee8c7f;
	color: #fff;
	border-color: #ee8c7f;
}

/* image */
.img-c {
	display: block;
	width: 100%;
	margin: 0 auto;
}

/* line */
.line-bottom {
	padding-bottom: 40px;
	border-bottom: 1px dashed #1f2c5c;
}
@media screen and (max-width: 768px) {
	.line-bottom {
		padding-bottom: 0;
		border-bottom: none;
	}
}

/* margin */
.mt20 {
	margin-top: 20px ;
}
.mt30 {
	margin-top: 30px ;
}
.mt40 {
	margin-top: 40px ;
}
.mt60 {
	margin-top: 60px ;
}
.mt80 {
	margin-top: 80px ;
}
.mt100 {
	margin-top: 120px ;
}
.mt120 {
	margin-top: 120px ;
}

/*line-height175*/
.line-height175{
line-height: 1.75;
}

/* map */
.map iframe {
	width: 100%;
	height: 286px;
}

/* reform-direction-nav */
.reform-direction-nav {
	width: 100%;
	max-width: 1140px;
	padding: 100px 0;
	margin: 0 auto;
}
.reform-direction-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.reform-direction-nav a {
	display: block;
	padding: 0 25px;
	transition: .2s;
}
.reform-direction-nav a:hover {
	opacity: .5;
}

/* voice-column */
.voice-col-1 > * {
	width: 100%;
}
.voice-col-2 > * {
	width: 50%;
}
.voice-col-4 > * {
	width: 25%;
}
@media screen and (max-width: 640px) {
	.voice-col-2 > *,
	.voice-col-4 > * {
		width: 100%;
	}
}

/* voice-list */
.voice-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.voice-list dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}
.voice-list dt {
	color: #1f2c5c;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.75;
}
.voice-list li {
	display: inline-block;
	background-color: #2a3b42;
	color: #fff;
	padding: .3em 1em;
	margin: 0 10px 10px 0;
}
.voice-list li:first-child {
	background-color: #1f2c5c;
}
.voice-list .txt_area{
  margin: 10px 0;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  width: 100%;
}
.voice-list .voice_area{
  display: inline-block;
  font-weight: bold;
}
.voice-list .voice_name{
  display: inline-block;
}
.voice-list .voice_age{
  display: inline-block;
  margin-left: 1em;
}
.voice_list figure {
	overflow: hidden;
  text-align: center;
}
.voice-list img {
	transition: .6s;
  height: 34.2vw;
  max-height: 400px;
  object-fit: contain;
	font-family: 'object-fit: contain;'
}
.voice-list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.voice-col-1 .voice-list a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.voice-col-1 .voice-list:nth-child(odd) a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.voice-col-1 .voice-list a dl {
	width: 54%;
}
.voice-col-1 .voice-list a figure {
	width: 46%;
}
.voice-col-1 .voice-list a dl {
	padding-left: 50px;
}
.voice-col-1 .voice-list:nth-child(odd) a dl {
	padding-right: 50px;
	padding-left: 0;
}
.voice-col-2 .voice-list a,
.voice-col-4 .voice-list a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.voice-col-2 .voice-list a > *,
.voice-col-4 .voice-list a > * {
	width: 100%;
}
@media screen and (max-width: 640px) {
	.voice-col-1 .voice-list a,
	.voice-col-1 .voice-list:nth-child(odd) a {
		-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	}
	.voice-col-1 .voice-list a dl,
	.voice-col-1 .voice-list a figure {
		width: 100%;
	}
	.voice-col-1 .voice-list a dl {
		padding-left: 0;
	}
	.voice-col-1 .voice-list:nth-child(odd) a dl {
		padding-right: 0;
		padding-left: 0;
	}
  .voice-list img {
    height: 270px;
    max-height: inherit;
  }
}

/*-------------------------
Animation
---------------------------*/
.setAnime {
	transition-duration: 500ms;
	transition-timing-function: ease-out;
}
.animeDelay100 {
	transition-delay: 100ms;
}
.animeDelay200 {
	transition-delay: 200ms;
}
.animeDelay400 {
	transition-delay: 400ms;
}
.animeDelay800 {
	transition-delay: 800ms;
}

/* fadeInAnime */
.fadeInAnime {
	opacity: 0;
	position: relative;
	top: 50px;
}
.fadeInAnime.animated {
	opacity: 1;
	top: 0;
}
/*-------------------------
スライダーアンカー調整
---------------------------*/
.sl_a{
  display: inline-block;
  width: 100%;
  padding: 0 16px;
}

/*-------------------------
表示調整
---------------------------*/
.pc_none{
	display: none!important;
}
.sp_none{
	display: inline-block!important;
}
@media screen and (max-width: 768px) {
	.pc_none{
		display: block!important;
	}
	.sp_none{
		display: none!important;
	}	
}