@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600&family=Noto+Serif+JP:wght@200;300;400;500;600;700&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

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

.en{ font-family: 'Cormorant Garamond', serif;}
.jp{ font-family: 'Noto Serif JP', 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
}
picture{
  display: block
}
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: 'IBM Plex Sans JP', sans-serif;
  color: #000000;
  font-size: 15px;
  font-size: 1.5rem; /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
}

.text{
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
}

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

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: #154d8b;
  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;
}
.flexBox{
  display: flex;
}

.is-sp,
.is-spS {
  display: none !important;
}

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

#header .secInrW{
  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: block;
}
#header .logo.fix {
  display: none;
}
#header .logo a {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#header .logo img {
  z-index: 999;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 150px;
}

#header.fixed{
  background: #fff;
  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: block;  
}

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

#header.fixed #gNav ul.smaller li a {
  border-right: 1px solid #000;
}

#header.fixed #gNav ul.smaller li:last-child a {
  border-right: none;
}

/*spNav*/

.hd-right-btn{
  border-radius: 80px;
  position: fixed;
  overflow: hidden;
  top: 56px;
  right: 155px;
  width: 170px;
  z-index: 2;
}

.hd-right-btn a{
  border: 1px solid #000;
  overflow: hidden;
  background: #000;
  border-radius: 80px;
  height: 45px;
  width: 100%;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hd-right-btn a:hover{
  background: #fff;
}

.flowtext {
  display: contents;
  position: relative;
  overflow: hidden;
}

.flowtext::before,
.flowtext::after {
  content: "Join us! Entry. Join us! Entry.";
  position: absolute;
  top: 38%;
  width: 100%;
  height: auto;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  line-height: 1.0;
  text-align: center;
  z-index: 2;
}

.hd-right-btn a:hover .flowtext::before,
.hd-right-btn a:hover .flowtext::after{
  color: #000;
}


.flowtext::before {
left: 0;
animation: flowtext 8s linear infinite;
}
.flowtext::after {
left: 100%;
animation: flowtext 8s linear infinite;
}
@keyframes flowtext {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}


.Menu {
  background-color: #fff;
  position: fixed;
  margin-left: 30px;
  cursor: pointer;
  display: block;
  right: 45px;
  top: 45px;
  height: 70px;
  width: 70px;
  z-index: 1010;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid #000;
  border-radius: 70px;
}
.Menu span {
  background-color: #000;
  -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: 5px;
  width: 5px;
  border-radius: 5px;
  position: absolute;
  top: 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) {
  /*left: calc(50% - 10px);*/
  left: 23px;
}
.Menu span:nth-of-type(2) {
  left: calc(50% - 2.5px);
}
.Menu span:nth-of-type(3) {
  /*left: calc(50% - -5.5px);*/
  left: 41px;
}
.Menu.active span:nth-of-type(1) {
  height: 1px;
  width: 25px;
  left: 30%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Menu.active span:nth-of-type(2) {
  display: none;
}
.Menu.active span:nth-of-type(3) {
  height: 1px;
  width: 25px;
  left: 30%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Menu.active small {
  color: #000;
}

#Nav {
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
  height: 100vh;
}
#Nav.active {
  visibility: visible;
  right: 0;
}

#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: rgba(255,255,255,0.95);
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  backdrop-filter: blur(10px);
}
#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_flex{
  display: flex;
  justify-content: space-between;
  height: 100vh;
}

.nav_flex-img{
  background: url(../../lib/cmn_img/menu_img.webp) no-repeat;
  background-size: cover;
  background-position: center;
  width: 30%;
}

.nav_flex-cont{
  display: flex;
  align-items: center;
  width: 70%;
  margin: 5% 8%;
}

.nav_flex-cont > div{
  width: 100%;
}

.nav_flex-cont-upper{
  display: flex;
  justify-content: space-between;
  margin-bottom: 8%;
}

.nav_flex-cont-upper picture {
  margin-right: 10%;
  width: 170px;
  display: block;
}

.nav_flex-cont-upper picture img{
  object-fit: cover;
  width: 100%;
}

.upper-list-wrap{
  display: flex;
  justify-content: flex-start;
  width: calc(90% - 170px);
}

.upper-list{
  width: 50%;
}

.upper-list li{
  margin-bottom: 5%;
}

.upper-list li.last{
  margin-bottom: 0;
}

.nav-menu{
  font-family: 'Noto Serif JP', serif;
  font-size: 21px;
  font-size: 2.1rem;
}

.nav-menu span{
  color: #1e597e;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  display: block;
  margin-top: -10px;
}

.upper-list ol{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.upper-list ol li{
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 5px;
  width: 50%;
}

.upper-list ol li a{
  color: #555555;
}

.upper-list ol li span{
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 5px;
  font-style: italic;
}

.nav_flex-cont-lower{
  display: flex;
  justify-content: space-between;
}

.nav_lower-left{
  margin-right: 10%;
  width: 170px;
}

.lower-list li{
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.lower-list li.last{
  margin-bottom: 0;
}

.nav_lower-right{
  width: calc(90% - 170px);
}

.nav_lower-right .cm-btn{
  margin-bottom: 30px;
}

.nav_lower-right .cm-btn .c-more-button{
  max-width: 100%;
}

.nav_lower-right .cm-btn .c-more-button__inner{
  justify-content: center;
}

.nav_lower-right .text14{
  color: #898989;
  text-align: center;
  margin-bottom: 20px;
}

.nav_lower-right .text14 a{
  color: #898989;
  margin-right: 15px;
}

.nav_lower-right .text12{
  color: #dddddd;
  text-align: center;
}

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

.secInrW {
  margin: 0 auto;
  max-width: 1500px;
  width: 90%;
}

.text10{ font-size: 10px; font-size: 1.0rem;}
.text13{ font-size: 13px; font-size: 1.3rem;}
.text14{ font-size: 14px; font-size: 1.4rem;}
.text15{ font-size: 15px; font-size: 1.5rem;}
.text16{ font-size: 16px; font-size: 1.6rem;}
.text18{ font-size: 18px; font-size: 1.8rem;}
.text21{ font-size: 21px; font-size: 2.1rem;}
.text28{ font-size: 28px; font-size: 2.8rem;}
.text42{ font-size: 42px; font-size: 4.2rem;}

.head14{ font-size: 14px; font-size: 1.4rem; font-weight: 300;}
.head15{ font-size: 15px; font-size: 1.5rem;}
.head18{ font-size: 18px; font-size: 1.8rem;}
.head21{ font-size: 21px; font-size: 2.1rem;}
.head24{ font-size: 24px; font-size: 2.4rem;}
.head32{ font-size: 32px; font-size: 3.2rem; line-height: 1.4;}
.head40{ font-size: 40px; font-size: 4.0rem;}
.head50{ font-size: 50px; font-size: 5.0rem; line-height: 1.2;}

/*--------------------------------------------asCatch-----*/

.asCatch span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  color: #000000;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.4rem;
  transition: .5s;
  margin-bottom: -10px;
  overflow: hidden;
  padding: 15px 10px;
  line-height: 1.1 !important;
}

.asCatch span.blue {
  color: #fff;
  font-size: min(2.3vw, 42px);
  padding: 15px 10px;
}

.asCatch span strong{
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
  font-weight: 100;
}

.asCatch span:before{
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #fff;
  background-size: 120%;
  background-position: center;
  transition: .5s;
}

.asCatch span.blue:before{
  background: #18356f;
}

.asCatch span.active:before{
  left: 0;
}

.asCatch span.active.second:before{
-moz-transition-delay:200ms;
-webkit-transition-delay:200ms;
-o-transition-delay:200ms;
-ms-transition-delay:200ms;
}

.asCatch span.active.third:before{
-moz-transition-delay:400ms;
-webkit-transition-delay:400ms;
-o-transition-delay:400ms;
-ms-transition-delay:400ms;
}

.asCatch span.active strong {
opacity: 1;
-moz-transition-delay:500ms;
-webkit-transition-delay:500ms;
-o-transition-delay:500ms;
-ms-transition-delay:500ms;
}
.asCatch span.active.second strong {
-moz-transition-delay:700ms;
-webkit-transition-delay:700ms;
-o-transition-delay:700ms;
-ms-transition-delay:700ms;
}
.asCatch span.active.third strong {
-moz-transition-delay:900ms;
-webkit-transition-delay:900ms;
-o-transition-delay:900ms;
-ms-transition-delay:900ms;
}

/*--------------------------------------------cm-head-----*/

.cm-head{
  position: relative;
  margin-bottom: 60px;
}

.cm-head p{
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.cm-head span{
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1 !important;
  color: #f6f5f5;
  font-size: min(90px,7vw);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: 100;
  z-index: 0;
}

/*--------------------------------------------cm-btn-----*/

.cm-btn.whitebg .c-more-button{
  background-color: #fff;
}

.cm-btn.white .c-more-button__text{
  color: #fff;
}

.cm-btn.white .c-more-button:hover .c-more-button__text{
  color: #18356f;
}

.cm-btn.white .c-more-button:before {
  background-color: rgba(255,255,255,1);
}

.cm-btn.white .c-more-button__icon:after {
  background: #fff;
}

.cm-btn.white .c-more-button__path{
  fill: #18356f;
}

.cm-btn.white .c-more-button__path.blue{
  fill: #fff;
}

.cm-btn.white .c-more-button:hover .c-more-button__icon:after{
  background-color: #18356f;
  fill: #fff;
}

.cm-btn.white .c-more-button:hover .c-more-button__path{
  fill: #fff;
}

.cm-btn.white .c-more-button:hover .c-more-button__path.blue{
  fill: #18356f;
}

.cm-btn.blue .c-more-button{
  border: 1px solid #18356f;
  background-color: #18356f;
  color: #fff;
}

.cm-btn .c-more-button {
    border: 1px solid #dddddd;
    color: #010101;
    border-radius: 100px;
    display: inline-block;
    font-size: 21px;
    font-size: 2.1rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 20px 30px 18px 30px;
    max-width: 350px;
    width: 100%;
}

.cm-btn .c-more-button.whitetext{
    color: #fff;
}

.cm-btn .c-more-button:before {
    background-color: #18356f;
    color: #010101;
    border-radius: 100px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .5s cubic-bezier(.16,.5,.43,1);
    width: 100%;
    z-index: -1;
}

.cm-btn .c-more-button__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.cm-btn .c-more-button__text {
    font-size: 21px;
    font-size: 2.1rem;
    font-family: 'Cormorant Garamond', serif;
}

.cm-btn .c-more-button:hover:before {
    transform: scaleX(1);
    transform-origin: left center;
}

.cm-btn .c-more-button:hover{
  color: #fff;
  opacity: 1;
}

.cm-btn .c-more-button__icon {
    position: relative;
    width: 9.6px;
}

.cm-btn .c-more-button__icon:after,
.cm-btn .c-more-button__icon.blue:after {
    content: "";
    position: absolute;
    background: #18356f;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.cm-btn .c-more-button:hover .c-more-button__icon:after{
  background: #fff; 
}

.cm-btn .c-more-button:hover .c-more-button__icon.blue:after{
  background: #18356f;
}

.cm-btn.white .c-more-button:hover .c-more-button__path.blue {
  fill: #fff;
}

.c-more-button:hover .c-more-button__path {
    fill: #18356f;
}

.cm-btn .c-more-button__svg {
    display: block;
    width: 100%;
}

.cm-btn .c-more-button__path {
    fill: #fff;
    transition: fill .5s cubic-bezier(.25,1,.38,1);
}

.c-more-button:hover .c-more-button__svg{
  animation:animate-icon-left .5s cubic-bezier(.16,.5,.43,1) .5s forwards;
}

@keyframes animate-icon-left{
    0%{
        transform:translateX(0,0,0)
    }
    50%{
        transform:translate3d(100%,0,0)
    }
    51%{
        transform:translate3d(-100%,0,0)
    }
    to{
        transform:translateZ(0)
    }
}

/*footer*/
#footer {
  padding: 120px 0 70px;
}

.ftMenu{
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  width: 100%;
  li{
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Noto Serif JP', serif;
  }
}

#footer .ftWrap{
  background: #f4f4f4;
  padding: 110px 0 140px;
}

#footer a{
  color: #000;
}

.ft_logo{
  margin: 0 auto 25px;
  max-width: 160px;
  width: 100%;
  display: block;
}

.ft_comp-name{
  color: #898989;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
  text-align: center;
}

.ft_comp-add{
  color: #898989;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.ft_comp-info{
  color: #898989;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 50px;
  text-align: center;
}

#footer .spTel{
  color: #898989 !important;
  margin-right: 20px;
}

small#copyright {
  color: #dddddd;
  font-family: 'Cormorant Garamond', serif;
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

/* indent
-------------------*/
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}

/* section
-------------------*/
section {
  clear: both;
}

/* top contents for pc
-------------------------------------------------------------------------------------*/
/* mv
-------------------*/
#mv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

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

.ft_logo {
  margin: 0 auto 20px;
  max-width: 110px;
}

.ft_comp-name {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.ft_comp-info {
  margin-bottom: 30px;
}

.cm-btn .c-more-button__text {
  font-size: 1.8rem;
}

}

@media only screen and (max-width: 1180px) {
#footer .secInr .ftLogoWrap .ftLogo {
    max-width: 220px;
}

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

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

@media only screen and (max-width: 1080px) {
#header .logo img {
  width: 90px;
}

.Menu {
  margin-left: 20px;
  right: 15px;
  top: 15px;
}

.hd-right-btn {
  top: 27px;
  right: 100px;
}

.cm-head {
  margin-bottom: 30px;
}

.nav_flex-cont-upper picture {
  margin-right: 10%;
  width: 110px;
}

.upper-list-wrap {
  width: calc(90% - 110px);
}

.nav-menu {
  font-size: 1.6rem;
}

.nav-menu span {
  font-size: 1.3rem;
}

.upper-list ol li {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.lower-list li {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.nav_lower-right .cm-btn {
  margin-bottom: 10px;
}

.nav_lower-right .text14 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.nav_lower-right .text12 {
  font-size: 10px;
}

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

.Menu {
    height: 60px;
    width: 60px;
}

.Menu span:nth-of-type(1){ left: 17px;}
.Menu span:nth-of-type(2){ left: 27px;}
.Menu span:nth-of-type(3){ left: 37px;}


.hd-right-btn{
  display: none;
}

.top-about {
  padding-bottom: 60px;
}

.text16 {
  font-size: 1.4rem;
}

}

/* height */
@media (max-height: 720px) {
  #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
-------------------*/

  /* top parts
-------------------*/

/*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, 20px);
  transition: all 1000ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.mv-h2{
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.mv-h2.active{
  opacity: 1;
  transform: translate(0, 0);
}

/* ローディング画面 */

.loaded {
  opacity: 0;
  visibility: hidden;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #18356f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;

}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #7bb395;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #c6d4ca;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f5f5f2;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* progress bar */
.wrap {
  position: relative;
  width: 100vw;
}

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

.cm-head p {
    font-size: 2.2rem;
}

#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.4rem;}
.text18 { font-size: 1.5rem;}
.head15 { font-size: 1.2rem;}
.head21 { font-size: 1.6rem;}
.head32 { font-size: 1.8rem;}
.head40 { font-size: 2.4rem; line-height: 1.4;}
.head50 { font-size: 3rem;}

.cm-head span {
  font-size: 50px;
}

#footer {
  padding: 60px 0 0;
}

.ftMenu {
  display: none;
}

.cm-btn .c-more-button__text {
  font-size: 1.4rem;
}

#footer .secInr {
  margin-bottom: 0;
}

.nav_flex {
  display: block;
}

.nav_flex-img {
  width: 100%;
  height: 150px;
  background-position: 0 75%;
}

.nav_flex-cont {
  display: block;
  width: 90%;
  margin: 5%;
}

.nav_flex-cont-upper {
  display: block;
  margin: -55px 0 15px;
}

.nav_flex-cont-upper picture {
  margin: 0 auto 10px;
  width: 80px;
}

.upper-list-wrap {
  width: 100%;
}

.upper-list ol li {
  margin-bottom: -5px;
}

.nav-menu {
  font-size: 1.4rem;
}

.nav_flex-cont-lower {
  display: block;
}

.nav_lower-left {
  margin: 0 auto 15px;
  width: 100%;
}

.lower-list{
  display: flex;
  flex-wrap: wrap;
}

.lower-list li {
  font-size: 1.2rem;
  margin-bottom: 0;
  width: 50%;
}

.nav_lower-right {
  width: 100%;
}
}

@media screen and (max-width: 480px) {
#header .logo img {
  width: 70px;
}

.Menu {
  height: 45px;
  width: 45px;
  top: 13px;
  right: 13px;
}

.Menu span {
  height: 3px;
  width: 3px;
}

.Menu span:nth-of-type(1) {
  left: calc(50% - 8px);
}

.Menu span:nth-of-type(2) {
  left: calc(50% - 0.5px);
}

.Menu span:nth-of-type(3) {
  left: calc(50% - -6.5px);
}

}