@import url('//fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;700&family=Noto+Serif+JP:wght@400;500&display=swap');
@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
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: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  background-color: #FFF;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-wrap, #fancybox-wrap *, #fancybox-tmp, #fancybox-loading {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
a, a:link, a:hover, a:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
#contents p {
  line-height: 1.7;
}
hr.ancHr {
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
  margin: 0;
  padding: 0;
}
/* base contents
-------------------*/
/*header*/
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  padding: 15px 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#header.active {
  opacity: 1;
}
#header .logo {
  position: fixed;
  left: 0;
  top: 0;
  background: #1278b4;
  background: -moz-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: -webkit-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: -o-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: linear-gradient(to bottom right, #51bded 0%, #1278b4 100%);
  z-index: 999;
  width: 180px;
  height: 180px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#header .logo a {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#header .logo img {
  width: 98px;
  height: 118px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#header .logo.change {
  width: 80px;
  height: 80px;
}
#header .logo.change img {
  width: 42px;
  height: 50px;
}
#gNav {
  display: flex;
  flex-direction: row-reverse;
  widows: 100%;
  padding: 40px 0;
}
#gNav ul {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding-right: 10px;
}
#gNav ul li {
  margin: 0 20px;
}
#gNav ul li a {
  font-size: 15px;
  font-size: 1.5rem;
}
#gNav ul li a:hover {
  color: #51bded;
  text-decoration: none;
}
.Menu {
  background: #1278b4;
  background: -moz-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: -webkit-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: -o-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: linear-gradient(to bottom right, #51bded 0%, #1278b4 100%);
  cursor: pointer;
  display: block;
  height: 80px;
  width: 80px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.Menu span {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
  height: 3px;
  width: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.Menu span:nth-of-type(1) {
  top: 30px;
}
.Menu span:nth-of-type(2) {
  top: 43px;
}
.Menu.active {
  height: 80px;
  width: 80px;
  right: 0;
}
.Menu.active span {
  left: 24%;
}
.Menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.Menu.active span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
.Menu.active small {
  color: #000;
}
.Contact {
  background: #185990;
  height: 80px;
  width: 80px;
  position: fixed;
  right: 0;
  top: 80px;
  z-index: 1010;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.Contact a {
  display: block;
  position: relative;
  height: 80px;
  width: 80px;
  left: 0;
  top: 0;
}
.Contact i {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 100%;
  text-align: center;
  left: 0;
}
/*spNav*/
#Nav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding-top: 59px;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
}
#Nav.active {
  visibility: visible;
  right: 0;
}
#Nav #Bg {
  /*	background: rgba(0,0,0,0.5);*/
  height: 100%;
  width: 500%;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 550ms ease 0.25s;
  pointer-events: none;
}
#Nav.active #Bg {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
#Nav::after {
  background: rgba(255, 255, 255, 0.8);
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#Nav::before, #Nav::after {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#Nav.active::before, #Nav.active::after {
  opacity: 1;
}
#Nav .closeBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3%;
  text-align: right;
}
#Nav nav {
  padding-top: 5%;
}
#Nav nav ul {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Nav nav ul li {
  width: 33%;
}
#Nav nav ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  display: block;
  padding-bottom: 60px;
}
#Nav nav ul li a span {
  font-family: 'Frank Ruhl Libre', serif;
  color: #185990;
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 10px;
  font-weight: 400;
}
#Nav nav ul li a:hover {
  color: #185990;
  text-decoration: none;
}
#Nav nav ul li a:hover::before {
  color: #FFF;
}
#Nav .contactBtn {
  display: none
}
#Nav .contactBtn.btn02 {
  display: block;
  text-align: center;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}
#Nav .contactBtn.btn02 a {
  display: block;
  background: #333;
  color: #fff;
  padding: 28px 0 25px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 auto;
  border-radius: 5px;
}
#Nav .contactBtn.btn02 a:hover {
  text-decoration: none;
  background: #000;
}
#Nav .contactBtn.btn02 a i {
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 10px;
  vertical-align: middle;
}
/*contents*/
#contents {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
#contents.wInr {
  max-width: 1200px;
  width: 97%;
}
/*footer*/
#footer {
  width: 100%;
  color: #fff;
  background: #185990;
}
.ftAction {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
  padding: 80px 0 60px;
  text-align: center;
}
.ftAction .ftLogo {
  width: 252px;
  margin: 0 auto;
}
.ftAction h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 300;
  padding: 30px 0 20px;
}
.ftAction .txt {
  padding-bottom: 60px;
}
.ftAction .contactBtn a {
  display: block;
  background: #fff;
  padding: 28px 0 25px;
  color: #185990;
  text-align: center;
  box-shadow: 0 0 20px rgb(0, 0, 0, .3);
  font-size: 18px;
  font-size: 1.8rem;
}
.ftAction .contactBtn a:hover {
  text-decoration: none;
  box-shadow: none;
  background: #082e4e;
  color: #fff;
}
.ftAction .contactBtn a i {
  font-size: 26px;
  font-size: 2.6rem;
  margin-right: 10px;
  vertical-align: middle;
}
.ftAction .mediaBtn {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  padding-top: 20px;
}
.ftAction .mediaBtn a {
  text-decoration: underline;
  color: #fff;
}
.ftAction .mediaBtn a:hover {
  text-decoration: none;
  color: #ccc;
}
small#copyright {
  font-family: 'Frank Ruhl Libre', serif;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 40px 0;
  text-align: center;
  width: 100%;
  border-top: 1px solid #367ab4;
}
/* indent
-------------------*/
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.top0 {
  margin-top: 0 !important;
}
.top5 {
  margin-top: 5px !important;
}
.top10 {
  margin-top: 10px !important;
}
.top15 {
  margin-top: 15px !important;
}
.top20 {
  margin-top: 20px !important;
}
.top25 {
  margin-top: 25px !important;
}
.top30 {
  margin-top: 30px !important;
}
.top35 {
  margin-top: 35px !important;
}
.top40 {
  margin-top: 40px !important;
}
.btm0 {
  margin-bottom: 0 !important;
}
.btm5 {
  margin-bottom: 5px !important;
}
.btm10 {
  margin-bottom: 10px !important;
}
.btm15 {
  margin-bottom: 15px !important;
}
.btm20 {
  margin-bottom: 20px !important;
}
.btm25 {
  margin-bottom: 25px !important;
}
.btm30 {
  margin-bottom: 30px !important;
}
.btm35 {
  margin-bottom: 35px !important;
}
.btm40 {
  margin-bottom: 40px !important;
}
.btm45 {
  margin-bottom: 45px !important;
}
.btm50 {
  margin-bottom: 50px !important;
}
.btm55 {
  margin-bottom: 55px !important;
}
.btm60 {
  margin-bottom: 60px !important;
}
.btm65 {
  margin-bottom: 65px !important;
}
.btm70 {
  margin-bottom: 70px !important;
}
.btm75 {
  margin-bottom: 75px !important;
}
.btm80 {
  margin-bottom: 80px !important;
}
.btm85 {
  margin-bottom: 85px !important;
}
.btm90 {
  margin-bottom: 90px !important;
}
.btm95 {
  margin-bottom: 90px !important;
}
.pT0 {
  padding-top: 0 !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;
}
.pT45 {
  padding-top: 45px !important;
}
.pB0 {
  padding-bottom: 0 !important;
}
.pB5 {
  padding-bottom: 5px !important;
}
.pB10 {
  padding-bottom: 10px !important;
}
.pB15 {
  padding-bottom: 15px !important;
}
.pB20 {
  padding-bottom: 20px !important;
}
.lm5 {
  margin-left: 5px !important;
}
.lm10 {
  margin-left: 10px !important;
}
.lm15 {
  margin-left: 15px !important;
}
.lm20 {
  margin-left: 20px !important;
}
.lm50 {
  margin-left: 50px !important;
}
.lm60 {
  margin-left: 60px !important;
}
.lm70 {
  margin-left: 70px !important;
}
.rm5 {
  margin-right: 5px !important;
}
.rm10 {
  margin-right: 10px !important;
}
.rm15 {
  margin-right: 15px !important;
}
.rm20 {
  margin-right: 20px !important;
}
.vAT {
  vertical-align: top !important;
}
.vAM {
  vertical-align: middle !important;
}
.vAB {
  vertical-align: bottom !important;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.is-pc {
  display: block;
}
.is-sp {
  display: none;
}
.is-spS {
  display: none;
}
.spTel {
  pointer-events: none;
}
/* size
-------------------*/
.size10 {
  font-size: 1.0rem !important;
}
.size11 {
  font-size: 1.1rem !important;
}
.size12 {
  font-size: 1.2rem !important;
}
.size13 {
  font-size: 1.3rem !important;
}
.size14 {
  font-size: 1.4rem !important;
}
.size15 {
  font-size: 1.5rem !important;
}
.size16 {
  font-size: 1.6rem !important;
}
.size17 {
  font-size: 1.7rem !important;
}
.size18 {
  font-size: 1.8rem !important;
}
.size19 {
  font-size: 1.9rem !important;
}
.size20 {
  font-size: 2.0rem !important;
}
.size21 {
  font-size: 2.1rem !important;
}
.size22 {
  font-size: 2.2rem !important;
}
.size23 {
  font-size: 2.3rem !important;
}
.size24 {
  font-size: 2.4rem !important;
}
/* wide
-------------------*/
.w5 {
  width: 5% !important;
}
.w10 {
  width: 10% !important;
}
.w15 {
  width: 15% !important;
}
.w18 {
  width: 18% !important;
}
.w20 {
  width: 20% !important;
}
.w25 {
  width: 25% !important;
}
.w30 {
  width: 30% !important;
}
.w35 {
  width: 35% !important;
}
.w40 {
  width: 40% !important;
}
.w45 {
  width: 45% !important;
}
.w50 {
  width: 50% !important;
}
.w55 {
  width: 55% !important;
}
.w60 {
  width: 60% !important;
}
.w65 {
  width: 65% !important;
}
.w70 {
  width: 70% !important;
}
.w75 {
  width: 75% !important;
}
.w80 {
  width: 80% !important;
}
.w85 {
  width: 85% !important;
}
.w90 {
  width: 90% !important;
}
.w95 {
  width: 95% !important;
}
.wFull {
  width: 100% !important;
}
/* section
-------------------*/
section {
  clear: both;
}
/* compo parts
-------------------*/
/*btn*/
.bscBtn01 a {
  background-color: #448CBC;
  border: 1px solid #448CBC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  display: inline-block;
  vertical-align: top;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
  padding: 13px 50px 10px;
  line-height: 140%;
  text-decoration: none;
}
.bscBtn01 a:hover {
  background-color: #FFF;
  color: #448CBC;
}
.bscBtn01 a i {
  margin-left: 0.5em;
}
/*list*/
.indList, .indListS {
  margin-bottom: 15px;
}
.indList li, .indListS li {
  line-height: 170%;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.indListS li {
  font-size: 1.4rem !important;
  line-height: 130%;
}
.indList li::before, .indListS li::before {
  content: '●';
  font-size: 80%;
  margin-right: 5px;
  vertical-align: middle;
  color: #2090d1;
}
.numList, .numListS {
  margin-bottom: 15px;
  padding-left: 1.6em;
}
.numList li, .numListS li {
  line-height: 150%;
  list-style: decimal outside none;
  margin-bottom: 5px;
}
.numListS li {
  font-size: 1.1rem !important;
  line-height: 130%;
}
/*head*/
.blueHead {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  color: #185990;
  position: relative;
  padding-left: 195px;
  margin-bottom: 30px;
}
.blueHead:before {
  position: absolute;
  display: block;
  content: "";
  background: #185990;
  height: 1px;
  width: 185px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.head01 {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.9 !important;
  letter-spacing: 0.08em;
}
.head02 {
  font-size: 20px;
  font-size: 2.0rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
  font-weight: 400;
  color: #185990;
  line-height: 1.9 !important;
  letter-spacing: 0.08em;
}
/*table*/
.bscTbl01 table {
  border-collapse: collapse;
  border-top: 1px solid #000000;
  width: 100%;
}
.bscTbl01 table th, .bscTbl01 table td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #000000;
  line-height: 1.4;
  text-align: center;
}
.bscTbl01 table th {
  background-color: #eeeeee;
  font-weight: normal;
  padding: 20px 0 17px;
}

.bscTbl01 table th.w15 {
  width: 15%;
}
.bscTbl01 table td {
  padding: 10px 0;
  position: relative;
}
.bscTbl01 table th.bn, .bscTbl01 table td.bn {
  border-right: none;
}
.bscTbl01 table td span {
  color: #cccccc;
}
.bscTbl01 table td.blue {
  background-color: #d8f3ff;
  z-index: -1;
}
.bscTbl01 table td.arrow,
.bscTbl01 table td.arrow20,
.bscTbl01 table td.arrow60,
.bscTbl01 table td.arrow75,
.bscTbl01 table td.arrow80 {
  position: relative;
}
.bscTbl01 table td.arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: calc(50% - 10px);
  background: #4cb8ea;
}
.bscTbl01 table td.arrow20:before {
  content: "";
  display: block;
  width: 20%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: calc(50% - 10px);
  background: #4cb8ea;
}
.bscTbl01 table td.arrow50:before {
  content: "";
  display: block;
  width: 50%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: calc(50% - 10px);
  background: #4cb8ea;
}
.bscTbl01 table td.arrow60:before {
  content: "";
  display: block;
  width: 60%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: calc(50% - 10px);
  background: #4cb8ea;
}
.bscTbl01 table td.arrow75:before {
  content: "";
  display: block;
  width: 75%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: calc(50% - 10px);
  background: #4cb8ea;
}
.bscTbl01 table td.arrow80:before {
  content: "";
  display: block;
  width: 80%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: calc(50% - 10px);
  background: #4cb8ea;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 20px solid #4cb8ea;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: -1px;
  bottom: 13px;
}
.fixPos .triangle {
  right: 0;
  left: inherit;
}
.bscTbl01 table td.arrow.fixPos:before {
  content: "";
  display: block;
  width: 95%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #4cb8ea;
}
/*topcontrol*/
/*
#topcontrol {
  z-index: 900;
}
#topcontrol a {
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  background: url(../cmn_img/scrollup.gif) center center no-repeat\9 #000; 
  *background: url(../cmn_img/scrollup.gif) center center no-repeat #000; 
  _background: url(../cmn_img/scrollup.gif) center center no-repeat #000; 
  display: block;
  height: 60px;
  width: 60px;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#topcontrol a:hover {
  filter: alpha(opacity=10) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
*/
/* top contents for pc
-------------------------------------------------------------------------------------*/
/* mv
-------------------*/
#mv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #eef1f2;
}
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}
.mvInr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  height: 100%;
  overflow: hidden;
}
.mvInr .mvTxt {
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: 4;
}
.mvInr .mvTxt .mvCatch {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.mvInr .mvTxt .mvCatch span {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 130px;
  font-size: 13.0rem;
  display: block;
  font-weight: 400;
  padding-bottom: 20px;
}
.mvInr .mvTxt h1 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 60px;
  line-height: 1.7;
}
.mvInr .circle {
  position: absolute;
  width: 55%;
  right: 0%;
  top: 10%;
  animation: 40s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* information
-------------------*/
#infoSec {
  position: absolute;
  bottom: -60px;
  width: 100%;
  z-index: 999;
}
.isInr {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 40px;
}
.isInr h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 400;
  margin-right: 30px;
  color: #185990;
}
.ticker {
  width: 90%;
  position: relative;
  overflow: hidden;
}
#newsticker li {
  display: flex;
  opacity: 0;
}
#newsticker li span {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 300;
  margin-right: 10px;
}
#newsticker li a {
color: #185990;
}
/* Message
-------------------*/
#messageSec {
  position: relative;
  padding-bottom: 200px;
  z-index: 0;
}
#messageSec .msDeco01, #messageSec .msDeco02 {
  position: absolute;
}
#messageSec .msDeco01 {
  width: 30%;
  max-width: 477px;
  left: 0;
  top: 0;
}
#messageSec .msDeco02 {
  width: 80%;
  left: -15%;
  top: 20px;
  max-width: 1345px;
}
.msInr {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.msInr .msInfo {
  width: 44%;
  position: inherit;
  z-index: 1;
}
.msInr .msInfo h2 {
  margin-bottom: 60px;
}
.msInr .msInfo p {
  padding-top: 40px;
  line-height: 2.5 !important;
}
.msInr .msImg {
  width: 58%;
  margin-right: -100px;
  position: inherit;
  z-index: 1;
}
/* Vision
-------------------*/
#visionSec {
  position: relative;
}
.vsInfo {
  background: #1278b4;
  background: -moz-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: -webkit-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: -o-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: linear-gradient(to bottom right, #51bded 0%, #1278b4 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  width: 90%;
  max-width: 780px;
  top: -20px;
  color: #fff;
  padding: 70px 40px;
  box-sizing: border-box;
}
.vsImg img {
  object-fit: cover;
  height: 620px;
}
.vsInfo h2 {
  text-align: center;
}
.vsInfo h2 span {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: 'Frank Ruhl Libre', serif;
  border-bottom: 1px solid #fff;
}
.vsInfo h3.en {
  font-size: 60px;
  font-size: 6.0rem;
  font-weight: 300;
  font-family: 'Frank Ruhl Libre', serif;
  padding: 20px 0 60px;
  text-align: center;
}
.vsInfo h3.ja {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.7;
}
.vsInfo p {
  line-height: 2.5 !important;
}
/* Product
-------------------*/
#productSec {
  position: relative;
}
#productSec .psDeco {
  position: absolute;
  right: 0;
  top: -7px;
  width: 50%;
  max-width: 812px;
}
.psInr {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 120px 0;
}
.psInr .col2List{
  align-items: flex-start;
}
.col2List {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col2List li {
  width: 48%;
}

.psInr .col2List li .Img{
  margin-bottom: 25px;
}

.col2List li dl{
  margin-bottom: 50px;
}

.col2List li dl dt {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  padding-bottom: 25px;
}
.col2List li dl dd {
  line-height: 1.7;
}
/* Status
-------------------*/
#statusSec {
  background: #f0f0f0;
  padding-bottom: 120px;
}
.ssTitle {
  position: relative;
}
.ssTitle .ssInfo {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.ssTitle .ssInfo h3, .ssTitle .ssInfo h4 {
  color: #fff;
}
.ssTitle h2 {
  margin-bottom: 20px;
}
.ssTitle h2 span {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: 'Frank Ruhl Libre', serif;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.ssTitle h3 {
  margin-bottom: 20px;
}
.ssBox {
  padding: 60px;
  background: #fff;
  margin: -6% auto 0;
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 1500px;
  box-sizing: border-box;
}
.ssBox h5 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
  border-left: 5px solid #2090d1;
  margin-bottom: 30px;
  padding-left: 8px;
}
/* Member
-------------------*/
#memberSec {
  padding: 120px 0 250px;
  position: relative;
  z-index: 0;
  background: #1278b4;
  background: -moz-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: -webkit-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: -o-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: linear-gradient(to bottom right, #51bded 0%, #1278b4 100%);
}
/*
#memberSec:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #1278b4;
  background: -moz-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: -webkit-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: -o-linear-gradient(top left, #51bded 0%, #1278b4 100%);
  background: linear-gradient(to bottom right, #51bded 0%, #1278b4 100%);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
*/
#memberSec h2 {
  margin-bottom: 120px;
  text-align: center;
}
#memberSec h2 span {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: 'Frank Ruhl Libre', serif;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#memberSec h3 {
  margin-bottom: 40px;
  text-align: center;
}
.msList {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.msList ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -1.5%;
}
.msList ul li {
  margin: 0 1.5%;
  width: 22%;
  padding-bottom: 40px;
  border-bottom: 1px solid #86c8eb;
}
.msList ul li .Img {
  margin-bottom: 20px;
}
.msList ul li dl {
  color: #fff;
}
.msList ul li dl dt {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.msList ul li dl dt span {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.msList ul li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.msList ul li dl dd.category span {
  background: #185990;
  padding: 5px 20px 7px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
}
.msList ul li.sub {
  padding: 30px 0;
}

.msList ul li.bold dl dt,
.msList ul li.bold dl dt span{
  font-weight: 400;
  font-size: 140%;
}

.msList ul li.bold dl dd{
  font-weight: 400;
  font-size: 100%;
}
/* Company
-------------------*/
#companySec {
  padding-bottom: 120px;
  position: relative;
}
.csInr {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.csImg {
  width: 60%;
  margin-top: -150px;
}
.slide-item img {
  width: 100%;
}
#thumbnail-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
}
.thumbnail-item {
  width: 19%;
  position: relative;
}
.thumbnail-item:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
.csInfo {
  width: 36%;
  padding-top: 80px;
}
.csTbl table {
  border-collapse: collapse;
  width: 100%;
}
.csTbl table th, .csTbl table td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 13px 0 10px;
  text-align: left;
  vertical-align: top;
}
.csTbl table th {
  font-weight: 400;
}
.scrollTxt {
  display: none;
}
/* Adjustment
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1540px) {
  .msInr .msInfo h2 {
    margin-bottom: 30px;
  }
  .msInr .msInfo h3 {
    margin-bottom: 20px;
  }
  .msInr .msInfo p {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1500px) {
  .msInr {
    align-items: flex-start;
  }
  .msInr .msInfo {
    padding-top: 200px;
  }
  #messageSec .msDeco02 {
    top: 100px;
  }
  .csImg {
    width: 50%;
  }
  .csInfo {
    width: 46%;
  }
  #memberSec {
    padding-bottom: 140px;
  }
  #companySec {
    padding-bottom: 80px;
  }
  .csTbl table th, .csTbl table td {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .csImg {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 1400px) {
  #messageSec .msDeco02 {
    top: 0px;
    right: -20%;
    left: inherit;
    width: 100%;
  }
  #gNav ul {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .bscTbl01 table td {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .msList ul li dl dt span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mvInr .mvTxt .mvCatch span {
    font-size: 110px;
    font-size: 11rem;
  }
  .mvInr .mvTxt .mvCatch {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 1200px) {
  .bscTbl01 {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .bscTbl01 table {
    width: 1200px;
  }
  .scrollTxt {
    margin-bottom: 10px;
    display: block;
  }
  .scrollTxt span {
    font-size: 12px;
    font-size: 1.2rem;
    background: #fff;
    border-radius: 50px;
    padding: 8px 20px;
    display: inline-block;
    color: #006ca5;
    background: #eee;
    border-radius: 50px;
  }
  #memberSec {
    padding: 120px 0 120px;
  }
  .csInfo {
    padding-top: 60px;
  }
  .indListS li {
    font-size: 1.2rem !important;
  }
}
@media only screen and (max-width: 1080px) {
  #gNav {
    display: none;
  }
  .mvInr .mvTxt .mvCatch span {
    font-size: 90px;
    font-size: 9rem;
  }
  .mvInr .mvTxt .mvCatch {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .mvInr .mvTxt h1 {
    padding-top: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .csInr {
    flex-wrap: wrap;
  }
  .csImg {
    width: 100%;
  }
  .csInfo {
    width: 100%;
    padding-top: 40px;
  }
}
/* height */
@media (max-height: 720px) {
  .landscape.other .mvInr .mvTxt .mvCatch span {
    font-size: 100px;
    font-size: 10rem;
  }
  .landscape.other .mvInr .mvTxt {
    bottom: 10%;
  }
  .landscape.other .mvInr .mvTxt h1 {
    padding-top: 20px;
  }
  .landscape.other .mvInr .circle {
    width: 47%;
  }
  #gNav {
    padding: 15px 0;
  }
}
/* for SP
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
  .msInr .msInfo {
    width: 100%;
  }
  .msInr .msInfo {
    padding-top: 120px;
  }
  .msInr .msImg {
    width: 100%;
    margin-right: 0;
    padding-top: 40px;
  }
  #messageSec .msDeco02 {
    top: -20%;
    right: -35%;
  }
  #messageSec .msDeco01 {
    width: 50%;
  }
  #messageSec {
    padding-bottom: 80px;
  }
  .vsInfo {
    position: inherit;
    left: inherit;
    transform: none;
    width: 100%;
    max-width: 100%;
    top: inherit;
    padding: 60px 5%;
  }
  .vsImg img {
    height: 300px;
  }
  .vsImg {
    line-height: 0 !important;
  }
  .col2List li dl dt {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #productSec .psDeco {
    width: 80%;
  }
  .ssTitle img {
    object-fit: cover;
    height: 320px;
  }
  .msList ul li dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* indent
-------------------*/
  .is-sp {
    display: block !important;
  }
  .is-pc {
    display: none !important;
  }
  .is-spS {
    display: block !important;
  }
  .spImg {
    max-width: 100%;
  }
  a.spTel {
    pointer-events: auto;
  }
  /* compo parts
-------------------*/
  /*btn*/
  .bscBtn01 a {
    display: block;
    padding: 20px 5%;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  small#copyright {
    font-size: 10px;
    font-size: 1.0rem;
  }
  #Nav nav ul li a span {
    font-size: 30px;
    font-size: 3.0rem;
  }
  /* top parts
-------------------*/
  .mvInr .mvTxt .mvCatch {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.7;
  }
  .mvInr .mvTxt .mvCatch span {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.1;
    padding-bottom: 0px;
  }
  .mvInr .mvTxt h1 {
    padding-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .mvInr .circle {
    width: 100%;
    right: -20%;
    top: 6%;
  }
  .mvInr {
    width: 100%;
  }
  .mvInr .mvTxt {
    left: 5%;
    width: 90%;
    bottom: 10%;
  }
  .isInr {
    padding: 20px;
    display: block;
  }
  #infoSec {
    bottom: -90px;
  }
  #newsticker li {
    display: block;
  }
  #newsticker li span {
    display: block;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 5px;
  }
  .isInr h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .blueHead {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 110px;
    margin-bottom: 20px;
  }
  .blueHead:before {
    width: 100px;
  }
  .head01 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .head02 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7 !important;
  }
  .msInr .msInfo p {
    line-height: 2.0 !important;
  }
  #messageSec .msDeco01 {
    width: 80%;
  }
  #messageSec .msDeco02 {
    display: none;
  }
  #messageSec {
    padding-bottom: 40px;
  }
  .vsImg img {
    height: 180px;
  }
  .vsInfo h2 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .vsInfo h3.en {
    font-size: 42px;
    font-size: 4.2rem;
    padding: 30px 0;
  }
  .vsInfo h3.ja {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .vsInfo p {
    line-height: 2.0 !important;
  }
  .vsInfo {
    padding: 40px 5%;
  }
  .psInr {
    padding: 40px 0 10px;
  }
  .col2List li {
    width: 100%;
  }
  .col2List li dl{
    margin-bottom: 30px;
  }
  .col2List li dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
  .ssTitle h2 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ssTitle img {
    height: 280px;
  }
  .ssBox {
    padding: 30px 20px;
    margin: -10% auto 0;
  }
  .ssBox h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .bscTbl01 table td {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .bscTbl01 table th {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .bscTbl01 table {
    width: 850px;
  }
  #statusSec {
    padding-bottom: 40px;
  }
  #memberSec {
    padding: 40px 0;
  }
  #memberSec h2 {
    margin-bottom: 20px;
  }
  #memberSec h2 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .msList ul li {
    width: 100%;
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid #86c8eb;
  }

  .msList ul li:nth-child(7) {
    border-bottom: none;
  }
  .msList ul li .Img {
    width: 80%;
    margin: 0 auto 20px;
  }
  #memberSec h3 {
    margin-bottom: 0px;
  }
  /*
  #memberSec:after {
    height: 90%;
  }
*/
  .msList ul li dl dt span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .msList ul li dl {
    text-align: center;
  }
  .msList ul li.sub {
    width: 49%;
    /*border-bottom: none;*/
    border-top: none;
    margin: 0 0.5%;
    padding: 15px 0 15px 5px;
  }
  .msList ul li.sub dl {
    text-align: left;
  }
  .msList ul li.sub dl dt span {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .msList ul li.sub dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .msList ul li.sub dl dd {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .msList {
    padding-bottom: 40px;
  }
  .csImg {
    margin-top: -40px;
  }
  .csImg img {
  object-fit: cover;
  height: 200px;
  }
  .csTbl table th, .csTbl table td {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .indList li::before, .indListS li::before {
    vertical-align: top;
  }
  .indList li, .indListS li {
    text-indent: -1.2em;
  }
  #companySec {
    padding-bottom: 40px;
  }
  .ftAction .ftLogo {
    width: 200px;
  }
  .ftAction h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ftAction .txt {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 20px;
  }
  .ftAction .contactBtn a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ftAction .contactBtn a i {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .ftAction .mediaBtn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  small#copyright {
    padding: 20px 0;
  }
  .ftAction {
    padding: 60px 0 40px;
  }
  .Menu {
    height: 60px;
    width: 60px;
    background: #000 !important;
  }
  .Menu span {
    width: 34px;
  }
  .Menu span:nth-of-type(1) {
    top: 23px;
  }
  .Menu span:nth-of-type(2) {
    top: 35px;
  }
  .Contact {
    display: none;
  }
  /*
.Contact {
    height: 60px;
    width: 60px;
    top: 60px;
}
.Contact i {
    font-size: 22px;
    font-size: 2.2rem;
}
.Contact a {
    height: 60px;
    width: 60px;
}
*/
  .Menu.active {
    height: 60px;
    width: 60px;
  }
  #header .logo img {
    width: 60px;
    height: 72px;
  }
  #header .logo {
    width: 100px;
    height: 100px;
    position: absolute;
  }
  #Nav nav ul {
    width: 90%;
  }
  #Nav nav ul li {
    width: 50%;
  }
  #Nav nav ul li a span {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 5px;
  }
  #Nav nav ul li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #Nav .contactBtn {
    padding-top: 20px;
    display: block;
  }
  #Nav .contactBtn a {
    display: block;
    background: #185990;
    color: #fff;
    padding: 18px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
  }
  #Nav .contactBtn.btn02 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
  }
  #Nav .contactBtn.btn02 a {
    padding: 24px 0 22px;
  }
  #Nav .contactBtn a i {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 10px;
    vertical-align: middle;
  }
}
/*SP END*/
/* for ipad
-------------------------------------------------------------------------------------*/
.portrait.ipad #mv {
  height: 50vh;
}
.portrait.ipad #mv .mvInr {
  height: 50vh;
}
/* for iphoneX
-------------------------------------------------------------------------------------*/
@media screen and (min-height: 800px) {
  .portrait.iphone #mv {
    height: 64vh;
  }
}
/* animation
-------------------------------------------------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.mvCatch {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.mvCatch.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.mvInr .mvTxt h1 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.mvInr .mvTxt h1.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.circle {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2000ms;
}
.circle.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #1f8fd0;
  background: -moz-linear-gradient(top left, #51bded 0%, #1f8fd0 100%);
  background: -webkit-linear-gradient(top left, #51bded 0%, #1f8fd0 100%);
  background: -o-linear-gradient(top left, #51bded 0%, #1f8fd0 100%);
  background: linear-gradient(to bottom right, #51bded 0%, #1f8fd0 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading .ldInr {
  position: relative;
  width: 100vw;
  height: 100vh;
}
#loading .ldBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.loader {
  color: #ffffff;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
/* アンカーリンク調整 */
#area01 {
  position: absolute;
  left: 0;
  top: 60px;
}
#area02 {
  position: absolute;
  left: 0;
  top: 30px;
}
#area03 {
  position: absolute;
  left: 0;
  top: -140px;
}
@media only screen and (max-width: 480px) {
  #area01 {
    top: 100px;
  }
  #area02 {
    top: 5px;
  }
  #area03 {
    top: -40px;
  }
}