@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=M+PLUS+1:wght@100..900&display=swap');

/*reset
---------------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, img, iframe {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, dt {
	font-size: 100%;
	font-weight: normal;
	font-family: "Jost", sans-serif;
}
body {
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 13px;
 *font-size:small;
 *font:x-small;
	letter-spacing: 0;
	line-height: 1.5;
	color: hsl(0, 0%, 20%);
	padding: 0;
	margin: 0;
}
html>/**/body {
	font-size /*\**/: small\9
}
html {
	/*font-size : 100%;*/
	cursor: default;
	line-height: 1.5;
	-moz-tab-size: 4;
	tab-size: 4;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/*word-break: break-word;*/
	overflow-y: scroll;
}
main {
	display: block;
	overflow:hidden;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
th {
	text-align: left;
}
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
	margin: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0;
}
li {
	list-style: none;
}
nav ol,
nav ul {
	list-style: none;
	padding: 0;
}
hr {
	height: 0;
	overflow: visible;
}
abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
a {
	background-color: transparent;
	text-decoration: none;
	outline: none;
}
a:link {
	color: #6C5235;
	text-decoration: none;
}
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #555;
	text-decoration: none;
	/*text-decoration: underline;*/
}
a:active {
	color: #555;
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
iframe {
	border-style: none;
}
img {
	border-style: none;
	vertical-align: top;
}
svg:not([fill]) {
	fill: currentColor;
}
svg:not(:root) {
	overflow: hidden;
}
address {
	font-style: normal;
}
button,
input,
select {
	margin: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
fieldset {
	border: 1px solid #a0a0a0;
	padding: 0.35em 0.75em 0.625em;
}
input {
	overflow: visible;
}
input, textarea {
	margin: 4px 0;
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
select {
	text-transform: none;
}
textarea {
	margin: 0;
	overflow: auto;
	resize: vertical;
}
[type="checkbox"],
[type="radio"] {
	padding: 0;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
	box-shadow: none;
}
details {
	display: block;
}
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
	display: none;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
[aria-busy="true"] {
	cursor: progress;
}
[aria-controls] {
	cursor: pointer;
}
[aria-disabled="true"],
[disabled] {
	cursor: not-allowed;
}

[aria-hidden="false"][hidden] {
	display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	position: absolute;
}
[hidden] {
	display: none;
}




/*下層ページ全体
-------------------------------------------*/
body {
	width: 100%;
	margin: 0;
}
body {
	font-family: "M PLUS 1", "Jost", sans-serif;
	/*font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;*/
	color: #444;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	background: #fff;
}
p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	font-feature-settings: "palt";
	letter-spacing: 0.19rem;
	/* text-indent: 1em; */
	overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    text-align: justify;
}
.txtM {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.04em
}
.labelL {
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.04em
}
.labelM {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.04em
}
a {
	text-decoration: none;
	color: #937620;
}
a:hover {
	/*text-decoration: underline;*/
	opacity: 0.8;
}

a.linkIcon[target="_blank"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.9em;
	color: #F78028;
    content: "\f35d";
    margin: 0 0 0 5px;
}
img {
	width: 100%;
	height: auto;
}
.center{
	text-align: center;
	margin: 0 auto;
}
.right{
	margin-left: auto;
	margin-right: 0;
}
a.anchor {
    display: block;
    padding-top: 65px;
    margin-top: -65px;
}
ul, ol {
	font-size:16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.04em
}
.contentBox {
	/*max-width: 1240px;
	margin: 0 auto;
	padding: 60px 0;*/
	/*max-width: 1024px;*/
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 0;
}
.contentinner {
    padding: calc(80px - 0.25em) 0 80px;
}
#contents {
	padding: 0 0 0;
}

/*PCスマホタブレット切替
-------------------------------------------*/
.pc-only { display: block !important; }
/*.tb-only { display: none !important; }*/
.sp-only { display: none !important; }

/*フォント関係
-------------------------------------------*/
/*----- text_align ----- */
.alnL {
	text-align: left !important;
}
.alnC {
	text-align: center !important;
}
.alnR {
	text-align: right !important;
}
/*----- title ----- */
h1{
	/* font-size: 3.6em; */
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.04em;
}
h2{
	font-size: 3.2em;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
h3{
	font-size: 2.8em;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
h4{
	font-size: 2.4em;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
h5{
	font-size: 2em;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
h6{
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
.komeL {
	font-size: 12px!important;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.02em;
    list-style: none;
}
.komeL li{
    text-indent: -1.5em;
}
.komeM {
	font-size: 10px!important;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.02em;
	list-style: none;
}
.komeM li{
    text-indent: -1.5em;
}
/* GOOGLEフォント　丸文字 */
/*.font_nijimimaru {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Zen Maru Gothic', sans-serif;
}*/
/* typesquareフォント　丸文字　再開見込み */
.font_nijimimaru {
	/*font-family: "Shuei NijimiMGo B";*/
}
/*margin
------------------------------------------*/
.m0 {margin:0 !important;}
.m10 {margin:10px !important;}
.m20 {margin:20px !important;}
.m30 {margin:30px !important;}
.m40 {margin:40px !important;}
.m50 {margin:50px !important;}
.m60 {margin:60px !important;}
.m70 {margin:70px !important;}
.m80 {margin:80px !important;}
.m90 {margin:90px !important;}
.m100 {margin:100px !important;}

/*margin_top
------------------------------------------*/
.mt0 {margin-top:0 !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}
.mt70 {margin-top:70px !important;}
.mt80 {margin-top:80px !important;}
.mt90 {margin-top:90px !important;}
.mt100 {margin-top:100px !important;}

/*margin_right
------------------------------------------*/
.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}
.mr60 {margin-right:60px !important;}
.mr70 {margin-right:70px !important;}
.mr80 {margin-right:80px !important;}
.mr90 {margin-right:90px !important;}
.mr100 {margin-right:100px !important;}

/*margin_bottom
------------------------------------------*/
.mb0 {margin-bottom:0 !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}
.mb80 {margin-bottom:80px !important;}
.mb90 {margin-bottom:90px !important;}
.mb100 {margin-bottom:100px !important;}

/*margin_left
------------------------------------------*/
.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.ml60 {margin-left:60px !important;}
.ml70 {margin-left:70px !important;}
.ml80 {margin-left:80px !important;}
.ml90 {margin-left:90px !important;}
.ml100 {margin-left:100px !important;}

/*padding
------------------------------------------*/
.p0 {padding:0 !important;}
.p10 {padding:10px !important;}
.p20 {padding:20px !important;}
.p30 {padding:30px !important;}
.p40 {padding:40px !important;}
.p50 {padding:50px !important;}
.p60 {padding:60px !important;}
.p70 {padding:70px !important;}
.p80 {padding:80px !important;}
.p90 {padding:90px !important;}
.p100 {padding:100px !important;}

/*padding_top
------------------------------------------*/
.p0 {padding:0 !important;}
.pt10 {padding-top:10px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pt60 {padding-top:60px !important;}
.pt70 {padding-top:70px !important;}
.pt80 {padding-top:80px !important;}
.pt90 {padding-top:90px !important;}
.pt100 {padding-top:100px !important;}

/*padding_right
------------------------------------------*/
.pr0 {padding-right:0 !important;}
.pr5 {padding-right:5px !important;}
.pr10 {padding-right:10px !important;}
.pr20 {padding-right:20px !important;}
.pr30 {padding-right:30px !important;}
.pr40 {padding-right:40px !important;}
.pr50 {padding-right:50px !important;}
.pr60 {padding-right:60px !important;}
.pr70 {padding-right:70px !important;}
.pr80 {padding-right:80px !important;}
.pr90 {padding-right:90px !important;}
.pr100 {padding-right:100px !important;}

/*padding_bottom
------------------------------------------*/
.pb0 {padding--bottom:0 !important;}
.pb10 {padding-bottom:10px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}
.pb60 {padding-bottom:60px !important;}
.pb70 {padding-bottom:70px !important;}
.pb80 {padding-bottom:80px !important;}
.pb90 {padding-bottom:90px !important;}
.pb100 {padding-bottom:100px !important;}

/*padding_left
------------------------------------------*/
.pl0 {padding-left:0 !important;}
.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl20 {padding-left:20px !important;}
.pl30 {padding-left:30px !important;}
.pl40 {padding-left:40px !important;}
.pl50 {padding-left:50px !important;}
.pl60 {padding-left:60px !important;}
.pl70 {padding-left:70px !important;}
.pl80 {padding-left:80px !important;}
.pl90 {padding-left:90px !important;}
.pl100 {padding-left:100px !important;}

/*border-radius
------------------------------------------*/
.r0 {border-radius:0px !important;}
.r5 {border-radius:5px !important;}
.r10 {border-radius:10px !important;}
.r20 {border-radius:20px !important;}
.r30 {border-radius:30px !important;}
.r40 {border-radius:40px !important;}
.r50 {border-radius:50px !important;}
.r60 {border-radius:60px !important;}
.r70 {border-radius:70px !important;}
.r80 {border-radius:80px !important;}
.r90 {border-radius:90px !important;}
.r100 {border-radius:100px !important;}

/*フレックスボックス
------------------------------------------*/
.col-between{
	display: flex;
	justify-content: space-between;
	margin: 0 -16px;
}
.col-around{
	display: flex;
	justify-content:space-around;
	margin: 0 -16px;
}
.col-start{
	display: flex;
	justify-content: flex-start;
	margin: 0 -16px;
	flex-wrap: wrap;
}
.col-center{
	display: flex;
	justify-content:center;
	margin: 0 -16px;
}
.col-end{
	display: flex;
	justify-content:flex-end;
	margin: 0 -16px;
}
.col-wrap {
	flex-wrap: wrap;
}
.col-alcenter {
	align-items: center;
}
.col-alstrech {
	align-items: stretch;
}
.col-reverse {
	flex-direction: row-reverse;
}
.col-grow1 {
	height: 100%;
	flex-grow:1;
}
.col-grow2 {
	height: 100%;
	flex-grow:2;
}
.col-grow3 {
	height: 100%;
	flex-grow:3;
}

/*　レイアウト
------------------------------------------*/
/*PC用*/
.col-12-pc{
	width: 100%;
	padding: 0 16px;
}
.col-11-pc{
	width: 91.666667%;
	padding: 0 16px;
}
.col-10-pc{
	width: 83.333333%;
	padding: 0 16px;
}
.col-9-pc{
	width: 75%;
	padding: 0 16px;
}
.col-8-pc{
	width: 66.666667%;
	padding: 0 16px;
}
.col-7-pc{
	width: 58.333333%;
	padding: 0 16px;
}
.col-6-pc{
	width: 50%;
	padding: 0 16px;
}
.col-5-pc{
	width: 41.666667%;
	padding: 0 16px;
}
.col-4-pc{
	width: 33.333333%;
	padding: 0 16px;
}
.col-3-pc{
	width: 25%;
	padding: 0 16px;
}
.col-2-pc{
	width: 16.666667%;
	padding: 0 16px;
}
.col-1-pc{
	width: 8.333333%;
	padding: 0 16px;
}

/*float
-------------------------------------------*/
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}

/*clear
-------------------------------------------*/
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}

/*文字の装飾
------------------------------------------*/
.marker_ye{
	background: linear-gradient(transparent 60%, #fff7af 60%);
	font-weight: bold;
}
.marker_pk {
	background: linear-gradient(transparent 60%, #ffdbe5 60%);
	font-weight: bold;
}
.marker_bl {
	background: linear-gradient(transparent 60%, #dbeeff 60%);
	font-weight: bold;
}
.marker_gr {
	background: linear-gradient(transparent 60%, #ddf7d0 60%);
	font-weight: bold;
}
.marker_or {
	background: linear-gradient(transparent 60%, #ffe9d2 60%);
	font-weight: bold;
}
/*文字のウェイト　太さ*/
.medium {
	font-weight: 500 !important;
}
.bold {
	font-weight: 700 !important;
}
/*文字のカラー*/
.red {
	color: #e76936;
}
.orange {
	color: #F78028;
}
.white {
	color: #fff;
}
/*タイトル（見出し）の装飾
------------------------------------------*/
/*下線のタイトル*/
.title_border {
	/*background: #ffc487;*/
	padding: 0.4em 0.4em 0.2em 0.4em;
	margin-bottom: 1em;
	border-bottom: 2px solid #F78028;
}

/*左にちょんちょんタイトル*/
.title_dotIcon{
	padding: 0.4em 0.4em 0.4em 0;
}
.title_dotIcon::before {
	content: url("../img/title_doticon.svg");
    vertical-align: middle;
    padding-right: 5px;
    display: inline-block;
    width: 1.2em;
    height: 1.5em;
	
}
/*左にアイコン画像があるタイトル*/
.title_icon {
	position: relative;
	padding: 1.5rem 2rem 1.5rem 60px;
}
.title_icon img {
	height:45px;
	width:auto;
}
.title_icon span {
	font-weight: 900 !important;
	position: absolute;
	top: 0.4em;
	left: 0;
}
/*左に線があるタイトル*/
.title_left {
	position: relative;
	padding: 1.5rem 1.5rem 1.5rem 2.5rem;
}
.title_left::before {
	content: '';
	background: #4c9ac0;
	width: 1em;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
/*左に長い線があるタイトル*/
.title_leftlong {
	position: relative;
	padding: 1.5rem 1.5rem 1.5rem 8.5rem;
}
.title_leftlong::before {
	content: '';
	background: #b7b9b9;
	width: 3em;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
/*大きいフォントのタイトル*/
.title_big {
	font-family: "Jost", sans-serif;
    /* position: absolute; */
    top: 10%;
    left: 5%;
    font-size: 6vw;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 2rem;
    /* z-index: 2; */
	color: #e4f0f5;
}

/*かっこのタイトル*/
.title_kakko {
    position: relative;
    padding: 1rem 6.5rem;
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}
.title_kakko::before,
.title_kakko::after {
    position: absolute;
    width: 20px;
    height: 30px;
    content: '';
}
.title_kakko::before {
    border-left: solid 3px;
    border-top: solid 3px;
    border-radius: 5px 0 0 0;
    top: 0;
    left: 0;
}
.title_kakko::after {
    border-right: solid 3px;
    border-bottom: solid 3px;
    border-radius: 0 0 5px 0;
    bottom: 0;
    right: 0;
}

/*タイトル*/
.title_bgbk {
    position: relative;
    padding-top: 3.5em;
    color: #4b4949;
	margin-bottom: 3rem;
}
.title_bgbk::before {
    position: absolute;
    bottom: 0.45em;
  right: 0;
  left: 0;
  margin: 0 auto;
    z-index: -1;
    /* color: #deeff2; */
	color: #88cfcc;
    font-size: 3em;
    line-height: 1;
    content: attr(data-number);
    pointer-events: none;
}



/*背景
------------------------------------------*/
.bg_white{
	background: #FFF;
}
.bg_lightgray{
	background: #eee;
}
.bg_paleorange{
	background: #fff5e9;
}
.bg_orange{
	background: #FC8A3D;
}
.bg_lightyellow{
	background: #FFFACD;
}
.bg_lightyellowgreen{
	background: #f6ffe4;
}
.bg_lightblue{
	background: #E6E6FA;
}
.bg_lightpink{
	background: #FFE4E1;
}
.bg_lightyellowgreen{
	background: #f6ffe4;
}
.bg_yellowgreen{
	background: #99C12B;
}
/*グラデ背景*/
.bg_gradation { 
  height: 100%;
  width: 100%;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
background-size: 1800% 1800%;

-webkit-animation: rainbow 18s ease infinite;
-z-animation: rainbow 18s ease infinite;
-o-animation: rainbow 18s ease infinite;
  animation: rainbow 18s ease infinite;}
@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}





/*ボタン
------------------------------------------*/

/*btn_flat01 白×オレンジボタン*/
.btn_flat01{
	display:inline-block;
	cursor: pointer;
	color: #F78028;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.2em;
	text-align: center;
	background: #fff;
	border: 2px solid #F78028;
	border-radius: 500px;
	box-shadow: 0px 5px 0px 0px #F78028;
	padding: 1em 3em 1em 3em;
	margin: 0 auto;
	transition: 0.3s;
}
.btn_flat01:hover{
	opacity: 0.9;
	text-decoration: none;
	color: #fff !important;
	background: #F78028;
	border: 2px solid #fff;
}

/*btn_flat02 オレンジ×白ボタン*/
.btn_flat02{
	display:inline-block;
	cursor: pointer;
	color: #fff !important;	
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.2em;
	text-align: center;
	background: #F78028;
	border: 2px solid #fff;
	border-radius: 500px;
	box-shadow: 0px 5px 0px 0px #F78028;
	margin: 0 auto;
	padding: 1em 3em 1em 3em;
	transition: 0.3s;
}
.btn_flat02:hover{
	opacity: 0.9;
	text-decoration: none;
	color: #F78028 !important;
	background: #fff;
	border: 2px solid #F78028;
}

/*btn_flat03 白×黄緑ボタン*/
.btn_flat03 {
	display:inline-block;
	cursor: pointer;
	color: #99C12B;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.2em;
	text-align: center;
	background: #fff;
	border: 2px solid #99C12B;
	border-radius: 500px;
	box-shadow: 0px 5px 0px 0px #99C12B;
	padding: 1em 3em 1em 3em;
	margin: 0 auto;
	transition: 0.3s;
}
.btn_flat03:hover{
	opacity: 0.9;
	text-decoration: none;
	color: #fff !important;
	background: #99C12B;
	border: 2px solid #fff;
}

/*btn_flat04 黄緑×白ボタン*/
.btn_flat04{
	display:inline-block;
	cursor: pointer;
	color: #fff !important;	
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.2em;
	text-align: center;
	background: #99C12B;
	border: 2px solid #fff;
	border-radius: 500px;
	box-shadow: 0px 5px 0px 0px #99C12B;
	margin: 0 auto;
	padding: 1em 3em 1em 3em;
	transition: 0.3s;
}
.btn_flat04:hover{
	opacity: 0.9;
	text-decoration: none;
	color: #99C12B !important;
	background: #fff;
	border: 2px solid #99C12B;
}

/*btn_flat05 白×黒ボタン*/
.btn_flat05 {
	display:inline-block;
	cursor: pointer;
	color: #333;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.2em;
	text-align: center;
	background: #fff;
	border: 2px solid #333;
	border-radius: 500px;
	box-shadow: 0px 5px 0px 0px #333;
	padding: 1em 3em 1em 3em;
	margin: 0 auto;
	transition: 0.3s;
}
.btn_flat05:hover{
	opacity: 0.9;
	text-decoration: none;
	color: #fff !important;
	background: #333;
	border: 2px solid #fff;
}

/*btn_flat06 黒×白ボタン*/
.btn_flat06{
	display:inline-block;
	cursor: pointer;
	color: #fff !important;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.2em;
	text-align: center;
	background: #333;
	border: 2px solid #fff;
	border-radius: 500px;
	box-shadow: 0px 5px 0px 0px #333;
	margin: 0 auto;
	padding: 1em 3em 1em 3em;
	transition: 0.3s;
}
.btn_flat06:hover{
	opacity: 0.9;
	text-decoration: none;
	color: #333 !important;
	background: #fff;
	border: 2px solid #333;
}

/*btn_txt01 オレンジアイコンテキストボタン*/
.btn_txt01{
    display: inline-block;
    width: auto;
    box-sizing: border-box;
	padding: 0em 0.6em 0em 2.2em;
	font-size: 1.6em;
    text-align: center;
    position: relative;
	margin-left:-0.4em;
}
.btn_txt01::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #F78028;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5em;
}
.btn_txt01::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
	top: calc(50% - 4px);
    left: 0.8em;
}

/*btn_txt02 黄緑アイコンテキストボタン*/
.btn_txt02{
    display: inline-block;
    width: auto;
    box-sizing: border-box;
	padding: 0em 0.5em 0em 2.2em;
	font-size: 1.6em;
    text-align: center;
    position: relative;
}
.btn_txt02::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #99C12B;
    border-radius: 50%;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 0.5em;
}
.btn_txt02::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
top: calc(50% - 4px);
    left: 0.82em;
}
/*btn_txt03 白黒アイコンテキストボタン*/
.btn_txt03{
    display: inline-block;
    width: auto;
    box-sizing: border-box;
	padding: 0em 0.5em 0em 2.2em;
	font-size: 1.6em;
    text-align: center;
    position: relative;
}
.btn_txt03::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
	border: 1px solid #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5em;
}
.btn_txt03::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    position: absolute;
	top: calc(50% - 4px);
    left: 0.8em;
}

/*ボーダー　線のデザイン
-------------------------------------------*/
hr {
	display: block;
	border-bottom: 2px solid #eee;
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 20px;
}
hr.hrDot {
	display: block;
	border-bottom: 4px dotted #eee;
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 20px;
}

/*リストデザイン
------------------------------------------*/
/* 01、ベーシックな数字付きリスト */
.list01 {
	border-radius: 8px;
	padding: 2em 3em 2.8em;
    counter-reset: number;
    /*list-style-type: none!important;*/
}
.list01 li {
    /*border-bottom: dashed 1px #ccc;*/
    position: relative;
    padding: 1.4em 1.4em 1.4em 2.6em;
    line-height: 1.5em;
    position: relative;
}
.list01 li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #ffebb0;
	border: 1px solid #555;
    color: #555;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.01em;
    border-radius: 50%;
    left: 0;
	width: 24px;
    height: 24px;
    text-align: center;
    top: 1.9em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* 02、ベーシックなドット付きリスト */
.list02 {
	border-radius: 8px;
	padding: 2em 3em 2.8em;
	position: relative;
}

.list02 li {
	line-height: 1.5;
	padding: 0.8em 0 0.8em 2.4em;
	list-style-type: none!important;
    position: relative;
}

.list02 li:before {
	position: absolute;
	top: 0.9em;
	left:0;
	content: url("../icon/icon_infinity.svg");
    vertical-align: middle;
    display: inline-block;
    width: 2em;
    height: 2em;	
}

/*-- 03、チェックリスト -- */
.list03 {
	padding: 4em 5em 4.8em;
	text-align: left;
	border-radius: 8px;
	position: relative;
}
/*Check「list03」styles*/
input[type="checkbox"] { display: none; }
input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 38px;
	margin-bottom: 28px;
	font-size: 1.6em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
input[type="checkbox"] + label:last-child { margin-bottom: 0; }
input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #333;
	position: absolute;
	left: 0;
	top: 0.2em;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*表
------------------------------------------*/
/*-- 01、ベーシックなテーブル -- */

.chart_content {
	border-collapse: collapse;
	margin: 0 auto 30px;
	padding: 0;
	width: 100%;
	background: #fff;
	table-layout: fixed;
	color: #222;
	text-align: center;
	border: 1px solid #b3b3b3;
	font-size: 1.6em;
}
.chart_content tr {
	padding: .35em;
	border-bottom: 1px solid #bbb;
}
.chart_content thead{
	border-bottom: 1px solid #b3b3b3;
	background: #eee;
}
.chart_content tr:last-child{
	border-bottom: none
}
.chart_content th,
.chart_content td {
	padding: 1em;
	border-right: 1px solid #bbb;
}
.chart_content th:last-child,
.chart_content td:last-child{
	border: none;
}
.chart_content th {
	font-size: 1.1em;
}
.chart_content tr th:first-child {
	width: 30%;
}
.chart_content tbody th {
    /*color: #555;*/
}
.chart_content .txt{
	text-align: center;
	font-size: 1em;
}
.chart_content .chart_detail{
	text-align: left;
	font-size: 1em;
}
.chart_content caption {
	margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
	.chart_box .chart_box_title {
		font-size: 1.2em;
		line-height: 1.5;
	}
	.chart_content {
		border: 0;
		width:100%
	}
	.chart_content th{
		display: block;
		border-right: none;
		border-bottom: 3px solid #555;
		padding-bottom: .6em;
		margin-bottom: .6em;
	}
	.chart_content thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.chart_content tr {
		display: block;
		margin-bottom: 2em;
	}
	.chart_content td {
		border-bottom: 1px solid #bbb;
		display: block;
		font-size: 0.9em;
		text-align: right;
		position: relative;
		padding: .625em .625em .625em 6.5em;
		border-right: none;
	}
	.chart_content td::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 10px;
	}
	.chart_content td:last-child {
		border-bottom: 0;
	}
	.chart_content tr th:first-child {
		width: 100%;
	}
}
/*----- 02、詳細な感じのテーブル ----- */
.chart_content02 {
	font-size: 1.3rem;
}
.chart_content02 tr td {
    border-bottom: 0px solid #CCCCCC;
    padding: 1.8rem 2.5rem;
}

/*----- 03、線テーブル ----- */
.table_design03 {
  border-collapse: collapse;
  width: 100%;
  max-width: 1200px;
  font-size: 1.6rem;
  color: #333;
}
.table_design03 th, .table_design03 td {
  border-bottom: 1px solid #c1c7c6;
  padding: 1.8em;
}
.table_design03 th {
  border-bottom: 1px solid #329dc1;;
  /* font-weight: bold; */
  text-align: center;
  width: 20%;
  min-width: 4em;
}
s





/*動画うめこみ
------------------------------------------*/
.youtube {
	width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

/*Q＆Aでよく使われるアコーディオン
------------------------------------------*/
.accordion_area {}
.accordion_area .accordion_one .ac_header {
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	/*padding: 1em;*/
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition: .1s;
	border-radius: 8px; 
}
.accordion_area .accordion_one .ac_header.open {
	border-radius: 8px 8px 0 0;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
	background-color: #fff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
	background-color: #fff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
	background-color: #fff6e5;
}
/*.i_boxが＋印*/
.accordion_area .accordion_one .ac_header .i_box {
	position: absolute;
	top: 50%;
	right: 3em;
	width: 25px;
	height: 25px;
	margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
	border-top: 3px solid #333;
	width: 25px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
	border-left: 3px solid #333;
	width: 0;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 11px;
	transition: .1s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
	height: 0;
}
.accordion_area .accordion_one .ac_inner {
	display: none;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0 0 8px 8px;
	padding: 2em 4em 4em 2.2em;
	font-size: 16px !important;
}
.p-faq__headinner {
	display: block;
	padding-left: 1em;
	position: relative;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 500;
}
.p-faq__headinner::before {
	position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	content: "Q";
    color: #FC8A3D;
    font-size: 1.8em;
    font-weight: bold;
	/*background: #fff;*/
	border: 0 solid #FC8A3D;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-top: 0em;
    padding: 0 0 0 0.3em;
	line-height: 1.2;
}
.p-faq__headinner div.p-faq__q-txt {
	padding: 1em 5em 1em 3.8em;
    line-height: 3.2em;
    cursor: pointer;
	line-height: 1.5 !important;
}
.p-faq__bodyinner {
	display: block;
	position: relative;
	line-height: 1.5;
	padding-left: 3.2em;
	font-size: 16px !important;
}
.p-faq__bodyinner::before {
	position: absolute;
	left: 0;
	top: -6px;
	content: "A";
	color: #99C12B;
	font-size: 36px !important;
	font-weight: bold;
	background: #fff;
}
.p-faq__bodyinner p.p-faq__a-txt {
	font-size: 16px !important;
}

/*ニュース、お知らせなどに使う
------------------------------------------*/
.news-list {
	height: 160px;
    overflow-y: scroll;
    background: white;
	padding: 1em;
	border-radius: 8px 0 0 8px;
}
.news-list .item a {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 1em 1.5em;
}
.news-list .item:first-child a {
	border-top: 1px solid #CCC;
}
.news-list .item .date {
	margin: 0;
	min-width: 120px;
	font-size: 15px;
	color: #999;
	padding: 0 20px 0 0;
}
.news-list .item .title {
	font-size: 15px;
	margin: 0;
	width: 100%;
}
.news-list .item a:hover .title {
	color: #937620;
}

@media screen and (max-width: 768px){
.news-list .item a {
	flex-wrap: wrap;
}
.news-list .item .date {
	min-width: 100px;
}
.news-list .item .title {
	margin-top: 10px;
	}
}

/*フッター
------------------------------------------*/
.groupLink {
	border: 1px solid #dadada;
	margin-right: 18px;
	margin-bottom: 20px;
	padding: 0;
}
.groupLink img {
	object-fit: cover;
}
#footer .contentinner {
	padding: calc(80px - 0.25em) 0 40px;
}
	#footer .col-start {
	margin: 0;
}
#footer .col-2-pc {
	padding: 0;
}
#footer .col-3-sp {
	padding: 0;
}
@media screen and (max-width: 768px){
	#footer .col-start {
	justify-content: center;
}
}
/*上部へピューン!ボタン
------------------------------------------*/
footer #to_top {
    position: fixed;
    right: 1em;
    display: block;
    width: 5em;
    height: 5em;
    padding: 0.8em;
	border: 1px solid #fff;
	border-radius: 1000px;
    background: #ff7f29c7;
	text-align: center;
	z-index: 1000;
}
footer #to_top img {
    width: 82%;
    margin: 0 auto;
}







/*メインビジュアル　イベント時などに。
----------------------------------------------------*/
.mv {
	position: relative;
	text-align: center;
	height: 360px;
}
.mv .mv_bg {
	width: 100%;
    min-height: 360px;
	max-height: 360px;
	object-fit: cover;
}
.mv .mv_inner {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
	min-height: 360px;
	max-height: 360px;
    box-sizing: border-box;
	margin: 0 auto;
	z-index: 1;
}
.mv .catchCopy {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.mv .mv_batch {
    position: absolute;
	top: 10px;
    right: 16px;
	z-index: 1;
}

/*サブナビゲーション
----------------------------------------------------*/
.subNavi {
	background: #fff;
	box-shadow: 0px 3px 4px 0px rgba(17,17,26,0.18);
	padding: 2em 2em 1em;
}
.subNavi_inner {
	max-width: 1024px;
	margin: 0 auto;   
}
/*---- 固定 ----*/
.nav-fixed {
	position: fixed;
	top: 65px;
	left: 0;
	width: 100%;
	z-index: +2;
}
/*---- ホバーアニメ ----*/
.c-txt {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  color: #ff701e;
  display: inline-block;
  letter-spacing: 0.06em;
}
.c-txt.line {
  padding-bottom: 0.4em;
  position: relative;
	/*display: block;*/
	margin-bottom: 0.5em;
}
.c-txt.line::before {
  background: #ff701e;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.c-txt.line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/* カルーセル部分 */
.carouselBox {
  padding: 7em 0em;
  background-color: #dce9ed;
  overflow: hidden;
}
.carousel_read {
  padding: 0 2em;
}
.carouselBox h3 {
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 3em;
  font-size: 1.4rem;
}
.carouselWrapper {
  overflow: hidden;
  position: relative;
}
.carouselLineup {
  display: flex;
  gap: 3rem;
  animation: scrollCarousel 25s linear infinite;
}
.carouselLineup li {
  flex-shrink: 0;
}
.imageContainer {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}
.imageContainer img {
  width: 600px;
  height: auto;
  display: block;
  transition: all 0.4s ease;
}
.imageContainer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 暗くする */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.imageContainer:hover img {
  transform: scale(1.05);
}
.imageContainer:hover .overlay {
  opacity: 1;
}
@keyframes scrollCarousel {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.carouselLineup:hover {
  animation-play-state: paused;
}

/* フッター */
.sdgs img {
	width: 65%;
}
@media screen and (max-width: 768px) {
  .sdgs img {
	width: 25%;
}
}


/* タブレット */
@media screen and (max-width: 768px) {
  .hook_txt p {
    font-size: 1.6rem;
  }
.carouselBox h3 {
    line-height: 1.5;
    font-size: 1.5rem;
}
.imageContainer img {
    width: 580px;
}
.carouselLineup {
  animation: scrollCarousel 8s linear infinite;
}
}

/*スマホ
----------------------------------------------------*/
@media screen and (max-width: 768px) {
	
	.pc-only { display: none !important; }
	/*.tb-only { display: none !important; }*/
	.sp-only { display: block !important; }

	.sp-p0 {
		padding-left:0!important;
		padding-right:0!important;
	}	
	
	a.anchor {
		display: block;
		padding-top: 66px;
		margin-top: -66px;
	}

	.contentinner {
		padding: calc(20px - 0.25em) 0 20px;
	}
/*フォント関係
-------------------------------------------*/
/*----- title ----- */
	h1{
		font-size: 3.2em;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.04em;
	}
	h2{
		font-size: 2.8em;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.04em;
	}
	h3{
		font-size: 2.4em;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.04em;
	}
	h4{
		font-size: 2.0em;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.04em;
	}
	h5{
		font-size: 1.6em;
		font-weight: 500;
		line-height: 1.7;
		letter-spacing: 0.04em;
	}
	h6{
		font-size: 1.5em;
		font-weight: 500;
		line-height: 1.7;
		letter-spacing: 0.04em;
	}
	.kome {
		font-size: 0.9em;
		text-align: left;
		line-height: 1.6;
	}
	.under {
		font-size: 1.1em;
	}
	.strong_pink {
		font-size: 1.1em;
	}

	.contents_box {
		background:#fff;
		margin:0 auto 60px;
		padding:18px;
	}
	
	/*---- フレックスボックス ----*/
	.col-between,
	.col-around,
	.col-start,
	.col-center,
	.col-end {
		margin: 0 -8px;
		/*display: block;*/
	}

/*　スマホ　レイアウト
------------------------------------------*/
	.col-12-sp{
		width: 100%;
		padding: 0 8px;
	}
	.col-11-sp{
		width: 91.666667%;
		padding: 0 8px;
	}
	.col-10-sp{
		width: 83.333333%;
		padding: 0 8px;
	}
	.col-9-sp{
		width: 75%;
		padding: 0 8px;
	}
	.col-8-sp{
		width: 66.666667%;
		padding: 0 8px;
	}
	.col-7-sp{
		width: 58.333333%;
		padding: 0 8px;
	}
	.col-6-sp{
		width: 50%;
		padding: 0 8px;
	}
	.col-5-sp{
		width: 41.666667%;
		padding: 0 8px;
	}
	.col-4-sp{
		width: 33.333333%;
		padding: 0 8px;
	}
	.col-3-sp{
		width: 25%;
		padding: 0 8px;
	}
	.col-2-sp{
		width: 16.666667%;
		padding: 0 8px;
	}
	.col-1-sp{
		width: 8.333333%;
		padding: 0 8px;
	}


/*スマホ　タイトル
----------------------------------------------------*/


/*スマホ　背景
----------------------------------------------------*/
.bg_wave01 {
  background-image: url("../img/bg_wave01_sp.png");
}
.bg_wave02 {
  background-image: url("../img/bg_wave02_sp.png");
}
.bg_wave03 {
  background-image: url("../img/bg_wave03_sp.png");
}

/*サブナビゲーション
----------------------------------------------------*/
.subNavi {
	font-size: 0.85em;
	padding: 0.8em 0.5em 0;
}
/*スマホ　リスト
----------------------------------------------------*/
	.list03 {
		margin: auto;
		padding: 26px 25px 30px;
		background: #fffefd;
		width: 100%;
		text-align: left;
		border-radius: 10px;
		position: relative;
		margin-bottom: 61px;
	}
	
/*スマホ　動画うめこみ
----------------------------------------------------*/
	.youtube {
		margin-top: 38px;
	}
	.youtube_inner {
		padding: 15px 25px;
	}
	
/*スマホ　アコーディオン
----------------------------------------------------*/
	.accordion_area .accordion_one .ac_header {
		padding: 1rem 3.5rem 1rem 0.5rem;
	}
	.accordion_area .accordion_one .ac_header .i_box {
		right: 1.2em;
	}
	.p-faq__bodyinner {
		padding-left: 0px;
	}
	.p-faq__bodyinner p.p-faq__a-txt {
		font-weight: 300;
	}
	.p-faq__headinner {
		padding-left: 40px !important;
		font-size: 16px;
	}
	.p-faq__headinner div.p-faq__q-txt {
		padding: 0em 0em 0em 0.5em !important;
		line-height: 1.5 !important;
	}
	.p-faq__bodyinner::before {
		left: -34px;
	}
	.accordion_area .accordion_one .ac_inner {
		padding: 1em 1em 2em 3.2em;
	}
/*スマホ　イベントメインビジュアル
----------------------------------------------------*/
	.mv {
		height: 60vh;
	}
	.mv .mv_bg {
		width: 100%;
		min-height: 60vh;
		max-height: 60vh;
	}
	.mv .mv_inner {
		width: 100%;
		min-height: 60vh;
		max-height: 60vh;
	}
	.mv .catchCopy {
		top: 3.6em;
		width: 100%;
		line-height: 0.9;
	}
	.mv .mv_batch img {
		width: 8.5em;
	}
/*ニュース、お知らせなどに使う
------------------------------------------*/
	.news-list {
		height: 140px;
		padding: 0.8em;
	}
	.news-list .item a {
		padding: 0.4em 0.6em;
	}
	.news-list .item .date {
		min-width: 120px;
		font-size: 13px;
		padding: 0 16px 0 0;
	}
	.news-list .item .title {
		margin-top: 3px;
	}
	
/*Q＆Aでよく使われるアコーディオン
------------------------------------------*/
	.p-faq__headinner div.p-faq__q-txt {
		padding: 0.8em 2em 1em 0.1em;
		line-height: 1.6em;
	}
	.p-faq__headinner::before {
		left: 0.2em;
		margin-top: 0.1em;
		}
	.accordion_area .accordion_one .ac_header {
		padding: 1rem 4.5rem 1rem 0.5rem;
	}
	.p-faq__bodyinner::before {
		left: -1em;
	}
	.accordion_area .accordion_one .ac_inner {
		padding: 1.2em 2em 2em 6em;
	}
	
	
	
}
