@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Poppins:wght@100;200;300;400;500;600;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&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

-------------------------------------------------------------------------------------*/

.ftNoto{ font-family: 'Noto Sans JP', sans-serif;}
.ftPoppin{ font-family: 'Poppins', sans-serif;}
.ftShip{ font-family: 'Shippori Mincho', serif;}

/* 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: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  color: #9e0000;
  opacity: 0.8;
}
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;
}

.flexBox{
  display: flex;
}

/* base contents
-------------------*/
/*header*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 auto;
}

#header .headWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;  
}

#header.active {
  opacity: 1;
}
#header .logo.top {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
  width: 430px;
}
#header .logo.fix {
  display: none;
}
#header .logo a {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  /*
  width: 100%;
  height: 100%;
  */
}

#header .logo a:first-of-type{
	/*width: 150px;*/
	width: 34.88%;
}
#header .logo a:last-of-type{
	/*width: 260px;*/
	width: 60.46%;
}

#header .logo img {
  z-index: 999;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  /*height: 58px;*/
  width: 100%;
}

#gNav {
  display: flex;
  flex-direction: row-reverse;
  /*width: 100%;*/
  width: calc(100% - 440px);
}
#gNav ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
}
#gNav ul li {
  margin-left: 20px;
}
#gNav ul li a {
  color: #fff;
  font-size: 13.2px;
  font-size: 1.32rem;
  letter-spacing: 0.08em;
}
#gNav ul li a:hover {
  text-decoration: none;
}

.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/  
    display:flex;
    background: #9e0000;
    color: #fff;
    width: 90px;
    height: 90px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.btnshine .fa.fa-envelope{
    font-size: 22px;
    font-size: 2.2rem;
}

/*キラッと光る*/
.btnshine::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


#header.fixed{
  background: rgba(0,0,0,0.7);
  position: fixed;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);
}

.rest #header .logo.top,
#header.fixed .logo.top {
  display: none;
}

.rest #header .logo.fix,
#header.fixed .logo.fix {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
  width: 430px;
}

.rest #header #gNav ul li a{
  color: #000;
}

.rest #header #gNav ul li.mail a.btnshine{
  color: #fff;
}

#header.fixed #gNav ul li a,
.rest #header.fixed #gNav ul li a{
  color: #fff;
}

/*spNav*/
#Nav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  opacity: 0;
  visibility: hidden;
  padding-top: 0;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
}
#Nav.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
#Nav.active #Bg{
  background: rgba(0,0,0,0.88);
}
#Nav #Bg {
  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: url(../../img/gray_bg.jpg) center center no-repeat;
  background-size: cover;
  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 {
  height: 100%;
  display: flex;
  align-items: center;
}
#Nav nav ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
}

#Nav nav ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  display: block;
  padding: 20px 10px;
}
#Nav nav ul li a span {
  font-family: 'Roboto', sans-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 nav ul li.mail a{
  background: #9e0000;
  padding: 20px 40px;
}

/*contents*/
#contents {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.secInr {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.text13{ font-size: 13px; font-size: 1.3rem;}
.text14{ font-size: 16px; font-size: 1.6rem;}
.text15{ font-size: 17px; font-size: 1.7rem;}
.text18{ font-size: 18px; font-size: 1.8rem;}
.text21{ font-size: 21px; font-size: 2.1rem; line-height: 1.4; font-weight: 400;}
.text32{ font-size: 32px; font-size: 3.2rem; line-height: 1.4; font-weight: 400;}
.text48{ font-size: 48px; font-size: 4.8rem; line-height: 1.4; font-weight: 400;}

.head14{ font-family: 'Shippori Mincho', serif; font-size: 16px; font-size: 1.6rem; font-weight: 300;}
.head15{ font-family: 'Shippori Mincho', serif; font-size: 19px; font-size: 1.9rem;}
.head18{ font-family: 'Shippori Mincho', serif; font-size: 20px; font-size: 2.0rem;}
.head21{ font-family: 'Shippori Mincho', serif; font-size: 21px; font-size: 2.1rem;}
.head24{ font-family: 'Shippori Mincho', serif; font-size: 24px; font-size: 2.4rem;}
.head32{ font-family: 'Shippori Mincho', serif; font-size: 32px; font-size: 3.2rem; line-height: 1.4;}
.head36{ font-family: 'Shippori Mincho', serif; font-size: 36px; font-size: 3.6rem; line-height: 1.4; font-weight: 300;}
.head40{ font-family: 'Shippori Mincho', serif; font-size: 40px; font-size: 4.0rem; letter-spacing: 0.05em; font-weight: 400;}
.head44{ font-family: 'Shippori Mincho', serif; font-size: 44px; font-size: 4.4rem; letter-spacing: 0.05em; font-weight: 400;}
.head50{ font-family: 'Shippori Mincho', serif; font-size: 50px; font-size: 5.0rem; line-height: 1.2; font-weight: 400;}

/*common btn*/
.stretch{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: relative;
    color: #333 !important;
    padding: 20px 50px 20px 10px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    text-align: left;
    max-width: 280px;
    width: 100%;
}

/*線の設定*/
.stretch::before,
.stretch::after{
  content:'';
  position:absolute;
  z-index:1;
  bottom:0;
  left:0; 
  background:#333;
  width: 100%;
  height: 3px;
  transition:all 0.3s ease-in-out;
}

.stretch::after{
  width:0;
  background: #9e0000;
}

.stretch:hover{
  color: #9e0000 !important;
}

.stretch:hover span::after {
  border-top: 1px solid #9e0000;
}

.stretch:hover span::before {
  border-bottom: 1px solid #9e0000;
}

.stretch:hover::after {
  width:100%;
}

.stretch span::after {
    content: '';
    position: absolute;
    top: calc(50% - 1.5px);
    right: 20px;
    width: 6px;
    height: 5px;
    border-top: 1px solid #dddddd;
    transform: rotate(30deg);
    transition: all .3s;
}

.stretch span::before {
  content: '';
  position: absolute;
  top: calc(50% - 4.5px);
  right: 18px; 
  width: 30px;
  height: 5px;
  border-bottom: 1px solid #dddddd;
  transition: all .3s;
}
 
.stretch:hover span::after,
.stretch:hover span::before {
  right: 3px;
}

/*fv*/

#fv{
  padding-top: 150px; 
}

#fv .secInr{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
}

#fv .pageTtl{
  font-family: 'Shippori Mincho', serif;
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 70%;
}

#fv .pageTtl span.eng{
    color: #9e0000;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    letter-spacing: normal;
}

#fv .topFlex{
  display: flex;
  justify-content: flex-end;
  width: 30%;
}

#fv .topFlex .breadcrumb{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#fv .topFlex .breadcrumb li a{
  font-family: 'Shippori Mincho', serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #a1a1a1;
}

#fv .topFlex .breadcrumb li span{
    margin: 0 5px 0 10px;
    position: relative;
    width: 20px;
    display: inline-block;
    height: 100%;
}

#fv .topFlex .breadcrumb li span:after{
  content: "";
  background: #eeeeee;
  width: 100%;
  height: 1px;
  top: 60%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}

#fv .topFlex .breadcrumb li.current a{
  color: #000;
}

#fv .topFlex .breadcrumb li .fas.fa-angle-right{
  color: #000;
  margin: 0 15px;
}

#fv .fvImg img{
  height: 460px;
  object-fit: cover;
  width: 100%;
}

/*footer*/
#footer {
  background: #000000;
  padding: 100px 0 50px;
  width: 100%;
}

#footer a{
  color: #fff;
}

#footer .secInr{

}

#footer .secInr .ftWrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

#footer .secInr .ftLogoWrap .ftLogo{
  width: 100%;
  max-width: 180px;
  margin-bottom: 20px;
}

#footer .secInr .ftLogoWrap .ftInfo{
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

#footer .secInr .ftLogoWrap .ftPoppin{
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

#footer .ftPoppin span{
  width: 48px;
  display: inline-block;
}

#footer .secInr .ftMenuWrap{
  width: 55%;
}

#footer .secInr .ftMenuWrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer .secInr .ftMenuWrap ul li{
  /*width: 33.33%;*/
}

#footer .secInr .ftMenuWrap ul li a{
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 15px;
}

#footer .secInr .ftMenuWrap ul li a.big{
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 35px;
}

small#copyright {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: 100;
  color: #fff;
  text-align: left;
  width: 100%;
}
/* 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*/

/*head*/

/*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;
}

#mv .mvBg{
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

#mv .mvBg img{
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}


.mvInr {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    z-index: 6;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mvInr .mvTxt {
    position: absolute;
    left: 50%;
    z-index: 4;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mvInr .mvTxt h1 {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: 90px;
  font-size: 9rem;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
}
.mvInr .mvTxt .mvCatch {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  font-weight: 400;
  text-align: center;
}

#mv .copy{
    color: #fff;
    font-weight: 100;
    position: absolute;
    left: 2%;
    top: 50%;
    writing-mode: vertical-rl;
    font-size: 12px;
    font-size: 1.2rem;
    transform: translateY(-50%);
    letter-spacing: 0.08em;
    text-align: center;
    height: 100%;
}

.scroll {
  display: inline-block;
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
.scroll::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}
.scroll::after {
  height: 30px;
  animation: sdl 1.5s ease infinite;
}
@keyframes sdl {
  0% {
    transform: translateY(-70px);
  }
  50%, 100% {
    transform: translateY(30px);
  }
}






/* Adjustment
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {

.text13 { font-size: 1.2rem;}
.text21 { font-size: 1.8rem;}

.head21 { font-size: 1.8rem;}
.head32 { font-size: 2.2rem;}
.head40 { font-size: 3rem;}
.head50 { font-size: 4rem;}

#mv {
    height: 70vh;
}

#mv .mvBg {
    height: 70vh;
}

#mv .mvBg img {
    height: 70vh;
    object-fit: cover;
}

.mvInr .mvTxt h1 {
    font-size: 50px;
    font-size: 5rem;
}

}
@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;
  }

  
  #header .logo.top,
  #header .logo.fix{
	  width: 320px!important;
  }

  #gNav{
	  width: calc(100% - 320px);
  }
  
  #gNav ul li{
  	margin-left: 1em;
  }
  
}

@media only screen and (min-width: 1081px) {
  #gNav {
    display: block;
  }
  #Nav{
	  display: none;
  }
}

@media only screen and (max-width: 1080px) {

#header .logo.top,
.rest #header .logo.fix, 
#header.fixed .logo.fix{
    margin-left: 10px;
    width: 290px!important;
}

#header{
  padding: 15px 0 12px;
}
/*
#header .logo img {
  height: 45px;
}
*/

#gNav {
  display: none;
}

.Menu {
  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: #9e0000;
  -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;
}
.mvInr .mvTxt .mvCatch {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
}
.mvInr .mvTxt h1 {
  font-size: 36px;
  font-size: 3.6rem;
}
#mv .copy {
    font-size: 1.0rem;
}
/* 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: 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: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .mvInr .mvTxt .mvCatch span {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.1;
    padding-bottom: 0px;
  }
  .mvInr .mvTxt h1 {
    font-weight: 400;
  }
  .mvInr .circle {
    width: 100%;
    right: -20%;
    top: 6%;
  }
  .mvInr {
    width: 100%;
  }
  .col2List li {
    width: 100%;
    margin-bottom: 30px;
  }
  .col2List li dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  small#copyright {
    padding: 20px 0;
    text-align: center;
  }
  .ftAction {
    padding: 60px 0 40px;
  }
  .Menu {
    display: block;
    height: 60px;
    width: 60px;
  }
  .Menu span {
    width: 34px;
  }
  .Menu span:nth-of-type(1) {
    top: 23px;
  }
  .Menu span:nth-of-type(2) {
    top: 35px;
  }
  .Menu.active {
    height: 60px;
    width: 60px;
  }
  #Nav nav ul {
    display: block;
    width: 90%;
    margin-bottom: 40px;
  }
  #Nav nav ul li {
    width: 100%;
  }
  #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;
    padding: 12px;
  }

#Nav nav {
    height: 100%;
    display: block;
    align-items: center;
    top: 60%;
    position: relative;
    transform: translateY(-50%)
}

.navLogo{
  text-align: center;
}

.navLogo img{
  width: 200px;
}   

.navLogo{
  text-align: center;
}

.navLogo img{
  width: 200px;
} 

}
/*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);
}
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #222222;
  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: #9e0000;
  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;
}

@media only screen and (max-width: 1280px) {

#footer .ftWrap {
    padding: 55px 0 40px;
}

#footer .secInr .ftMenuWrap {
    width: 58%;
}
}

@media only screen and (max-width: 930px) {
#footer .ftWrap {
    margin-top: -40px;
    padding: 80px 0 40px;
}

#footer .secInr {
    margin-bottom: 60px;
}
}

@media only screen and (max-width: 920px) {
#footer .ftWrap {
    margin-top: -50px;
}
}

@media screen and (max-width: 768px) {

.text15 { font-size: 1.3rem;}
.text18 { font-size: 1.5rem;}
.text32 { font-size: 2.0rem;}
.text48 { font-size: 2.4rem;}

.head15 { font-size: 1.4rem;}
.head21 { font-size: 1.6rem;}
.head22 { font-size: 1.7rem;}
.head24 { font-size: 1.8rem;}
.head32 { font-size: 1.8rem;}
.head36 { font-size: 2.0rem; line-height: 1.4;}
.head40 { font-size: 2.4rem; line-height: 1.4;}
.head44 { font-size: 2.2rem; line-height: 1.4;}
.head50 { font-size: 3rem;}

#header .logo img {
    height: 35px;
}

#fv {
    padding-top: 100px;
}

#fv .secInr {
    margin-bottom: 30px;
}

#fv .pageTtl {
    font-size: 2.6rem;
    margin-bottom: 0;
    width: 100%;
}

#fv .pageTtl span.eng{
    margin-bottom: 6px;
}

#fv .topFlex {
    display: none;
}

#fv .fvImg img {
    height: 150px;
    object-fit: cover;
}

#footer {
    padding: 50px 0 1px;
}

#footer .secInr .ftLogoWrap .ftPoppin{
  text-align: center;
}

#footer .secInr .ftWrap {
    display: block;
    margin-bottom: 60px;
}

#footer .secInr .ftMenuWrap {
    margin-top: 40px;
    width: 100%;
}

#footer .secInr .ftMenuWrap ul li {
    text-align: center;
    width: 48%;
}

#footer .secInr .ftMenuWrap ul li a.big {
    font-size: 1.3rem;
    margin-bottom: 13px;
}

#footer .secInr {
    margin-bottom: 25px;
    display: block;
}

#footer .secInr .ftLogoWrap .ftLogo {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 20px;
}

#footer .secInr .ftLogoWrap .ftInfo {
    text-align: center;
}

#footer .ftWrap {
    margin-top: 0;
    padding: 0;
}

.rest #footer {
    margin-top: -50px;
}

.rest #footer .ftWrap {
    margin-top: -30px;
    padding: 40px 0 0px;
}
}
