@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; }
.f-prompt { font-family: "Prompt", sans-serif; }
.bold { font-weight: bold; }
.red { color: #BB0003; }
.alnR { text-align: right!important; }
.alnL { text-align: left!important; }
.alnC { text-align: center!important; }

/*====================================================
settings
====================================================*/
:root {
  --fontFamiry: "Noto Sans", sans-serif;
  --fontSize: 16px;
  --lineHeight: 1.5em;
  --txtColor: #212121;
  --linkColor: #D03686;
  --mainColor: #20568F;
  --subColor: #F3F8FF;
  --subPink: #FEF4F9;
  --ctsWidth: 1240px;
}

/*====================================================
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; }
.red { color: #D60003; }

.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: var(--subColor);
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
  opacity: 0;
  font-size: var(--fontSize);
  line-height: var(--lineHeight);
  color: var(--txtColor);
}
main {
	width: 100%;
	margin: 0;
	padding: 0;
  position: relative;
}
section {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.wrap {
	max-width: var(--ctsWidth);
	width: 100%;
	margin: 0 auto;
	padding: 100px 20px;
}
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;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}
a.linkBtn {
	border: 1px solid var(--txtColor);
	color: var(--txtColor);
	background: #fff;
  border-radius: 4px;
	text-decoration: none;
	font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
	margin: 0;
	padding: 5px 10px;
	max-width: 200px;
	width: 100%;
  height: 40px;
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
a.linkBtn:hover {
	opacity: 1;
}
a.arrow {
  color: var(--linkColor);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
}
a.arrow span {
  padding: 0 20px 1px 0;
  position: relative;
}
a.arrow span:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 1px solid var(--linkColor);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
a.arrow span:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--linkColor);
  border-right: 1px solid var(--linkColor);
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
  transition: .3s;
}
a.arrow:hover {
  opacity: 1;
}
@media (hover: hover) {
  a.arrow:hover span:before {
    background: var(--linkColor);
  }
  a.arrow:hover span:after {
    border-color: #fff;
  }
}
a .arrow {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
a .arrow:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
a .arrow:after {
  content: '';
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
  transition: .3s;
}
@media(hover: hover) {
  a:hover .arrow {
    transform: translate(0,-50%) scaleX(1.3);
    transform-origin: left top;
  }
}
a.linkBtn .arrow {
  right: 15px
}
a.linkBtn .arrow:after {
  border-color: var(--txtColor);
}
a.linkBtn .arrow:before {
  background: var(--txtColor);
}
a.linkBtn .arrow:after {
  border-color: var(--txtColor);
}
a.linkBtn.pink {
  width: auto;
  max-width: 100%;
  height: auto;
  background: var(--linkColor);
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  padding: 20px 50px;
  border: none;
  border-radius: 4px;
}
a.linkBtn.pink:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
}
a.linkBtn.pink:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--linkColor);
  border-right: 1px solid var(--linkColor);
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
}
a.linkBtn.pink:hover {
  opacity: 1;
  box-shadow: inset 0px 0px 10px 10px rgba(0, 0, 0, .15);
}
a.linkBtn.wht {
  width: 100%;
  max-width: 426px;
  height: auto;
  background: #fff;
  color: var(--mainColor);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  padding: 20px 50px;
  text-align: center;
  border: 1px solid var(--mainColor);
  border-radius: 4px;
}
a.linkBtn.wht:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: var(--mainColor);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
}
a.linkBtn.wht:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
}
a.linkBtn.wht:hover {
  opacity: 1;
  background: var(--mainColor);
  color: #fff;
}
a.linkBtn.wht:hover:before {
  opacity: 1;
  background: #fff;
}
a.linkBtn.wht:hover:after {
  opacity: 1;
  border-color: var(--mainColor);
}

.clr-pink { color: var(--linkColor); }

/*パンくず*/
#b_listBox {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  vertical-align: top;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
ul#b_list {
  display: block;
  max-width: var(--ctsWidth);
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
}
ul#b_list li {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0;
  color: var(--txtColor);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}
ul#b_list li:last-child {
  margin: 0;
}
ul#b_list a {
  text-decoration: underline;
  color: var(--mainColor);
  padding: 0 16px 0 0;
  position: relative;
}
ul#b_list li a:before {
  content: "";
  width: 6px;
  height: 6px;
  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 )";
}

/*共通スタイル*/
.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.center {
  justify-content: center;
}
.flex.aln_c {
  align-items: center;
}
.flex.reverse {
  flex-direction:row-reverse;
}
.flex .half_box {
	width: 50%;
}
.half_wrap {
  justify-content: flex-start;
  align-items: center;
}
.half_wrap .halfBox {
	width: 50%;
	margin: 0;
	padding: 0;
  position: relative;
}
.halfBox h2 {
	font-size: 200%;
	margin: 0 0 10px;
}
.halfBox a.linkBtn {
	margin-top: 40px;
}
.halfBox .imgBox {
	background: #f4f4f4;
	height: 500px;
}
.halfBox .txtBox {
	padding: 20px;
}

#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 {
  overflow: hidden;
}
.scroll_container {
  overflow: auto;
}
.scroll_container > * {
  width: fit-content;
  min-width: 1200px;
  white-space: nowrap!important;
  flex-wrap: nowrap!important;
}

/* 404 メンテナンス */
#error .title,
#maintenance .title {
  text-align: center;
  font-size: 50px;
  line-height: 1.5em;
  font-weight: 700;
  color: var(--mainColor);
  margin: 0 0 50px;
}
#error p,
#maintenance p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}
#error .btnBox,
#maintenance .btnBox {
  margin-top: 50px;
}

/*リスト*/
ul.dotted li {
  padding: 0 0 0 1.2em;
  position: relative;
}
ul.dotted li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: var(--txtColor);
  position: absolute;
  left: 0;
  top: 8px;
}
ul.dotted li + li {
  margin-top: 3px;
}

/*タイトル*/
#lower .cts_ttl {
  text-align: center;
  color: var(--mainColor);
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 700;
  padding: 0 0 15px;
  margin: 0 0 15px;
  position: relative;
}
#lower .cts_ttl:after {
  content: '';
  width: 38px;
  height: 2px;
  background: var(--mainColor);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
}

.anchor_point {
  scroll-margin-top: 80px;
}

/*====================================================
Header
====================================================*/
header {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  transition: all 0.5s ease;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 999999;
}
#top header {
  background: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}
#top header.is-show {
  background: #fff;
  position: fixed;
  transform: translate(-50%,-100%);
  filter: drop-shadow(0px 2px 5px rgba(0,0,0,.15));
  animation: header-show .5s ease-in-out forwards;
}
@keyframes header-show {
  0% {
    transform: translate(-50%,-100%);
  }
  100% {
    transform: translate(-50%,0);
  }
}
header #h_logo {
  width: 215px;
  height: 43px;
  margin: 0;
  padding: 0;
}
header #h_logo .logo {
  width: 215px;
  transition: all 0.5s ease;
}
header .wrap {
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 80px;
}
header .registration {
  width: 227px;
}
header .registration a {
  width: 227px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--linkColor);
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  border-radius: 0 0 10px 10px;
  padding: 0 0 5px;
}
header .registration a span {
  padding: 0 0 0 30px;
  position: relative;
}
header .registration a span:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../images/icon-member.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: calc(50% + 3px);
  transform: translate(0,-50%);
}
header .registration a:hover {
  opacity: 1;
  box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,.15);
}

/* ====================================================
nav
==================================================== */
header nav {
  width: auto!important;
  align-items: flex-end;
  position: relative;
  z-index: 9999;
}
ul.g_nav {
  width: auto;
  height: 80px;
  position: relative;
	font-weight: bold !important;
	padding: 0;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
  align-items: center;
  gap: 30px
}
ul.g_nav li {
	padding: 0;
	position: relative;
}
ul.g_nav a {
	font-size: 16px;
  height: 80px;
  letter-spacing: 0.1px;
	text-decoration: none;
	color: var(--txtColor);
  width: auto;
	padding: 15px 0;
	font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
ul.g_nav li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  margin: 0;
  height: 2px;
  background: var(--mainColor);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
ul.g_nav a.on {
  color: var(--mainColor);
	text-decoration: none;
	opacity: 1;
}
ul.g_nav li.trg.on > a:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*ドロップダウンメニュー*/
ul.g_nav li.trg {
	position: relative;
}
ul.g_nav li.trg > a {
  padding-right: 20px;
}
ul.g_nav li.trg > a:before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--txtColor);
  border-bottom: 1px solid var(--txtColor);
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  transform: translate(0,-50%) rotate(45deg);
  transition: .3s;
}
ul.g_nav li.trg.on > a:before {
  border-color: var(--mainColor);
  transform: translate(0,-50%) rotate(225deg);
  top: calc(50% + 4px);
}
ul.g_nav li.trg ul {
  width: 100vw;
  background: #fff;
  position: fixed;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #D9D9D9;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, .15);
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all .3s ease;
}
ul.g_nav li.trg ul li {
	width: auto;
	padding: 0;
}
ul.g_nav li.trg ul li a {
	color: var(--txtColor);
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	display: block;
	text-align: left;
	padding: 25px 30px;
}
ul.g_nav li.trg ul li a:hover,
ul.g_nav li.on a {
	color: var(--mainColor);
}
ul.g_nav li.trg.on ul li a:after {
  /* content: none; */
}
ul.g_nav a.arrow span {
  padding: 0;
}
ul.g_nav a.arrow span:before,
ul.g_nav a.arrow span:after {
  content: none;
}
ul.g_nav li.trg ul li a.arrow span {
  padding: 0 30px 0 0;
}
ul.g_nav li.trg ul li a.arrow span:after {
  content: '';
  width: 16px;
  height: 12px;
  border: none;
  background: url(../images/icon-arrow-blk.svg) no-repeat center / 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
@media (hover: hover) and (pointer: fine) {

  ul.g_nav a:hover{
    color: var(--mainColor);
    text-decoration: none;
    opacity: 1;
  }
  ul.g_nav li a:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  ul.g_nav li.trg > a:hover:before {
    border-color: var(--mainColor);
    transform: translate(0,-50%) rotate(225deg);
    top: calc(50% + 4px);
  }
  ul.g_nav li.trg:hover ul {
    height: 100%;
    overflow: visible;
    visibility: visible;
  }
  ul.g_nav li.trg ul li a.arrow:hover span:after {
    background: url(../images/icon-arrow-blue.svg) no-repeat center / 100% auto;
    transform: translate(3px,-50%) scale(1.2);
  }
}

/*nav btn*/
header .nav_btn {
  display: none;
  border: none;
  width: 60px;
  height: 60px;
  /*overflow: hidden;*/
  position: absolute;
  cursor: pointer;
  outline: none;
  background: none;
  margin: 0px;
  top: 0;
  right: -20px;
  padding: 0;
  border-radius: 0;
}
header .nav_btn {
  position: relative;
  width: 60px;
  height: 60px;
}
header .nav_btn .btn {
  width: 25px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translate(-50%,0);
}
header .nav_btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--mainColor);
  border-radius: 2px;
  transition: all .4s;
}
header .nav_btn span:nth-of-type(1) {
  top: 0;
}
header .nav_btn span:nth-of-type(2) {
  top: 7px;
}
header .nav_btn span:nth-of-type(3) {
  bottom: 0;
}
header .nav_btn.open span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-225deg);
  transform: translateY(9px) rotate(-225deg);
}
header .nav_btn.open span:nth-of-type(2) {
  opacity: 0;
}
header .nav_btn.open span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(225deg);
    transform: translateY(-5px) rotate(225deg);
}
header .search {
  display: none;
}

/* ====================================================
Footer
==================================================== */
footer {
	width: 100%;
  background: #154273 url(../images/footer-bgi.png) no-repeat left bottom / cover;
  color: #fff;
	margin: 0;
	padding: 0;
  border-radius: 12px 12px 0 0;
  position: relative;
}
footer a {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
footer .wrap {
	padding: 40px 20px 68px;
}
footer .mainbox {
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin: 0 0 100px;
}
footer .f_logo {
	width: 334px;
	margin: 0;
}
footer .sitemap {
  width: 100%;
	max-width: calc(100% - 334px - 20px);
	margin: 0;
  padding: 0 0 10px;
  justify-content: flex-end;
  gap: 36px;
}
footer .sitemap ul {
  width: auto;
}
footer .sitemap ul li,
footer .sitemap ul li a {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
footer .sitemap ul li + li {
  margin-top: 16px;
}
footer .sitemap ul li a {
  padding: 0 20px 0 0;
  position: relative;
}
footer .sitemap ul li a:hover {
  opacity: 1;
}
footer ul.f_menu {
	width: 100%;
  justify-content: center;
  gap: 10px 40px;
	margin: 0 auto;
}
footer ul.f_menu li {
  padding: 0;
  position: relative;
}
footer ul.f_menu li:not(:last-child):after {
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -20px;
  top: 0;
}
footer ul.f_menu li a {
  display: block;
  color: #fff;
	text-decoration: none;
  line-height: 1em;
}
#copyright {
  width: 100%;
  display: block;
	text-align: center;
	margin: 30px 0 0 0;
  padding: 0;
	font-size: 16px;
	line-height: 1.4em;
}

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


/* ========================================================================================================
   1199px以下
   ========================================================================================================*/
@media screen and (max-width: 1199px) {
  .scroll_container {
    width: 100vw;
    margin-left: -20px;
    padding: 0 20px;
  }
  .scroll_container > * {
    min-width: 100%;
  }

  }

/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  body:not(#top) main {
    margin-top: 60px;
  }
	header,
	#top header {
		height: 60px;
    position: fixed;
    top: 0!important;
    background: #fff;
    filter: drop-shadow(0px 2px 3px rgba(0,0,0,.15));
	}
  header .wrap {
    height: 60px;
  }
	header #h_logo {
		margin: 0;
    width: 178px;
    height: auto;
	}
  header #h_logo .logo {
    width: 178px;
    height: auto;
  }
  header #h_logo .logo img {
    width: 100%;
  }
  header .registration {
    display: none;
  }
  header .sp .registration {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  header .sp .registration a {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  header .sp .registration a span {
    display: inline-block!important;
  }
  header .sp .registration a span:before {
    content: ''!important;
  }
  header .search {
    display: flex;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 61px;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
  }
	.fixed header {
		background: #fff;
	}
	header .nav_btn {
		display: inline-block;
	}
	header .nav_btn p,
	header .search p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    color: var(--mainColor);
    position: absolute;
    left: 0;
    bottom: 8px;
	}
	header .nav_btn p:before {
    content: 'メニュー';
	}
	header .nav_btn.open p:before {
    content: '閉じる';
	}
	header .search a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-decoration: none;
    color: var(--mainColor);
    padding-bottom: 24px;
	}
	header .search .icon {
    width: 22px;
    height: 22px;
    background: url(../images/icon-search-blue.svg) no-repeat center / contain;
    margin: 0 auto;
	}
  header nav {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    max-height: calc(100svh - 60px);
    overflow: auto;
    background: linear-gradient(125deg,#21568f,#134171);
    align-items: flex-start;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 9999;
    transform: translate(100%, 0);
    transition: .5s;
    padding: 0 20px 50px;
  }
  header nav.open {
    transform: translate(0,0);
  }
  ul.g_nav {
    width: 100%;
    height: auto;
    gap: 0;
  }
  ul.g_nav a {
    color: #fff;
    height: auto;
    padding: 20px 20px;
  }
  ul.g_nav li {
    padding: 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
  }
  ul.g_nav li:after {
    content: none;
  }
  ul.g_nav li.trg a {
    position: relative;
    padding-right: 30px;
  }
  ul.g_nav li.trg ul li a:hover,
  ul.g_nav li.on a {
    color: #fff;
  }
  ul.g_nav li.trg > a:before {
    content: '';
    width: 8px;
    height: 8px;
    background: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    bottom: unset;
    left: unset;
    transform: translate(0,-50%) rotate(45deg);
    transform-origin: center;
    transition: .3s;
    display: block!important;
  }
  ul.g_nav li.trg.on > a:before,
  ul.g_nav li.trg.on > a:hover:before {
    transform: translate(0,-50%) rotate(225deg);
    border-color: #fff;
  }
  ul.g_nav li a,
  ul.g_nav li a.on,
  ul.g_nav li a:hover {
		text-decoration: none;
	}
	ul.g_nav li a span,
  ul.g_nav li a:after {
		display: none;
	}
  ul.g_nav li.trg ul {
    width: 100%;
    height: 100%;
    position: relative;
    top: unset;
    background: none;
    padding: 10px 0;
    border-top: 1px solid #fff;
    display: block;
    box-shadow: none;
    overflow: visible;
    visibility: visible;
    transition: inherit;
  }
  ul.g_nav li.trg ul li {
    padding: 0;
    border: none;
  }
  ul.g_nav li.trg ul li a {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
  }
  ul.g_nav a.arrow span {
    display: inline-block;
    padding: 0 30px 0 0;
  }
  ul.g_nav li.trg ul li a span {
    display: inline-block;
    padding: 0 25px 0 0;
  }
  ul.g_nav a.arrow span:before,
  ul.g_nav li.trg ul li a span:before {
    content: none;
  }
  ul.g_nav a.arrow span:after,
  ul.g_nav li.trg ul li a span:after,
  ul.g_nav li.trg ul li a.arrow span:after,
  ul.g_nav li.trg ul li a.arrow:hover span:after {
    content: '';
    width: 16px;
    height: 12px;
    border: none;
    background: url(../images/icon-arrow-wht.svg) no-repeat center / 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
  }
  ul.g_nav a:hover, ul.g_nav a.on {
    color: #fff;
    opacity: 1;
  }
  ul.g_nav li.trg > a:hover:before {
    border-color: #fff;
    transform: translate(0, -50%) rotate(45deg);
    top: 50%;
  }

  .anchor_point {
    scroll-margin-top: 60px;
  }

}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  .wrap {
    padding: 60px 20px;
  }
  a.linkBtn {
    font-size: 16px;
  }
  a.linkBtn.pink {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 12px 40px;
  }
  ul#b_list li {
    font-size: 12px;
  }

  footer {
    background: #20568f url(../images/footer-bgi_sp.png) no-repeat left bottom / cover;
  }
  footer .wrap {
    padding: 40px 20px 10px;
  }
  footer .mainbox {
    gap: 40px;
    margin: 0 0 20px;
    flex-direction: column-reverse;
  }
  footer .f_logo {
    width: 100%;
    text-align: center;
  }
  footer .f_logo img {
    max-width: 256px;
  }
  footer .sitemap {
    max-width: 100%;
    padding: 0;
    gap: 25px;
  }
  footer .sitemap ul {
    width: 100%;
  }
  footer .sitemap ul li + li {
    margin-top: 10px;
  }
  footer ul.f_menu {
    justify-content: flex-start;
    gap: 15px 20px;
    padding: 15px 0 0 0;
    border-top: 1px solid #fff;
  }
  footer ul.f_menu li:not(:last-child):after {
    right: -10px;
  }
  #copyright {
    margin: 30px 0 0 0;
    font-size: 12px;
  }
  .scroll_container {
    margin-right: calc(50% - 50vw);
  }
  #error .title,
  #maintenance .title {
    font-size: 40px;
    margin: 0 0 40px;
  }
  #error .btnBox,
  #maintenance .btnBox {
    margin-top: 40px;
  }
  #lower .cts_ttl {
    font-size: 22px;
  }
  
  .pc {display: none!important;}
  .sp {display: inline-block!important;}
}