@charset "UTF-8";

/*---------------------------------
  Google Fonts
---------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

.NotoSans { font-family: 'Noto Sans JP', sans-serif; }
.NotoSerif { font-family: 'Noto Serif JP', serif; }
.ShipporiMincho { font-family: 'Shippori Mincho', serif; }

/*---------------------------------
  表示・非表示（PC / TB / SP）
---------------------------------*/
.pconly {
	display: block;
}
.tbonly {
	display: block;
}
.sponly {
	display: none !important;
}
.pcnone {
	display: none;
}
@media screen and (max-width: 767px) {
.pconly {
	display: none !important;
}
.tbonly {
	display: none !important;
}
.sponly {
	display: block;
}
.pcnone {
	display: inline-block;
}
.spnone {
	display: none;
}
}

/*---------------------------------
  html/bodyの設定
---------------------------------*/
html {
	font-size: 62.5%; /* 62.5%は10px */
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
body {
	color: #2b2d2e;
    background: #d8e7ee;
	overflow-x: hidden;
    word-break: break-all;
    font-feature-settings: "palt"; /* 文字詰め（カッコや句読点など） */
    text-align: justify;
}
@media screen and (max-width: 767px) {
html {
	font-size: 62.5%; /* 62.5%は10px */
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
body {
	color: #2b2d2e;
    background: #d8e7ee;
	overflow-x: hidden;
    word-break: break-all;
    font-feature-settings: "palt"; /* 文字詰め（カッコや句読点など） */
    text-align: justify;
}
}

/*---------------------------------
  画像
---------------------------------*/
img {
	width:100%;
	height:auto;
}
#maincontentswrap01 img {
   vertical-align:bottom;
   pointer-events: none;
}
#maincontentswrap01 a img {
	border-style:none;
}
#maincontentswrap01 img {
	width:100%;
	height:auto;
	image-rendering: auto;
}
#maincontentswrap01 img[src$=".svg"] {
    width: 100%;
}
.radiusimg01 {
	border-radius: 1.5625vw; /* 1920px基準でborder-radius: 20px; */
}
@media screen and (max-width: 767px) {
.radiusimg01 {
	border-radius: 0;
}
}


/*---------------------------------
  テキストリンク
---------------------------------*/
#maincontentswrap01 a:link {
	color:#2b2d2e;
	text-decoration:underline;
	transition: 1.0s;
}
#maincontentswrap01 a:visited {
	color:#2b2d2e;
	text-decoration:underline;
	transition: 1.0s;
}
#maincontentswrap01 a:active {
	color:#ff7b27;
	text-decoration:underline;
	transition: 1.0s;
}
#maincontentswrap01 a:hover {
	color:#ff7b27;
	text-decoration:underline;
	opacity: 0.6;
	transition: 1.0s;
}

#k-maincontentswrap01 a:link {
	color:#2b2d2e;
	text-decoration:underline;
	transition: 1.0s;
}
#k-maincontentswrap01 a:visited {
	color:#2b2d2e;
	text-decoration:underline;
	transition: 1.0s;
}
#k-maincontentswrap01 a:active {
	color:#ff7b27;
	text-decoration:underline;
	transition: 1.0s;
}
#k-maincontentswrap01 a:hover {
	color:#ff7b27;
	text-decoration:underline;
	opacity: 0.6;
	transition: 1.0s;
}

/*---------------------------------
  画像リンク
---------------------------------*/
a img {
	display: block;
}


/*---------------------------------
  アンカー位置設定
---------------------------------*/
#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10 {
	margin: calc((1.0416666666666665vw + 4.6875vw + 1.0416666666666665vw) * -1) 0 0;
	padding: calc(1.0416666666666665vw + 4.6875vw + 1.0416666666666665vw) 0 0;
    position: absolute;
    z-index: 0;
}
@media screen and (max-width: 767px) {
#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10 {
	margin: calc((1.3333333333333335vw + 7.199999999999999vw + 1.3333333333333335vw) * -1) 0 0;
	padding: calc(1.3333333333333335vw + 7.199999999999999vw + 1.3333333333333335vw) 0 0;
    position: absolute;
    z-index: 0;
}
}

/*---------------------------------
  画像鏡面反射
---------------------------------*/
.img-reflection01 {
  -webkit-box-reflect:
    below 0px 
  -webkit-gradient(linear, left top, left bottom, from(transparent), 
    color-stop(0.8, transparent), 
    to(rgba(255, 255, 255, 0.3)));
}

/*---------------------------------
  バックグラウンド
---------------------------------*/
.contentsbg01 {
    background: #e4f0f5;
}

/*---------------------------------
  フォントカラー
---------------------------------*/
.font-white01 { color: #ffffff; }
.font-blue01 { color: #2B457D; }
.font-black01 { color: #000000; }
.font-red01 { color: #c50018; }
.font-yellow01 { color: #fff338; }
.font-green01 { color: #7fbd26; }


/*---------------------------------
  テキスト頭揃え
---------------------------------*/
.indent01-01 {
	text-indent: -1em;
	padding: 0 0 0 1em;
}
.indent01-05 {
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
}

/*---------------------------------
  文字間調整用
---------------------------------*/
.letterspace01 {
	letter-spacing: -0.02em;
}

/*---------------------------------
  テキスト位置
---------------------------------*/
.textleft {
	text-align: left !important;
}
.textcenter {
	text-align: center !important;
}
.textright {
	text-align: right !important;
}

/*---------------------------------
  テキスト太さ
---------------------------------*/
.textbold {
	font-weight: 600;
}

/*---------------------------------
  改行設定
---------------------------------*/
.break:before {
	content: "\A";
	white-space: pre;
}
.pcno-break:before {
	content: "";
	white-space: pre;
}
.spno-break:before {
	content: "\A";
	white-space: pre;
}
@media screen and (max-width: 767px) {
.break:before {
	content: "\A";
	white-space: pre;
}
.pcno-break:before {
	content: "\A";
	white-space: pre;
}
.spno-break:before {
	content: "";
	white-space: pre;
}
}

/*---------------------------------
  リスト要素感調整
---------------------------------*/
ul.listbottommargin01 {
    display: block;
}
ul.listbottommargin01 li {
    display: block;
    padding: 0 0 1.5em;
}
ul.listbottommargin01 li:last-child {
    padding: 0;
}

/*---------------------------------
  ローディング
---------------------------------*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
    background: #d8e7ee;
	background-size: 10%;
	z-index: 999999;
	text-align: center;
	color: #fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定 */
#splash-logo img {
	width: 80%;
}

/*画面遷移アニメーション*/
/*画面遷移の後現れるコンテンツ設定*/
#wrapper{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #wrapper{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay:0.2s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
@media screen and (max-width: 767px) {
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
    background: #d8e7ee;
	background-size: 30%;
	z-index: 999999;
	text-align: center;
	color: #fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定 */
#splash-logo img {
	width: 80%;
}
}

/*下層ローディング*/
/*========= ローディング画面のためのCSS ===============*/
#k-splash {
	position: fixed;
	width: 100%;
	height: 100%;
    background: #d8e7ee;
	z-index: 9999999;
	text-align: center;
	color: #fff;
}

#k-splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.k-splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.k-appear .k-splashbg{
    display: block;
    content: "";
    position: fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleX(0);
	animation-name: k-PageAnime;
	animation-duration: 1.2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

@keyframes k-PageAnime{
	0% {
		transform-origin: left;
		transform: scaleX(0);
		background: #009c37;
	}
	50% {
		transform-origin: left;
		transform: scaleX(1);
		background: #009c37;
	}
	50.001% {
		transform-origin: right;
		background-color: #e20017;/*伸びる背景色の設定*/
	}
	100% {
		transform-origin: right;
		transform: scaleX(0);
		background-color: #e20017;/*伸びる背景色の設定*/
	}
}

/*画面遷移の後現れるコンテンツ設定*/
#wrapper{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.k-appear #wrapper{
	animation-name: k-PageAnimeAppear;
	animation-duration: 1s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes k-PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}
@media screen and (max-width: 767px) {
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
    background: #d8e7ee;
	background-size: 30%;
	z-index: 999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定 */
#splash-logo svg {
	width: 70%;
}
}

/*---------------------------------
  ヘッダー
---------------------------------*/
#headwrap01 {
	width: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 888;
	background: rgba(216,231,238,1.0);
}
#headwrap02 {
	width: 100%;
	margin: 0 auto;
	display: table;
}
.headinner01 {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	/*font-size: 1.6rem;*/
	font-size: 1vw;
	font-weight: 500;
}
.headinner01 a {
	width: 100% !important;
	display: block;
}
.headinner01:nth-child(1) {
	width: calc(26.25vw + 2.083333333333333vw); /* 1920px基準でwidth: calc(504px + 40px); */
	padding: 1.0416666666666665vw 0 1.0416666666666665vw 2.083333333333333vw; /* 1920px基準でpadding: 20px 0 20px 40px; */
}
.headinner01:nth-child(2) {
	text-align: right;
}
.headinner01:nth-child(3) {
    display: none;
	width: 125px;
	height: 63px;
	position: relative;
}
.headinner01 ul.headnav {
	display: block;
    font-size: 0.9375vw; /* 1920px基準でfont-size: 18px; */
	font-weight: 500;
}
.headinner01 ul.headnav li {
	display: inline-block;
	padding: 0 2.083333333333333vw 0 0; /* 1920px基準でpadding: 0 40px 0 0; */
}
.headinner01 ul.headnav li a span.navline:after {
	display: inline-block;
	padding: 0 0 0 15px;
}
.headinner01 ul.headnav li.subnav a {
	display: block;
	position: relative;
	z-index: 1;
}
.headinner01 ul.headnav li.subnav a:after {
	content: "";
	position: absolute;
	z-index: 889;
	width: 0;
	height: 0;
	bottom: -2.864583333333333vw; /* 1920px基準でbottom: -55px; */
	left: 50%;
	margin-left: -0.78125vw; /* 1920px基準でmargin-left: -15px; */
	border-left: solid 0.5208333333333333vw transparent; /* 1920px基準でborder-left: solid 10px transparent; */
	border-right: solid 0.5208333333333333vw transparent; /* 1920px基準でborder-right: solid 10px transparent; */
	transition: .4s;
	opacity: 0;
}
.headinner01 ul.headnav li.subnav:hover a:after {
	border-bottom: solid 10px #000000;
	transition: .4s;
	opacity: 1;
}
.headnav li.subnav .subnavwrap01 {
	width: 100%;
	position: absolute;
	z-index: 887;
	visibility: hidden;
	opacity: 0;
	transition: .8s;
	top: calc(1.0416666666666665vw + 4.6875vw + 1.0416666666666665vw - 1px); /* 1920px基準でtop: calc(20px + 82px + 20px); */
	left: 0;
	padding: 2.083333333333333vw 1.5625vw; /* 1920px基準でpadding: 40px 30px; */
	background: rgba(0,0,0,0.7);
	box-sizing: border-box;
	text-align: left;
}
.headnav li.subnav:hover .subnavwrap01 {
	visibility: visible;
	opacity: 1;
}
.subnavwrap02 {
	/*width: 100%;
	max-width: 1214px;*/
	display: table;
	font-size: 1.0416666666666665vw; /* 1920px基準でfont-size: 8px; */
	font-weight: 300;
	color: #ffffff;
}
.subnavinner01 {
	width: auto;
	display: table-cell;
	vertical-align: middle;
}
.subnavinner01:nth-child(1) {
	width: 14.583333333333334vw; /* 1920px基準でwidth: 280px; */
	padding: 0 2.604166666666667vw 0 0; /* 1920px基準でpadding: 0 50px 0 0; */
	vertical-align: middle;
	font-size: 1.5625vw; /* 1920px基準でfont-size: 30px; */
	font-weight: 400;
	letter-spacing: 0.08em;
}
.subnavinner01:nth-child(2) {
	padding: 0 0 0 2.604166666666667vw; /* 1920px基準でpadding: 0 0 0 50px; */
    line-height: 180%;
}

#headwrap01 a:link {
	color: rgba(46,46,46,1.00);
	text-decoration: none;
	transition: 0.5s;
}
#headwrap01 a:visited {
	color: rgba(46,46,46,1.00);
	text-decoration: none;
	transition: 0.5s;
}
#headwrap01 a:hover {
	color: rgba(26,26,26,1.00);
	text-decoration: none;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
    filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	transition: 0.5s;
}
#headwrap01 a:active {
	color: rgba(26,26,26,1.00);
	text-decoration: none;
	transition: 0.5s;
}
.subnavinner02 {
	display: block;
	padding: 0 10px;
	vertical-align: top;
}

.subnavinner02 p {
	display: inline-block;
	margin: 0 30px 0 0;
	position: relative;
}
.subnavinner02 p:last-child {
	margin: 0;
}
.subnavinner02 p .g-navarrow01 {
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.subnavinner02 a:link {
	color: #ffffff !important;
	background: none;
	text-decoration: none;
	padding: 2px 8px;
	margin: 0 5px;
	transition: 1.0s;
}
.subnavinner02 a:visited {
	color: #ffffff !important;
	background: none;
	text-decoration: none;
	transition: 1.0s;
}
.subnavinner02 a:hover {
	color: #ffffff !important;
	background: none;
	text-decoration: none;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(255,255,255,1.0)) !important;
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1.0)) !important;
	transition: 1.0s;
}
.subnavinner02 a:active {
	color: #ffffff !important;
	background: none;
	text-decoration: none;
	transition: 1.0s;
}

.subnavinner02 a:after {
	display: none;
}
.subnavinner02 a:hover:after {
	display: none;
}
@media screen and (max-width: 767px) {
#headwrap01 {
	width: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 888;
	background: rgba(216,231,238,1.0);
}
#headwrap02 {
	width: 100%;
	margin: 0 auto;
	display: table;
}
.headinner01 {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: 500;
}
.headinner01 a {
	width: 100% !important;
	display: block;
}
.headinner01:nth-child(1) {
	width: calc(40vw + 2.666666666666667vw); /* 750px基準でwidth: calc(300px + 20px); */
	padding: 1.3333333333333335vw 0 1.3333333333333335vw 2.666666666666667vw; /* 750px基準でpadding: 10px 0 10px 20px; */
}
.headinner01:nth-child(2) {
	text-align: center;
}
.headinner01:nth-child(3) {
    display: block;
	width: auto;
	height: calc(1.3333333333333335vw + 7.199999999999999vw + 1.3333333333333335vw); /* 750px基準でheight: calc(10px + 54px + 10px); */
	position: relative;
}
.headinner01 ul.headnav {
	display: block;
	padding: 0;
}
.headinner01 ul.headnav li {
	display: block;
	padding: 0;
	font-weight: 700;
}
#headwrap01 a:link {
	color: #FFFFFF;
	text-decoration: none;
	transition: 1.0s;
}
#headwrap01 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	transition: 1.0s;
}
#headwrap01 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	transition: 1.0s;
	opacity: 0.8;
}
#headwrap01 a:active {
	color: #FFFFFF;
	text-decoration: none;
	transition: 1.0s;
}
}


/*---------------------------------
  ハンバーガーナビ
---------------------------------*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 9999;
    /*ナビのスタート位置と形状*/
	top:-200%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	/*background: url("../common_img/menubg_pc.jpg") no-repeat;*/
    background: rgba(43,45,46,0.80);
	background-size: cover;
	background-position: center center;
	opacity: 1.00;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-navwrap {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
	width: 100%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.g-navinner01 {
	display: table;
	width: 73%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 30px;
	font-size: 1.3rem;
	font-weight: 400;
	color: #ffffff;
}
.g-navinner01:last-child {
	padding: 0;
}
.g-navinner01:after {
	content:"";
	display:block;
	clear:both;
}
#g-navlogowrap01 {
	width: 180px;
	float: left;
}
.g-navilistwrap01 {
	display: table;
	width: 32%;
	float: left;
	padding: 0 4% 0 0;
}
.g-navilistwrap01:nth-child(2) {
	width: 36%;
}
.g-navilistwrap01:last-child {
	width: 26%;
	padding: 0;
}
.g-navilistwrap01 ul {
	width: 100%;
}
.g-navilistwrap01:last-child ul {
	width: 100%;
	padding: 0 0 30px;
}
.g-navilistwrap01 ul li {
	display: table;
	width: 100%;
	vertical-align: bottom;
	padding: 0 0 30px;
	letter-spacing: 0.1em;
}
.g-navilistwrap01 ul li:last-child {
	padding: 0;
}
.g-navilistwrap01 ul li .entitle01 {
	font-size: 2.4rem;
	font-weight: 400;
}
.g-navilistwrap01 ul li a {
	display: block;
	color: #ffffff !important;
	margin: 0 0 20px !important;
}
.g-navilistwrap01 ul li a:last-child {
	display: block;
	color: #ffffff !important;
	margin: 0 !important;
}
.g-navilistwrap01 ul li a:link {
	color: #ffffff !important;
	background: none !important;
	text-decoration: none;
	padding: 4px 10px;
	margin: 0 5px;
	transition: 1.0s ;
}
.g-navilistwrap01 ul li a:visited {
	color: #ffffff;
	background: none;
	text-decoration: none;
	transition: 1.0s ;
}
.g-navilistwrap01 ul li a:hover {
	color: #006d26 !important;
	background: #ffffff !important;
	text-decoration: none;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,.0));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,.0));
	transition: 1.0s ;
}
.g-navilistwrap01 ul li a:active {
	color: #ffffff;
	background: #006d26;
	text-decoration: none;
	transition: 1.0s ;
}
.g-navilistwrap01 ul li p {
	display: block;
	margin: 0 0 10px;
	position: relative;
}
.g-navilistwrap01 ul li p .g-navarrow01 {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*========= ボタンのためのCSS ===============*/
#openbtnwrap {
	position: relative;
	cursor: pointer;
}
#openbtninner {
    width: 125px;
    height: 65px;
	top: 0;
	right: 0;
	margin: 0;
	background: #2b2d2e;
	position: absolute;
    z-index: 9999;/*ボタンを最前面に*/
	transition: all 0.6s;
}
#menu {
	font-size: 1.4rem;
	color: #ffffff;
	position: absolute;
    z-index: 9999;/*ボタンを最前面に*/
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: all 0.6s;
}
.openbtn {
	display: block;
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 0;
	left: 65px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
	
/*×に変化*/	
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 14px !important;
    height: 2px;
	background: #ffffff;
  	width: 20px;
	transition: all 0.6s;
  }

.openbtn span:nth-of-type(1) {
	top:28px;
}

.openbtn span:nth-of-type(2) {
	top:33px;
}

.openbtn span:nth-of-type(3) {
	top:38px;
}

#openbtnwrap.active #openbtninner {
	background: #ffffff;
	transition: all 0.6s;
}
#openbtnwrap.active #menu {
	color: #2b2d2e;
	transition: all 0.6s;
}
#openbtnwrap.active .openbtn span {
	background: #2b2d2e;
	transition: all 0.6s;
}
#openbtnwrap.active .openbtn span:nth-of-type(1) {
    top: 25px;
    right: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 20px;
}

#openbtnwrap.active .openbtn span:nth-of-type(2) {
	opacity: 0;
}

#openbtnwrap.active .openbtn span:nth-of-type(3) {
    top: 37px;
    right: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 20px;
}
@media screen and (max-width: 767px) {
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 9999;
    /*ナビのスタート位置と形状*/
	top: -400%;
    left: 0;
	width: 100%;
    height: 100vh;/*ナビの高さ*/
	/*background: url("../common_img/menubg_sp.jpg") no-repeat;*/
    background: rgba(43,45,46,0.80);
	background-size: cover;
	background-position: center center;
	opacity: 1.00;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-navwrap {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
	width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
	padding: 30px 0;
}

.g-navinner01 {
	display: table;
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 0 20px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #ffffff;
}
.g-navinner01:last-child {
	padding: 0;
}
.g-navinner01:after {
	content:"";
	display:block;
	clear:both;
}
#g-navlogowrap01 {
	width: 50% !important;
	margin: 0 auto;
	float: none;
}
#g-navlogowrap01 img {
	width: 100% !important;
}
.g-navilistwrap01 {
	display: table;
	width: 100%;
	float: none;
	padding: 0 0 10px;
}
.g-navilistwrap01:nth-child(2) {
	width: 100%;
}
.g-navilistwrap01:last-child {
	width: 100%;
	padding: 0;
}
.g-navilistwrap01 ul {
	width: 100%;
}
.g-navilistwrap01:last-child ul {
	width: 100%;
	padding: 0 0 10px;
}
.g-navilistwrap01 ul li {
	display: table;
	width: 100%;
	vertical-align: bottom;
	padding: 0 0 10px;
	letter-spacing: 0.1em;
}
.g-navilistwrap01 ul li:last-child {
	padding: 0;
}
.g-navilistwrap01 ul li .entitle01 {
	font-size: 1.6rem;
	font-weight: 400;
}
.g-navilistwrap01 ul li a {
	display: block;
	color: #ffffff !important;
	margin: 0 0 5px !important;
}
.g-navilistwrap01 ul li a:last-child {
	display: block;
	color: #ffffff !important;
	margin: 0 !important;
}
.g-navilistwrap01 ul li a:link {
	color: #ffffff !important;
	background: none !important;
	text-decoration: none;
	padding: 4px 10px;
	margin: 0 5px;
	transition: 1.0s ;
}
.g-navilistwrap01 ul li a:visited {
	color: #ffffff;
	background: none;
	text-decoration: none;
	transition: 1.0s ;
}
.g-navilistwrap01 ul li a:hover {
	color: #2b2d2e !important;
	background: #ffffff !important;
	text-decoration: none;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,.0));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,.0));
	transition: 1.0s ;
}
.g-navilistwrap01 ul li a:active {
	color: #ffffff;
	background: #2b2d2e;
	text-decoration: none;
	transition: 1.0s ;
}
.g-navilistwrap01 ul li p {
	display: block;
	margin: 0 0 5px 15px;
	position: relative;
}
.g-navilistwrap01 ul li p .g-navarrow01 {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*========= ボタンのためのCSS ===============*/
#openbtnwrap {
	position: relative;
	cursor: pointer;
}
#openbtninner {
    width: 18.666666666666668vw;
    height: calc(1.3333333333333335vw + 7.199999999999999vw + 1.3333333333333335vw); /* 750px基準でheight: calc(10px + 54px + 10px); */
	top: 0;
	right: 0;
	margin: 0;
	background: #2b2d2e;
	position: absolute;
    z-index: 99999;/*ボタンを最前面に*/
	transition: all 0.6s;
}
#menu {
	font-size: 1.1rem;
	color: #ffffff;
	position: absolute;
    z-index: 99999;/*ボタンを最前面に*/
    top: 52%;
    right: 2.666666666666667vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: all 0.6s;
}
.openbtn{
	display: block;
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 0;
	left: 9.333333333333334vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    position: absolute;
    right: 2.666666666666667vw;
    height: 2px;
	background: #ffffff;
  	width: 2.666666666666667vw;
	transition: all 0.6s;
  }

.openbtn span:nth-of-type(1) {
	top: 4.266666666666667vw; /* 32px / 750px */
}

.openbtn span:nth-of-type(2) {
	top: 4.933333333333334vw; /* 37px / 750px */
}

.openbtn span:nth-of-type(3) {
	top: 5.6000000000000005vw; /* 42px / 750px */
}

#openbtnwrap.active #openbtninner {
	background: #ffffff;
	transition: all 0.6s;
}
#openbtnwrap.active #menu {
	color: #2b2d2e;
	transition: all 0.6s;
}
#openbtnwrap.active .openbtn span {
	background: #2b2d2e;
	transition: all 0.6s;
}
#openbtnwrap.active .openbtn span:nth-of-type(1) {
	top: 4.933333333333334vw; /* 37px / 750px */
    right: 2.666666666666667vw;
    transform: translateY(0) rotate(-45deg);
  	width: 2.666666666666667vw;
}

#openbtnwrap.active .openbtn span:nth-of-type(2) {
	opacity: 0;
}

#openbtnwrap.active .openbtn span:nth-of-type(3) {
	top: 4.933333333333334vw; /* 37px / 750px */
    right: 2.666666666666667vw;
    transform: translateY(-0) rotate(45deg);
  	width: 2.666666666666667vw;
}
}


/*---------------------------------
  メインビジュアル
---------------------------------*/
#mainvisualwrap01 {
    width: 100%;
    padding: calc(1.0416666666666665vw + 4.6875vw + 1.0416666666666665vw) 0 5.729166666666666vw; /* 1920px基準でpadding: calc(20px + 82px + 20px) 0 110px; */
}
#k-mainvisualwrap01 {
    width: 100%;
    padding: calc(1.0416666666666665vw + 4.6875vw + 1.0416666666666665vw) 0 2.864583333333333vw; /* 1920px基準でpadding: calc(20px + 82px + 20px) 0 55px; */
}
#k-mainvisualwrap02 {
	width: 52.083333333333336vw; /* 1920px基準でwidth: 1000px; */
	margin: 0 auto;
}
#k-mainvisualwrap02 p {
	font-size: 2.083333333333333vw; /* 1920px基準でfont-size: 40px; */
    font-weight: 600;
    border-bottom: 1px solid #a4afb4;
    padding: 0 0 1.5625vw; /* 1920px基準でpadding: 0 0 30px; */
}
@media screen and (max-width: 767px) {
#mainvisualwrap01 {
    width: 100%;
    padding: calc(1.3333333333333335vw + 7.199999999999999vw + 1.3333333333333335vw) 0 6.666666666666667vw; /* 750px基準でpadding: calc(10px + 54px + 10px) 0 50px; */
}
#k-mainvisualwrap01 {
    width: 100%;
    padding: calc(1.3333333333333335vw + 7.199999999999999vw + 1.3333333333333335vw) 0 3.3333333333333335vw; /* 750px基準でpadding: calc(10px + 54px + 10px) 0 25px; */
}
#k-mainvisualwrap02 {
	width: 98%;
	margin: 0 auto;
}
#k-mainvisualwrap02 p {
	font-size: 4vw; /* 750px基準でfont-size: 30px; */
    font-weight: 600;
    border-bottom: 1px solid #a4afb4;
    padding: 0 0 2vw; /* 750px基準でpadding: 0 0 15px; */
}
}


/*---------------------------------
  メインキャッチ
---------------------------------*/
#maincatchwrap01 {
    font-size: 1.5625vw; /* 1920px基準でfont-size: 30px; */
    font-weight: 500;
    text-align: right;
    padding: 0 1.0416666666666665vw 2.604166666666667vw; /* 1920px基準でpadding: 0 20px 54px; */
}
#maincatchwrap01 del {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
#maincatchwrap01 {
    font-size: 3.2vw; /* 750px基準でfont-size: 24px; */
    font-weight: 500;
    text-align: center;
    padding: 4vw 1.3333333333333335vw; /* 750px基準でpadding: 30px 10px; */
}
#maincatchwrap01 del {
    text-decoration: none;
}
}


/*---------------------------------
  スライダー
---------------------------------*/
/* .スライダーの設定 */
.swiper01 {
	width: 100%;
	height: auto;
    overflow: hidden;
}
.swiper01 .swiper-slide {
	border-radius: 1.5625vw; /* 1920px基準でborder-radius: 20px; */
    overflow: hidden;
}

/* .ページネーションの設定 */
.swiper-pagination.top01 {
    display: none;
	top: 35px !important;
	left: 10px !important;
	text-align: left;
}
.swiper01 .swiper-pagination-bullet {
	border-radius: 50%;
	margin: 17px 0 !important;
	width: 12px;
	height: 12px;
	background: none;
	border: 1px solid #ffffff;
	opacity: 1;
	transform:rotate(90deg) !important;
	display: block;/* 横にする場合は外す */
}
.swiper-pagination-bullet-active {
	background: #ffffff !important;
	border: 1px solid #ffffff;
	opacity: 1;
}

.slide-img img {
	width: 100%;
	height: auto;
}
.slide-catchwrap01 {
	position: absolute;
	top: 11%;
	left: 10%;
	/*transform: translate(-50%, -50%);*/
	z-index: 9999;
}
.slide-catchwrap01 p {
	padding: 0 0 20px;
}
.slide-catch01 {
	color: #00226A;
}
.slide-catchlarge01 {
	font-size: 8.0rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	vertical-align: top;
}
.swiper-slide .slide-content p {
	color: #00226A;
	margin: 0;
	padding: 0;
}
.swiper-slide .slide-content .caption {
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: #FFF;
	font-size: 16px;
	background-color: rgba(0,127,127,0.5);
 	padding: 3px 8px;
}

/* .ナビゲーション(やじるし)の設定 */
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	background-image: none; /* デフォルトのボタン画像を消す */
	width: 30px !important; /* ボタンの幅 */
	height: 112px !important; /* ボタンの高さ */
	background-size: 30px 112px !important; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -56px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url("../common_img/slideblacknext.jpg");
	/* transform: scale(-1, 1); 左右反転 */
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url("../common_img/slideblackprev.jpg");
}


/* 業務内容のスライド */
.swiper02 {
	width: 100%;
	height: auto;
    position: relative;
}
.swiper02 .swiper-slide {
	width: 100%;
}
.swiper02 .swiper-slide a {
    display: table;
	width: 100%;
}
.swiper02 .swiper-slide a:link {
    text-decoration: none !important;
    opacity: 1 !important;
	transition: 0.5s;
}
.swiper02 .swiper-slide a:visited {
    text-decoration: none !important;
    opacity: 1 !important;
	transition: 0.5s;
}
.swiper02 .swiper-slide a:hover {
    color: #2b2d2e !important;
    text-decoration: none !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,0.8));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,0.8));
    opacity: 1 !important;
	transition: 0.5s;
}
.swiper02 .swiper-slide a:hover img {
    text-decoration: none !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,0.8));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,0.8));
    opacity: 1 !important;
	transition: 0.5s;
}
.swiper02 .swiper-slide a:active {
    color: #2b2d2e !important;
    text-decoration: none !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,0.8));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,0.8));
    opacity: 1 !important;
	transition: 0.5s;
}
.swiper02 .swiper-slideinner01 {
    display: table-cell;
    vertical-align: top;
	width: 23.4375vw; /* 1920px基準でwidth: 450px; */
}
.swiper02 .swiper-slideinner01:nth-child(1) {
	border-radius: 1.5625vw; /* 1920px基準でborder-radius: 20px; */
    overflow: hidden;
}
.swiper02 .swiper-slideinner01:nth-child(2) {
	width: calc(100% - 23.4375vw - 1.5625vw); /* 1920px基準でwidth: calc(100% - 450px - 30px);; */
    padding: 1.3020833333333335vw 0 1.3020833333333335vw 1.5625vw; /* 1920px基準でpadding: 25px 0 25px 30px; */
    position: relative;
}

.slidetitle01 {
    font-size: 0.8333333333333334vw; /* 1920px基準でfont-size: 16px; */
    color: #757b7e;
}
.slidedetailwrap01 {
    display: block;
    position: absolute;
    bottom: 1.3020833333333335vw; /* 1920px基準でbottom: 25px; */
}
.slidedetailtitlewrap01 {
    font-size: 1.25vw; /* 1920px基準でfont-size: 24px; */
    font-weight: 500;
    padding: 0 0 0.5208333333333333vw; /* 1920px基準でpadding: 0 0 10px; */
}
.slidedetailiconwrap01 {
    padding: 0 0 0.5208333333333333vw; /* 1920px基準でpadding: 0 0 10px; */
}
.slidedetailiconwrap01 img {
    display: inline-block !important;
    width: auto !important;
    height: 1.7187500000000002vw !important; /* 1920px基準でheight: 33px; */
    padding: 0 0.7291666666666666vw 0 0; /* 1920px基準でpadding: 0 14px 0 0; */
}
.slidedetailiconwrap01 img:last-child {
    padding: 0;
}
.slidedetailtextwrap01 {
    display: block;
}
.slidedetailtextwrap01 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
    overflow: hidden;
}
/* 前へ次への矢印カスタマイズ */
.swiper02 .swiper-button-prev,
.swiper02 .swiper-button-next {
	width: 4.166666666666666vw !important; /* 1920px基準でwidth: 80px !important; */
	height: 4.166666666666666vw !important; /* 1920px基準でheight: 80px !important; */
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0, -50%);
}
.swiper02 .swiper-button-next, .swiper02 .swiper-container-rtl .swiper02 .swiper-button-prev {
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	width: 4.166666666666666vw !important; /* 1920px基準でwidth: 80px !important; */
	height: 4.166666666666666vw !important; /* 1920px基準でheight: 80px !important; */
	margin: 0 !important;
    right: 2.083333333333333vw; /* 1920px基準でright: 40px; */

}
.swiper02 .swiper-button-prev, .swiper02 .swiper-container-rtl .swiper02 .swiper-button-next {
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	width: 4.166666666666666vw !important; /* 1920px基準でwidth: 80px !important; */
	height: 4.166666666666666vw !important; /* 1920px基準でheight: 80px !important; */
	margin: 0 !important;
    left: 2.083333333333333vw; /* 1920px基準でleft: 40px; */
}
/* 前への矢印カスタマイズ */
.swiper02 .swiper-button-prev, .swiper02 .swiper-container-rtl .swiper02 .swiper-button-next:after {
    background-image: url("../common_img/slideblackprevicon01.svg");
	background-size: contain !important;
}
/* 次への矢印カスタマイズ */
.swiper02 .swiper-button-next, .swiper02 .swiper-container-rtl .swiper02 .swiper-button-prev:after {
    background-image: url("../common_img/slideblacknexticon01.svg");
	background-size: contain !important;
}

.swiper02inner {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
/* .スライダーの設定 */
.swiper01 {
	width: 100%;
	height: auto;
    overflow: hidden;
}
.swiper01 .swiper-slide {
	border-radius: 0;
    overflow: hidden;
}

.swiper-pagination.top01 {
    display: none;
	top: 5px !important;
	left: 12px !important;
	text-align: left;
}
.swiper01 .swiper-pagination-bullet {
	border-radius: 50%;
	margin: 3px 0 !important;
	width: 5px;
	height: 5px;
	background: none;
	border: 1px solid #ffffff;
	opacity: 1;
	transform:rotate(90deg) !important;
	display: block;/* 横にする場合は外す */
}
.swiper-pagination-bullet-active {
	background: #ffffff !important;
	border: 1px solid #ffffff;
	opacity: 1;
}

.slide-img img {
	width: 100%;
	height: auto;
	overflow: hidden;
    object-fit: cover;
}
.slide-catchwrap01 {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.slide-catch01 {
	color: #00226A;
	text-shadow: 2px 2px rgba(0,0,0,0.3);
}
.slide-catchlarge01 {
	font-size: 2.0rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	vertical-align: top;
}
.slide-catch01 {
	color: #00226A;
	text-shadow: 2px 2px rgba(0,0,0,0.3);
}
.swiper-slide .slide-content p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #00226A;
	text-shadow: .5px .5px rgba(0,0,0,0.6);
	margin: 0;
	padding: 0;
}
.swiper-slide .slide-content .caption {
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: #FFF;
	font-size: 16px;
	background-color: rgba(0,127,127,0.5);
	padding: 3px 8px;
}

/* .ナビゲーション(やじるし)の設定 */
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	background-image: none; /* デフォルトのボタン画像を消す */
	width: 20px !important; /* ボタンの幅 */
	height: 20px !important; /* ボタンの高さ */
	background-size: 20px 80px !important; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -33px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url("../common_img/slideblacknext.jpg");
	/* transform: scale(-1, 1); 左右反転 */
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url("../common_img/slideblackprev.jpg");
}


/* 業務内容のスライド */
.swiper02 {
	width: 100%;
	height: auto;
    position: relative;
    overflow: hidden;
}
.swiper02 .swiper-slide {
	width: 100%;
}
.swiper02 .swiper-slide a {
    display: block;
	width: 100%;
}
.swiper02 .swiper-slide a:link {
    text-decoration: none !important;
    opacity: 1 !important;
	transition: 0.5s;
}
.swiper02 .swiper-slide a:visited {
    text-decoration: none !important;
    opacity: 1 !important;
	transition: 0.5s;
}
.swiper02 .swiper-slide a:hover {
    color: #2b2d2e !important;
    text-decoration: none !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,0.8));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,0.8));
    opacity: 1 !important;
	transition: 0.5s;
}
.swiper02 .swiper-slide a:hover img {
    text-decoration: none !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,0.8));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,0.8));
    opacity: 1 !important;
	transition: 0.5s;
}
.swiper02 .swiper-slide a:active {
    color: #2b2d2e !important;
    text-decoration: none !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,0.8));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,0.8));
    opacity: 1 !important;
	transition: 0.5s;
}
.swiper02 .swiper-slideinner01 {
    display: block;
    vertical-align: top;
	width: 98%;
    margin: 0 auto;
}
.swiper02 .swiper-slideinner01:nth-child(1) {
	border-radius: 4vw; /* 750px基準でborder-radius: 30px; */
    overflow: hidden;
}
.swiper02 .swiper-slideinner01:nth-child(2) {
	width: 96%;
    padding: 2vw 0 0; /* 750px基準でpadding: 15px 0 0; */
    position: relative;
}

.slidetitle01 {
    font-size: 2.933333333333333vw; /* 750px基準でfont-size: 22px; */
    color: #757b7e;
}
.slidedetailwrap01 {
    display: block;
    position: relative;
    bottom: 0;
}
.slidedetailtitlewrap01 {
    font-size: 4vw; /* 750px基準でfont-size: 30px; */
    font-weight: 500;
    padding: 0 0 1.3333333333333335vw; /* 750px基準でpadding: 0 0 10px; */
}
.slidedetailiconwrap01 {
    padding: 0 0 1.3333333333333335vw; /* 750px基準でpadding: 0 0 10px; */
}
.slidedetailiconwrap01 img {
    display: inline-block !important;
    width: auto !important;
    height: 8vw !important; /* 750px基準でheight: 60px; */
    padding: 0 2vw 0 0; /* 750px基準でpadding: 0 15px 0 0; */
}
.slidedetailiconwrap01 img:last-child {
    padding: 0;
}
.slidedetailtextwrap01 {
    display: block;
    font-size: 2.933333333333333vw; /* 750px基準でfont-size: 22px; */
    line-height: 140%;
}
.slidedetailtextwrap01 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
    overflow: hidden;
}
/* 前へ次への矢印カスタマイズ */
.swiper02 .swiper-button-prev,
.swiper02 .swiper-button-next {
	width: 10.666666666666668vw !important; /* 750px基準でwidth: 40px !important; */
	height: 10.666666666666668vw !important; /* 750px基準でheight: 80px !important; */
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0, -50%);
}
.swiper02 .swiper-button-next, .swiper02 .swiper-container-rtl .swiper02 .swiper-button-prev {
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	width: 10.666666666666668vw !important; /* 750px基準でwidth: 40px !important; */
	height: 10.666666666666668vw !important; /* 750px基準でheight: 80px !important; */
	margin: 0 !important;
    right: 5.333333333333334vw; /* 750px基準でright: 40px; */

}
.swiper02 .swiper-button-prev, .swiper02 .swiper-container-rtl .swiper02 .swiper-button-next {
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	width: 10.666666666666668vw !important; /* 750px基準でwidth: 40px !important; */
	height: 10.666666666666668vw !important; /* 750px基準でheight: 80px !important; */
	margin: 0 !important;
    left: 5.333333333333334vw; /* 750px基準でleft: 40px; */
}
/* 前への矢印カスタマイズ */
.swiper02 .swiper-button-prev, .swiper02 .swiper-container-rtl .swiper02 .swiper-button-next:after {
    background-image: url("../common_img/slideblackprevicon01.svg");
	background-size: contain !important;
}
/* 次への矢印カスタマイズ */
.swiper02 .swiper-button-next, .swiper02 .swiper-container-rtl .swiper02 .swiper-button-prev:after {
    background-image: url("../common_img/slideblacknexticon01.svg");
	background-size: contain !important;
}

.swiper02inner {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
}


/*---------------------------------
  メインコンテンツ
---------------------------------*/
#maincontentswrap01 {
	width: 100%;
    /* font-size: 1.8rem; */
    font-size: 0.9375vw; /* 1920px基準でfont-size: 18px; */
    line-height: 180%;
}
#maincontentswrap02 {
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
#maincontentswrap01 {
	width: 100%;
    font-size: 3.4666666666666663vw; /* 750px基準で26px（1.4remくらい） */
    /* font-size: 2.666666666666667vw; 750px基準でfont-size: 20px; */
    line-height: 180%;
}
#maincontentswrap02 {
	width: 100%;
	margin: 0 auto;
}
}


/*---------------------------------
  下層メインコンテンツ
---------------------------------*/
#k-maincontentswrap01 {
	width: 100%;
    padding: 0;
    font-size: 1.6rem;
    line-height: 180%;
    position: relative;
    z-index: 1;
}
#k-maincontentswrap01:after {
	content: "";
	clear: both;
	display: block;
}

#k-maincontentswrap02 {
	width: 1000px;
    margin: 0 auto;
    padding: 120px 0 0;
}
#k-maincontentswrap02:after {
	content: "";
	clear: both;
	display: block;
}

#k-maincontentswrap03 {
    display: block;
    padding: 75px;
    background: rgba(255,255,255,1.0);
}
#k-maincontentswrap03:after {
	content: "";
	clear: both;
	display: block;
}

#k-maincontentswrap04 {
    display: block;
    padding: 75px 0;
    background: rgba(255,255,255,1.0);
}
#k-maincontentswrap04:after {
	content: "";
	clear: both;
	display: block;
}

#k-maincontentswrap05 {
	width: 100%;
    margin: 0 auto;
    padding: 120px 0 0;
}
#k-maincontentswrap05:after {
	content: "";
	clear: both;
	display: block;
}

#k-maincontentswrap06 {
	width: 100%;
    margin: 0 auto;
    padding: 64px 0 0;
}
#k-maincontentswrap06:after {
	content: "";
	clear: both;
	display: block;
}

/* 右コンテンツver */
#k-rightcontentswrap01 {
    width: 50%;
    min-height: 100vh;
    margin: 63px 0 0;
    float: right;
    background: rgba(255,255,255,0.6)
}
#k-rightcontentsinner01 {
    padding: 8%;
}
/* //右コンテンツver */
@media screen and (max-width: 767px) {
#k-maincontentswrap01 {
	width: 100%;
    padding: 0;
    font-size: 3.4666666666666663vw; /* 750px基準で26px（1.4remくらい） */
    line-height: 180%;
    position: relative;
    z-index: 1;
}
#k-maincontentswrap01:after {
	content: "";
	clear: both;
	display: block;
}

#k-maincontentswrap02 {
	width: 100%;
    margin: 0 auto;
    padding: 8% 0 0;
}
#k-maincontentswrap02:after {
	content: "";
	clear: both;
	display: block;
}

#k-maincontentswrap03 {
    display: block;
    padding: 0 2% 8%;
    background: rgba(255,255,255,1.0);
}
#k-maincontentswrap03:after {
	content: "";
	clear: both;
	display: block;
}

#k-maincontentswrap04 {
    display: block;
    padding: 0 0 8%;
    background: rgba(255,255,255,1.0);
}
#k-maincontentswrap04:after {
	content: "";
	clear: both;
	display: block;
}

#k-maincontentswrap05 {
	width: 100%;
    margin: 0 auto;
    padding: 8% 0 0;
}
#k-maincontentswrap05:after {
	content: "";
	clear: both;
	display: block;
}

#k-maincontentswrap06 {
	width: 100%;
    margin: 0 auto;
    padding: 50px 0 0;
}
#k-maincontentswrap06:after {
	content: "";
	clear: both;
	display: block;
}

/* 右コンテンツver */
#k-rightcontentswrap01 {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    float: none;
    background: rgba(255,255,255,1.0)
}
#k-rightcontentsinner01 {
    padding: 8% 2%;
}
/* //右コンテンツver */
}


/*---------------------------------
  コンテンツ（共通）
---------------------------------*/
.contentswrap01 {
	width: 100%;
	padding: 5.729166666666666vw 0; /* 1920px基準でpadding: 110px 0; */
}
.contentswrap01:after {
	content: "";
	clear: both;
	display: block;
}
.contentswrap01 img {
	display: block;
	width: 100%;
	height: auto;
}
.contentswrap02 {
	width: 100%;
	padding: 0 0 5.729166666666666vw; /* 1920px基準でpadding: 0 0 110px; */
}
.contentswrap02:after {
	content: "";
	clear: both;
	display: block;
}
.contentswrap02 img {
	display: block;
	width: 100%;
	height: auto;
}
.contentsinner01 {
	width: 52.083333333333336vw; /* 1920px基準でwidth: 1000px; */
	margin: 0 auto;
    padding: 0 0 4.010416666666667vw; /* 1920px基準でpadding: 0 0 77px; */
}
.contentsinner01:last-child {
    padding: 0;
}
.contentsfullinner01 {
	width: 100%;
	margin: 0 auto;
    padding: 0 0 4.010416666666667vw; /* 1920px基準でpadding: 0 0 77px; */
}
.contentsfullinner01:last-child {
    padding: 0;
}
.contentsborderdetailwrap01 {
    display: block;
    width: 100%;
}
.contentsdetailtitlewrap01 {
    font-size: 1.3541666666666667vw; /* 1920px基準でfont-size: 26px; */
    font-weight: 600;
}
.contentsdetailtitlewrap01:after {
    content: "";
    display: table;
    width: 20%;
    border-bottom: 4px solid #303335;
    padding: 0 0 0.625vw; /* 1920px基準でpadding: 0 0 12px; */
    margin: 0 0 1.3020833333333335vw; /* 1920px基準でpadding: 0 0 25px; */
}
.contentsdetailtitlewrap02 {
    font-size: 1.3541666666666667vw; /* 1920px基準でfont-size: 26px; */
    font-weight: 600;
    margin: 0 0 1.3020833333333335vw; /* 1920px基準でpadding: 0 0 25px; */
}
.contentsdetailsubtitle01 {
    display: block;
    font-size: 0.8333333333333334vw; /* 1920px基準でfont-size: 16px; */
    color: #757b7e;
}
.contentsdetailwrap01 {
    display: table;
    width: 100%;
    padding: 0 0 2.083333333333333vw; /* 1920px基準でpadding: 0 0 40px; */
}
.contentsdetailwrap01:last-child {
    padding: 0;
}
.contentsdetailwrap02 {
    display: table;
    width: 100%;
}
.contentsdetail2columninner01 {
    display: table-cell;
    vertical-align: top;
    /* width: calc(100% - 33.85416666666667vw); 1920px基準でwidth: calc(100% - 650px); */
    width: calc(100% - 36.97916666666667vw); /* 1920px基準でwidth: calc(100% - 710px); */
}
.contentsdetail2columninner01:nth-child(2) {
    /* width: 33.85416666666667vw; 1920px基準でwidth: 650px; */
    width: 36.97916666666667vw; /* 1920px基準でwidth: 710px; */
}
.contentsdetail2columninner02 {
    display: table-cell;
    vertical-align: top;
    /* width: calc(100% - 33.85416666666667vw); 1920px基準でwidth: calc(100% - 650px); */
    width: calc(100% - 36.97916666666667vw); /* 1920px基準でwidth: calc(100% - 710px); */
}
.contentsdetail2columninner02:nth-child(2) {
    /* width: 33.85416666666667vw; 1920px基準でwidth: 650px; */
    width: 36.97916666666667vw; /* 1920px基準でwidth: 710px; */
}
.contentsdetail2columninner03 {
    display: table-cell;
    vertical-align: top;
    width: 31.25vw; /* 1920px基準でwidth: 600px; */
}
.contentsdetail2columninner03:nth-child(2) {
    width: 31.25vw; /* 1920px基準でwidth: 600px; */
    padding: 0 0 0 2.083333333333333vw; /* 1920px基準でpadding: 0 0 0 40px; */
}
.contentsdetail2columninner03 img {
    margin: 0 0 2.083333333333333vw; /* 1920px基準でmargin: 0 0 40px; */
}
.contentsdetail2columninner03 img:last-child {
    margin: 0;
}
.contentsdetail2columncatch01 {
    /* font-size: 1.8rem; */
    font-size: 1.0416666666666665vw; /* 1920px 基準でfont-size: 20px; */
    font-weight: 500;
    line-height: 200%;
}
.contentsdetail2columncatch01 iframe {
    width: 100%;
    height: 26.041666666666668vw; /* 1920px基準でheight: 500px; */
}
ul.contentstitle01 {
    display: table;
    line-height: 260%;
}
ul.contentstitle01 li {
    /* font-size: 3.8rem; */
    font-size: 1.9791666666666665vw; /* 1920px基準でfont-size: 38px; */
    font-weight: 500;
}
ul.contentstitle01 li:nth-child(2) {
    /* font-size: 1.6rem; */
    font-size: 0.8333333333333334vw; /* 1920px基準でfont-size: 16px; */
    text-align: center;
}
.contentsborderdetailwrap01:after {
    display: block;
    content: "";
    width: 70%;
    margin: 0 auto 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #d5d5d5;
}
.contentsborderdetailwrap01:last-child:after {
    display: block;
    content: "";
    width: 70%;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
}
@media screen and (max-width: 767px) {
.contentswrap01 {
	width: 100%;
	padding: 6.666666666666667vw 0; /* 750px基準でpadding: 50px 0; */
}
.contentswrap01:after {
	content: "";
	clear: both;
	display: block;
}
.contentswrap01 img {
	display: block;
	width: 100%;
	height: auto;
}
.contentswrap02 {
	width: 100%;
	padding: 0 0 6.666666666666667vw; /* 750px基準でpadding: 0 0 50px; */
}
.contentswrap02:after {
	content: "";
	clear: both;
	display: block;
}
.contentswrap02 img {
	display: block;
	width: 100%;
	height: auto;
}
.contentsinner01 {
	width: 100%;
	margin: 0 auto;
    padding: 0 0 4vw; /* 750px基準でpadding: 0 0 30px; */
}
.contentsinner01:last-child {
    padding: 0;
}
.contentsfullinner01 {
	width: 100%;
	margin: 0 auto;
    padding: 0 0 4vw; /* 750px基準でpadding: 0 0 30px; */
}
.contentsfullinner01:last-child {
    padding: 0;
}
.contentsborderdetailwrap01 {
    display: block;
    width: 100%;
}
.contentsdetailtitlewrap01 {
    font-size: 3.4666666666666663vw; /* 750px基準でfont-size: 26px; */
    font-weight: 600;
    text-align: center;
}
.contentsdetailtitlewrap01:after {
    content: "";
    display: table;
    width: 20%;
    border-bottom: 4px solid #303335;
    padding: 0 0 1.6vw; /* 750px基準でpadding: 0 0 12px; */
    margin: 0 auto 3.3333333333333335vw; /* 750px基準でpadding: 0 0 25px; */
}
.contentsdetailtitlewrap02 {
    font-size: 3.4666666666666663vw; /* 750px基準でfont-size: 26px; */
    font-weight: 600;
    text-align: center;
    margin: 0 auto 3.3333333333333335vw; /* 750px基準でpadding: 0 0 25px; */
}
.contentsdetailsubtitle01 {
    display: block;
    font-size: 2.933333333333333vw; /* 750px基準でfont-size: 22px; */
    color: #757b7e;
}
.contentsdetailwrap01 {
    display: block;
    width: 96%;
    margin: 0 auto;
    padding: 0 0 4vw; /* 750px基準でpadding: 0 0 30px; */
}
.contentsdetailwrap01:last-child {
    padding: 0;
}
.contentsdetailwrap02 {
    display: block;
    width: 96%;
    margin: 0 auto;
    padding: 0 0 4vw; /* 750px基準でpadding: 0 0 30px; */
}
.contentsdetailwrap02:last-child {
    padding: 0;
}
.contentsdetail2columninner01 {
    display: block;
    vertical-align: top;
    width: 100%;
}
.contentsdetail2columninner01:nth-child(2) {
    width: 100%;
    padding: 2vw 0 0; /* 750px基準でpadding: 15px 0 0; */
}
.contentsdetail2columninner02 {
    display: block;
    vertical-align: top;
    width: 100%;
}
.contentsdetail2columninner02:nth-child(2) {
    width: 100%;
}
.contentsdetail2columninner03 {
    display: block;
    vertical-align: top;
    width: 100%;
}
.contentsdetail2columninner03:nth-child(2) {
    width: 100%;
    padding: 2vw 0 0; /* 750px基準でpadding: 15px 0 0; */
}
.contentsdetail2columninner03 img {
    margin: 0 0 2vw; /* 750px基準でmargin: 0 0 15px; */
}
.contentsdetail2columninner03 img:last-child {
    margin: 0;
}
.contentsdetail2columncatch01 {
    font-size: 3.2vw; /* 750px基準でfont-size: 24px; */
    font-weight: 500;
    line-height: 160%;
}
.contentsdetail2columncatch01 iframe {
    width: 100%;
    height: 40vw; /* 750px基準でheight: 300px; */
}
ul.contentstitle01 {
    display: table;
    margin: 0 auto;
}
ul.contentstitle01 li {
    font-size: 3.733333333333334vw; /* 750px基準でfont-size: 28px; */
    font-weight: 500;
    line-height: 160%;
    text-align: center;
}
ul.contentstitle01 li:nth-child(2) {
    font-size: 2.4vw; /* 750px基準でfont-size: 18px; */
    text-align: center;
}
.contentsborderdetailwrap01:after {
    display: block;
    content: "";
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #d5d5d5;
}
.contentsborderdetailwrap01:last-child:after {
    display: block;
    content: "";
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
}
}


/*---------------------------------
  トップページ
---------------------------------*/
.philosophycatch01 {
    /* font-size: 1.8rem; */
    font-size: 1.0416666666666665vw; /* 1920px 基準でfont-size: 20px; */
    font-weight: 500;
    line-height: 200%;
}

.maintenanceimg01 {
    width: 120% !important;
    height: auto;
}

.newswrap01 {
    display: block;
}
ul.newsdetail01 {
    display: table;
    width: 100%;
    padding: 1.5625vw; /* 1920px基準でpadding: 30px; */
    border-top: 1px solid #a4afb4;
}
ul.newsdetail01:last-child {
    border-top: 1px solid #a4afb4;
    border-bottom: 1px solid #a4afb4;
}
ul.newsdetail01 li {
    display: table-cell;
    vertical-align: top;
}
ul.newsdetail01 li:nth-child(1) {
    width: 30%;
    /* font-size: 1.6rem; */
    font-size: 0.8333333333333334vw; /* 1920px基準でfont-size: 16px; */
}
ul.newsdetail01 li:nth-child(2) {
    width: 70%;
}
.newsbtnwrap01 {
    display: table;
    margin: 0 auto;
    padding: 1.5625vw 0 0; /* 1920px基準でpadding: 30px 0 0; */
}
.newsbtnwrap01 a:link {
    display: block;
    text-decoration: none !important;
    opacity: 1;
	transition: 0.5s;
}
.newsbtnwrap01 a:visited {
    display: block;
    text-decoration: none !important;
    opacity: 1;
	transition: 0.5s;
}
.newsbtnwrap01 a:hover {
    color: #2b2d2e !important;
    display: block;
    text-decoration: none !important;
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
    filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	transition: 0.5s;
}
.newsbtnwrap01 a:active {
    color: #2b2d2e !important;
    display: block;
    text-decoration: none !important;
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
    filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	transition: 0.5s;
}
.newsbtnwrap01 ul {
    display: table;
    width: 100%;
}
.newsbtnwrap01 ul li {
    display: table-cell;
    vertical-align: middle;
}
.newsbtnwrap01 ul li:nth-child(1) {
    width: 0.6770833333333334vw; /* 1920px基準でwidth: 13px; */
}
.newsbtnwrap01 ul li:nth-child(2) {
    padding: 0 0.8854166666666666vw; /* 1920px基準でpadding: 0 17px; */
}
.newsbtnwrap01 ul li:nth-child(3) {
    width: 1.7708333333333333vw; /* 1920px基準でwidth: 34px; */
}
@media screen and (max-width: 767px) {
.philosophycatch01 {
    font-size: 3.2vw; /* 750px基準でfont-size: 24px; */
    font-weight: 500;
    line-height: 200%;
}

.maintenanceimg01 {
    width: 100% !important;
    height: auto;
}

.newswrap01 {
    display: block;
}
ul.newsdetail01 {
    display: block;
    width: 100%;
    padding: 2.666666666666667vw; /* 750px基準でpadding: 20px; */
    border-top: 1px solid #a4afb4;
}
ul.newsdetail01:last-child {
    border-top: 1px solid #a4afb4;
    border-bottom: 1px solid #a4afb4;
}
ul.newsdetail01 li {
    display: block;
    vertical-align: top;
}
ul.newsdetail01 li:nth-child(1) {
    width: 100%;
    font-size: 3.4666666666666663vw; /* 750px基準で26px（1.4remくらい） */
}
ul.newsdetail01 li:nth-child(2) {
    width: 100%;
}
.newsbtnwrap01 {
    display: table;
    margin: 0 auto;
    padding: 4vw 0 0; /* 750px基準でpadding: 30px 0 0; */
}
.newsbtnwrap01 a:link {
    display: block;
    text-decoration: none !important;
    opacity: 1;
	transition: 0.5s;
}
.newsbtnwrap01 a:visited {
    display: block;
    text-decoration: none !important;
    opacity: 1;
	transition: 0.5s;
}
.newsbtnwrap01 a:hover {
    color: #2b2d2e !important;
    display: block;
    text-decoration: none !important;
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
    filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	transition: 0.5s;
}
.newsbtnwrap01 a:active {
    color: #2b2d2e !important;
    display: block;
    text-decoration: none !important;
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
    filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	transition: 0.5s;
}
.newsbtnwrap01 ul {
    display: table;
    width: 100%;
}
.newsbtnwrap01 ul li {
    display: table-cell;
    vertical-align: middle;
}
.newsbtnwrap01 ul li:nth-child(1) {
    width: 2.666666666666667vw; /* 750px基準でwidth: 20px; */
}
.newsbtnwrap01 ul li:nth-child(2) {
    padding: 0 2.666666666666667vw; /* 750px基準でpadding: 0 20px; */
}
.newsbtnwrap01 ul li:nth-child(3) {
    width: 5.333333333333334vw; /* 750px基準でwidth: 40px; */
}
}


/*---------------------------------
  ページトップ
---------------------------------*/
#pagetopwrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#pagetop {
    width: 180px;
}
#pagetop a:link {
    width: 180px;
    right: 0;
    bottom: 0;
    position: fixed;
    margin: 0;
    z-index: 700;
	transition: 0.5s;
}
#pagetop a:hover {
    width: 180px;
    right: 0;
    bottom: 10px;
    position: fixed;
    margin: 0;
    z-index: 7000;
	transition: 0.5s;
}
@media screen and (max-width: 767px) {
#pagetopwrap {
    width: 96%;
    margin: 0 auto;
    position: relative;
}
#pagetop {
    width: 26.666666666666668vw; /* 750px基準で200px */
}
#pagetop a:link {
    width: 26.666666666666668vw; /* 750px基準で200px */
    right: 0;
    bottom: 0;
    position: fixed;
    margin: 0;
    z-index: 700;
	transition: 0.5s;
}
#pagetop a:hover {
    width: 26.666666666666668vw; /* 750px基準で200px */
    right: 0;
    bottom: 10px;
    position: fixed;
    margin: 0;
    z-index: 7000;
	transition: 0.5s;
}
}


/*---------------------------------
  フッター
---------------------------------*/
#footerwrap01 {
    width: 100%;
    background: #ffffff;
}

#contactwrap01 {
    animation: bg-gradient 5s linear infinite alternate;
    background: linear-gradient(45deg, #556a77, #2b2d2e) 0 / 200% 100%;
    padding: 2.9166666666666665vw; /* 1920px基準でpadding: 56px; */
}
@keyframes bg-gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
#contactbtnwrap01 {
    display: table;
    margin: 0 auto;
}
#contactbtnwrap01 a:link {
    display: block;
    padding: 1.3020833333333335vw 4.166666666666666vw; /* 1920px基準でpadding: 25px 80px; */
    background: #d9dbdc;
    border-radius: 1.0416666666666665vw; /* 1920px基準でborder-radius: 20px; */
    position: relative;
	transition: 0.5s;
}
#contactbtnwrap01 a:visited {
    background: #d9dbdc;
	transition: 0.5s;
}
#contactbtnwrap01 a:hover {
    background: #ffffff;
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(255,255,255,1.0));
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1.0));
	transition: 0.5s;
}
#contactbtnwrap01 a:hover img {
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	transition: 0.5s;
}
#contactbtnwrap01 a:active {
    background: #ffffff;
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(255,255,255,1.0));
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1.0));
	transition: 0.5s;
}
#contactbtnwrap01 ul {
    display: block;
}
#contactbtnwrap01 ul li {
    display: block;
    font-weight: 500;
    text-align: center;
    line-height: 140%;
}
#contactbtnwrap01 ul li:nth-child(1) {
    font-size: 1.1458333333333333vw; /* 1920px基準でfont-size: 22px; */
}
#contactbtnwrap01 ul li:nth-child(2) {
    font-size: 0.8333333333333334vw; /* 1920px基準でfont-size: 16px; */
}
#contactbtnwrap01 img {
    width: 1.7708333333333333vw; /* 1920px基準でwidth: 34px; */
    position: absolute;
    top: 50%;
    right: 1.4583333333333333vw; /* 1920px基準でright: 28px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

#footerdetailwrap01 {
    display: table;
	width: 52.083333333333336vw; /* 1920px基準でwidth: 1000px; */
	margin: 0 auto;
	padding: 1.5625vw 0; /* 1920px基準でpadding: 30px 0; */
    /* font-size: 1.8rem; */
    font-size: 0.9375vw; /* 1920px基準でfont-size: 18px; */
    line-height: 180%;
}
#footerdetailwrap01 a:link {
    display: block;
    color: #2b2d2e;
	transition: 0.5s;
}
#footerdetailwrap01 a:visited {
	transition: 0.5s;
}
#footerdetailwrap01 a:hover {
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,1.0));
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,1.0));
	transition: 0.5s;
}
#footerdetailwrap01 a:active {
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,1.0));
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,1.0));
	transition: 0.5s;
}
.footerdetailinner01 {
    display: table-cell;
    width: 40%;
}
.footerdetailinner01:nth-child(3) {
    width: 20%
}
.footerdetailinner01 ul {
    display: block;
    padding: 0 0 1.1979166666666667vw; /* 1920px基準でpadding: 0 0 23px; */
}
.footerdetailinner01 ul:last-child {
    padding: 0;
}
.footerdetailinner01 ul li {
    display: table;
}
.footerdetailinner01 ul li img {
    width: 13.020833333333334vw; /* 1920px基準でwidth: 250px; */
}
.footerdetailinner01 ul li p {
    display: table;
    margin: 0 0 0 1em;
}
.footerdetailinner01 ul.address {
    display: block;
    padding: 0 0 1.1979166666666667vw 2.34375vw; /* 1920px基準でpadding: 0 0 23px 35px; */
}

#footermapwrap01 {
    width: 100%;
}
#footermapwrap01 iframe {
    width: 100%;
    height: 26.041666666666668vw; /* 1920px基準でheight: 500px; */
}

#copyrightwrap01 {
    padding: 1.5625vw 0; /* 1920px基準でpadding: 30px 0; */
    font-size: 0.8333333333333334vw; /* 1920px基準でfont-size: 16px; */
    text-align: center;
}
@media screen and (max-width: 767px) {
#footerwrap01 {
    width: 100%;
    background: #ffffff;
}

#contactwrap01 {
    animation: bg-gradient 5s linear infinite alternate;
    background: linear-gradient(45deg, #556a77, #2b2d2e) 0 / 200% 100%;
    padding: 4vw; /* 750px基準でpadding: 30px; */
}
#contactbtnwrap01 {
    display: table;
    margin: 0 auto;
}
#contactbtnwrap01 a:link {
    display: block;
    padding: 3.3333333333333335vw 10.666666666666668vw; /* 750px基準でpadding: 25px 80px; */
    background: #d9dbdc;
    border-radius: 2.666666666666667vw; /* 750px基準でborder-radius: 20px; */
    position: relative;
	transition: 0.5s;
}
#contactbtnwrap01 a:visited {
    background: #d9dbdc;
	transition: 0.5s;
}
#contactbtnwrap01 a:hover {
    background: #ffffff;
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(255,255,255,1.0));
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1.0));
	transition: 0.5s;
}
#contactbtnwrap01 a:hover img {
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	transition: 0.5s;
}
#contactbtnwrap01 a:active {
    background: #ffffff;
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(255,255,255,1.0));
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1.0));
	transition: 0.5s;
}
#contactbtnwrap01 ul {
    display: block;
}
#contactbtnwrap01 ul li {
    display: block;
    font-weight: 500;
    text-align: center;
    line-height: 140%;
}
#contactbtnwrap01 ul li:nth-child(1) {
    font-size: 4vw; /* 750px基準でfont-size: 30px; */
}
#contactbtnwrap01 ul li:nth-child(2) {
    font-size: 2.666666666666667vw; /* 750px基準でfont-size: 20px; */
}
#contactbtnwrap01 img {
    width: 5.333333333333334vw; /* 750px基準でwidth: 40px; */
    position: absolute;
    top: 50%;
    right: 2.666666666666667vw; /* 750px基準でright: 20px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

#footerdetailwrap01 {
    display: table;
	width: 100%;
	margin: 0 auto;
	padding: 2.666666666666667vw 0; /* 750px基準でpadding: 20px 0; */
    font-size: 2.666666666666667vw; /* 750px基準でfont-size: 20px; */
    line-height: 180%;
}
#footerdetailwrap01 a:link {
    display: block;
    color: #2b2d2e;
	transition: 0.5s;
}
#footerdetailwrap01 a:visited {
	transition: 0.5s;
}
#footerdetailwrap01 a:hover {
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,1.0));
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,1.0));
	transition: 0.5s;
}
#footerdetailwrap01 a:active {
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,1.0));
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,1.0));
	transition: 0.5s;
}
.footerdetailinner01 {
    display: block;
    width: 96%;
    margin: 0 auto;
}
.footerdetailinner01:nth-child(1) {
    text-align: center;
    margin: 0 auto 2.666666666666667vw; /* 750px基準でmargin: 0 auto 20px; */
    padding: 0 0 2.666666666666667vw; /* 750px基準でpadding: 0 0 20px; */
    border-bottom: 1px solid #a4afb4;
}
.footerdetailinner01:nth-child(2) {
    margin: 0 auto 2.666666666666667vw; /* 750px基準でmargin: 0 auto 20px; */
}
.footerdetailinner01:nth-child(3) {
    width: 96%;
    margin: 0 auto;
}
.footerdetailinner01 ul {
    display: block;
    padding: 0 0 2.666666666666667vw; /* 750px基準でpadding: 0 0 20px; */
}
.footerdetailinner01 ul:last-child {
    padding: 0;
}
.footerdetailinner01 ul li {
    display: table;
}
.footerdetailinner01:nth-child(1) ul li {
    display: table;
    margin: 0 auto;
}
.footerdetailinner01 ul li img {
    width: 60%;
}
.footerdetailinner01 ul li p {
    display: table;
    margin: 0 0 0 1em;
}
.footerdetailinner01 ul.address {
    display: block;
    padding: 0 0 2.666666666666667vw; /* 750px基準でpadding: 0 0 20px; */
}

#footermapwrap01 {
    width: 100%;
}
#footermapwrap01 iframe {
    width: 100%;
    height: 40vw; /* 750px基準でheight: 300px; */
}

#copyrightwrap01 {
    padding: 2.666666666666667vw 0; /* 750px基準でpadding: 20px 0; */
    font-size: 2.4vw; /* 750px基準でfont-size: 18px; */
    text-align: center;
}
}


/*---------------------------------
  マーカー
---------------------------------*/
.underline01 {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-repeat: repeat-x;
	background-size: 200% 1.2em;
	background-position: 0 1.2em;
	transition: all 2.5s ease;
	padding: 0 0.3em;
	margin: 0 0.5em;
}
.underline01.active{
	background-position: -100% 1.2em;
}
@media screen and (max-width: 767px) {
.underline01 {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-repeat: repeat-x;
	background-size: 200% 1.2em;
	background-position: 0 1.2em;
	transition: all 2.5s ease;
	padding: 0 0.3em;
	margin: 0 0.5em;
}
.underline01.active{
	background-position: -100% 1.2em;
}
}


/*---------------------------------
  リンク無効
---------------------------------*/
.nolink01 {
    pointer-events: none;
}


/*---------------------------------
  お知らせ
---------------------------------*/
#newslistallwrap01 {
    width: 100%;
}
.k-newswrap01 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px;
}
.k-newswrap01:last-child {
    padding: 0;
}
.newsdetaildatewrap01 {
    padding: 0 20px;
    margin: 0 0 10px;
}
.newstitlewrap01 {
    padding: 5px 20px;
    margin: 0 0 15px;
    background: #e9f9fd;
}
.newsdetailwrap01 {
    padding: 0 20px;
}
.newsdetailwrap01 img {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: auto;
    padding: 1em 0 0;
}
.newsdetailwrap01 .btnwrap03 img {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: auto;
    padding: 0;
}
@media screen and (max-width: 767px) {
#newslistallwrap01 {
    width: 100%;
}
.k-newswrap01 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 6.666666666666667vw; /* 750px基準でpadding: 0 0 50px; */
}
.k-newswrap01:last-child {
    padding: 0;
}
.newsdetaildatewrap01 {
    padding: 0 2.666666666666667vw; /* 750px基準でpadding: 0 20px; */
    margin: 0 0 1.3333333333333335vw; /* 750px基準でmargin: 0 0 10px; */
}
.newstitlewrap01 {
    padding: 0.6666666666666667vw 2.666666666666667vw; /* 750px基準でpadding: 5px 20px; */
    margin: 0 0 2vw; /* 750px基準でmargin: 0 0 15px; */
    background: #e9f9fd;
}
.newsdetailwrap01 {
    padding: 0 2.666666666666667vw; /* 750px基準でpadding: 0 20px; */
}
.newsdetailwrap01 img {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: auto;
    padding: 1em 0 0;
}
.newsdetailwrap01 .btnwrap03 img {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: auto;
    padding: 0;
}
}


/*---------------------------------
  取り扱い商品
---------------------------------*/
.productlistwrap01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2.083333333333333vw; /* 1920px基準でgap: 40px; */
}
.productlistinner01 {
    width: calc(calc(100% - 2.083333333333333vw - 2.083333333333333vw) / 3);
}
.productlistinner01 img {
	border-radius: 1.5625vw; /* 1920px基準でborder-radius: 20px; */
    margin: 0 0 1.5625vw; /* 1920px基準でmargin: 0 0 20px; */
}
@media screen and (max-width: 767px) {
.productlistwrap01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2.666666666666667vw; /* 750px基準でgap: 20px; */
}
.productlistinner01 {
    width: calc(calc(100% - 2.666666666666667vw) / 2); /* 750px基準でwidth: calc(calc(100% - 20px) / 2); */
}
.productlistinner01 img {
	border-radius: 4vw; /* 750px基準でborder-radius: 30px; */
    margin: 0 0 2.666666666666667vw; /* 750px基準でmargin: 0 0 20px; */
}
}



/*---------------------------------
  pdfボタン
---------------------------------*/
.pdfbtnwrap01 {
    display: table;
    margin: 0 auto;
}
.pdfbtnwrap01 a:link {
    display: block;
    text-decoration: none !important;
    padding: 1.3020833333333335vw 4.166666666666666vw; /* 1920px基準でpadding: 25px 80px; */
    background: #ffffff;
    border-radius: 1.0416666666666665vw; /* 1920px基準でborder-radius: 20px; */
    position: relative;
	transition: 0.5s;
}
.pdfbtnwrap01 a:visited {
    background: #ffffff;
	transition: 0.5s;
}
.pdfbtnwrap01 a:hover {
    color: #2b2d2e !important;
    background: #ffffff !important;
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	transition: 0.5s;
}
.pdfbtnwrap01 a:hover img {
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	transition: 0.5s;
}
.pdfbtnwrap01 a:active {
    color: #2b2d2e !important;
    background: #ffffff !important;
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	transition: 0.5s;
}
.pdfbtnwrap01 ul {
    display: block;
}
.pdfbtnwrap01 ul li {
    display: block;
    font-size: 1.1458333333333333vw; /* 1920px基準でfont-size: 22px; */
    font-weight: 500;
    text-align: center;
    line-height: 140%;
}
.pdfbtnwrap01 img.pdficon {
    width: 1.7708333333333333vw !important; /* 1920px基準でwidth: 34px; */
    position: absolute;
    top: 50%;
    left: 1.4583333333333333vw; /* 1920px基準でleft: 28px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
	border-radius: 0;
	transition: 0.5s;
}
.pdfbtnwrap01 img.arrow {
    width: 1.7708333333333333vw !important; /* 1920px基準でwidth: 34px; */
    position: absolute;
    top: 50%;
    right: 1.4583333333333333vw; /* 1920px基準でright: 28px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
	border-radius: 0;
	transition: 0.5s;
}
@media screen and (max-width: 767px) {
.pdfbtnwrap01 {
    display: table;
    margin: 0 auto;
}
.pdfbtnwrap01 a:link {
    display: block;
    text-decoration: none !important;
    padding: 3.3333333333333335vw 10.666666666666668vw; /* 750px基準でpadding: 25px 80px; */
    background: #ffffff;
    border-radius: 2.666666666666667vw; /* 750px基準でborder-radius: 20px; */
    position: relative;
	transition: 0.5s;
}
.pdfbtnwrap01 a:visited {
    background: #ffffff;
	transition: 0.5s;
}
.pdfbtnwrap01 a:hover {
    color: #2b2d2e !important;
    background: #ffffff !important;
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	transition: 0.5s;
}
.pdfbtnwrap01 a:hover img {
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	transition: 0.5s;
}
.pdfbtnwrap01 a:active {
    color: #2b2d2e !important;
    background: #ffffff !important;
    opacity: 1 !important;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	filter: drop-shadow(0px 0px 5px rgba(46,46,46,1.0));
	transition: 0.5s;
}
.pdfbtnwrap01 ul {
    display: block;
}
.pdfbtnwrap01 ul li {
    display: block;
    font-size: 4vw; /* 750px基準でfont-size: 30px; */
    font-weight: 500;
    text-align: center;
    line-height: 140%;
}
.pdfbtnwrap01 img.pdficon {
    width: 5.333333333333334vw !important; /* 750px基準でwidth: 40px; */
    position: absolute;
    top: 50%;
    left: 2.666666666666667vw; /* 750px基準でleft: 20px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
	border-radius: 0;
	transition: 0.5s;
}
.pdfbtnwrap01 img.arrow {
    width: 5.333333333333334vw !important; /* 750px基準でwidth: 40px; */
    position: absolute;
    top: 50%;
    right: 2.666666666666667vw; /* 750px基準でright: 20px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
	border-radius: 0;
	transition: 0.5s;
}
}


/*---------------------------------
  共通リスト
---------------------------------*/
ul.list01 {
    width: 100%;
    display: table;
    border-bottom: 1px solid #d5d5d5;
}
ul.list01:first-child {
    border-top: 1px solid #d5d5d5;
}
ul.list01 li {
    width: 20%;
    display: table-cell;
    padding: 15px 20px 15px 0;
}
ul.list01 li:nth-child(1) {
    font-weight: 600;
}
ul.list01 li:nth-child(2) {
    width: calc(100% - 20% - 40px);
    padding: 15px 0 15px 20px;
}
ul.list02 {
    width: 100%;
    display: table;
}
ul.list02 li {
    display: table-cell;
    width: 60%;
}
ul.list02 li:nth-child(1) {
    font-weight: 400;
}
ul.list02 li:nth-child(2) {
    width: calc(100% - 60% - 1em);
    padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
ul.list01 {
    width: 100%;
    display: block;
    border-bottom: none;
}
ul.list01:first-child {
    border-top: none;
}
ul.list01:nth-child(2n) {
    background: #f3f3f3;
}
ul.list01 li {
    width: 100%;
    display: block;
    padding: 10px 2%;
}
ul.list01 li:nth-child(1) {
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
ul.list01 li:nth-child(2) {
    width: 100%;
    padding: 0 2% 15px;
}
ul.list02 {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 0 0 10px;
}
ul.list02:last-child {
    padding: 0;
}
ul.list02 li {
    display: block;
    width: 100%;
    padding: 0;
}
ul.list02 li:nth-child(1) {
    font-weight: 400;
    text-align: left;
    margin: 0;
    border: none;
}
ul.list02 li:nth-child(2) {
    width: 100%;
    padding: 0;
    border: none;
}
}


/*---------------------------------
  共通リスト
---------------------------------*/
table.tablelist01 { width: 100%; }
table.tablelist01 tr { border-bottom: 1px solid #d4d4d4; }
table.tablelist01 tr:first-child { border-top: 1px solid #d4d4d4; }
table.tablelist01 td { padding: 1.5em 2em; vertical-align: middle; }
table.tablelist01 td:nth-child(1) { width: 32%; background: #ededed; font-weight: 700; text-align: center; }
table.tablelist01 td:nth-child(2) { width: auto; border-right: 1px solid #d4d4d4; }
table.tablelist01 td:last-child { width: auto; border-right: none; }

.textspace01 { padding: 0 0 0 3em; }

.tablelistunderwrap01 { width: 80%; margin: 30px auto 0; }

.listwrap01 { width: 100%; padding: 30px 0 0; }
.listwrap01 ul { width: 100%; display: table; }
.listwrap01 ul li { width: 31.33333333333333%; padding: 2%; display: table-cell; }
@media screen and (min-width: 0px) and (max-width: 768px)  {
table.tablelist01 { width: 100%; }
table.tablelist01 tr { border-bottom: none; }
table.tablelist01 tr:first-child { border-top: none; }
table.tablelist01 td { display: block; padding: 0.5em 1em; vertical-align: top; }
table.tablelist01 td:nth-child(1) { width: auto; margin: 0 0 10px; background: #ededed; font-weight: 700; text-align: center; border-top: 1px solid #d4d4d4; border-bottom: 1px solid #d4d4d4; }
table.tablelist01 td:nth-child(2) { width: auto; margin: 0; padding: 0 1em; border-right: none; }
table.tablelist01 td:nth-child(3) { margin: 0; padding: 0 1em 10px; }
table.tablelist01 td:last-child { border-right: none; padding: 0 1em 10px; }
table.tablelist01 tr:last-child td:nth-child(3) { margin: 0; padding: 0 1em; }

.textspace01 { padding: 0 0 0 3em; }

.listwrap01 { width: 100%; padding: 15px 0 0; }
.listwrap01 ul { width: 100%; display: table; }
.listwrap01 ul li { width: 31.33333333333333%; padding: 2%; display: table-cell; }
}


/*---------------------------------
  お問い合わせページ
---------------------------------*/
.telcontact01 {
    font-size: 2.5vw; /* 1920px基準でfont-size: 48px; */
    font-weight: 600;
}

.contactbuttonwrap01 { width: 824px; margin: 0 auto; padding: 0 0 56px; }
.contactbuttonwrap01:after { content:""; display:block; clear:both; }
.contactbuttoninner01 { width: 392px; float: left; }
.contactbuttoninner01:nth-child(2) { float: right; }

.contactattentionwrap01 { width: 85%; margin: 0 auto; padding: 30px 0 0; }

.formcontentsinner01 p.requisite { color: #FFFFFF; background: #ff3100; padding: 2px; }
.formcontentsinner01 p.optional { color: #464646; background: #d8d8d8; padding: 2px; }

.formwrap01 { display: block; padding: 0 0 50px; }

.formlist01 { display: table-cell; width: 7em; }
.formlist01:nth-child(2) { width: auto; }

ul.formlist02 li { display: block; margin: 0 0 10px; }
ul.formlist02 li:last-child { margin: 0; }

p.selectlist01 { width: auto; display: inline-block; padding: 0 1em 0 0; }
p.selectlist02 { width: 15%; display: inline-block; }
p.dateselect01 { padding: 0 0 5px 10px; }
p.dateselect01:last-child { padding: 0 0 0 10px; }
p.dateselect02 { padding: 0; }

.formattention01 { text-align: center; padding: 0 0 30px; }

.formattentionwrap01 { display: block; border: 1px solid #d8d8d8; background: #FFFFFF; font-size: 11px; line-height: 180%; }

.formattentioninner01 { display: block; overflow-y: auto; min-height: 100px; max-height: 150px; padding: 2%; }
.formattentioninner02 { display: block; padding: 0 0 20px; }
.formattentioninner02:last-child { padding: 0; }

input { width:98%; padding:5px 1%; margin:0; border:1px solid #d8d8d8; background: #ffffff; }
.buttonbox01 input { background: transparent; }
input.textbox01 { width:50%; padding:8px 1%; margin:0; border:1px solid #d8d8d8; }
select { width:30%; padding:8px 1%; margin:0; border:1px solid #d8d8d8; background: #ffffff; }
select.date { width:22%; padding:8px 1%; margin:0 0 0 2%; border:1px solid #d8d8d8; }
.selectbox:invalid { color: #7d7d7d; }
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select::-ms-expand {
    display: block;
}
input.namebox { width:90%; padding:8px 1%; border:1px solid #d8d8d8; }
input#zip { width:30%; padding:8px 1%; border:1px solid #d8d8d8; }
input.addr { width:50%; padding:8px 1%; border:1px solid #d8d8d8; }
.number01 { width:3em; padding:8px 1%; border:1px solid #d8d8d8; display: inline-block; }
.number02 { width:100px !important; padding:8px 1%; border:1px solid #d8d8d8; display: inline-block; }
textarea { width:98%; height:200px; padding:8px 1%; margin:0; border:1px solid #d8d8d8; background: #ffffff; }
textarea.freetext01 { width:98%; height:30px; padding:8px 1%; margin:0; border:1px solid #d8d8d8; }
.ex { display:inline-block; }

input.checkbox{
	display: none;
}
label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 3px 0 0;
	text-indent: 0;
	padding:0 0 0 25px;
	border-radius: 1%;
	font-size: 16px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label:before{
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
input[type="radio"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 5px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #4e5254;
	border-right: 3px solid #4e5254;
}

input[type="checkbox"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 5px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #4e5254;
	border-right: 3px solid #4e5254;
}
label[for="email_1"]{
	display: inline-block;
	position: relative;
	cursor: auto;
	margin-left: 0;
	text-indent: 0;
	padding:0;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label[for="email_1"]:before{
	display: none;
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
label[for="emailConfirm_1"]{
	display: inline-block;
	position: relative;
	cursor: auto;
	margin-left: 0;
	text-indent: 0;
	padding:0;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label[for="emailConfirm_1"]:before{
	display: none;
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
.pplist01 { padding: 0 0 0 1em; }
ul.check01 { width:100%; display:block; text-align: center; padding: 30px 0 15px; }
ul.check01 li {
	width:100%;
	display:block;
	padding: 0.5em 0 1em;
	margin: 0;
}
ul.check02 { width:100%; display:block; text-align: left; }
ul.check02 li {
	width:auto;
	display:inline-block;
	padding: 0 1em 0 0;
}
ul.check03 { width:100%; display:block; text-align: left; }
ul.check03 li {
	width:auto;
	display:inline-block;
	padding: 0 1em 0 0;
}
label[for=consent01] {
	display: block;
	width: 65%;
	text-align: center;
	margin: 15px auto 0;
}
.ppattentiontext01 {
    width: 100%;
    display: block;
    line-height: 160%;
    margin: 0 auto;
}

#privacywrap01 { display: block; border: 1px solid #ededed; padding: 20px; margin: 30px 0 0; background: #ffffff; }
#privacywrap02 { display: block; height: 200px; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
#privacywrap02 ul { display: block; padding: 0 1em 1em; }
#privacywrap02 ul:last-child { padding: 0 1em; }
@media all and (-ms-high-contrast: none) {
label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 0;
	text-indent: 0;
	padding:0 0 0 25px;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label:before{
	position: absolute;
	content: "";
	top: 7px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: -3px;
	left: 5px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #4e5254;
	border-right: 3px solid #4e5254;
}

input[type="checkbox"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 5px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #4e5254;
	border-right: 3px solid #4e5254;
}
}

#attentionwrap01 {
    display: block;
    padding: 0 0 1em;
}

#attentionbox01 {
	font-size:24px;
	font-weight:600;
	margin: 0 auto 50px;
	display: block;
	text-align: center;
	line-height: 140%;
	color: #437820;
}

#attentionbox02 {
	width: 98%;
	font-size:20px;
	font-weight:bold;
	margin: 0 auto 50px;
	display: block;
	text-align: center;
	line-height: 140%;
}

#attentionbox03 {
	width: 98%;
	font-size:20px;
	font-weight:bold;
	margin: 0 auto 50px;
	display: block;
	text-align: center;
	line-height: 140%;
	color: #e60012;
}

.buttonbox01 { width:392px; margin:0 auto; padding:15px 0 0 0; }
.buttonbox01 img { width:100%; height:auto; }
.buttonbox01 input { width:392px; height:auto; padding:0; margin:0; border:none; }
.buttonbox02 { width:804px; margin:0 auto; padding:15px 0 0 0; zoom:1; }
.buttonbox02:after { content:""; display:block; clear:both; }
.buttonbox02 img { width:100%; height:auto; }
.buttonbox03 { width:392px; float:left; }
.buttonbox03:nth-child(2) { width:392px; float:right; }
.buttonbox03 input { width:392px; height:auto; padding:0; margin:0; border:none; }

input.button { border:none; padding:0; margin:0; }

/* 項目調整用 */
.listitem01 { letter-spacing:3em; }
.listitem02 { letter-spacing:1em; }

.formbtnwrap01 {
    display: table;
    margin: 1.3020833333333335vw auto 0; /* 1920px基準でmargin: 25px auto 0; */
    position: relative;
}
.formbtnwrap01 img {
    width: 1.7708333333333333vw !important; /* 1920px基準でwidth: 34px; */
    position: absolute;
    top: 50%;
    right: 1.4583333333333333vw; /* 1920px基準でright: 28px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transition: 0.5s;
}
.formbtn01 {
    display: block;
    font-size: 1.1458333333333333vw !important; /* 1920px基準でfont-size: 22px; */
    text-align: center;
    color: #ffffff;
    padding: 1.3020833333333335vw 4.166666666666666vw !important; /* 1920px基準でpadding: 25px 80px; */
    background: linear-gradient(45deg, #556a77, #2b2d2e) 0 / 200% 100% !important;
    border-radius: 1.0416666666666665vw; /* 1920px基準でborder-radius: 20px; */
    position: relative;
    transition: 0.5s;
}
input.formbtn01:disabled:hover {
    pointer-events: none;
}
.formbtn01:hover {
    background: #ffffff;
    opacity: 1 !important;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.6)) !important;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.6)) !important;
    transition: 0.5s;
}

@media only screen and (max-width: 767px) {
.telcontact01 {
    font-size: 4vw; /* 750px基準でfont-size: 30px; */
    font-weight: 600;
}

.contactbuttonwrap01 { width: 100%; margin: 0 auto; padding: 0 0 15px; }
.contactbuttonwrap01:after { content:""; display:block; clear:both; }
.contactbuttoninner01 { width: 100%; float: none; padding: 0 0 15px; }
.contactbuttoninner01:nth-child(2) { float: none; padding: 0; }

.contactattentionwrap01 { width: 98%; margin: 0 auto; padding: 15px 0 0; }

.formwrap01 { display: block; padding: 0 0 20px; }

.formlist01 { display: table-cell; width: 7em; }
.formlist01:nth-child(2) { width: auto; }

.formcontentsinner01 p.requisite { color: #FFFFFF; background: #ff3100; padding: 2px; }
.formcontentsinner01 p.optional { color: #464646; background: #d8d8d8; padding: 2px; }

.formcontentsinner01 p.selectlist { width: 100%; display: block; }

.formattention01 { text-align: center; padding: 0 0 15px; }

.formattentionwrap01 { display: block; border: 1px solid #d8d8d8; background: #FFFFFF; font-size: 11px; }

.formattentioninner01 { display: block; overflow-y: auto; min-height: 100px; max-height: 150px; padding: 2%; }
.formattentioninner02 { display: block; padding: 0 0 20px; }
.formattentioninner02:last-child { padding: 0; }

p.selectlist01 { width: 100%; display: block; }
p.selectlist02 { width: 100%; display: block; }
p.dateselect01 { width: 100%; padding: 0 0 5px 10px; }
p.dateselect01:last-child { padding: 0 0 0 10px; }
p.dateselect02 { padding: 0; }

input { width:98%; display:block; padding:6px 1%; margin:0; border:1px solid #d8d8d8; background: #ffffff; }
.buttonbox01 input { background: transparent; }
input.textbox01 { width:50%; padding:6px 1%; margin:0; border:1px solid #d8d8d8; background: #ffffff; }
select { width:25%; display:block; padding:6px 1%; margin:0; border:1px solid #d8d8d8; }
select.date { width:22%; padding:8px 1%; margin:0 0 0 2%; border:1px solid #d8d8d8; display: inline-block; }
.selectbox:invalid { color: #7d7d7d; }
input#zip { width:20%; padding:6px 1%; border:1px solid #d8d8d8; }
input.addr { width:50%; padding:6px 1%; border:1px solid #d8d8d8; }
.number01 { width:3em; padding:8px 1%; border:1px solid #d8d8d8; display: inline-block; }
.number02 { width:25%; padding:8px 1%; border:1px solid #d8d8d8; display: inline-block; }
textarea { width:98%; height:200px; padding:6px 1%; margin:0; border:1px solid #d8d8d8; background: #ffffff; }
textarea.freetext01 { width:98%; height:30px; padding:6px 1%; margin:0; border:1px solid #d8d8d8; }
.ex { display:block; }


input.checkbox{
	display: none;
}
label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0;
	text-indent: 0;
	padding:0 0 0 25px;
	border-radius: 1%;
	font-size: 12px;
	text-align: left;
	line-height: 1.3;
	vertical-align:middle;
}
label:before{
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-radius: 50%;
	background: #4e5254;
}

input[type="checkbox"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 5px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #4e5254;
	border-right: 3px solid #4e5254;
}
label[for="email_1"]{
	display: inline-block;
	position: relative;
	cursor: auto;
	margin-left: 0;
	text-indent: 0;
	padding:0;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label[for="email_1"]:before{
	display: none;
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
label[for="emailConfirm_1"]{
	display: inline-block;
	position: relative;
	cursor: auto;
	margin-left: 0;
	text-indent: 0;
	padding:0;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label[for="emailConfirm_1"]:before{
	display: none;
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
.pplist01 { padding: 0 0 0 1em; }
ul.check01 { width:100%; display:block; text-align: center; padding: 15px 0; }
ul.check01 li {
	width:100%;
	display:block;
	padding: 0.5em 0 1em;
	margin: 0;
}
ul.check02 { width:100%; display:block; text-align: left; }
ul.check02 li {
	width:auto;
	display:block;
	padding: 0;
}
ul.check03 { width:100%; display:block; text-align: left; }
ul.check03 li {
	width:auto;
	display:inline-block;
	padding: 0 1em 0 0;
}
label[for=consent01] {
	display: block;
    font-size: 3.2vw; /* 750px基準でfont-size: 24px; */
    line-height: 160%;
	width: 84%;
	text-align: center;
	margin: 15px auto 0;
}
.ppattentiontext01 {
    width: 98%;
    display: block;
    font-size: 3.2vw; /* 750px基準でfont-size: 24px; */
    line-height: 160%;
    margin: 0 auto;
}

#privacywrap01 {
    display: block;
    border: 1px solid #ededed;
    padding: 2.666666666666667vw; /* 750px基準でpadding: 20px; */
    margin: 4vw 0 0; /* 750px基準でmargin: 30px 0 0; */
    background: #ffffff;
    font-size: 3.2vw; /* 750px基準でfont-size: 24px; */
    line-height: 160%;
}
#privacywrap02 { display: block; height: 200px; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
#privacywrap02 ul { display: block; padding: 0 1em 1em; }
#privacywrap02 ul:last-child { padding: 0 1em; }



#attentionwrap01 {
    display: block;
    width: 96%;
    margin: 0 auto;
    padding: 0 0 1em;
    font-size: 3.2vw; /* 750px基準でfont-size: 24px; */
    line-height: 160%;
}
#attentionbox01 {
	font-size:16px;
	font-weight:600;
	margin: 0 auto 15px;
	display: block;
	text-align: center;
	line-height: 140%;
	color: #437820;
}

#attentionbox02 {
	width:94%;
	font-size:14px;
	font-weight:bold;
	margin: 0 auto 15px;
	display: block;
	text-align: center;
	line-height: 140%;
}

#attentionbox03 {
	width:94%;
	font-size:14px;
	font-weight:bold;
	margin: 0 auto 15px;
	display: block;
	text-align: center;
	line-height: 140%;
	color: #e60012;
}

.buttonbox01 { width:40%; height:auto; margin:0 auto; padding:10px 0 0 0; text-align:center; }
.buttonbox01 img { width:100%; height:auto; }
.buttonbox01 input { width:100%; height:auto; padding:0; margin:0; border:none; }
.buttonbox02 { width:100%; margin:0 auto; padding:10px 0 0 0; text-align:center; }
.buttonbox02 img { width:100%; height:auto; }
.buttonbox03 { width:40%; height:auto; margin:0 auto 15px; display:block; float:none; text-align:center; }
.buttonbox03:nth-child(2) { width:40%; height:auto; margin:0 auto; display:block; float:none; }
.buttonbox03 img { width:100%; height:auto; }
.buttonbox03 input { width:100%; height:auto; padding:0; margin:0; border:none; }

.button { width:100%; height:auto; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; padding:0 !important; }

/* 項目調整用 */
.listitem01 { letter-spacing:3em; }
.listitem02 { letter-spacing:1em; }

.formbtnwrap01 {
    display: table;
    margin: 3.3333333333333335vw auto 0; /* 750px基準でmargin: 25px auto 0; */
    position: relative;
}
.formbtnwrap01 img {
    width: 5.333333333333334vw !important; /* 750px基準でwidth: 40px; */
    position: absolute;
    top: 50%;
    right: 2.666666666666667vw !important; /* 750px基準でright: 20px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transition: 0.5s;
}
.formbtn01 {
    display: block;
    font-size: 4vw !important; /* 750px基準でfont-size: 30px; */
    text-align: center;
    color: #ffffff;
    padding: 3.3333333333333335vw 10.666666666666668vw !important; /* 750px基準でpadding: 25px 80px; */
    background: linear-gradient(45deg, #556a77, #2b2d2e) 0 / 200% 100% !important;
    border-radius: 2.666666666666667vw; /* 750px基準でborder-radius: 20px; */
    position: relative;
    transition: 0.5s;
}
input.formbtn01:disabled:hover {
    pointer-events: none;
}
.formbtn01:hover {
    background: #ffffff;
    opacity: 1 !important;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.6)) !important;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.6)) !important;
    transition: 0.5s;
}
}


/*---------------------------------
  モーダルウィンドウ（共通）
---------------------------------*/
/* これが無いとモーダルウィンドウ表示の際に余白が出る */
*{
	margin: 0;
	padding: 0;
}

/* モーダル全体(背景＋本体) */
.modal {
	display: none;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 80001;
}

/* モーダル背景 */
.modal-bg {
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
}

/* モーダル本体 */
.modal-content {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 65%;
    font-size: 1.6rem;
    padding: 0;
    background: #FDF9E7;
	border-radius: 3.90625vw 0; /* 1280px基準でborder-radius: 50px 0; */
}

/* モーダルウィンドウ内容 */
.modal-detailwrap01 {
	position: relative;
}
.modal-detailbtninner01 {
	width: 1.7968749999999998vw; /* 1280px基準で23px */
	position: absolute;
	top: 1.171875vw; /* 1280px基準で15px */
	right: 1.171875vw; /* 1280px基準で15px */
}
.modal-detailinner01 {
	padding: 3.90625vw; /* 1280px基準でpadding: 50px; */
}
.modal-detailinner01 img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
.modal-content {
	width: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); ;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	max-height: 70%;
    font-size: 3.4666666666666663vw; /* 750px基準で26px ; */
	padding: 0;
    background: #FDF9E7;
    border-radius: 8vw 0; /* 750px基準でborder-radius: 35px 0; */
}

/* モーダルウィンドウ内容 */
.modal-detailwrap01 {
	position: relative;
}
.modal-detailbtninner01 {
	width: 4vw; /* 750px基準で30px */
	position: absolute;
	top: 4vw; /* 750px基準で30px */
	right: 4vw; /* 750px基準で30px */
}
.modal-detailinner01 {
	padding: 8vw 5.333333333333334vw; /* 750px基準でpadding: 60px 40px; */
}
.modal-detailinner01 img {
	width: 100%;
	height: auto;
}
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.modal-content-inner {
	width: 100%;
	position: relative;
}

.js-modal-close-btn {
	z-index: 20;
}
.js-modal-close-btn img {
	width: 100%;
}