
@charset "UTF-8";
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-size: 100%;
	font-style: normal;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"],
input[type="password"],
textarea,
select,*:focus {
	outline: none;
}


/*====================================================
////id common
====================================================*/
:root {
	--mainColor: #505fc8;
	--mainColor_rgb: 0, 104, 181;
	--red: #FF3936;
	--orange: #f05f00;
	--l_yellow: #fff9cc;
	--yellow: #f18d00;
	--l_blue: #c1dbf2;
	--l_blue2: #cacfee;
	--blue: #505fc8;
	--purple: #9177b8;
	--purple: #9177b8;
	--green: #5dccd4;
	--l_gray: #efefef;
	--gray: #e6e0e0;
	--d_gray: #4c4948;
	--black: #5a2d2d;

	--font_family: 'Noto Sans JP', "Yu Gothic", "游ゴシック Medium", "YuGothic", "游ゴシック体", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	--f_kokoro: "ab-kokoro-no3", "Zen Maru Gothic";
	--f_maru: "a-otf-ud-shin-maru-go-pr6n";
}

html{
	font-size: 10px;
	font-size: 62.5%;
	overflow-x : hidden;
	width: 100%;
	max-width: 100vw;
}
body, button, input, select, optgroup, textarea {
	color: var(--black);
	font-family: var(--font_family);
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	/* letter-spacing: 0.02em; */
	line-height: 1.6;
	text-align: justify;
}
body {
	background: url('../img/cmn/bg.png');
	background-size: 250px;
}
@media screen and (max-width: 500px) {
	body, button, input, select, optgroup, textarea {
		font-size: 3.9vw;
	}
}

body {
	position: relative;
	width: 100%;
	max-width: 100vw;
	height: auto;
}
* {
	min-height:0;
	min-width : 0;
}

body * {
	box-sizing: border-box;
}
section {
	position: relative;
	max-width: 100vw;
}
a {
	display: inline-block;
	transition: 0.2s ease-in-out;
	color: inherit;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline:none;
	text-decoration: none;
	/* vertical-align: middle; */
}
.tel_link a {
	text-decoration: none !important;
}
a img {
	transition: .1s ease-in-out;
}
.underline {
	color: var(--mainColor);
	-webkit-text-decoration: underline solid 1px currentColor;
	text-decoration: underline solid 1px currentColor;
	text-underline-position: under;
	text-underline-offset: 0.05em;
}
.under_marker {
	padding: 0 .2em .2em;
  line-height: 2;
  background: radial-gradient(circle at calc(100% - .1em) calc(100% - .1em), #ee2 .1em, transparent .1em) ,
              radial-gradient(circle at .1em calc(100% - .1em), #ee2 .1em, transparent .1em) ,
              linear-gradient(to bottom, #fff calc(100% - .2em), transparent calc(100% - .2em)) ,
              linear-gradient(to right, transparent .1em, #ee2 .1em, #ee2 calc(100% - .1em), transparent calc(100% - .1em));
  display:inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	/* margin: auto; */
}

body figure {
	margin: 0;
	position: relative;
}
figure img {
	position: relative;
}
figure.coverImg {
	overflow: hidden;
	padding-top: 75%;
	width: 100%;
}
figure.coverImg img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
}
figure.coverImg.contain img {
	-o-object-fit: contain;
	object-fit: contain;
}

.scaleUpImg {
	overflow: hidden;
}
.scaleUpImg img {
	transition: .4s;
}
.scaleUpImg:hover img {
	transform: scale(1.05);
}


.round {
	border-radius: 14px;
	overflow: hidden;
}

hr {
	border-top: solid 1px #CECECE;
	margin: 0;
	width: 100%;
	height: 0;
}
hr.dot {
	border-style: dotted;
}


#contents {
	width: 100%;
	position: relative;
	transition: .2s ease-in-out;
	z-index: 1;
}
.innerBox {
	max-width: 960px;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
	width: 94%;
	z-index: 1;
}
.innerBox.shortPadding {
	padding: 20px 0;
}
.block {display: block;}
.inb {display: inline-block;}
.relative { position: relative; z-index: 1;}
.flexBox {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.flexCenter {
	align-items: center;
	justify-content: center;
}
.flexStart {
	justify-content: flex-start;
}
.flexEnd {
	justify-content: flex-end;
}
.flexWrap {
	flex-wrap: wrap;
}
.flexColumn {
	flex-direction: column;
	justify-content: flex-start;
}
.flex-1 {
	flex: 1;
}

.gridBox {
	display: grid;
}

.whiteBox {
	background: #fff;
	padding: 56px 72px;
	position: relative;
}
.roundBox {
	border-radius: 20px;
	overflow: hidden;
}
.roundBox-s {
	border-radius: 10px;
	overflow: hidden;
}
.shadowBox {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

/* p {margin: 0 0 1.4em;}
p:last-child, p:last-of-type {margin-bottom: 0;} */

.w100 {
	width: 100%;
}
.h100 {
	height: 100%;
}

.mw300 {max-width: 300px; margin: auto;}
.mw400 {max-width: 400px; margin: auto;}
.mw500 {max-width: 500px; margin: auto;}
.mw680 {max-width: 680px; margin: auto;}
.mw740 {max-width: 740px; margin: auto;}
.mw840 {max-width: 840px; margin: auto;}
.mw900 {max-width: 900px; margin: auto;}
.mw1040 {max-width: 1040px; margin: auto;}

.pa-0 {padding: 0;}
.pt-0 {padding-top: 0;}
.pb-0 {padding-bottom: 0;}

input[type="radio"], input[type="checkbox"] {
	display: none;
}

.blur {
	filter: blur(2px);
}

.decoBox {
	position: absolute;
	/* z-index: -1; */
}

.hidden {
	display: none;
}
.over_hidden {
	overflow: hidden;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#contents {
		min-height: calc(100vh - 30vw - 12vw - 18px)
	}
	.innerBox {
		width: 90%;
	}
	.hidden-mob {
		display: none;
	}
	.flexColumn-mob ,
	.flexColumn-tab {
		flex-direction: column;
	}
	.whiteBox {
		padding: 2.5em 1.25em;
	}
	.roundBox {
		border-radius: 10px;
	}
}
@media screen and (max-width:500px) {
	.display-small {
		display: block;
	}
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#contents {
		min-height: calc(100vh - 280px - (78px + 7vw))
	}
	a:hover {
		opacity: .7;
	}
	a.opacity-1:hover {
		opacity: 1;
	}
	.hidden-pc, .hidden-pc_d-tab {
		display: none;
	}
	.whiteBox {
		padding: 55px 45px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#contents {
		min-height: calc(100vh - (140px + 8vw) - (78px + 7vw));
	}
	.flexColumn-tab {
		flex-direction: column;
	}
	.hidden-tab {
		display: none;
	}
	.display-tab, .hidden-pc_d-tab {
		display: block;
	}
	.whiteBox {
		padding: 55px 30px;
	}
}

@media screen and (min-width:1040px) {
	.hidden-wide {
		display: none;
	}
	.whiteBox {
		padding: 56px 72px;
	}
}

/*====================================================
//NOTE 余白
====================================================*/
.ma-auto {margin: auto !important}
.ma-0 {margin: 0 !important}
.ma-05em {margin: .5em !important}
.ma-10em {margin: 1.0em !important}
.ma-15em {margin: 1.5em !important}
.ma-20em {margin: 2em !important}
.ma-30em {margin: 3em !important}
.mt-0 {margin-top: 0 !important}
.mt-03em {margin-top: .3em !important}
.mt-05em {margin-top: .5em !important}
.mt-08em {margin-top: .8em !important}
.mt-10em {margin-top: 1.0em !important}
.mt-15em {margin-top: 1.5em !important}
.mt-20em {margin-top: 2em !important}
.mt-30em {margin-top: 3em !important}
.ml-0 {margin-left: 0 !important}
.ml-05em {margin-left: .5em !important}
.ml-10em {margin-left: 1.0em !important}
.ml-15em {margin-left: 1.5em !important}
.ml-20em {margin-left: 2em !important}
.ml-30em {margin-left: 3em !important}
.mr-0 {margin-right: 0 !important}
.mr-02em {margin-right: .2em !important}
.mr-05em {margin-right: .5em !important}
.mr-10em {margin-right: 1.0em !important}
.mr-15em {margin-right: 1.5em !important}
.mr-20em {margin-right: 2em !important}
.mr-30em {margin-right: 3em !important}
.mb-0 {margin-bottom: 0 !important}
.mb-03em {margin-bottom: .3em !important}
.mb-05em {margin-bottom: .5em !important}
.mb-08em {margin-bottom: .8em !important}
.mb-10em {margin-bottom: 1.0em !important}
.mb-15em {margin-bottom: 1.5em !important}
.mb-20em {margin-bottom: 2em !important}
.mb-30em {margin-bottom: 3em !important}

.ma-10 {margin: 10px !important}
.ma-20 {margin: 20px !important}
.ma-30 {margin: 30px !important}
.ma-40 {margin: 40px !important}
.ma-50 {margin: 50px !important}
.mt-10 {margin-top: 10px !important}
.mt-20 {margin-top: 20px !important}
.mt-30 {margin-top: 30px !important}
.mt-40 {margin-top: 40px !important}
.mt-50 {margin-top: 50px !important}
.mt-60 {margin-top: 60px !important}
.mt-70 {margin-top: 70px !important}
.ml-10 {margin-left: 10px !important}
.ml-20 {margin-left: 20px !important}
.ml-30 {margin-left: 30px !important}
.ml-40 {margin-left: 40px !important}
.ml-50 {margin-left: 50px !important}
.mr-10 {margin-right: 10px !important}
.mr-20 {margin-right: 20px !important}
.mr-30 {margin-right: 30px !important}
.mr-40 {margin-right: 40px !important}
.mr-50 {margin-right: 50px !important}
.mb-10 {margin-bottom: 10px !important}
.mb-20 {margin-bottom: 20px !important}
.mb-30 {margin-bottom: 30px !important}
.mb-40 {margin-bottom: 40px !important}
.mb-50 {margin-bottom: 50px !important}
.mb-60 {margin-bottom: 60px !important}
.mb-70 {margin-bottom: 70px !important}

.pa-0 {padding: 0 !important}
.pa-05em {padding: .5em !important}
.pa-10em {padding: 1.0em !important}
.pa-15em {padding: 1.5em !important}
.pa-20em {padding: 2em !important}
.pt-0 {padding-top: 0 !important}
.pt-05em {padding-top: .5em !important}
.pt-10em {padding-top: 1.0em !important}
.pt-15em {padding-top: 1.5em !important}
.pt-20em {padding-top: 2em !important}
.pb-0 {padding-bottom: 0 !important}
.pb-05em {padding-bottom: .5em !important}
.pb-10em {padding-bottom: 1.0em !important}
.pb-15em {padding-bottom: 1.5em !important}
.pb-20em {padding-bottom: 2em !important}


/*====================================================
//NOTE テキスト
====================================================*/
.f-sans {
	font-family: var(--font_family);
	font-weight: 500;
}
.f-kokoro {
	font-family: var(--f_kokoro);
	font-weight: 400;
	letter-spacing: -.04em;
}
.f-maru {
	font-family: var(--f_maru);
	font-weight: 700;
	-webkit-text-stroke: .01em;
	text-stroke: .01em;
}
.f-maru .fw-bold ,
.f-maru.fw-bold {
	-webkit-text-stroke: .03em;
	text-stroke: .03em;
}
small, .small {
	font-size: .8em;
}
big, .big {
	font-size: 1.2em;
}
strong {
	font-weight: bold;
}
sup {
	font-size: .5em;
	vertical-align: .5em;
}

.fw-normal {
	font-weight: 400;
}
.fw-medium {
	font-weight: 500;
}
.fw-bold {
	font-weight: 600;
}
.fw-black {
	font-weight: 900;
}

.txt-left {
	text-align: left;
}
.txt-justify {
	text-align: justify;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.txt-center-pc {
		text-align: center;
	}
}

.lh-10 {line-height: 1.0;}
.lh-12 {line-height: 1.2;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-18 {line-height: 1.8;}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}

h1 {font-size: 3.3rem;}
h2 {font-size: 3.0rem;}
h3 {font-size: 2.8rem;}
h4 {font-size: 2.4rem;}
h5 {font-size: 2.2rem;}

@media screen and (max-width: 500px) {
	h1 {font-size: 2.2em;}
	h2 {font-size: 2.0em;}
	h3 {font-size: 1.6em;}
	h4 {font-size: 1.4em;}
	h5 {font-size: 1.2em;}
}

/*====================================================
//NOTE 装飾系
====================================================*/

.linkBtn { /* class linkBtn */
	background: var(--mainColor);
	border: solid 4px var(--mainColor);
	border-radius: 3em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	color: #fff;
  cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4;
	margin: auto;
	/* overflow: hidden; */
	padding: .8em 2.5em;
	position: relative;
	text-align: center;
	transition: .2s ease-in-out;
  width: 100%;
		max-width: 390px;
	z-index: 1;
}
.linkBtn::after {
	background: url('../img/cmn/arrow.png') no-repeat center / contain;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		right: .7em;
		bottom: 0;
	width: 1.1em;
	height: 1em;
}

.linkBtn.whiteBtn {
	background: #fff;
	border-color: #fff;
	color: var(--mainColor);
}
.linkBtn.whiteBtn::after {
	background: url('../img/cmn/arrow-blue.png') no-repeat center / contain;
}
.linkBtn.reverseBtn::after {
	transform: rotate(180deg);
	left: .7em;
	right: auto;
}
.linkBtn.borderBtn {
	background: #fff;
	border-color: var(--mainColor);
	color: var(--mainColor);
}
.linkBtn.borderBtn:hover {
  background: var(--l_blue);
}
.linkBtn.borderBtn::after {
	background: url('../img/cmn/arrow-blue.png') no-repeat center / contain;
}

.linkBtn.shadow_none {
	box-shadow: none;
}

p .linkBtn {
	font-size: .8em;
	padding: .2em 3em .25em 2em;
	margin: 0 .7em;
	pointer-events: none;
	vertical-align: middle;
	width: auto !important;
	max-width: none;
	min-width: 0 !important;
}
p .linkBtn.reverseBtn {
	padding: .3em 2em .4em 3em;
}

.squareLink {
	border: solid 4px var(--mainColor);
	border-radius: 10px;
	color: var(--mainColor);
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	padding: 20px 24px;
	position: relative;
	width: 100%;
		max-width: 700px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.linkBtn {
		border-width: 2px;
		font-size: 1.25em;
		max-width: 420px;
	}
	p .linkBtn {
		margin: 0 .3em;
		vertical-align: .1em;
	}

	.squareLink {
		border-radius: 5px;
		border-width: 2px;
		padding: 1em;
	}
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.linkBtn:hover {
		background: var(--d_blue);
		border-color: var(--d_blue);
		opacity: 1;
	}
	.linkBtn.whiteBtn:hover {
		background: #fff;
		border-color: var(--mainColor);
	}
	.linkBtn.whiteBtn:hover::before {
		opacity: 1;
	}
	.squareLink:hover {
		background: var(--mainColor);
		color: #fff;
		opacity: 1;
	}
	.squareLink:hover::before {
		filter: brightness(0) invert(1);
	}
}

.target_blank {
	display: inline-block;
	padding-right: 2em;
	position: relative;
}
.target_blank::before {
	background: url('../img/cmn/link_blank.png') no-repeat center / contain;
	content: '';
	margin: auto;
	position: absolute;
		top: .1em;
		right: 0;
		bottom: 0;
	width: .8em;
	height: .8em;
}
.squareLink.target_blank::before {
	right: 1.2em;
}
.blue.target_blank::before {
	filter: brightness(1.3);
}

dl.accordion dt ,
dl.menu-accordion dt {
	cursor: pointer;
	transition: .2s ease-in-out;
}
dl.accordion dd ,
dl.menu-accordion dd {
	overflow: hidden;
	transition: .2s ease-in-out;
}

.mt-05em {margin-top: .5em !important}
.mt-08em {margin-top: .8em !important}
.mt-10em {margin-top: 1.0em !important}
.mt-15em {margin-top: 1.5em !important}
.mb-05em {margin-bottom: .5em !important}
.mb-08em {margin-bottom: .8em !important}
.mb-10em {margin-bottom: 1.0em !important}
.mb-15em {margin-bottom: 1.5em !important}
.pt-0 { padding-top: 0; }
.pb-0 { padding-bottom: 0; }

ul.markList li {
	line-height: 1.6;
	position: relative;
	padding-left: 1.2em;
	margin: .3em 0;
}
ul.markList.dot li {
	padding-left: 1em;
}
ul.markList.dot li::before {
	background: currentColor;
	border-radius: 100%;
	content: '';
	margin: auto;
	position: absolute;
		left: .3em;
		top: .7em;
	width: .2em;
	height: .2em;
}
ul.markList > li:first-child {
	margin-top: 0;
}
ul.markList > li:last-child {
	margin-bottom: 0;
}
ul.markList li:before {
	position: absolute;
	display: block;
	left: 0;
	top: .05em;
}
ul.markList li:after {
	display: none !important;
}
ul.markList.attentionMark {
	line-height: 1.4;
}
ul.markList.attentionMark li:before {
	content: '\203B';
}
ul.markList.exclamationMark li {
	padding-left: 1.4em;
}
ul.markList.exclamationMark li:before {
	background: url('../img/cmn/icon-exclamation.png') no-repeat center / contain;
	content: '';
	top: .35em;
	width: 1em;
	height: 1em;
}
ul.markList.exclamationMark.red li:before {
	background: url('../img/cmn/icon-exclamation-red.png') no-repeat center / contain;
}
ol{
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
	margin:0;
	padding:0;
}
ol > li{
	padding-left: 1.7em;
	margin: .5em 0;
	position: relative;
}
ol > li:first-child {
	margin-top: 0;
}
ol > li:last-child {
	margin-bottom: 0;
}
ol > li::before{
	counter-increment: number;
	content: counter(number)'.';
	position: absolute;
	top: .3em;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.7em;
	height: 1.2em;
	line-height: 1;
}
ol.brackets > li {
	padding-left: 2em;
}
ol.brackets > li::before {
	content: '（'counter(number)'）';
	top: .25em;
}

.squareMark {
	border-radius: 10px;
	display: inline-block;
	line-height: 1;
	padding: .4em 1em;
	vertical-align: .1em;
}

/*====================================================
////NOTE カラー
====================================================*/
.bg-white {
	background: #fff;
	color: var(--black);
}
.bg-mainColor {
	background: var(--mainColor);
	color: #fff;
}
.bg-red {
	background: var(--red);
	color: #fff;
}
.bg-purple {
	background: var(--purple);
	color: #fff;
}
.bg-green {
	background: var(--green);
	color: #fff;
}
.bg-l_yellow {
	background: var(--l_yellow);
}
.bg-l_blue {
	background: var(--l_blue);
}
.bg-l_blue2 {
	background: var(--l_blue2);
}
.bg-l_gray {
	background: var(--l_gray);
}
.bg-gray {
	background: var(--gray);
	color: #fff;
}
.bg-black {
	background: var(--black);
	color: #fff;
}

.white {
	color: #fff;
}
.mainColor {
	color: var(--mainColor);
}
.red {
	color: var(--red);
}
.orange {
	color: var(--orange);
}
.yellow {
	color: var(--yellow);
}
.purple {
	color: var(--purple);
}
.green {
	color: var(--green);
}
.gray {
	color: var(--gray);
}
.black {
	color: var(--black);
}

.border-mainColor {
	border: solid 2px var(--mainColor);
}
.border-red {
	border: solid 2px var(--red);
}
.border-orange {
	border: solid 2px var(--orange);
}

@media print, screen and (min-width: 769px) {
}

/*====================================================
////id 【header】
====================================================*/
header .headerBox {
	background: #fff;
	/*position: fixed;
		top: 0;
		left: 0;*/
	width: 100%;
	z-index: 9999;
	position: relative;
}
header .headerBox::before {
	background: url('../img/cmn/header_bg.svg') repeat-x bottom center;
	background-size: 100% auto;
	content: '';
	display: block;
	margin: auto;
	pointer-events: none;
	position: absolute;
		left: 0;
		bottom: -100px;
	width: 100%;
	height: 100%;
}
header .headerBox .innerBox {
	align-items: flex-end;
	padding: 0;
	height: 100%;
}
header .logo a {
	align-items: center;
	max-width: 305px;
}
header .menuBox ul {
	grid-gap: .75em;
}
header .menuBox a {
	background: var(--gray);
	border-radius: .8em;
	color: var(--mainColor);
	padding: .1em .9em;
}
header .btnBox a {
	align-items: flex-end;
	border-radius: 0 0 .8em .8em;
	height: 100%;
	padding: .5em 1em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	header {
		font-size: 2.9vw;
		height: 30vw;
	}
	header .headerBox::before {
		bottom: -8vw;
	}
	header .itemBox {
		align-items: center;
		grid-gap: .7em;
		grid-template-columns: 1fr auto;
	}
	header .logo a {
		margin-top: 1em;
		max-width: 50vw;
		max-height: 55px;
	}
	header .menuBox {
		grid-column: 1 / 3;
		grid-row: 2;
	}
	header .menuBox ul {
		grid-gap: .5em;
		/* justify-content: space-between; */
	}
	header .menuBox ul li {
		flex-grow: 1
	}
	header .menuBox ul a {
		display: block;
	}
	header .btnBox {
		grid-column: 2;
		grid-row: 1;
	}
	header .btnBox a {
		font-size: 2.2vw;
		padding-top: 1.5em;
	}
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	header {
		font-size: 2.4vw;
		height: 280px;
	}
	header .headerBox {
		height: 180px;
	}
	header .itemBox {
		grid-gap: 1em;
	}
	header .logo a {
		height: 55px;
	}
	header .btnBox {
		position: absolute;
			top: 0;
			right: 0;
		height: 100%;
	}
	header .btnBox a {
		font-size: 2.2vw;
	}
	header .btnBox a:hover {
		height: calc(100% + 20px);
		opacity: 1;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	header {
		height: calc(140px + 8vw);
	}
	header .headerBox {
		height: 140px;
	}
	header .headerBox::before {
		bottom: -8vw;
	}
}

@media print, screen and (min-width: 1020px) {
	header {
		font-size: 2.5rem;
		height: 280px;
	}
	header .menuBox a:hover {
		background: var(--mainColor);
		color: var(--gray);
		opacity: 1;
	}
	header .btnBox a {
		font-size: 2.3rem;
	}

}
@media print, screen and (min-width: 1200px) {
	header .headerBox::before {
		background-size: 1200px auto;
	}
}

/*====================================================
//// id 装飾
====================================================*/

/*====================================================
//id form
====================================================*/
input, button, select {
	margin: 0;
	padding: 0;
	background: none;
	background-image: none;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	cursor: pointer;
}
input[type="text"],input[type="email"],input[type="tel"],input[type="no"],input[type="search"],input[type="password"],input[type="url"],input[type="number"], select, textarea {
	-webkit-appearance: none;
	background: #fff;
	border: solid 4px var(--l_gray);
	border-radius: 10px;
	display: block;
	font-family: var(--font_family);
	line-height: 1.6;
	margin: .5em 0;
	padding: .6em .8em .7em;
	transition: .2s ease-in-out;
	width: 100%;
		max-width: 800px;
}
input:required ,
select:required {
	background: var(--l_yellow);
}
input.error, select.error, textarea.error {
	background: var(--pink);
	border-color: var(--red);
}
::-moz-placeholder {
	color: var(--gray2);
}
:-ms-input-placeholder {
	color: var(--gray2);
}
::placeholder {
	color: var(--gray2);
}
textarea {
	resize: vertical;
	min-height: 80px;
	width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border-color: var(--gray);
}
input[type="file"],
label {
	cursor: pointer;
	display: grid;
}

.checkboxBox, .radioBox {
	display: flex;
		flex-wrap: wrap;
		grid-gap: 16px;
}
input[type="checkbox"] + label ,
input[type="radio"] + label {
	border-style: solid;
	border-color: var(--l_gray);
	border-width: 4px;
	border-radius: 10px;
	display: grid;
		align-items: center;
	font-weight: bold;
	line-height: 1.4;
	padding: .5em;
	position: relative;
	transition: .2s ease-in-out;
}

input[type="checkbox"] + label {
	padding-left: 2.8em;
}
input[type="checkbox"] + label:before {
	background: #fff;
	border: solid 4px var(--l_gray);
	border-radius: .25em;
	content: '';
	position: absolute;
		top: .9em;
		left: .8em;
	transition: .2s ease-in-out;
	width: .9em;
	height: .9em;
}
input[type="checkbox"] + label:after {
	background: url('../img/cmn/check.png') no-repeat center / contain;
	box-sizing: border-box;
	content: '';
	opacity: 0;
	position: absolute;
		top: 1.1em;
		left: 1em;
	transition: .2s ease-in-out;
	width: .9em;
	height: .9em;
}
input[type="checkbox"]:checked + label::before {
	border-color: #fff;
}
input[type="checkbox"]:checked + label:after {
	opacity: 1;
}
input[type="radio"] + label {
	text-align: center;
}
input[type="checkbox"]:checked + label ,
input[type="radio"]:checked + label {
	background: var(--mainColor);
	border-color: var(--mainColor);
	color: #fff
}

input[type="checkbox"] + label.long_label {
	border: none;
	border-radius: 0;
	padding-left: 1.8em;
	padding-right: 0;
	width: auto;
		max-width: none;
	height: auto;
		min-height: 0;
}
input[type="checkbox"]:checked + label.long_label {
	background: transparent;
	border: none;
	color: inherit;
}
input[type="checkbox"] + label.long_label:before {
	top: .6em;
	left: 0;
}
input[type="checkbox"]:checked + label.long_label:before {
	border-color: var(--l_gray);
}
input[type="checkbox"] + label.long_label:after {
	top: .75em;
	left: .25em;
}


.select {
	position: relative;
	max-width: 800px;
}
.select:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-top-color: currentColor;
	border-top-width: 6px;
	border-bottom-width: 0;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	z-index: 100;
}
.select select {
	width: 100%;
}
#confirm .select:before {
	display: none;
}
select {
	cursor: pointer;
	padding-right: 2em;
}
label img {
	display: inline-block;
	margin-right: .4em;
	transition: .2s ease-in-out;
	vertical-align: text-bottom;
	width: 1.3em;
}
input:checked + label img {
	filter: brightness(0) invert(1);
}
button:disabled {
	cursor: default;
	filter: grayscale(.7);
	opacity: .5;
	pointer-events: none;
}

.formBox dt {
	display: flex;
		align-items: baseline;
		grid-gap: .3em 2em;
		flex-wrap: wrap;
	font-size: 1.2em;
	line-height: 1.6;
	margin-bottom: .5em;
}
.formBox dd + dd {
	margin-top: 1em;
}
.input-outer {
	padding: 19px 30px;
}

.requiredMark {
	background: var(--red);
	border-radius: 1em;
	color: #fff;
	display: inline-block;
	font-size: .7em;
	line-height: 1.6;
	padding: 0 1em .1em;
	vertical-align: .1em;
}

.btnBox .box-inner.flexBox {
	grid-gap: 30px;
	justify-content: space-evenly;
	margin: auto;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	input[type="text"],input[type="email"],input[type="tel"],input[type="no"],input[type="search"],input[type="password"],input[type="url"],input[type="number"], select, textarea {
		border-radius: 5px;
		border-width: 2px;
	}
	.checkboxBox, .radioBox {
		flex-direction: column;
	}
	input[type="checkbox"] + label ,
	input[type="radio"] + label {
		border-radius: 5px;
		border-width: 2px;
		min-height: 3.2em;
	}
	input[type="checkbox"] + label::before ,
	input[type="radio"] + label::before {
		border-width: 2px;
		top: .85em;
		width: 1.2em;
		height: 1.2em;
	}
	input[type="checkbox"] + label.long_label::before  {
		top: .5em;
	}

	.errorBox {
		border-width: 4px;
		padding: 1em 1em
	}
	.formBox .itemBox {
		grid-gap: 2.5em;
	}
	.formBox dt {
		flex-direction: column;
	}
	.input-outer {
		border-radius: 5px;
		padding: 14px 15px;
	}
	.btnBox .box-inner.flexBox {
		grid-gap: 1.3em;
	}
	.btnBox .box-inner.flexBox .reverseBtn {
		width: 74%;
			max-width: 310px;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	input[type="checkbox"] + label ,
	input[type="radio"] + label {
		width: 240px;
			max-width: calc(100% / 3 - 20px / 3);
		min-height: 70px;
	}

	.errorBox {
		padding: 1em 1.2em
	}
	.formBox .itemBox {
		grid-gap: 60px;
	}
	.btnBox .box-inner.flexBox{
		flex-direction: row-reverse;
	}
	.btnBox .box-inner.flexBox .linkBtn {
		width: auto;
		min-width: 290px;
		max-width: none;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	.checkboxBox, .radioBox {
		grid-gap: 10px;
	}
	.btnBox .box-inner.flexBox {
		flex-direction: column;
	}
}

@media screen and (min-width:1040px) {
	input[type="checkbox"] + label ,
	input[type="radio"] + label {
	}
}


.delay-01 {
	transition-delay: .1s;
}
.delay-02 {
	transition-delay: .2s;
}
.delay-03 {
	transition-delay: .3s;
}
.delay-04 {
	transition-delay: .4s;
}

/*====================================================
////class .pagetop
====================================================*/

.pagetop {
	display: none;
	position: fixed;
		bottom: 20px;
		right: 20px;
	transform: none !important;
	width: 90px;
	height: 90px;
	z-index: 1000;
	/*	border: solid 1px*/
}
.pagetop.stop {
	position: absolute;
	top: -70px;
	bottom: auto;
}
.pagetop a {
	background: var(--black);
	border-radius: 100%;
	color: #fff;
	grid-gap: .5em;
	line-height: 1em;
	place-content: center;
	position: relative;
	opacity: .8;
	width: 100%;
	height: 100%;
}
.pagetop a .arrow {
	border: solid transparent;
	border-width: 0 .8em .8em;
	border-bottom-color: #fff;
	box-sizing: content-box;
	margin: auto;
	width: 0;
	height: 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.pagetop {
		right: 10px;
		bottom: 10px;
		width: 70px;
		height: 70px;
	}
	.pagetop a {
		transform: scale(.8);
		transform-origin: right bottom;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.pagetop a:hover {
		opacity: 1;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id footer
====================================================*/
footer {
	margin-top: 7vw;
	position: relative;
	z-index: 1000;
}
footer::before {
	background: url('../img/cmn/footer_bg.svg') repeat-x center bottom;
	background-size: 100% auto;
	content: '';
	display: block;
	margin: auto;
	padding-top: 10%;
	position: absolute;
		left: 0;
		bottom: calc(100% - 3vw);
	width: 100%;
}
footer .copyright {
	font-size: 1.0rem;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	footer .innerBox {
		padding: 0 0 5vw;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	footer .innerBox {
		padding-top: 0;
	}
}

@media screen and (min-width:1200px) {
	footer {
		margin-top: 80px;
	}
	footer::before {
		background-size: 1200px auto;
		bottom: calc(100% - 40px);
		padding-top: 120px;
	}
}

/*====================================================
//// id xxx
====================================================*/
.anchorAdjust {
	display: block;
}

/* 追加 */
.linkInline001 {
	/* text-decoration: underline; */
	border-bottom: 2px dotted #000;
}

.highlight001 {
	color: var(--yellow);
}
