/*
main color #e9aead
*/
html {
  font-size: 100%;
}
img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
}
body {
  background-color: white;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  margin: auto;
  background-size: 60px 60px;
  background-image: radial-gradient(#fafafa 7.5%, white 10%);
  overflow-x: hidden;
  text-align:justify;
}
html, body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, small {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.969;
  font-feature-settings: "palt";
  /* letter-spacing: .05rem; */
}
h1, .h1 {
  font-size: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}
h2, .h2 {
  font-size: 37px;
  line-height: 44px;
  font-family: 'Noto Sans JP', sans-serif;
}
h3, .h3 {
  font-size: 24px;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
  border-bottom: 3px solid #3e5da4;
  padding-bottom: 7px;
}
h4, .h4 {
  font-size: 1.4vw;
  font-family: 'Noto Sans JP', sans-serif;
}
h5, .h5 {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
}
p {}
b {}
a {
  color: #666;
  transition: all .3s;
}
a:hover {
  color: #eee;
  /* text-decoration: none; */
}
a img {
  transition: all .5s;
}
a:link img, a:visited img, a:active img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/*a:hover img {
    opacity: .6;
}*/
iframe {
  max-width: 100%;
}
/*
* A?A’A?A|A?a??A?A±A?a?|A?A?A?A’A?A§A?A￠A￠a??A￢A?A?A?a??A?A¨A?A’A?A￡A?A￠A￠a??A￢A…A!A?a??A?A￣A?A’A?A￡A?a??A￠a?￢a?￠A?a??A?AcA?A’A?A￡A?A￠A￠a??A￢A…A!A?a??A?A1
*/
.sp {
  display: none;
}
.pc {
  display: block;
}
 
.vertical {
  writing-mode: vertical-rl;
}
.mono {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 10s;
}
.mono.animated {
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
}
.mono_s {
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}
.object-fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'
}
.h200 {
  height: 200px;
}
.h300 {
  height: 300px;
}
.h500 {
  height: 500px;
}
.head-blue {
  color: #3d5ca4;
}
.talk dl {
  padding-bottom: 30px
}
.talk dt {
  float: left;
  width: 4em;
}
.talk dd {
  margin-left: 4em;
  margin-bottom: 20px;
}
.talk dd:last-child {
  margin-bottom: 0px;
}
.container {
  max-width: 1320px;
}
.btn_bd_wh {
  padding: 10px 30px;
  border: 1px white solid;
  color: white;
}
.btn-more {
  display: block;
  width: 9em;
  background: #eee;
  padding: 15px 0;
  text-align: center;
  color: black;
}
.btn-more i {
  margin-left: 15px;
  transition: all .5s;
}
.btn-more:hover i {
  margin-left: 20px;
}
.bold {
  font-weight: bold;
}
.red {
  color: #ff7e58;
}
.green {
  color: #39ad4c;
}
.bg-dotted {
  background-size: 30px 30px;
  background-image: radial-gradient(#eee 5%, white 10%);
}
.bg-green {
  color: white;
  background-color: #39ad4c;
}
.bg-lblue {
  background: #d2e8f7;
}
.bg-blue {
  background: #3d5ca4;
}
.bg-blue2 {
  background: #a5d6f8;
}
.bg-white {
  background-color: #FFF;
}
.bg-gray {
  background-color: dimgray;
}
.bg-lgray {
  background-color: #eee;
}
.bg-grad {
  background: linear-gradient(transparent 40%, #d2e8f7 0%);
  /*  background-size: 60px 60px;
  background-image: radial-gradient(white 7.5%, #0a80c6 10%);*/
  color: #3f5ea4;
}
table.table th, table.table td {
  vertical-align: middle;
}
header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
  padding: 15px;
  margin: auto;
  background-color: rgba(255, 255, 255, 1);
  max-width: 1920px;
}
header #logo {}
header #logo img {
  max-width: 100%;
  height: 90px;
  margin-top: -10px;
}
header #gnav {
  display: block;
  width: 100%;
  font-weight: bold;
}
header #gnav ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0 15px;
}
header #gnav ul li a {
  color: #666;
  line-height: 70px;
  padding: 0 .7vw;
  font-size: 14px;
  white-space: nowrap;
}
header #gnav ul li a:hover {
  color: #3e5da4;
}
 
 
 
 
.gnav-nav li a {
  border-left: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
 
.gnav img{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
 
.drawer-nav li a:hover {
  border-left: none !important;
  outline: none !important;
}
 
.drawer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.drawer-nav li {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
 
.drawer-nav li a {
  border: none !important;
  outline: none !important;
}
 
 
header #gnav .btn-entry-new {
  display: block;
  width: 180px;
  line-height: 68px;
  background: #ffc2c7;
  color: #e50114;
  text-align: center;
  margin-left: 15px;
  box-sizing: border-box;
  border: 1px solid #e50114;
  margin-right: 10px;
}
header #gnav .btn-entry-career {
  display: block;
  width: 180px;
  line-height: 68px;
  background-color: #d2ddf7;
  color: #3e5da4;
  text-align: center;
  border-left: 1px rgba(255, 255, 255, 1) solid;
  border: 1px solid #3e5da4;
  box-sizing: border-box;
}
header #gnav .btn-entry-new:hover, header #gnav .btn-entry-career:hover {
  color: #0d0d0d;
  opacity: .6;
  text-decoration: none;
}
#entry .btn-entry-new {
  display: block;
  width: 100%;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 68px;
  background: #ffc2c7;
  color: #e50114;
  box-sizing: border-box;
  border: 1px solid #e50114;
}
#entry .btn-entry-career {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 68px;
  background-color: #d2ddf7;
  color: #3e5da4;
  text-align: center;
  border-left: 1px rgba(255, 255, 255, 1) solid;
  border: 1px solid #3e5da4;
  box-sizing: border-box;
}
#entry .btn-entry-new:hover, #entry .btn-entry-career:hover {
  opacity: .6;
  text-decoration: none;
  color: #0d0d0d;
}
#top-fv-v2 {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
  height: 100vh;
  overflow: hidden;
  margin-top: 0px;
  max-width: 1920px;
  margin: 0 auto;
}
#top-fv-v2 .left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 42%;
  height: 100%;
}
#top-fv-v2 .left-side:before {
  content: '';
  position: absolute;
  top: -15%;
  left: -8%;
  width: 55%;
  height: 200%;
  background-color: #d2e8f7;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  z-index: 1;
}
#top-fv-v2 .right-side {
  width: 70%;
  height: 100%;
}
#top-fv-v2 .title {
  font-weight: bold;
  z-index: 2;
  color: #3e5da4;
}
#top-fv-v2 .title h1 {
  display: flex;
  font-size: 60px;
  line-height: 1;
}
.top-subtitle {
  font-weight: normal;
  letter-spacing: .05rem;
}
#top-fv-v2 .sub-title {
  margin-left: 5px;
  color: #3e5da4;
  font-size: 17px;
}
#top-fv-v2 .concept {
  display: flex;
  position: absolute;
  bottom: -1vh;
  font-size: 8vw;
  opacity: 0.1;
  left: -.9vw;
  line-height: 1;
}
.gu {
  margin-right: -.5em;
}
.more {
  padding: 13px 5px;
  background-color: #d2e8f7;
  color: #3c5ba4;
  border-radius: 60px;
}
.more:hover {
  /* background-color: #f0e64b; */
  color: #666;
}
#talk h6 {
  margin-bottom: 0;
  padding: 5px 0;
  border: 5px double #FFF;
  border-right: none;
  line-height: 1.2;
}
div.section-full {
  display: block;
  position: relative;
  background-size: cover;
}
div.section-full .title, footer .title {
  padding: 30px 0;
  text-align: center;
}
div.section-full .sub-title, footer .sub-title {
  padding: 5px 0;
  text-align: center;
}
div.section-full .title h2.line {
  background: linear-gradient(transparent 80%, #dbf1ff 0%);
  display: inline;
  padding: 0 2px;
  margin-bottom: 30px;
  color: #3f5ea4;
  text-shadow: 2px 2px 0 white;
  font-weight: 600;
}
div.section-full h3.line {
  background: linear-gradient(transparent 80%, #dbf1ff 0%);
  color: #4b6aab;
  display: inline;
  padding: 0 2px;
  margin-bottom: 35px;
  text-shadow: 2px 2px 0 white;
  font-weight: 600;
}
.news-box {
  display: flex;
  justify-content: flex-start;
  border-top: 1px #eee solid;
  padding: 30px 0;
}
.news-box time {
  margin-right: 30px;
}
.news-box a {
  color: #666;
}
.news-box a:hover {
  color: #0a80c6;
}
#about .sub-title {
  background: white;
  color: #3f5ea4;
  font-weight: bold;
  padding: 0 15px;
}
.shadow-box {
  padding: 35px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
  text-align: justify;
  letter-spacing: .1em;
  margin: 0 18px;
}
#index--about .card-wrapper .card-inner .inner-head:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 70px;
  left: -50%;
  top: 15px;
  background-color: #f3f4f5;
  z-index: -2;
}
#index--about .card-wrapper .card-inner .inner-head:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 70px;
  left: -40px;
  top: 15px;
  background-color: #fff;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: -1;
}
.box {
  height: 100%;
  padding: 15px;
}
.box.lgray-box {
  background: #eee;
}
.box.lbeige-box {
  background: #ffecd0;
}
.box.photo-box {
  padding: 0;
}
.box.photo-box p {
  color: #333;
}
.box.photo-box .content {
  padding: 20px 15px 70px;
  color: #3d5ca4;
}
.box.photo-box .content h3 {
  border-bottom: 1px solid #3d5ca4;
  padding-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 24px;
}
.box.lgray-box .content h3.line {
  font-size: 1.5vw;
  color: #666;
  background: linear-gradient(transparent 80%, #ffffff 0%);
}
.box.lbeige-box .content h3.line {
  font-size: 1.5vw;
  color: #666;
  background: linear-gradient(transparent 80%, #ffffff 0%);
}
.box.photo-box .btn-more {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  background: #fff33f;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.box.photo-box .btn-more:hover {
  color: #666;
}
.b_box img {}
#data h3 {
  display: block;
  text-align: center;
  margin-bottom: 0;
  background: none;
  line-height: 36px;
}
#data .card {
  border: none;
  /* background: white; */
  /* height: 100%; */
}
#data .card-header {
  font-size: 1.6vw;
  line-height: 1.4;
}
#data .card-body {
  /* display: flex; */
  padding: 0;
}
.data-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.data-box > div {
    width: 32%;
}
#talk a.row:hover {
  color: #3c5ba4;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, .3); */
  text-decoration: none;
  /* background-color: #0980c6; */
}
#interview {
  overflow:hidden;
}
#interview a.row {
  padding: 20px;
  background-color: #d2e8f7;
  color: white;
  margin-bottom: 1px;
  margin-right: -14px;
  height: 100%;
  border-bottom: 1px solid #FFF;
}
#interview a.row:hover {
  background-color: #f6fbff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  text-decoration: none;
}
#interview h3 {
  margin-bottom: 0;
  line-height: 1;
  border: none;
  margin: 0;
  padding: 0;
  color: #3d5ca4;
}
#interview span {
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1;
  color: #3d5ca4;
  font-size: 12px;
}
#interview p {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.6;
  color: #3d5ca4;
  letter-spacing: 0;
}
#interview h6 {
  text-align: center;
  background-color: #3d5ca4;
  color: #ffffff;
  font-weight: bold;
  margin: 35px 0;
  line-height: 1.6;
  padding: 10px;
  border-radius: 68px;
}
#interview i {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #3d5ca4;
}
#interview .logo {
  text-align: center;
  margin-top: 100px;
}
#interview .logo img {
    width: 300px;
    opacity:0.3;
  }
.one-day h4 {
  margin-bottom: 0
}
.one-day p {
  margin-bottom: 0
}
.entry_form {
  max-width: 780px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
}
.entry_form span.required {
  color: white;
  background-color: #ff7e58;
  border-radius: 2px;
  font-size: 12px;
  padding: 0 2px;
}
.entry_form input, .entry_form textarea {
  width: 100%;
}
.entry_form .submit_btn {
  width: 100%;
  max-width: 240px;
  font-size: 24px;
  padding: 15px 0;
  text-align: center;
  border: none;
  outline: none;
  background-color: #39ad4c;
  margin: auto;
}
.appeal-box {
  justify-content:space-between;
  flex-wrap: wrap;
 
}
.appeal-box > div{
  flex-wrap: wrap;
  width: 49%;
  background-color: #d2e8f7;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px;
  align-items:center;
  border-radius:3px;
}
.appeal-box h3 {
  line-height: 1.4;
  margin: 0 0 10px 0!important;
  color: #3e5da4;
}
.appeal-box .appeal-img {
  width: 30%;
}
.appeal-box .appeal-copy {
  width:65%;
}
.appeal-box .appeal-copy p {
  margin-bottom: 0;
}
.suntem-copy {
  width: 500px;
  margin-top:100px;
}
 
footer {
  background-color: white;
  position: relative;
  /* color: #0a80c6; */
 
 
}
footer .logo {
  text-align: right;
}
footer h6 {
  margin-bottom: 0;
}
footer ul li a{
  margin-left: 5px;
  padding-right:20px;
}
footer ul li a {
  color: #0a80c6;
  font-weight: normal;
}
footer ul.list-inline {
  display: flex;
  justify-content: center;
}
footer ul.list-inline li a {
  /* padding: 15px; */
}
footer .copyright {
  text-align: center;
}
footer .logo {
  width: 150px;
  margin-left: auto;
}
#question i.fa {
  color: white;
  line-height: 1.5;
}
#question a:hover {
  text-decoration: none;
}
#question .card-body {
  text-indent: -1.4em;
  margin-left:2.8em
}
.ac:hover {
  background-color: #0068b69e;
}
table th {
  white-space: nowrap;
}
.anim {
  position: relative;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.anim.nomax {
  max-width: 1220px;
}
.anim.anim-big {
  max-width: 620px;
}
.anim * {
  opacity: 0;
}
.anim.aos-animate * {
  animation: textHidden 0.1s 1s forwards;
}
.anim.aos-animate:before, .anim.aos-animate:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.anim.aos-animate.anim-blue:before {
  background-color: #d2e8f7;
}
.anim.aos-animate.anim-white:before {
  background-color: white;
}
.anim.animation-ltr.aos-animate:before {
  animation: revealLTR 1.1s ease;
}
.anim.animation-rtl.aos-animate:before {
  animation: revealRTL 1.1s ease;
}
form .form-group {
  margin-bottom: 5px;
}
form .form-group .col-form-label {
  background: #0a80c6;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: white;
}
form .form-group .col-sm-9 {
  background: #eee;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #666;
}
.btn-entry {
  width: 300px;
  margin: 30px auto 0;
  display: block;
  padding: 15px 30px;
  font-size: 24px;
  background: #0a80c6;
  color: white;
  text-align: center;
}
.btn-entry:hover {
  background: #3c5ba4;
  text-decoration: none;
}
.btn-send {
  width: 300px;
  margin: 30px auto 0;
  display: block;
  padding: 10px 30px;
  border: none;
  font-size: 18px;
  background: #0a80c6;
  color: white;
  cursor: pointer;
}
.btn-send:hover {
  background: #0068b6;
}
.btn-back {
  width: 300px;
  margin: 30px auto 0;
  display: block;
  padding: 10px 30px;
  border: none;
  font-size: 18px;
  background: #eee;
  color: #666;
  cursor: pointer;
}
#powered_by_me {
  display: none;
}
.center-slider .slick-slide {
  transition: .6s ease;
  transform: scale(.85);
  transform-origin: 100% 50%;
}
.center-slider .slick-slide:focus {
  outline: none;
}
.center-slider .slick-current {
  transform: scale(1);
  transform-origin: 50% 50%;
}
.center-slider .slick-current + .slick-slide {
  transform-origin: 0 50%;
}
.arrow.next, .arrow.prev {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 8px 15px;
  color: #3e5da4;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: .6s ease;
  /* opacity: .3; */
  font-size: 55px;
  padding-bottom: 14px;
}
.arrow.next:hover, .arrow.prev:hover {
 
  opacity: 0.7;
}
.arrow.next {
  bottom: 41%;
  right: 0;
}
.arrow.prev {
  bottom: 41%;
  left: 0;
}
.tour-slider .arrow.prev, .tour-slider .arrow.next, .event-slider .arrow.prev, .event-slider .arrow.next {
  bottom: 27%;
}
.arrow.next:focus, .arrow.prev:focus {
  outline: none;
}
.footer-center a:link {
  text-decoration: underline;
}
.footer-center a:hover {
  text-decoration: none;
  color: #000;
}
.career-box h3 {
  border: none;
  padding-bottom: 0;
  /* margin: 10px 0 0 0; */
}
.un {
              font-size: 12px;
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
 
 
 
  0% {
    opacity: 0;
  }
  65% {
    opacity: .65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slider-zoomin {
  0% {
    opacity: 0;
    background-size: 100%;
  }
  30% {
    opacity: 1;
  }
  100% {
    background-size: 110%;
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  12.5% {
    opacity: 1;
 
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@media screen and (min-width:1501px) {
#top-fv-v2 .title h1 {
  font-size: 80px;
  line-height: 1;
}
#top-fv-v2 .left-side {
  width: 50%;
}
}
@media screen and (max-width:1500px) {
  h1, .h1 {}
  h2, .h2 {
    /* font-size: 2.8vw; */
  }
  h3, .h3 {
    /* font-size: 1.9vw; */
    font-weight: bold;
  }
  .main-copy {
    margin-bottom: 20px;
  }
  h4, .h4 {}
}
@media screen and (max-width:1300px) {
  body {
    font-size: 14px;
  }
#top-fv-v2 .left-side {
  width: 50%;
}
  header #gnav .btn-entry-new {
    width: 170px;
    font-size: 14px;
  }
  header #gnav .btn-entry-career {
    width: 170px;
    font-size: 14px;
  }
  header #gnav ul li a {
    font-size:13px;
  }
}
@media screen and (max-width:1024px) {
    #top-fv-v2 {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    height: 45vh;
    overflow: hidden;
    margin-top: 100px;
  }
  #top-fv-v2 .left-side:before {
    content: '';
    position: absolute;
    top: -30%;
    left: -14%;
    width: 61%;
    height: 135%;
  }
}
 
@media screen and (max-width:991px) {
  body {
    font-size: 14px;
    font-feature-settings: "palt";
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  header #gnav ul li a {
  line-height: 40px;
}
  #top-fv-v2 {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    height: 40vh;
    overflow: hidden;
    margin-top: 70px;
  }
  #top-fv-v2 .left-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 42%;
    height: 100%;
  }
  .bg-grad {
    background: #d2e8f7;
  }
  .shadow-box {
    padding: 20px 15px;
  }
  .h300 {
    height: 200px;
  }
  header {
    position: fixed;
    height: 70px;
    padding: 0;
}
 
 
  header #logo {
    max-width: 100%;
    text-align: center;
  }
  header #logo img {
    height: 65px;
    margin-top: 0;
    margin-left: 10px;
  }
  header #gnav ul {
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
    overflow-y: auto;
    padding-top: 12px;
  }
  header #gnav ul li {
    display: block;
    width: 100%;
  }
  header #gnav ul li a {
    font-size: 16px;
  }
  header #gnav .btn-entry-new, header #gnav .btn-entry-career {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
 
  footer .logo {
    text-align: center;
    margin-left: auto;
  }
  .drawer--right header .drawer-hamburger {
    top: 5px;
    right: 5px;
    background-color: #ededed;
  }
  #top-fv-v2 .title {
    position: absolute;
    left: 15px;
  }
  #top-fv-v2 .title h1 {
    font-size: 6vw;
    line-height: 8vw;
  }
  #top-fv-v2 .concept {
    bottom: -19vw;
  }
 
  .gu {
    margin-right: 0;
  }
 
  .mobile-page-padding.p-t50 {
    padding-top: 20px;
  }
 
  .mobile-page-padding.p-b30 {
    padding-bottom: 10px;
  }
  .mobile-page-padding.p-t80 {
    padding-top: 30px;
  }
  .mobile-page-padding.p-t100 {
    padding-top: 30px;
  }
  .mobile-page-padding.p-t150 {
    padding-top: 100px;
  }
  .mobile-page-padding.p-b50 {
    padding-bottom: 20px;
  }
  .mobile-page-padding.p-b80 {
    padding-bottom: 30px;
  }
  .mobile-page-padding .m-b20 {
    margin-bottom: 10px;
  }
  .mobile-page-padding .m-b30 {
    margin-bottom: 15px;
  }
  .mobile-page-padding .m-t60 {
    margin-top: 30px;
  }
  div.section-full .title, footer .title {
    padding: 10px 0;
  }
  .b_box {
    height: 100%;
    padding: 10px 5px;
    border-radius: 10px;
    border: 4px solid #39ad4c;
  }
  .news-box {
    flex-direction: column;
  }
  .data-box > div.pc,
#interview .pc
   {
    display:block;
  }
  footer ul.list-inline {
    flex-direction: column;
  }
  footer ul.list-inline li a {
    padding-left: 0;
  }
  footer .copyright {
    font-size: 10px;
  }
  #data .card-header {
    font-size: 2.2vw;
  }
  .box.photo-box .btn-more {
    /* font-size: 2.2vw; */
    margin-right: 15px;
  }
  table th, table td {
    display: block;
  }
  table.table th {
    background-color: #f2f2f2;
  }
 
  table.table td {
    background-color: #fff;
  }
  .footer-center {
    text-align: left;
  }
  header #gnav .btn-entry-new {
    margin-left: 0;
  }
  .arrow.next, .arrow.prev {
    z-index: 1;
    font-size: 20px;
    padding: 10px 10px 13px 10px;
  }
  .arrow.next {
    bottom: 31%;
    right: 0;
  }
  .arrow.prev {
    bottom: 31%;
    left: 0;
  }
  .tour-slider .arrow.prev, .tour-slider .arrow.next, .event-slider .arrow.prev, .event-slider .arrow.next {
    bottom: 36%;
  }
  .footer-navi {
    text-align: center;
  }
  .footer-navi ul {
    display: inline-block!important;
    text-align: left;
  }
}
 
@media screen and (max-width:575px) {
  body {
    font-size: 13px;
  }
  h1, .h1 {
    font-size: 6vw;
  }
  h2, .h2 {
    font-size: 6vw;
    line-height: 9vw;
  }
  h3, .h3 {
    font-size: 5.5vw;
    line-height: 8vw;
    font-weight: bold;
  }
  h4, .h4 {
    font-size: 4.5vw;
  }
  h5, .h5 {
    font-size: 4vw;
  }
  h6, .h6 {
    font-size: 4vw;
    margin-bottom: 0;
  }
    #top-fv-v2 {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    height: 40vh;
    overflow: hidden;
    margin-top: 70px;
    max-height: 270px;
  }
  #top-fv-v2 .sub-title {
  font-size:12px;
}
  #top-fv-v2 .concept {
    font-size: 18.3vw;
    left: -4vw;
    bottom: -21vw;
    opacity: .3;
  }
  .data-box > div {
    width: 48%;
}
  #data .card-header {
    font-size: 4vw;
  }
  .box.photo-box .btn-more {
    /* font-size: 4vw; */
    margin-right: 15px;
  }
  #interview h6 {
  margin: 10px 0;
}
.en {
  font-size: 12px;
  line-height: 1;
  padding-bottom: 10px;
  margin-top: -5px;
}
  #question h5 {
    margin-right: -4em;
  }
  #question h5 {
    text-indent:-2.6em;
    padding: 0;
    margin-left: 4.3rem;
    width: 18em;
  }
  .footer-center {
    text-align: center;
  }
  footer .logo {
    text-align: center;
    margin: 0 auto;
  }
  .appeal-box > div{
  width: 100%;
  display: block;
}
.appeal-box .appeal-img {
  width: 50%;
  margin: 0 auto 20px auto;
}
.appeal-box h3 {
  font-size:18px;
  text-align: center;
}
.appeal-box .appeal-copy {
  width:100%;
}
.suntem-copy {
  width: 100%;
  margin-top: 50px
}
  .data-box > div.pc,
#interview .pc
   {
    display:none;
  }
}
@media screen and (max-height: 415px) and (min-width: 667px)  {
      #top-fv-v2 {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    height: calc(100vh - 70px);
    overflow: hidden;
    margin-top: 70px;
  }
  #top-fv-v2 .concept {
    bottom: -9vw;
  }
}


