@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ms+Madi&family=Noto+Sans+JP:wght@100..900&display=swap");
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  color: #686565;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.note-show {
  display: none;
}
@media (max-width: 1440px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1440px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1140px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1140px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

.sticky-nav {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .sticky-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.sticky-nav ul {
  max-width: 1202px;
  margin: auto;
  padding-left: 50px;
}
.sticky-nav ul a {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .sticky-nav ul {
    overflow: scroll;
    padding-left: 20px;
  }
  .sticky-nav ul a {
    white-space: nowrap;
    font-size: 14px;
    padding: 5px 10px;
  }
}

.sec-wrapper h1 {
  max-width: 1120px;
  margin: auto;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (max-width: 767px) {
  .sec-wrapper h1 img {
    width: 100px;
    height: auto;
  }
}

.video-container {
  margin-top: 0;
  padding-top: 0;
}

.page-container .container {
  max-width: 1090px;
  margin: auto;
  gap: unset;
}
.page-container section {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .page-container section {
    padding-top: 40px;
  }
}
.page-container section h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #024;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .page-container section h2 {
    font-size: 20px;
    line-height: normal;
  }
}
.page-container section .h2-2 {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .page-container section .h2-2 {
    margin-bottom: 20px;
  }
}
.page-container section h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1px;
  margin-bottom: 45px;
  color: #024;
}
@media (max-width: 767px) {
  .page-container section h3 {
    font-size: 16px;
    line-height: normal;
  }
}
.page-container section img {
  width: 330px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1120px) {
  .page-container section img {
    width: 100%;
  }
}
.page-container section h4 {
  color: #024;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1120px) {
  .page-container section .content {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .page-container section .content {
    width: 100%;
  }
  .page-container section .content a {
    display: block;
    width: 100%;
  }
}
.page-container section .content h4 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page-container section .content h4 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.page-container section .content2 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-container section .content2 h4 {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .page-container section .content2 h4 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.page-container section .content2 img {
  height: 230px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-container section .content2 img {
    height: unset;
  }
}
@media (max-width: 767px) {
  .page-container section .content2 {
    width: 100%;
  }
  .page-container section .content2 a {
    display: block;
    width: 100%;
  }
}
.page-container section .container2 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .page-container section .container2 {
    margin-bottom: 40px;
  }
}

.select-container {
  height: unset;
  margin-bottom: 54px;
}
.select-container .custom-heading {
  letter-spacing: 0.1px;
}
@media (max-width: 767px) {
  .select-container .custom-heading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .select-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .button-container {
    gap: 30px;
  }
  .button-container .button {
    display: flex;
    justify-content: center;
    height: 70px;
    font-size: 20px;
  }
}

.ceoimage {
  margin-bottom: 60px;
}
.ceoimage img {
  width: 1000px;
}
@media (max-width: 767px) {
  .ceoimage {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .button-container {
    flex-direction: column;
    align-items: center;
  }
}

.copyright p {
  font-size: 12px;
  line-height: normal;
}

#mainHeader .inner .inquiry {
  font-weight: 500;
  letter-spacing: 0;
}

#gNav ul li a, #floatHead ul li a, #gNav ul li.eng a, #floatHead ul li.eng a {
  font-weight: 500;
  letter-spacing: 0;
}
#gNav ul li a span, #floatHead ul li a span, #gNav ul li.eng a span, #floatHead ul li.eng a span {
  letter-spacing: -0.2px;
}

footer * {
  letter-spacing: 0;
}

#mainFooter .inner ul {
  line-height: normal;
  font-weight: 500;
}

#mainFooter .copy {
  line-height: normal;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.video-container {
  max-width: 1040px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: unset;
  height: auto;
}
.video-container iframe {
  position: static;
  width: 100%;
  height: 100%;
  aspect-ratio: 640/360;
}

/*# sourceMappingURL=style.css.map */
