/* --------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap");
/* --------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
  /* FOR IE8 */
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

html {
  overflow-y: scroll;
  touch-action: manipulation;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 62.5%;
  /* font-size 1em = 10px */
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #143750;
  background: white;
}

a {
  color: inherit;
  text-decoration: none;
}

br {
  letter-spacing: normal;
}

img {
  vertical-align: top;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

table tr td {
  padding: 0;
  vertical-align: middle;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* --------------------------------------------- */
.sp_only {
  display: none;
}

.pcbr {
  display: block;
}

.spbr {
  display: none;
}

@media all and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  img.sp_only {
    display: inline;
  }

  .pcbr {
    display: inline;
  }

  .spbr {
    display: block;
  }
}
.tbl {
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#base .btn {
  width: 313px;
}

#base .btn .btnsub {
  position: relative;
  width: 100%;
  height: 56px;
  border: solid 1px #143750;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 28px;
  display: table;
  transition: background .3s ease-out;
}

#base.no_tch .btn a:hover .btnsub {
  background: #143750;
}

#base .btn .btnsub p {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 1.6em;
  padding-left: 35px;
  letter-spacing: 0.08em;
  transition: color .3s ease-out;
}

#base.no_tch .btn a:hover .btnsub p {
  color: #FFFFFF;
}

#base .btn .btnsub .icn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #143750;
  overflow: hidden;
  border-radius: 50%;
  transition: background .3s ease-out;
}

#base.no_tch .btn a:hover .btnsub .icn {
  background: #FFFFFF;
}

/* --------------------------------------------- */
#itr {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  background: white;
  width: 100%;
  height: 100vh;
}

#base {
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
}

#base.nvop {
  position: fixed;
}

#base .cnt {
  width: 100%;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}

#base .cnt .subcnt {
  width: 100%;
  min-width: 1200px;
  background: #FFFFFF;
  position: fixed;
}

#base.tch .cnt .subcnt {
  position: static;
}

#base .sec {
  position: relative;
  z-index: 10;
  width: 100%;
}

@media all and (max-width: 767px) {
  #base .cnt {
    min-width: 0;
  }

  #base .cnt .subcnt {
    min-width: 0;
  }
}
/* - */
#base .apply {
  position: relative;
  width: 1206px;
  margin: 87px auto 0;
  background: #FFFFFF;
}

#base .apply .tbl {
  position: relative;
}

#base .apply .tbl .td .btn {
  width: 100%;
}

@media all and (min-width: 768px) and (max-width: 1286px) {
  #base .apply {
    width: 1120px;
    margin: 87px auto 0;
  }
}
@media all and (max-width: 767px) {
  #base .apply {
    width: 1206px;
    margin: 87px auto 0;
    width: calc(100% - 48px);
    margin-top: 55px;
  }

  #base .apply .tbl {
    width: calc(100% - 48px) !important;
    margin: 0 auto !important;
    height: auto !important;
    padding-top: 30px;
    padding-bottom: 32px;
  }

  #base .apply .tbl .td {
    display: block;
    width: 100% !important;
  }

  #base .apply .tbl .td .btn {
    padding-top: 23px;
  }
}
/* header --------------------------------------------- */
#base .header {
  z-index: 100;
}

#base .header .subsec,
#base .header .subsec .cont {
  height: 91px;
}

#base .header .subsec {
  position: relative;
}

#base .header .subsec .cont {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  transition: opacity .2s linear;
}

#base.scrmov .header .subsec .cont {
  opacity: 0;
}

#base .header.del .subsec .cont {
  opacity: 0;
}

#base .header .tbl {
  width: 1206px;
  height: 100%;
  margin: 0 auto;
}

#base .header .ttl img {
  width: 245px;
  height: 45px;
  transition: opacity .2s ease-out;
}

#base.no_tch .header .ttl a:hover img {
  opacity: 0.3;
}

#base .header .menu {
  text-align: right;
}

#base .header .menu p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color: #143750;
  letter-spacing: 0.08em;
  font-size: 1.8em;
  display: table;
  margin-left: auto;
  cursor: pointer;
  transition: opacity .2s ease-out;
}

#base.no_tch .header .menu p:hover {
  opacity: 0.3;
}

@media all and (min-width: 768px) and (max-width: 1286px) {
  #base .header .tbl {
    width: 1120px;
  }
}
@media all and (max-width: 767px) {
  #base .header .subsec,
  #base .header .subsec .cont {
    height: 91px;
    height: 60px;
  }

  #base .header .tbl {
    width: 1206px;
    width: calc(100% - 48px);
  }

  #base .header .ttl img {
    width: 245px;
    height: 45px;
    width: auto;
    height: 32px;
  }

  #base .header .menu p {
    font-size: 1.8em;
    font-size: 1.4em;
  }
}
/* obi --------------------------------------------- */
#base .obi {
  z-index: 12;
  position: fixed;
  left: 0;
  display: none;
}

#base .obi.vw {
  display: block;
}

#base .obi .sub {
  position: absolute;
  top: -66px;
}

#base .obi .sub img {
  position: absolute;
  width: 2387px;
  height: 124px;
  width: 2472px;
  height: 128px;
  width: 2193px;
  height: 125px;
}

#base .obi .sub img:nth-child(1) {
  left: 0;
}

#base .obi .sub img:nth-child(2) {
  left: 2560px;
  left: 2280px;
}

@media all and (min-width: 768px) {
  #base .obi.vw .sub {
    animation-name: obi_anime1;
    animation-duration: 25.6s;
    animation-duration: 22.8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
}
@media all and (max-width: 767px) {
  #base .obi.vw .sub {
    animation-name: obi_anime2;
    animation-duration: 9.6s;
    animation-duration: 14.4s;
    animation-duration: 8.76s;
    animation-duration: 13.14s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  #base .obi .sub {
    position: absolute;
    top: -25px;
  }

  #base .obi .sub img {
    width: 938px;
    height: 48px;
    width: 842px;
    height: 48px;
  }

  #base .obi .sub img:nth-child(2) {
    left: 960px;
    left: 876px;
  }
}
@keyframes obi_anime1 {
  0% {
    left: 0;
  }
  100% {
    left: -2280px;
  }
}
@keyframes obi_anime2 {
  0% {
    left: 0;
  }
  100% {
    left: -876px;
  }
}
/* gallery --------------------------------------------- */
#base .gallery {
  z-index: auto;
  margin-bottom: -1px;
}

#base .gallery .cont1 .bg {
  position: relative;
  z-index: 5;
  height: 765px;
  background: url(../img/gallery/bg.png);
  background-size: 400px 765px;
}

#base .gallery .cont1 .subcont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 765px;
}

#base .gallery .cont1 .subcont .photo {
  position: absolute;
  z-index: 15;
}

#base .gallery .cont1 .subcont .photo:nth-child(1) {
  right: 50%;
  bottom: calc(50% + 195px);
}

#base .gallery .cont1 .subcont .photo:nth-child(1) img {
  width: 480px;
  height: 270px;
}

#base .gallery .cont1 .subcont .photo:nth-child(2) {
  z-index: 6;
  right: calc(50% + 203px);
  top: 50%;
}

#base .gallery .cont1 .subcont .photo:nth-child(2) img {
  width: 480px;
  height: 270px;
}

#base .gallery .cont1 .subcont .photo:nth-child(3) {
  z-index: 6;
  right: calc(50% - 97px);
  top: calc(50% + 223px);
}

#base .gallery .cont1 .subcont .photo:nth-child(3) img {
  width: 260px;
  height: 200px;
}

#base .gallery .cont1 .subcont .photo:nth-child(4) {
  left: calc(50% + 183px);
  top: calc(50% - 320px);
}

#base .gallery .cont1 .subcont .photo:nth-child(4) img {
  width: 420px;
  height: 640px;
}

#base .gallery .cont1 .parts {
  position: absolute;
  right: calc(50% - 88px);
  top: calc(50% + 147px);
}

#base .gallery .cont2 {
  position: relative;
  z-index: 5;
}

#base .gallery .cont2 .photo img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 767px) {
  #base .gallery .cont1 .bg {
    height: calc(100vw / 390 * 596);
    background-size: auto calc(100vw / 390 * 596);
  }

  #base .gallery .cont1 .subcont {
    height: calc(100vw / 390 * 596);
  }

  #base .gallery .cont1 .subcont .photo:nth-child(1) {
    right: auto;
    left: calc(24 / 390 * 100vw);
    bottom: auto;
    top: calc(-70 / 390 * 100vw);
  }

  #base .gallery .cont1 .subcont .photo:nth-child(1) img {
    width: calc(232.81 / 390 * 100vw);
    height: calc(157.33 / 390 * 100vw);
  }

  #base .gallery .cont1 .subcont .photo:nth-child(2) {
    right: auto;
    left: calc(-60 / 390 * 100vw);
    top: calc(198 / 390 * 100vw);
  }

  #base .gallery .cont1 .subcont .photo:nth-child(2) img {
    width: calc(221.03 / 390 * 100vw);
    height: calc(145.03 / 390 * 100vw);
  }

  #base .gallery .cont1 .subcont .photo:nth-child(3) {
    right: auto;
    left: calc(138 / 390 * 100vw);
    top: calc(401 / 390 * 100vw);
  }

  #base .gallery .cont1 .subcont .photo:nth-child(3) img {
    width: calc(150.26 / 390 * 100vw);
    height: calc(120.91 / 390 * 100vw);
  }

  #base .gallery .cont1 .subcont .photo:nth-child(4) {
    left: auto;
    right: 0;
    bottom: auto;
    top: calc(120 / 390 * 100vw);
  }

  #base .gallery .cont1 .subcont .photo:nth-child(4) img {
    width: calc(177.01 / 390 * 100vw);
    height: calc(260.89 / 390 * 100vw);
  }

  #base .gallery .cont1 .parts {
    right: calc(50% - 88px);
    top: calc(50% + 147px);
    right: auto;
    left: -110.88px;
    top: 461.58px;
    right: auto;
    left: calc(-110.88 / 390 * 100vw);
    top: calc(461.58 / 390 * 100vw);
  }

  #base .gallery .cont1 .parts img {
    width: 727px;
    height: 194px;
    width: 425.66px;
    height: 113.4px;
    width: calc(425.66 / 390 * 100vw);
    height: calc(113.4 / 390 * 100vw);
  }

  #base .gallery .cont2 .photo img {
    width: 100%;
    height: auto;
  }
}
/* footer --------------------------------------------- */
#base .footer {
  z-index: 11;
  height: 343px;
  background: url(../img/footer/bg.png);
  background-size: 600px 343px;
}

#base .footer .parts {
  position: absolute;
  left: calc(50% - 683px);
  top: 52px;
}

#base .footer .parts img {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 1247px;
  height: 93px;
}

#base .footer .share {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  bottom: 49px;
  bottom: 54px;
  width: 1206px;
  margin: auto;
}

#base .footer .share ul {
  display: table;
}

#base .footer .share ul li {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#base .footer .share ul li .ttl {
  font-weight: 700;
  font-size: 2.4em;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  padding-right: 30px;
}

#base .footer .share ul li .link {
  padding-right: 7px;
}

#base .footer .share ul li .link img {
  /*padding-bottom: 4px;
  padding-right: 8px;*/
  width: 39px;
  height: 39px;
  transition: opacity .2s ease-out;
}

#base .footer .share ul li .link img.x {
  width: 17.61px;
}

#base.no_tch .footer .share ul li .link a:hover img {
  opacity: 0.3;
}

#base .footer .share ul li .link p {
  font-size: 1.6em;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  display: table;
  border-bottom: solid 1px white;
  box-sizing: border-box;
  padding-bottom: 6px;
  transition: opacity .2s ease-out, border-bottom .2s ease-out;
}

#base.no_tch .footer .share ul li .link a:hover p {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  opacity: 0.3;
}

#base .footer .copyright {
  position: absolute;
  right: 5px;
  bottom: 30px;
  color: #FFFFFF;
  font-size: 1.8em;
  letter-spacing: 0.08em;
  transform: rotate(90deg);
  transform-origin: 100% 0%;
}

@media all and (min-width: 768px) and (max-width: 1286px) {
  #base .footer .share {
    width: 1120px;
  }
}
@media all and (max-width: 767px) {
  #base .footer {
    height: 343px;
    background-size: auto 100vw;
    height: 100vw;
  }

  #base .footer .parts {
    left: calc(50% - 683px);
    top: 52px;
    left: 0;
    top: calc(-27.3 / 390 * 100vw - 24px);
    z-index: 15;
  }

  #base .footer .parts img {
    width: 1247px;
    height: 93px;
    width: calc(366 / 390 * 100vw);
    height: calc(27.3 / 390 * 100vw);
  }

  #base .footer .share {
    width: 1206px;
    margin: 0 auto;
    padding-top: 227px;
    width: auto;
    margin: 0;
    padding-top: 0;
    position: absolute;
    left: 16px;
    right: auto;
    bottom: 36px;
    bottom: 25px;
  }

  #base .footer .share ul li .ttl {
    font-size: 2.4em;
    padding-right: 75px;
    font-size: 2.0em;
    padding-right: 0;
    position: absolute;
    left: 8px;
    bottom: 55px;
  }

  #base .footer .share ul li .link {
    padding-right: 52px;
    padding-right: 0;
  }

  #base .footer .share ul li .link img {
    padding-bottom: 4px;
    padding-right: 8px;
    padding-bottom: 0;
    padding-right: 0;
    width: 46px;
    height: 46px;
  }

  #base .footer .share ul li .link img.x {
    width: 22.51px;
    padding-left: 10px;
  }

  #base .footer .copyright {
    right: 5px;
    bottom: 30px;
    font-size: 16px;
    right: 4px;
    bottom: 20px;
    font-size: 1.2em;
  }
}
/* navi --------------------------------------------- */
#navi {
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
}

#navi .cnt {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
  min-width: 1200px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s linear;
}

#navi.vw .cnt {
  pointer-events: auto;
  opacity: 1.0;
}

#navi .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 150vh;
  background: #FFFFFF;
}

#navi .close {
  position: absolute;
  left: calc(50% - 603px);
  top: 0;
  width: 1206px;
  height: 91px;
  display: table;
}

#navi .close .clsbtn {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

#navi .close .clsbtn p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color: #143750;
  letter-spacing: 0.08em;
  font-size: 1.8em;
  display: table;
  margin-left: auto;
  cursor: pointer;
  transition: opacity .2s ease-out;
}

#navi.no_tch .close .clsbtn p:hover {
  opacity: 0.3;
}

#navi .cont {
  position: absolute;
  left: calc(50% - 515px);
  top: calc(50% - 185px);
  width: 1030px;
  height: 370px;
  display: table;
}

#navi .cont .cont1 {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  width: 376px;
}

#navi .cont .cont1 img {
  transition: opacity .2s ease-out;
}

#navi.no_tch .cont .cont1 a:hover img {
  opacity: 0.3;
}

#navi .cont .cont1 .logo img {
  width: 304px;
  height: 304px;
}

#navi .cont .cont1 .ttl {
  margin-top: 15px;
}

#navi .cont .cont1 .ttl img {
  width: 370px;
  height: 45px;
}

#navi .cont .cont2 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 654px;
}

#navi .cont .cont2 .navicont {
  width: 588px;
  margin-left: auto;
}

#navi .cont .cont2 .navicont .news-navi {
  width: 164.64px;
}
#navi .cont .cont2 .navicont .news-navi img {
  width: 100%;
}

#navi .cont .cont2 ul li {
  padding-top: 50px;
}

#navi .cont .cont2 ul li:nth-child(1) {
  padding-top: 0;
}

#navi .cont .cont2 ul li a,
#navi .cont .cont2 ul li .en.hvr {
  display: table;
  cursor: pointer;
  transition: opacity .2s ease-out;
}

#navi.no_tch .cont .cont2 ul li a:hover,
#navi.no_tch .cont .cont2 ul li .en.hvr:hover {
  opacity: 0.3;
}

#navi .cont .cont2 ul li .subnavi {
  margin-top: 18px;
}

#navi .cont .cont2 ul li .tbl .td {
  position: relative;
}

#navi .cont .cont2 ul li .txt1,
#navi .cont .cont2 ul li .slash {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}

#navi .cont .cont2 ul li .txt1 {
  font-size: 1.4em;
  padding-right: 15px;
}

#navi .cont .cont2 ul li .slash {
  font-size: 1.8em;
  padding: 0 14px;
}

#navi .cont .cont2 ul li .txt2 {
  font-weight: 700;
  font-size: 1.6em;
  letter-spacing: 0.08em;
  position: relative;
  top: -1px;
}

#navi .cont .cont2 ul li .txt3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  letter-spacing: 0.08em;
}

#navi .cont .cont2 ul li .bdr {
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: #143750;
  transition: opacity .2s ease-out;
}

#navi.no_tch .cont .cont2 ul li a:hover .bdr {
  opacity: 0;
}

@media all and (min-width: 768px) and (max-width: 1286px) {
  #navi .close {
    width: 1120px;
    left: calc(50% - 560px);
  }
}
@media all and (max-width: 767px) {
  #navi .cnt {
    /*position: absolute;*/
    min-width: 0;
    overflow: scroll;
  }

  #navi .close {
    left: 24px;
    width: calc(100% - 48px);
    height: 60px;
  }

  #navi .close .clsbtn p {
    font-size: 1.4em;
  }

  #navi .cont {
    left: 24px;
    top: 0;
    width: calc(100% - 48px);
    height: auto;
    display: block;
  }

  #navi .cont .cont1 {
    display: block;
    width: auto;
  }

  #navi .cont .cont1 .logo {
    padding-top: 40px;
  }

  #navi .cont .cont1 .logo img {
    width: 136px;
    height: 136px;
  }

  #navi .cont .cont1 .ttl {
    margin-top: 7px;
  }

  #navi .cont .cont1 .ttl img {
    width: 262px;
    height: auto;
  }

  #navi .cont .cont2 {
    display: block;
    width: auto;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  #navi .cont .cont2 .navicont {
    width: auto;
    margin-left: 0;
  }
  #navi .cont .cont2 .navicont .news-navi {
    width: 164.64px;
  }
  #navi .cont .cont2 .navicont .news-navi img {
    width: 100%;
  }

  #navi .cont .cont2 ul li {
    padding-top: 40px;
  }

  #navi .cont .cont2 ul li:nth-child(1) {
    padding-top: 0;
  }

  #navi .cont .cont2 ul li a,
  #navi .cont .cont2 ul li .en {
    display: table;
  }

  #navi .cont .cont2 ul li .subnavi {
    margin-top: 17px;
  }

  #navi .cont .cont2 ul li .subnavi .td .tbl {
    display: block;
  }

  #navi .cont .cont2 ul li .subnavi .td .tbl .td {
    display: table;
  }

  #navi .cont .cont2 ul li .txt1,
  #navi .cont .cont2 ul li .slash {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
  }

  #navi .cont .cont2 ul li .txt1 {
    padding-right: 0;
    padding-bottom: 7px;
  }

  #navi .cont .cont2 ul li .slash {
    font-size: 1.8em;
    padding: 0 20px;
    position: relative;
    top: -4px;
  }

  #navi .cont .cont2 ul li .txt2 {
    top: 0;
    padding-bottom: 8px;
  }

  #navi .cont .cont2 ul li .txt3 {
    padding-bottom: 8px;
  }

  #navi .cont .cont2 ul li .bdr {
    bottom: 0;
  }
}
