@charset "UTF-8";

:root {
	--color-purple:	#8900F9;
	--color-red:		#C21172;
	--color-orange:	#CC4F34;
	--color-yellow:	#E39B30;
	--color-white:		#FFFFFF;
	--color-gray:		#4C4C4C;
	--color-black:		#000000;
	--gradient-1:	linear-gradient( 90deg, var(--color-yellow) 0%, var(--color-orange) 30%, var(--color-red) 70%, var(--color-purple) 100% );
}

* {
	padding: 0;
	margin: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

ol, ul, dl {
	list-style: none;
	padding: 0;
}

.display-inlineblock {
	display: inline-block;
}
.oh {
	overflow: hidden;
}
.sp-block {
	display: block;
}
.sp-del {
	display: none;
}
img {
	-webkit-backface-visibility: hidden;
}

@media screen and (min-width: 960px) { /* pc */
	/* hover img alpha */
	a img.alpha {
		transition: all 0.2s ease 0s;
	}
	a:hover img.alpha {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}
}

@media screen and (min-width: 768px) { /* tab pc */
	.sp-block {
		display: inline;
	}
	.pc-ib {
		display: inline-block;
	}
	.sp-del {
		display: inline;
	}
	.pc-del {
		display: none;
	}
}

@media screen and (min-width: 960px) { /* pc */
	.pc-oh{
		overflow: hidden;
	}
}

.container img {
	max-width: 100%;
	width: /***/ auto; /* IE8用 */
	height: auto;
	border: none;
	vertical-align: middle;
}

.container .indent{
	text-indent: 1em;
}
.container .indent05{
	text-indent: 0.5em;
}
.container .indent-icon1em {
	text-indent: -1em;
	margin-left: 1em;
}
.container .indent-icon2em {
	text-indent: -2em;
	margin-left: 2em;
}

.container .indent-icon2em .icon{
	width: 2em;
	display: inline-block;
}

.container .indent *,
.container .indent05 *,
.container .indent-icon1em *{
	text-indent: 0;
	margin-left: 0;
}

.container a, .container a * {
	transition: all 0.2s ease 0s;
}
.container .pd4per {
	padding: 0 4%;
}
.container .bold {
	font-weight: bold;
}
.container .italic {
	font-style: italic;
}
.container .small{
	font-size: 0.8em;
}
.container .mb1em {
	margin-bottom: 1em;
}

.container h1, .container h2, .container h3, .container h4, .container p, dl, dt, dd {
	padding: 0;
	margin: 0;
}

.container {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 1.8;
}

.text-c{
	text-align: center;
}

.font-mincho{
	font-family: 'Noto Serif JP', serif;
}

.container {
}
@media screen and (min-width: 768px) { /* tab pc */
	div.container {
	}
}

.container .mw1000px {
	max-width: 1000px;
	margin: 0 auto;
}
.container .mw690px {
	max-width: 690px;
	margin: 0 auto;
}
.container .mw800px {
	max-width: 800px;
	margin: 0 auto;
}

.container .ta-c {
	text-align: center;
}
.container .ta-r {
	text-align: right;
}
.container .ta-l {
	text-align: left;
}

/* head */
.head-box {
	background-image: url("head_bg.png");
	background-position: top center;
	background-size: cover;
	padding-top: 4%;
	padding-top: 2.4em;
	margin-bottom: 5em;
}
.p2 .head-box {
	padding-top: 5%;
	padding-bottom: 5%;
}
.head-box .img-box img{
	width: 100%;
	height: auto;
	padding: 0 4%;
}
.p2 .head-box .img-box img{
	padding: 0;
}

/*
.head-box .head-bg-box{
	line-height: 1;
	background-image:url("head_img01_sp.jpg");
	padding-top: calc( (500 / 1000) * 100%);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	
	background-color: #827e7c;

}
.head-box .head-bg-box img{
	line-height: 1;
}

.head-box .hgroup-box .icon-box01{
	position: absolute;
	bottom: 66.4%;
	left: 0;
	z-index: 1;
	
	width: 48%;
}
.head-box .hgroup-box .title-main{
	position: absolute;
	top: 33%;
	left: 0;
	z-index: 1;
	
	width: 48%;
}
*/
@media screen and (min-width: 768px) { /* tab pc */
/*
	div.head-box .head-bg-box{
		background-image:url("head_img01_pc.jpg");
		padding-top: calc( (800 / 1600) * 100%);
	}
	
	div.head-box .hgroup-box .icon-box01{
		width: 38.2%;
	}
*/

	div.head-box {
		padding-top: 5%;
	}
	.p2 div.head-box {
		padding-bottom: 5%;
	}
	.head-box .img-box img {
		padding: 0;
	}
}
@media screen and (max-width: 414px) { /* small sp */
/*
	div.head-box .hgroup-box .icon-box01{
		width: 55%;
	}
*/
}

.p2 .head-box{
}

/* lead */
.lead-box {
	color: var(--color-white);
	font-weight: normal;
	padding: 1.5em 0;
	padding-top: 2em;
}

.lead-box .inner-box{
	margin: 0 auto;
	max-width: 51em;
	width: 100%;
}

/* sec common */
.sec{
}

.container .sec + .sec {
	margin-top: 4em;
}

.container .sec-sub {
	margin-top: 2.5em;
}
.container .sec-sub2 {
	margin-top: 1.5em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec{
	}

	div.container .sec + .sec {
		margin-top: 6em;
	}

	div.container .sec-sub {
		margin-top: 4em;
	}
	div.container .sec-sub2 {
		margin-top: 2em;
	}
}

/* sec title */
.container .sec .sec-heading-a {
	line-height: 1.3;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
	padding-bottom: 0.5em;
}

.container .sec .sec-heading-a h2 {
	display: inline-block;
	font-size: min(5.5vw,2em);
	font-size: min(3.4vw,1.25em);
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: var(--color-white);
	background-color: var(--color-gray);
	padding: 0.9em 2em;
	min-width: min(70%, 560px);
	border-radius: 2em;
	position: relative;
	margin-bottom: 1em;
}
.container .sec .sec-heading-a h2::after {
	content: '';
	display: block;
	height: 1.5em;
	width: 256px;
	border-radius: 1em;
	background: var(--color-purple);
	background-image: var(--gradient-1);
	position: absolute;
	right: -2.8%;
	bottom: -0.7em;
	z-index: -1;
}
@media screen and (min-width: 768px) { /* tab */
	div.container .sec-sec .heading-a {
		margin-bottom: 40px;
	}
	.container .sec .sec-heading-a h2::after {
		right: -1em;
	}
}

/*
.container .sec .sec-heading-b {
	line-height: 1.3;
	margin-bottom: 24px;
	text-align: center;
}
.container .sec .sec-heading-b h3 {
	font-size:min(4.5vw,24px);
	font-weight: bold;
	line-height: 1.3;
	background-color: #116fa1;
	padding: 0.2em;
	color: #fff;
		background-image: url(./bg_heading.png);

		background-image: linear-gradient(90deg, #0099cc, #003382 40%, #003382 60%, #0099cc);
		background-size: contain;
		background-position: center;
		padding: 0.5em;
}
*/


/* sec img */
.sec-img-box{
	text-align: center;
}
.p2 .sec-img-box img{
	border-radius: 3em;
}

.sec-img-box .img-title{
	text-align: center;
	margin-bottom: 1em;
	font-size: 125.00%; /* 20px */
	font-weight: bold;
}

.img-note-box{
	margin: 1em auto 0;
	font-size: 0.75em;
	text-align: left;
}

.note-box{
	line-height: 1.4;
	margin-top: 0.5em;
	font-size: 0.75em;
}

.note{
	line-height: 1.4;
	font-size: 0.75em;
}

.name01{
	color: var(--color-purple);
	font-weight: bold;
	font-style: normal;
}
.name02{
	color: var(--color-orange);
	font-weight: bold;
	font-style: normal;
}
.container .sec-text-box p + p{
	margin-top: 1.5em;
}

/* side img box */
.container .side-img-box{
	width: 48%;
	max-width: 340px;
}

.container .side-img-box .prof-box{
	margin-bottom: 1em;
}

.container .side-img-box .prof-txt-box{
	padding: 0.5em 1em 1em;
	line-height: 1.4;
}
.container .side-img-box .prof-txt-box .title{
	font-size: calc((12/16) * 1em);
	line-height: 1.4;
}
.container .side-img-box .prof-txt-box .name{
	font-size: calc((24/16) * 1em);
	font-weight: bold;
}
.container .side-img-box .prof-txt-box .name .shi{
	font-size: calc((14/20) * 1em);
	max-width: none;
}
.container .side-img-box .prof-txt-box .text{
	margin-top: 1em;
	font-size: 0.75em;
}

.container .side-img-box .prof-box{
	position: relative;
	z-index: 1;
}
.container .side-img-box .bg-box {
	/* background: #e5ebf2; */
	position: relative;
}
.container .side-img-box .bg-box::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #E5EBF2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .side-img-box .prof-txt-box{
		max-width: none;
	}
}


/* side img box left */
.container .img-box-l .side-img-box{
	float: left;
	margin-right: 4%;
}
.container .img-box-l .side-img-box .prof-txt-box{
	padding-left: calc((100/48) * 4%);
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-l .side-img-box{
		margin-right: 4%;
	}
	div.container .img-box-l .side-img-box .prof-box .prof-txt-box {
		padding-left: 0;
		margin-left: clamp(calc((100/48) * 4%), calc((100vw - 800px) / 2), 100px);
	}

	div.container .img-box-l .side-img-box .bg-box::after {
		height: calc(100% - 1em);
		top: auto;
		bottom: -1em;
		left: auto;
		right: -2em;
	}
	div.container .img-box-l .side-img-box:has(.bg-box){
		margin-right: calc(4% + 2em);
	}
	div.container .img-box-l .side-img-box:has(.bg-box) .bg-box .prof-txt-box{
		padding-left: 1em;
		padding-right: 0;
	}
}

.container .img-box-l .side-img-box .prof-box::after{
	left: auto;
	right: 0;
}

/* side img box right */
.container .img-box-r .side-img-box{
	float: right;
	margin-left: calc(4%);

	text-align: left;
}

.container .img-box-r .side-img-box .img-box{
		/* padding-left: 8%; */
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-r .side-img-box .img-box{
		/* padding-left: 8%; */
	}
	div.container .img-box-r .side-img-box .prof-box{
		padding-left: 8%;
		max-width: 380px;
			padding-left: 0;
	}
	div.container .img-box-r .side-img-box .bg-box::after {
		height: calc(100% - 1em);
		top: auto;
		bottom: -1em;
		left: -2em;
		right: auto;
	}
	div.container .img-box-r .side-img-box:has(.bg-box){
		margin-left: calc(4% + 2em);
	}
	div.container .img-box-r .side-img-box:has(.bg-box) .bg-box .prof-txt-box{
		padding-left: 0;
		padding-right: 1em;
	}
}

/* side img box common */
.container div + .img-box-l,
.container .img-box-l + .img-box-r,
.container .img-box-r + .img-box-l{
	margin-top: 1.5em;
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img-box-l .side-img-box,
	div.container .img-box-r .side-img-box{
		float: none;
		text-align: center;
		width: auto;
		margin: 0 8% 1.5em;
		max-width: none;
	}
}

/* side-img-box2 */
.container .img-box-l .side-img-box2{
	margin: 2em auto 0;
	max-width: 340px;
}
.container .img-box-l .side-img-box2 .text-box{
	margin-top: 1em;
	line-height: 1.4;
	font-size: calc((14/16) * 1em);
}
@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-l .sec-text-box{
		overflow: hidden;
	}
	div.container .img-box-l .side-img-box2-wrap{
		position: relative;
		z-index: 1;
	}
	div.container .img-box-l .side-img-box2{
		padding-left: clamp(calc(4%), calc((100vw - 800px) / 2), 100px);
		max-width: 340px;
		width: 48%;
		position: absolute;
		bottom: 0;
		z-index: 1;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img-box-l .side-img-box2{
		padding: 0 4%;
	}
}

/* border-box */
.container .border-box{
	border-top: 10px solid #cfe2ec;
	border-bottom: 10px solid #cfe2ec;
	padding: 20px 0;
}

.container .border-box .text-box{
	padding-top: 0.5em;
	
	font-size: calc((14/16) * 1em );
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .border-box{
		border-width: 20px;
		padding: 20px 0;
	}
}

.container h4 {
	color: #FFF;
	line-height: 1.25;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}
.p1 h4 {
	background: #727171;
}
.p2 h4 {
	background: #003382;
}

/* flex2-box */
.container .flex2-box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.container .flex2-box .item-box{
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
}

.container .flex2-box > .item-box + .item-box{
	margin-top: 0;
}

.container .pc-flex2-box > .item-box + .item-box{
	margin-top: 2em;
}

.p1 .pc-flex2-box + .pc-flex2-box {
	margin-top: 2.5em;
}
.p1 .pc-flex2-box > .item-box {
	width: 80%;
	margin: 0 auto;
	min-height: max(30vw,11em);
}
.p1 .pc-flex2-box > .item-box > div,
.p1 .pc-flex2-box > .item-box > figure {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.p2 .pc-flex2-box > .item-box {
	width: 80%;
	margin: 0 auto;
}
.p2 .pc-flex2-box > .item-box div {
	/* margin-bottom: 2.5em; */
}
.p2 .pc-flex2-box > .item-box div + div {
	margin-top: 2.8em;
}
.p2 .pc-flex2-box > .item-box figure + figure {
	margin-top: 1em;
}
.p2 .pc-flex2-box > .item-box figure,
.p2 .pc-flex2-box > .item-box > div > div {
	width: 80%;
	margin: 0 auto;
}
.p2 .flex2-box {
	align-items: center;
	align-items: flex-start;
}
.p2 .flex2-box .item-box{
	flex-basis: 48%;
}
.p2 .flex2-box img.item-box{
	width: 48%;
	flex-basis: 48%;
}
.p2 .flex2-box .item-box h5{
	text-align: left;
}
.p2 .flex2-box .item-box:nth-child(2n+1) h5{
	text-align: right;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .pc-flex2-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	div.container .pc-flex2-box .item-box{
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
	div.container .pc-flex2-box > .item-box + .item-box{
		margin-top: 0;
	}
	.p1 .pc-flex2-box + .pc-flex2-box {
		margin-top: 3em;
	}
	.p1 .pc-flex2-box > .item-box {
		min-height: unset;
	}
	.p1 .pc-flex2-box > .item-box > div,
	.p1 .pc-flex2-box > .item-box > figure {
		width: 100%;
	}
	.p2 .flex2-box .item-box{
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
	.p2 .pc-flex2-box > .item-box,
	.p2 .pc-flex2-box > .item-box figure,
	.p2 .pc-flex2-box > .item-box > div > div {
		width: 100%;
	}
	.p2 .flex2-box {
		align-items: flex-start;
	}
	.p2 .flex2-box img.item-box{
		width: 48%;
	}
}
@media screen and (max-width: 414px) { /* small sp */
	.p1 .pc-flex2-box > .item-box > div,
	.p1 .pc-flex2-box > .item-box > figure {
		width: 100%;
	}
	.p2 .pc-flex2-box > .item-box figure,
	.p2 .pc-flex2-box > .item-box > div > div {
		width: 100%;
	}
/*
	.p2 .flex2-box {
		flex-direction: column;
	}
	.p2 .flex2-box .item-box{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.p2 .flex2-box img.item-box{
		width: 100%;
	}
*/
}

.container .mb8px{
	margin-bottom: 8px;
}
.container .zindex-1 {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100%;
}
.container div:has(.zindex-1) {
	position: relative;
}

.container .title14{
	font-size: calc((14/12) * 1em);
	line-height: 1.2;
}
.container .text-icon{
	background-color: #116fa1;
	background-color: #0099cc;
	color: #fff;
	margin: 4px 0;
	padding: 2px 4px;
	font-size: calc((14/12) * 1em);
	width: fit-content;
}

/* flex3 */
.container .pc-flex3-box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.container .pc-flex3-box .item-box{
	-ms-flex-preferred-size: calc((100% - 8%) / 7);
	flex-basis: calc((100% - 7%) / 3);
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .pc-flex3-box{
		display: block;
	}
	div.container .pc-flex3-box .item-box + .item-box{
		margin-top: 2em;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.container div.sp-block{
		display: block;
	}
	div.container div.sp-block .item-box + .item-box{
		margin-top: 1em;
	}
}

.container .title16{
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin: 0.5em 0;
}

/* bg blue */
/*
.container .bg-blue-box{
	background-color: #cfe2ec;
	padding: 20px 0;
}
.container .sec .bg-blue-box .sec-heading-b h3 {
	background-color: #fff;
	color: #116fa1;
		background-image: none;
}
.container .sec .bg-blue-box .title16blue{
	color: #116fa1;
	line-height: 1.4;
	margin-bottom: 0.2em;
}
*/


/* 202603 accenture */
.accenture-profile-box {
	position: relative;
	padding: 1em 0;
}
.accenture-profile-box img {
	width: 96%;
}
.p1 .accenture-profile-box img {
	border-radius: 0 3em 3em 0;
	margin-right: 4%;
}
.p2 .accenture-profile-box img {
	border-radius: 3em 0 0 3em;
	margin-left: 4%;
}
.accenture-profile-box .prof-box {
	width: 96%;
	margin-left: 4%;
	display: inline-block;
}
.p2 .accenture-profile-box .prof-box {
	margin-left: 0;
	margin-right: 4%;
}
.accenture-profile-box .prof-box .prof-txt-box {
	position: relative;
	padding: 1em 0;
}
.accenture-profile-box .prof-box .prof-txt-box::before,
.accenture-profile-box .prof-box .prof-txt-box::after {
	content: '';
	display: block;
	height: 0.625em;
	width: 100%;
	background-image: var(--gradient-1);
	position: absolute;
	bottom: 0;
}
.p1 .accenture-profile-box .prof-box .prof-txt-box::before,
.p2 .accenture-profile-box .prof-box .prof-txt-box::before {
	width: 100%;
	border-radius: 1em 0 0 1em;
	right: 0;
}
.p2 .accenture-profile-box .prof-box .prof-txt-box::before {
	right: -4vw;
}
.p1 .accenture-profile-box .prof-box .prof-txt-box::after,
.p2 .accenture-profile-box .prof-box .prof-txt-box::after {
	background: var(--color-purple);
	width: 1000%;
	right: -1000%;
}
.accenture-profile-box .prof-box .prof-txt-box {
	display: inline-block;
	text-align: left;
}
.accenture-profile-box .prof-box .prof-txt-box .title {
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.4;
}
.accenture-profile-box .prof-box .prof-txt-box .name {
	font-size: 1.5em;
	font-weight: bold;
}
.accenture-profile-box .prof-box .prof-txt-box .name .shi {
	margin-left: 0.2em;
}
.accenture-profile-box .note-box {
	width: 100%;
	padding-top: 1em;
}
.accenture-profile-box .prof-box .prof-txt-box .title,
.accenture-profile-box .prof-box .prof-txt-box .name,
.accenture-profile-box .note-box {
	padding-right: clamp(4vw, calc((100vw - 800px) / 2), 100px);
	display: inline-block;
	text-align: left;
}
.p2 .accenture-profile-box .prof-box .prof-txt-box .title,
.p2 .accenture-profile-box .prof-box .prof-txt-box .name,
.p2 .accenture-profile-box .note-box {
	padding-right: 0;
	padding-left: clamp(4vw, calc((100vw - 800px) / 2), 100px);
}
@media screen and (min-width: 768px) { /* tab pc */
	.p2 .accenture-profile-box {
		text-align: right;
	}
	.accenture-profile-box img {
		width: 62%;
	}
	.accenture-profile-box .prof-box {
		width: 48%;
			width: 49%;
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
		margin-left: 0;
		margin-top: 4%;
	}
	.p2 .accenture-profile-box .prof-box {
		right: auto;
		left: 0;
		text-align: left;
		margin-top: 3%;
	}
/*	.p2 .accenture-profile-box .prof-box .prof-txt-box::before, */
	.p1 .accenture-profile-box .prof-box .prof-txt-box::before {
		width: 114%;
	}
	.p2 .accenture-profile-box .prof-box .prof-txt-box::before {
		border-radius: 0 1em 1em 0;
		right: auto;
		left: 0;
	}
	.p2 .accenture-profile-box .prof-box .prof-txt-box::after {
		background: var(--color-yellow);
		right: auto;
		left: -1000%;
	}
	.accenture-profile-box .note-box {
		width: 70%;
		padding-top: 2em;
	}
}



/* banner-box */
.container .banner-box{
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	display: block;
	text-decoration: none;
	max-width: 792px;
	margin: 0 auto;
	
	border: 4px solid #727171;
}


/* thanks */
.container .thanks-box{
	padding-top: 24px;
	text-align: center;
	
	font-size: calc((18/16) * 1em);
	font-weight: bold;
}

.container .thanks-box .title-box {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
	max-width: 240px;
	width: 100%;
	overflow: hidden;
	line-height: 1.3;

	border-bottom: 1px solid #000000;
}

.container .thanks-box .title-box p{
	padding-bottom: 0.8em;
}

.container .thanks-box a{
	text-decoration: none;
	color: #000;
}

.container .thanks-box .logo-box {
	text-align: center;
	padding: 0 10% 0;
	margin-bottom: 1.5em;
}

.container .thanks-box .logo-box a{
	max-width: 270px;
	margin: 0 auto;
	display: block;
}

.container .thanks-box .name{
	font-weight: bold;
}

.container .thanks-box .data-box {
	padding-bottom: 40px;
}

@media screen and (min-width: 768px) { /* tab pc */
	/* thanks */
	div.container .thanks-box{
		padding: 0;
	}
	
	div.container .thanks-box .logo-box {
		padding: 0 8%;
	}
}

@media screen and (min-width: 960px) { /* pc */
	/* hover img alpha */	
	div.container .thanks-box a{
		transition: all 0.2s ease 0s;
	}
	div.container .thanks-box a:hover,
	div.container .thanks-box a:hover *{
		text-decoration: underline;
	}
}

.longurl {
	word-break: break-all;
}

/* next */
.container a.next-box{
	color: #000;
	text-decoration: none;
}
.container a.next-box:hover{
	text-decoration: underline;
}

.container .next-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	font-size:min(5vw,20px);
}
.container .next-box .icon-box {
	margin-right: 3%;
	line-height: 1;
	width: 6em;
}

.container .next-box .text-box {
	line-height: 1.3;
	font-weight: bold;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .next-box .icon-box {
		margin-right: 3%;
		width: 6em;
	}
}


/* pager */
.pager-box {
	padding: 0;
	text-align: center;
	color: var(--color-black);
	font-size: 175.00%; /* 28px */
	font-size: 162.50%; /* 26px */
	font-weight: bold;
}
.pager-box > a {
	display: block;
	width: 100%;
	color: var(--color-white);
	text-decoration: none;
	line-height: 1.3;
	letter-spacing: 0.1em;
	background-image: url("head_bg.png");
	background-position: center;
	background-size: cover;
	padding: 1em 2em;
	margin-bottom: 1em;
}
.p2 .pager-box > a {
	pointer-events: none;
}
.pager-box ul {
	margin: 0;
	padding: 0;
}
.pager-box ul li {
	list-style: none;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	margin: 0;
	padding-bottom: 0.15em;
}
.pager-box ul li a {
	text-decoration: none;
	color: var(--color-black);
	display: block;
	width: 1.6em;
	height: 1.6em;
	position: relative;
}
.pager-box ul li.current {
	color: var(--color-black);
	/* text-decoration: underline; */
	position: relative;
}
.pager-box ul li a:hover::after,
.pager-box ul li.current::after {
	content: '';
	display: block;
	width: 0.75em;
	height: 0.15em;
	background: var(--color-red);
	position: absolute;
	bottom: -0.15em;
	left: 50%;
	transform: translate(-50%,0);
}
div.pager-box ul li.txt {
	margin: 0 8px;
}
div.pager-box ul li.txt, div.pager-box ul li.txt a {
	width: auto;
	text-decoration: none;
	border-color: transparent;
}
@media screen and (min-width: 960px) { /* pc */
}


/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* ------------------------------ *
	SNSボタン
 * ------------------------------ */
div.snsWrap {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 5px;
}
.social_buttons {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	*zoom: 1;
	display: inline-block;
}
.social_buttons:before, .social_buttons:after {
	content: "";
	display: table;
	clear: both;
}
.social_buttons li {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	font-size: 12px;
}
.social_buttons li:last-child {
	margin-right: 0;
}
.social_buttons li .fb_iframe_widget > span {
	vertical-align: baseline;
}
