@charset "utf-8";
/*====================================================
   HTML5 display definitions
====================================================*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

abbr[title] { border-bottom: 1px dotted; }
strong { font-weight: bold; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; clear:both; }
mark {background: #ff0;color: #000}
code,kbd,pre,samp { font-family: monospace, serif ; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; max-width: 100%; height:auto; }
svg:not(:root) { overflow: hidden; }
figure,figcaption { margin: 0;padding:0; }
table { border-collapse: collapse; border-spacing: 0; }

/*====================================================
size style
====================================================*/
.clear { clear: both!important; }
.hide { display: none; }
.vlnT { vertical-align: top!important; }
.vlnM { vertical-align: middle!important; }
.vlnB { vertical-align: bottom!important; }
.vlnL { vertical-align: baseline!important; }
.fltL { float: left!important; }
.fltR { float: right!important; }
.imgL { float: left; margin: 0 15px 15px 0; }
.imgR { float: right; margin: 0 15px 15px; }

/*====================================================
TEXT
====================================================*/
.gth { font-family: "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }
.libre { font-family: "Libre Baskerville", serif; }
.bold { font-weight: bold; }
.red { color: #9D0808; }
.alnR { text-align: right!important; }
.alnL { text-align: left!important; }
.alnC { text-align: center!important; }

/*====================================================
settings
====================================================*/
:root {
  --fontFamiry: "Noto Serif JP", serif;
  --fontSize: 16px;
  --lineHeight: 1.8em;
  --txtColor: #000;
  /* --linkColor: #22375F;
  --mainColor: #22375F; */
  --linkColor: #22375F;
  --mainColor: #22375F;
  --ctsWidth: 1000px;
}

/*====================================================
Links
====================================================*/
a {
	background: transparent;
	color: var(--linkColor);
	outline: none;
}
a:focus { outline: none; }
a:active,a:hover { outline: 0; opacity:0.8; }
a:link,a:visited {
	color: var(--linkColor);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover,a:active {
  opacity: .8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a img {
  border-style: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover img {
	opacity: 0.8;
}
a.no_hvr:hover, a.no_hvr:hover img {
  opacity: 1!important;
}

/*====================================================
common hack style
====================================================*/
/* */
.cf:after { content: ''; display: block; clear: both; height: 0; visibility: hidden; }
/* for IE6,7 */
.cfi {zoom: 1;display: inline-table;min-height: 1%; }
/* number bug IE6 */
ul, ol, li { zoom: normal; }
img { vertical-align: bottom; }
* {
  word-break: break-all;
  box-sizing: border-box;
}

/*====================================================
Common
====================================================*/
h1,h2,h3,h4,h5,p {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul,li,dl,dt,dd,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bold { font-weight: bold; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }
.size27 { font-size: 27px; }
.size28 { font-size: 28px; }
.size29 { font-size: 29px; }
.size30 { font-size: 30px; }

.mb0 { margin-bottom: 0 !important; }
.mb3 { margin-bottom: 3px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.mt0 { margin-top: 0 !important; }
.mt3 { margin-top: 3px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mr0 { margin-right: 0 !important; }
.mr3 { margin-right: 3px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

.ml0 { margin-left: 0 !important; }
.ml3 { margin-left: 3px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb3 { padding-bottom: 3px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }

.pt0 { padding-top: 0 !important; }
.pt3 { padding-top: 3px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }

.pl0 { padding-left: 0 !important; }
.pl3 { padding-left: 3px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }

.pr0 { padding-right: 0 !important; }
.pr3 { padding-right: 3px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }

/*====================================================
Base css
====================================================*/
html {
	height:100%;
	margin: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: var(--fontFamiry);
  background: #fff;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
  opacity: 0;
  font-size: var(--fontSize);
  line-height: var(--lineHeight);
  color: var(--txtColor);
}
body#top {
  background: #F3F2EC;
}
body#lower {
  background-color: #F3F2EC;
}
main {
	width: 100%;
	margin: 0;
	padding: 0;
}
section {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.wrap {
	max-width: var(--ctsWidth);
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 50px 0;
}
.ctsBox {
	width: 100%;
	margin: 0;
	padding: 0;
}
iframe {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
img {
	max-width: 100%;
	width:auto;
	height: auto;
	vertical-align: bottom;
}

/*フェードイン アニメーション*/
.fade{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
	transition: .8s;
}
.mv_in{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/*リンクボタン*/
.btnBox {
  width: 100%;
	margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.btnBox.center {
  justify-content: center;
}
.btnBox.right {
  justify-content: flex-end;
}
a.linkBtn,
.linkBtn,
#whatsnew #post .post_body .wp-block-buttons .wp-block-button__link {
  display: flex;
  width: 100%;
  max-width: 310px;
  min-height: 60px;
  justify-content: flex-start;
  align-items: center;
	border: 1px solid var(--mainColor);
	background: #fff;
  border-radius: 0;
	font-size: 16px;
  letter-spacing: .2em;
  color: var(--mainColor)!important;
	text-decoration: none!important;
	padding: 16px 65px 16px 25px;
  position: relative;
  transition: .3s;
}
a.linkBtn:after,
.linkBtn:after,
#whatsnew #post .post_body .wp-block-buttons .wp-block-button__link:after {
  content: '';
  width: 36px;
  height: 7px;
  background: url(../images/common/icon-arrow.svg) no-repeat center / contain;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
a.linkBtn:hover,
a:hover .linkBtn,
a.linkBtn.back:hover,
a:hover .linkBtn.back,
#whatsnew #post .post_body .wp-block-buttons .wp-block-button__link:hover {
	color: #fff!important;
	background: var(--mainColor);
	opacity: 1;
}
a.linkBtn:hover:after,
a:hover .linkBtn:after,
#whatsnew #post .post_body .wp-block-buttons .wp-block-button__link:hover:after {
  background: url(../images/common/icon-arrow_wht.svg) no-repeat center / contain;
}
a.linkBtn.wht,
.linkBtn.wht {
	border: 1px solid #fff;
  color: #fff!important;
  background: none!important;
}
a.linkBtn.wht:after,
.linkBtn.wht:after {
  background: url(../images/common/icon-arrow_wht.svg) no-repeat center / contain;
}
a.linkBtn.wht:hover,
a:hover .linkBtn.wht {
	color: var(--mainColor)!important;
	background: #fff!important;
}
a.linkBtn.wht:hover:after,
a:hover .linkBtn.wht:after {
  background: url(../images/common/icon-arrow.svg) no-repeat center / contain;
}
a.linkBtn.blue,
.linkBtn.blue {
	border: 1px solid var(--mainColor);
  color: #fff!important;
  background: var(--mainColor);
}
a.linkBtn.blue:after,
.linkBtn.blue:after {
  background: url(../images/common/icon-arrow_wht.svg) no-repeat center / contain;
}
a.linkBtn.blue:hover,
a:hover .linkBtn.blue {
	color: var(--mainColor)!important;
	background: #fff;
}
a.linkBtn.blue:hover:after,
a:hover .linkBtn.blue:after {
  background: url(../images/common/icon-arrow.svg) no-repeat center / contain;
}
.btn_circle {
  width: 58px;
  height: 58px;
  border-radius: 58px;
  border: 1px solid var(--mainColor);
  background: none;
  position: relative;
  transition: .3s;
}
.btn_circle:after {
  content: '';
  width: 25px;
  height: 5px;
  background: url(../images/common/icon-arrow_sml.svg) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
}
a:hover .btn_circle {
  background: var(--mainColor);
}
a:hover .btn_circle:after {
  background: url(../images/common/icon-arrow_sml_wht.svg) no-repeat center / contain;
}
.btn_circle.wht {
  border: 1px solid #fff;
}
.btn_circle.wht:after {
  background: url(../images/common/icon-arrow_sml_wht.svg) no-repeat center / contain;
}
a:hover .btn_circle.wht {
  background: #fff;
}
a:hover .btn_circle.wht:after {
  background: url(../images/common/icon-arrow_sml.svg) no-repeat center / contain;
}
a.linkBtn.back,
.linkBtn.back {
	padding: 16px 25px 16px 40px;
  justify-content: center;
}
a.linkBtn.back:after,
.linkBtn.back:after {
  background: url(../images/common/icon-arrow_back.svg) no-repeat center / contain;
  position: absolute;
  left: 22px;
  right: unset;
}
a.linkBtn.back:hover:after,
a:hover .linkBtn.back:after {
  background: url(../images/common/icon-arrow_back_wht.svg) no-repeat center / contain;
}

/*パンくず*/
#b_listBox {
  display: inline-block;
  background: #f1f1f1;
  width: 100%;
  margin: 0 auto 50px;
  vertical-align: top;
  padding: 5px 0;
}
ul#b_list {
  display: block;
  max-width: var(--ctsWidth);
  width: 90%;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
}
ul#b_list li {
  display: inline;
  margin: 0 6px 0 0;
  padding: 0;
}
ul#b_list li:last-child {
  margin: 0;
}
ul#b_list a {
  text-decoration: none;
  color: var(--txtColor);
  padding: 0 12px 0 0;
  position: relative;
}
ul#b_list li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--txtColor);
  border-right: 1px solid var(--txtColor);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
}

/*ページトップ*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: 60px;
	width: 60px;
	z-index:999;
}
.pagetop a img {
	background-color: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.pagetop a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*404*/
#error_container {
  text-align: center;
}
#error_container h1 {
  font-size: 20px;
  display: block;
  margin: 1.5em 0;
}

/*共通スタイル*/
.flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.center {
  justify-content: center;
}
.half_wrap {
  justify-content: flex-start;
  align-items: center;
}
.half_wrap .halfBox {
	width: 50%;
	margin: 0;
	padding: 0;
  position: relative;
}

#ovr.fixed {
  position: fixed;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  transition: .3s linear;
  background-color:rgba(0,0,0,0.75);
  z-index: 99998;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 120%;
}

.bgc_wht {
  background-color: #fff;
}
.bgc_light {
  background-color: #EDEDED;
}
.bgc_light02 {
  background-color: #F3F2EC;
}
.bgc_gray {
  background: #ECE9DF;
}
.bgc_blue {
  background-color: var(--mainColor);
  color: #fff;
}
.bgc_blue02 {
  /* background-color: #03337E; */
  background-color: #22375F;
  color: #fff;
}

dl.table {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
dl.table dt {
  width: 90px;
  margin: 0;
  padding: 0 1em 0 0;
  font-size: 12px;
  line-height: 2em;
  color: var(--mainColor);
  font-weight: 500;
}
dl.table dd {
  width: calc(100% - 90px);
}
dl.table + dl.table {
  margin-top: 20px;
}
ul.square {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.square li {
  width: 100%;
  margin: 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
ul.square li:before {
  content: '□';
  position: absolute;
  left: 0;
  top: 0;
}
ul.square li + li {
  margin-top: .5em;
}
ul.indent1 li {
  padding-left: 1em;
  text-indent: -1em;
}

/*====================================================
Header
====================================================*/
header {
  width: 100%;
  margin: 0;
  padding: 16px 25px 0;
  background: var(--mainColor);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .wrap {
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}
header #h_logo {
  width: 300px;
  margin: 0;
  padding: 0;
}
header #h_logo .logo {
  width: 300px;
  height: auto;
}
header nav .contact {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  gap: 0 30px;
}
.contact a.contact_btn {
  display: flex;
  width: auto;
  height: 40px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
}
.contact a.contact_btn span {
  padding: 0 0 0 36px;
  position: relative;
}
.contact a.contact_btn span:before {
  content: '';
  width: 28px;
  height: 24px;
  background: url(../images/common/icon-mail_wht.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.contact a.contact_btn:hover {
  opacity: 1;
  background: #fff;
  border-color: #fff;
  color: var(--mainColor);
}
.contact a.contact_btn:hover span:before {
  background: url(../images/common/icon-mail.svg) no-repeat center / contain;
}
.contact .lang {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  gap: 0 25px;
}
.contact .lang li {
  position: relative;
}
.contact .lang li + li:before {
  content: '';
  width: 1px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translate(0,-50%);
}
.contact .lang a {
  color: #fff;
  text-decoration: none;
  opacity: .5;
}
.contact .lang a:hover,
.contact .lang a.active {
  color: #fff;
  font-weight: bold;
  opacity: 1;
}
header nav {
  width: calc(100% - 320px)!important;
  align-items: flex-end;
  flex-direction: column-reverse;
  gap: 15px;
  position: relative;
  z-index: 9999;
}
ul.g_nav {
  width: 100%;
  justify-content: flex-end;
  position: relative;
	font-weight: 500!important;
	padding: 0;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
  gap: 0 25px;
}
ul.g_nav li {
	padding: 0;
	position: relative;
}
ul.g_nav a {
	font-size: 14px;
  line-height: 1.5em;
	text-decoration: none;
	color: #fff;
  width: auto;
	padding: 0 0 16px;
	font-weight: 500;
  position: relative;
  display: inline-block;
}
ul.g_nav li a:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 100%;
  margin: 0;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
ul.g_nav a:hover,
ul.g_nav a.on {
	text-decoration: none;
	opacity: 1;
}
ul.g_nav li a:hover:after,
ul.g_nav li a.on:after,
ul.g_nav li.pldw.on > a:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*ドロップダウンメニュー*/
ul.g_nav li.pldw ul.pldw_menu {
  position: fixed;
  width: 100%;
  max-width: 1000px;
  left: 50%;
  top: 112px;
  transform: translate(-50%, 0);
  z-index: -1;
  background: #fff;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: .5em 1em;
  opacity: 0;
  pointer-events: none;
  transition: .5s;
}
ul.g_nav li.pldw.on ul.pldw_menu {
  opacity: 1;
  pointer-events: all;
}
ul.g_nav li.pldw ul.pldw_menu:before {
  content: '';
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}
ul.g_nav li.pldw ul.pldw_menu li {
  width: calc((100% - 3em)/4);
}
ul.g_nav li.pldw ul.pldw_menu li.main_menu {
  width: 100%;
  font-weight: bold;
}
ul.g_nav li.pldw ul.pldw_menu a {
  color: #000;
  padding: 0;
  display: inline-block;
}
ul.g_nav li.pldw ul.pldw_menu li.main_menu a {
  font-weight: bold;
}
ul.g_nav li.pldw ul.pldw_menu li a:after {
  background: var(--mainColor);
  bottom: -5px;
}
ul.g_nav li.pldw ul.pldw_menu li a:hover {
  color: var(--mainColor);
}
ul.g_nav li.pldw {
  padding-right: 20px;
}
ul.g_nav li.pldw:before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: unset;
  bottom: unset;
  right: 0;
  top: 7px;
  transform: rotate(45deg);
  transition: .3s;
  transform-origin: center;
}
ul.g_nav li.pldw.on:before {
  top: 12px;
  transform: rotate(225deg);
}

/*nav btn*/
.nav_btn {
  display: none;
  border: none;
  width: 30px;
  height: 22px;
  text-indent: -900em;
  /*overflow: hidden;*/
  position: absolute;
  cursor: pointer;
  outline: none;
  background: none;
  margin: 0px;
  right: 10px;
  padding: 0;
  border-radius: 0;
}
.nav_btn {
  position: relative;
  width: 30px;
  height: 22px;
}
.nav_btn span:nth-of-type(1) {
  top: 0;
}
.nav_btn span:nth-of-type(2) {
  top: 10px;
}
.nav_btn span:nth-of-type(3) {
  bottom: 0;
}
.nav_btn.open span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-225deg);
  transform: translateY(10px) rotate(-225deg);
}
.nav_btn.open span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(300px);
}
.nav_btn.open span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(225deg);
    transform: translateY(-10px) rotate(225deg);
}
.nav_btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  transition: all .4s;
}

/* ====================================================
Footer
==================================================== */
footer {
	width: 100%;
	background: var(--mainColor);
  color: #fff;
	margin: 0;
	padding: 0;
}
#lower footer {
  margin-top: 100px;
}
footer .wrap {
	padding: 145px 25px 110px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
footer .f_logo {
  width: 50%;
  padding: 0 25px 0 0;
}
footer .f_logo a {
  width: auto;
  color: #fff;
  text-decoration: none;
  flex-direction: column;
}
footer .f_logo .logo {
  width: 90px;
}
footer .f_logo h3 {
  font-size: 17px;
  line-height: 1.5em;
  margin: .5em 0 .25em;
  letter-spacing: .08em;
}
footer .f_logo p {
  font-size: 9px;
  line-height: 1.5em;
  letter-spacing: .025em;
}
footer .f_contents {
  width: 50%;
  padding: 0 0 0 25px;
}
footer .f_menu {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 0;
}
footer .f_menu a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
}
footer .f_menu .policy a {
  font-size: 12px;
}
footer .f_menu li {
  width: calc(100%/4);
}
footer .f_menu li:nth-child(3) {
  margin-right: 1em;
}
footer .f_contents .contact {
  gap: 30px;
  padding: 30px 0;
  margin-top: 35px;
  border-top: 1px solid #fff;
}
footer .f_contents .add {
  font-size: 12px;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: .1em;
}
footer .copyright {
  font-size: 10px;
  line-height: 1.8em;
  font-weight: 400;
  margin-top: -2em;
  width: 50%;
}
footer a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  color: inherit;
}


footer .f_menu_sp {
  display: none;
}

.pc {display: inline-block!important;}
.sp {display: none!important;}


/* ========================================================================================================
   1031px以下
   ========================================================================================================*/
@media screen and (max-width: 1031px) {
	.nav_btn {
		display: inline-block;
	}
  header {
    height: 70px;
    padding: 0 15px;
  }
  header .wrap {
    height: 70px;
  }
  header #h_logo {
    width: 220px;
  }
  header #h_logo .logo {
    width: 220px;
    height: auto;
  }
  header nav {
    width: 100% !important;
    height: calc(100svh - 70px);
    overflow: auto;
    background: #F8F7F3;
    align-items: flex-start;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 9999;
    transform: translate(100%, 0);
    transition: .5s;
    flex-direction: column;
    padding: 30px;
    gap: 0;
    display: block !important;
  }
  header.nav_open {
    z-index: 99999;
  }
  header nav.open {
    transform: translate(0,0);
  }
  ul.g_nav {
    width: 100%;
    gap: .5em 0;
  }
  ul.g_nav li {
    padding: 0;
    width: 100%;
    position: relative;
  }
  ul.g_nav li:after {
    content: none;
  }
  ul.g_nav a {
    font-size: 18px;
    color: var(--txtColor);
    padding: .5em 0;
  }
  header nav .contact {
    justify-content: flex-start;
    border-top: 1px solid #000;
    padding-top: 25px;
    margin-top: 50px;
  }
  header nav .contact .add {
    width: 100%;
    font-size: 10px;
    line-height: 1.8em;
    color: #000;
    margin-top: 30px;
    letter-spacing: .1em;
  }
  header nav .contact .add a {
    text-decoration: none;
    color: #000;
  }
  ul.g_nav li a,
  ul.g_nav li a.on,
  ul.g_nav li a:hover {
		display: block;
		text-decoration: none;
	}
	ul.g_nav li a span,
  ul.g_nav li a:hover span,
  ul.g_nav li a:after {
		display: none;
	}
  nav .contact .lang a,
  nav .contact .lang a:hover {
    color: #000;
    opacity: 1;
  }
  nav .contact .lang a.active {
    color: var(--mainColor);
  }
  nav .contact .lang li + li:before {
    background: #000;
  }
  nav .contact a.contact_btn {
    border: 1px solid #000;
    color: #000;
  }
  nav .contact a.contact_btn span:before {
    background: url(../images/common/icon-mail.svg) no-repeat center / contain;
  }
  nav .contact a.contact_btn:hover {
    opacity: 1;
    background: var(--mainColor);
    border-color: var(--mainColor);
    color: #fff;
  }
  nav .contact a.contact_btn:hover  span:before {
    background: url(../images/common/icon-mail_wht.svg) no-repeat center / contain;
  }
  footer .f_logo {
    width: 100%;
    padding: 0;
  }
  footer .f_contents {
    width: 100%;
    padding: 0;
    margin-top: 35px;
  }
  footer .copyright {
    margin-top: 2em;
    width: 100%;
  }
  footer .f_contents .contact {
    padding: 38px 0 30px;
    margin-top: 55px;
    gap: 70px;
  }
  ul.g_nav li.pldw ul.pldw_menu {
    position: relative;
    left: -30px;
    top: 0;
    transform: translate(0, 0);
    background: none;
    padding: 20px 30px;
    flex-direction: column;
    gap: .5em 1em;
    transition: inherit;
    opacity: 1;
    width: calc(100% + 60px);
    display: block;
    z-index: 5;
  }
  ul.g_nav li.pldw ul.pldw_menu li {
    width: 100%;
    padding-left: 20px;
  }
  ul.g_nav li.pldw ul.pldw_menu li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
  }
  ul.g_nav li.pldw ul.pldw_menu li + li {
    margin-top: .5em;
  }
  ul.g_nav li.pldw ul.pldw_menu a {
    display: block;
  }
  ul.g_nav li.pldw ul.pldw_menu li a:after {
    content: none;
  }
  ul.g_nav li.pldw ul.pldw_menu:before {
    content: none;
  }
  ul.g_nav li.pldw > a:before,
  ul.g_nav li.pldw > a:after {
    content: ''!important;
    display: block!important;
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    left: unset;
    bottom: unset;
    right: 0;
    top: 50%;
    transition: .3s;
    transform-origin: center!important;
  }
  ul.g_nav li.pldw > a:before {
    transform: translate(0,-50%);
  }
  ul.g_nav li.pldw > a:after {
    transform: translate(0,-50%) rotate(90deg);
  }
  ul.g_nav li.pldw.on > a:after {
    transform: translate(0,-50%) rotate(180deg);
  }
  ul.g_nav li.pldw:before {
    content: none;
  }
  ul.g_nav li.pldw {
    padding-right: 0;
  }
  ul.g_nav li.pldw ul.pldw_menu li a:hover {
    color: inherit;
    text-decoration: none;
  }

}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  a.linkBtn {
    width: 100%;
    max-width: 100%;
  }
  #lower footer {
    margin-top: 40px;
  }
  footer.fixed_area {
    padding-bottom: 50px;
  }
  footer .wrap {
    padding: 45px 30px 30px;
  }
  footer .f_logo h3 {
    font-size: 14px;
  }
  footer .f_logo p {
    font-size: 8px;
  }
  footer .f_menu {
    display: none;
  }
  footer .f_menu_sp {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px 0;
  }
  footer .f_menu_sp li {
    width: 45%;
  }
  footer .f_menu_sp a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.6em;
  }
  footer .f_contents .add {
    font-size: 10px;
  }
  footer .copyright {
    margin-top: 50px;
    font-size: 8px;
    text-align: center;
  }
  footer a[href^="tel:"] {
    pointer-events: all;
  }
  a.linkBtn.back:after,
  .linkBtn.back:after {
    left: 12px;
  }
  footer .f_menu_sp li.policy {
    width: 100%;
  }
  footer .f_menu_sp .policy a {
    font-size: 12px;
  }
  #error_container p {
    text-align: left;
  }
  .sp_alnC {
    text-align: center;
  }
  .pc {display: none!important;}
  .sp {display: inline-block!important;}
}