/*=============================================
 * body
 *=============================================*/
body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  word-break: break-word; }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 28px; } }
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0; }

/* =============================================
 * Custom
*=============================================*/
.h2 {
  position: relative;
  text-align: center; }
  .h2 .ja {
    display: block;
    width: max-content;
    /*background: linear-gradient(to right, #0068B7 0%, #12B8D7 38%, #17C574 67%, #C3D034 100%);*/
    background: linear-gradient(to right, #333 0%, #999 38%, #000 67%, #000 100%);
    background-size: 0% 100%;
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 900;
    font-size: 2.5vw;
    line-height: 0.95;
    letter-spacing: 0.03em;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: background-size 0.5s ease;
    transition-delay: 0.5s; }
  .h2 .en {
    font-weight: 900;
    font-size: 12.5vw;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase; }
  .h2.cl-white .sub {
    color: #fff; }
  .h2[style*="visible"] .ja {
    background-size: 100% 100%; }

@media screen and (max-width: 1023px) {
  .h2 .ja {
    font-size: 5vw; } }
@media screen and (max-width: 767px) {
  .h2 {
    margin: 0 -20px; }
    .h2 .en {
      font-size: 16vw; }
    .h2 .ja {
      font-size: 6vw; } }
/* button */
.button {
  position: relative; }

.button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 427px;
  height: 87px;
  background: linear-gradient(135deg, #6da0d0 0%, #1867b4 29%, #1867b4 71%, #ccc 100%);
  background-size: 150% 100%;
  background-position: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 32px;
  box-sizing: border-box;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.13); }
  .button a:hover {
    background-size: 100% 100%;
    opacity: 1; }

@media screen and (max-width: 767px) {
  .button a {
    width: 100%;
    height: 70px;
    font-size: 18px; } }
/* -- -- */
.txt-udl {
  text-decoration: underline; }

a.txt-udl:hover {
  text-decoration: none; }

.txt-c {
  text-align: center; }

.txt-j {
  text-align: justify; }

.txt-r {
  text-align: right; }

.cl-blue {
  color: #3D9FCA; }

.cl-green {
  color: #77D1A0; }

.cl-red {
  color: #BD3A43; }

.cl-yellow {
  color: #FFB357; }

.cl-black {
  color: #4B4B4B; }

.cl-white {
  color: #fff; }

.cl-orange {
  color: #E64900; }

.udl01 {
  background-image: linear-gradient(#AE0615, #AE0615);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.udl02 {
  background-image: linear-gradient(#002A7D, #002A7D);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.fw-r {
  font-weight: 400; }

.fw-m {
  font-weight: 500; }

.fw-b {
  font-weight: 700; }

.fw-black {
  font-weight: 900; }

.bdra-10 {
  border-radius: 10px; }

.bdra-20 {
  border-radius: 20px; }

.bdra-30 {
  border-radius: 30px; }

.img_shadow {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }

.img-obj {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover; }

@media screen and (max-width: 767px) {
  .bdra-20 {
    border-radius: 10px; }

  .bdra-30 {
    border-radius: 15px; } }
/* -- -- */
.img-zoom,
.img-zoom figure {
  display: block;
  overflow: hidden; }

.img-zoom .img,
.img-zoom .img-obj {
  transition: 0.6s ease-in-out; }

.img-zoom:hover .img,
.img-zoom:hover .img-obj {
  transform: scale(1.07); }

/* -- --*/
.filter-gray {
  filter: grayscale(100%);
  cursor: pointer;
  transition: all 0.3s; }

.filter-gray:hover {
  filter: grayscale(0); }

/* -- --*/
.photo-full img {
  width: 100%;
  max-width: inherit; }

@media screen and (max-width: 767px) {
  .photo-full {
    width: 100%;
    height: 60vw; }

  .photo-full img {
    height: 100%;
    object-fit: cover; } }
/* -- --*/
hr {
  border: 0;
  border-bottom: 1px solid #fff; }

/*=============================================
 * <header>
 *=============================================*/
header {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 0 24px 0 0;
  position: fixed;
  top: 0;
  z-index: 100;
  box-sizing: border-box; }
  header:before {
    content: '';
    width: 100%;
    height: 100%;
    background: none;
    background-size: 150% 100%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s; }
  header.fixed:before, header.child:before {
    opacity: 1; }
  header.child {
    position: sticky; }
  header .logo {
    flex: 1 0 0;
    position: relative; }
    header .logo a {
      display: block;
      background-color: #fff;
      max-width: 286px;
      padding: 3px 8px; }

.navbar {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 42px;
  position: relative; }
  .navbar .nav {
    display: flex;
    align-items: center;
    gap: 0px;
    font-weight: 700;
    position: relative; }
    .navbar .nav li:not(:first-child) {
      display: flex;
      align-items: center; }
      .navbar .nav li:not(:first-child):before {
        content: '';
        display: block;
        width: 9px;
        height: 9px;
        background-color: #ccc;
        border-radius: 50%;
        margin: 0 20px; }
    .navbar .nav a {
      display: block;
      text-transform: uppercase;
      position: relative; }
      .navbar .nav a:after {
        content: "";
        position: absolute;
        left: 0;
        right: 100%;
        bottom: 5px;
        background: #000;
        height: 2px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .navbar .nav a:hover, .navbar .nav a.current {
        opacity: 1; }
        .navbar .nav a:hover:after, .navbar .nav a.current:after {
          right: 0; }

@media screen and (max-width: 1023px) {
  header {
    gap: 20px;
    padding-right: 20px; }

  .navbar {
    padding: 0 20px; }
    .navbar .nav li:not(:first-child):before {
      margin: 0 10px; } }
@media screen and (max-width: 767px) {
  header {
    padding-right: 16px; }
    header .logo a {
      width: 134px;
      padding: 2px 4px 1px; }
  header:before {
    background-image: linear-gradient(135deg, #fff 0%, #fff 29%, #fff 71%, #fff 100%);
	}
  .hamburger {
    display: block; }

  .navbar {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 70px 20px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    border-radius: 0; }
    .navbar .nav {
      flex-direction: column; }
      .navbar .nav li:not(:first-child) {
        flex-direction: column; }
        .navbar .nav li:not(:first-child):before {
          margin: 20px 0; }

  .navOpen header:before {
    opacity: 1; }
  .navOpen .navbar {
    opacity: 1;
    visibility: visible; } }
@media screen and (min-width: 768px) {
  .navbar {
    height: auto !important; } }
/*=============================================
 * <footer>
 *=============================================*/
footer {
  padding: 60px 0 20px; }
  footer .logo {
    max-width: 286px;
    margin: 0 auto; }
  footer address {
    color: #7E7E7E;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    padding-top: 50px; }

@media screen and (max-width: 767px) {
	footer .logo {
    max-width: 186px;
    margin: 0 auto; }
  footer {
    padding: 30px 0 10px; }
    footer address {
      font-size: 14px;
      padding-top: 20px; } }
/*=============================================
 * <section>
 *=============================================*/
#kv {
  display: grid;
  width: 100%;
  height: 363px;
  border-bottom: 1px solid #D0D0D0;
  position: relative;
  box-sizing: border-box;
  padding: 0 30px; }
  #kv .swiper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    #kv .swiper-slide {
      width: 2454px;
      margin-right: 50px; }
  #kv .page-title {
    width: 100%;
    max-width: 1290px;
    font-weight: 900;
    font-size: 48px;
    line-height: 88px;
    letter-spacing: 0;
    margin: auto;
    position: relative; }
    #kv .page-title span {
      display: block;
      font-weight: 700;
      font-size: 20px;
      line-height: 32px;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: #555; }
  #kv .logo {
    width: 13.5%;
    max-width: 261px;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    z-index: 1; }

@media screen and (max-width: 1023px) {
  #kv {
    height: auto;
    padding: 30px 20px; }
    #kv .logo {
      width: 24%;
      position: static;
      transform: translateY(0);
      margin-left: auto;
      padding-top: 20px; } }
@media screen and (max-width: 767px) {
  #kv .page-title {
    font-size: 30px;
    line-height: 48px; }
    #kv .page-title span {
      font-size: 14px;
      line-height: 24px;
      padding-bottom: 10px; }
  #kv .logo {
    width: 35%;
    padding-top: 0; }
  #kv .swiper-slide {
    width: 1227px; } }
/*=============================================
 * 
 *=============================================*/
.tb-style {
  position: relative; }

.tb-style dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
  line-height: 24px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 0; }
  .tb-style dl + dl {
    border-top: 0; }
  .tb-style dl dt,
  .tb-style dl dd {
    display: table-cell;
    vertical-align: top; }

.tb-style dl dt {
  width: 168px;
  color: #E64800;
  font-weight: 700; }

@media screen and (max-width: 767px) {
  .tb-style dl {
    padding: 15px 0; }
    .tb-style dl dt {
      width: 90px; } }
/*=============================================
 * swiper
 *=============================================*/
.slider-loop .swiper-wrapper {
  transition-timing-function: linear; }

/*# sourceMappingURL=shared.css.map */
