@charset "UTF-8";

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

ul,
ol,
menu {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

textarea {
  resize: vertical;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.footer {
  background: #004888;
  color: #fff;
  padding: .5em;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.footer .nav {
  width: fit-content;
  display: flex;
  order: 2;
}

.footer .nav li {
  border-left: 1px solid;
}

.footer .nav li a {
  display: block;
  padding: 0 .5em;
}

.footer p {
  order: 1;
}

.scroll-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: #444;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  border: none;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.scroll-top-btn .arrow {
  background: #fff;
  display: block;
  position: relative;
  width: 12px;
  height: 18px;
  margin-top: 10px;
}

.scroll-top-btn .arrow::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
}

.scroll-top-btn.is-show {
  opacity: 1;
  visibility: visible;
}

.fv {
  background: url(./img/fv_bg.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 2000 / 940;
  max-height: 900px;
  position: relative;
}

.fv h1 {
  display: flex;
  height: 100%;
  align-items: center;
  max-width: fit-content;
  width: 60%;
}

.fv .fvbox {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 40%);
  display: flex;
  justify-content: space-around;
  max-width: max-content;
}

.fv .fvbox li {
  width: 30%;
}

@media screen and (min-width: 1201px) {
  .fv .fvbox {
    width: 1200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fv .fvbox {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .fv .fvbox {
    width: 90%;
  }
}

.ctabox {
  width: 100%;
  background: url(./img/cta_bg.png) center center no-repeat;
  background-size: cover;
  border-top: 5px solid #293869;
  border-bottom: 5px solid #293869;
}

.ctabox ul {
  padding: 5em 0;
  width: fit-content;
  max-width: 1200px;
  display: flex;
  margin: auto;
}

.ctabox ul li {
  margin: 0 1em;
}

.no_ctabox {
  border: none;
  background: none;
}

.modelcta {
  max-width: fit-content;
  width: 90%;
  padding: 5em 0;
  margin: auto;
}

.bg_color {
  background: #FFE900;
}

.bg_dot {
  background: url(./img/bg_dot.png) left top repeat-x;
  background-size: inherit;
}

section {
  padding: 5em 2em;
}

.borderbox {
  border: 10px solid #000000;
  background: #fff;
  border-radius: 27px;
}

.tablebox {
  max-width: 1200px;
  width: 90%;
  border: 5px solid #000000;
  background: #fff;
  margin: auto;
}

.tablebox th,
.tablebox td {
  border: 1px solid #707070;
  padding: .5em 1em;
  font-size: 31px;
  font-weight: bold;
}

.tablebox th {
  background: #000000;
  color: #fff;
}

.section01 h2 {
  max-width: fit-content;
  width: 90%;
  margin: 0 auto 2em;
}

.section01 .listbox {
  max-width: 1200px;
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 5em;
}

.section01 .listbox li {
  width: 24%;
}

.section01 .listbox li img {
  width: 100%;
}

.section01>div {
  width: fit-content;
  margin: 2em auto;
}

.section02 {
  background: url(./img/section02_bg.png) center right no-repeat;
  background-size: cover;
}

.section02 .borderbox {
  max-width: 1200px;
  width: 60%;
  padding: 4em 2em;
  margin-left: 3em;
}

.section02 .borderbox ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto;
}

.section02 .borderbox ul li {
  width: calc(50% - 1em);
  margin: .5em;
}

.section02 .borderbox>div {
  max-width: fit-content;
  width: 90%;
  margin: auto;
}

.section03 {
  background: url(./img/section03_bg.png) center center no-repeat;
  background-size: cover;
}

.section03 h2 {
  max-width: fit-content;
  width: 90%;
  margin: 0 auto 2em;
}

.section03 .listbox {
  max-width: 1200px;
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 5em;
}

.section03 .listbox li {
  width: 24%;
}

.section03 .listbox li img {
  width: 100%;
}

.section03>div {
  width: fit-content;
  margin: 2em auto;
}

.section04 .borderbox {
  max-width: 1200px;
  width: 90%;
  padding: 4em 2em;
  margin: auto;
}

.section04 .borderbox h2 {
  max-width: fit-content;
  width: 90%;
  margin: 0 auto 2em;
}

.section04 .borderbox .listbox {
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto;
}

.section04 .borderbox .listbox li {
  width: calc(50% - 1em);
  margin: .5em;
}

.section04 .borderbox>div {
  max-width: fit-content;
  width: 90%;
  margin: 2em auto;
}

.section04 .borderbox .imglist {
  max-width: fit-content;
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 2em auto;
}

.section04 .borderbox .imglist li {
  padding: .5em;
}

.section04 .borderbox .imglist li:nth-child(2n+1) {
  margin-top: 1em;
}

.section05 .borderbox {
  max-width: 1200px;
  width: 90%;
  padding: 4em 2em 2em;
  margin: auto;
}

.section05 .borderbox h2 {
  max-width: fit-content;
  width: 90%;
  margin: 0 auto 2em;
}

.section05 .borderbox>div {
  max-width: fit-content;
  width: 90%;
  margin: 2em auto;
}

.section05 .borderbox .worldviewbox {
  width: 90%;
  max-width: 400px;
  margin: 2em auto;
  position: relative;
}

.section05 .borderbox .worldviewbox .slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
}

.section05 .borderbox .worldviewbox .prev-arrow {
  left: 0;
}

.section05 .borderbox .worldviewbox .next-arrow {
  right: 0;
}

@media screen and (min-width: 1401px) {
  .section05 .borderbox .worldviewbox .prev-arrow {
    transform: translate(-150%, -50%);
  }

  .section05 .borderbox .worldviewbox .next-arrow {
    transform: translate(150%, -50%);
  }
}

@media screen and (max-width: 1400px) {
  .section05 .borderbox .worldviewbox .prev-arrow {
    transform: translate(-50%, -50%);
  }

  .section05 .borderbox .worldviewbox .next-arrow {
    transform: translate(50%, -50%);
  }
}

.section05 .borderbox .worldviewbox .dots-wrap {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  gap: 20px;
}

.section05 .borderbox .worldviewbox .dots-wrap li {
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.6;
}

.section05 .borderbox .worldviewbox .dots-wrap li.slick-active {
  opacity: 1;
  transform: scale(1.1);
}

.section05 .borderbox .worldviewbox .dots-wrap li img {
  width: 80px;
  height: auto;
  display: block;
}

.section05 .borderbox .worldviewbox .dots-wrap li button {
  display: none;
}

.section05 .note {
  max-width: fit-content;
  width: 90%;
  margin: 2em auto;
}

.section06 {
  padding-bottom: 0;
}

.section06 .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section06 .main>div {
  width: 49%;
}

.section06 .main>div img {
  width: 100%;
}

.section07 .storebox {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section07 .storebox .borderbox {
  padding: 3em 0;
  position: relative;
}

.section07 .storebox .borderbox .store {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
}

.section07 .storebox .borderbox .store .img {
  max-width: fit-content;
  width: 57%;
}

.section07 .storebox .borderbox .store .text {
  max-width: fit-content;
  width: 40%;
}

.section07 .storebox .borderbox .modelcta {
  padding: 2em 0 0;
}

.section07 .slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
}

.section07 .prev-arrow {
  left: 0;
}

.section07 .next-arrow {
  right: 0;
}

@media screen and (min-width: 1401px) {
  .section07 .prev-arrow {
    transform: translate(-150%, -50%);
  }

  .section07 .next-arrow {
    transform: translate(150%, -50%);
  }
}

@media screen and (max-width: 1400px) {
  .section07 .prev-arrow {
    transform: translate(-50%, -50%);
  }

  .section07 .next-arrow {
    transform: translate(50%, -50%);
  }
}

.section07 .dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}

.section07 .dots-wrap li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #7070707a;
  border-radius: 50%;
  cursor: pointer;
}

.section07 .dots-wrap li:hover,
.section07 .dots-wrap li.slick-active {
  background: #707070;
}

.section07 .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.section08 h2 {
  max-width: fit-content;
  width: 90%;
  margin: 0 auto 3em;
}

.section08>div {
  max-width: fit-content;
  width: 90%;
  margin: auto;
}

.section09 h2 {
  max-width: fit-content;
  width: 90%;
  margin: 0 auto 3em;
}

.section09 .note {
  max-width: 1200px;
  width: 90%;
  margin: 1em auto;
  font-weight: bold;
  font-size: 25px;
}

.section10 h2 {
  margin: auto;
  width: 90%;
  max-width: 1000px;
  padding-top: 2em;
  position: relative;
  z-index: 2;
}

.section10 h2 img {
  position: relative;
  z-index: 2;
}

.section10 h2::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.section10 h2::after {
  background-image: url(./img/h_bg.png);
  background-position: center;
  width: 120%;
  aspect-ratio: 1095 / 227;
  z-index: 1;
  transform: translate(-10%, -70%);
}

.section10 .tablebox {
  margin-top: 8em;
}

.section10>div {
  width: fit-content;
  margin: 3em auto;
}

.section10 .listbox {
  display: flex;
  margin: 2em auto;
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.section10 .listbox li {
  width: calc(33% - 1em);
  margin: .5em;
}

.section10 .listbox li img {
  width: 100%;
}

.section11 h2 {
  margin: auto;
  width: 90%;
  max-width: 1000px;
  padding-top: 2em;
}

.section11>div {
  width: fit-content;
  margin: 3em auto;
}

.section12 h2 {
  margin: 0 auto 3em;
  width: 90%;
  max-width: 1000px;
  padding-top: 2em;
}

.section12 .tablebox td {
  text-align: center;
}

.section12 .tablebox .lastbox {
  background: #004888;
  color: #fff;
}

.section12 .note {
  max-width: 1200px;
  width: 90%;
  margin: 1em auto;
  font-size: 18px;
  font-weight: bold;
}

.section12>div {
  width: fit-content;
  margin: 3em auto;
}

.section13 h2 {
  max-width: fit-content;
  width: 90%;
  margin: 0 auto 2em;
}

.section13>div {
  width: fit-content;
  margin: 3em auto;
}

.section14 h2 {
  margin: 0 auto 3em;
  width: 90%;
  max-width: 1000px;
  padding-top: 2em;
}

.section14 .faq-container {
  max-width: 1000px;
  width: 90%;
  margin: 3em auto;
}

.section14 .faq-container .faq-item {
  font-size: 26px;
  margin-bottom: 1em;
  border: 3px solid #000;
  width: 100%;
  font-weight: bold;
  background-color: #fff;
  list-style: none;
}

.section14 .faq-container summary::-webkit-details-marker {
  display: none;
}

.section14 .faq-container .question {
  display: flex;
  padding: 0.5em 0;
  cursor: pointer;
  position: relative;
  user-select: none;
  list-style: none;
}

.section14 .faq-container .question .icon {
  color: #004888;
  width: 2.5em;
  padding-left: 0.5em;
  flex-shrink: 0;
}

.section14 .faq-container .question .text {
  padding-right: 3em;
  flex-grow: 1;
}

.section14 .faq-container .question::before {
  content: "";
  background: #000000;
  height: calc(tan(60deg) * .6em / 2);
  width: .6em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: transform 0.3s;
  z-index: 1;
}

.section14 .faq-container .question.active::before,
.section14 .faq-container .faq-item[open] .question::before {
  transform: translateY(-50%) rotate(180deg);
}

.section14 .faq-container .answer {
  border-top: 1px solid #eee;
}

.section14 .faq-container .answer .answer-inner {
  display: flex;
  padding-bottom: 0.5em;
  padding-top: 0.2em;
}

.section14 .faq-container .answer .icon {
  color: #D24320;
  width: 2.5em;
  padding-left: 0.5em;
  flex-shrink: 0;
}

.section14 .faq-container .answer .text {
  padding-right: 0.5em;
  flex-grow: 1;
  font-weight: normal;
}

.section14 .faq-container .answer p {
  margin: 0;
}

.president {
  margin: 0;
  padding: 0;
  background: url("./img/president_bg.png") right center/contain repeat-y #FFE900;
  display: flex;
}

.president .img {
  width: 24.5%;
  background: url(./img/president_img.png) center center no-repeat;
  background-size: cover;
}

.president .textbox {
  width: calc(75.5% - 1em);
  margin-left: 1em;
}

.president .textbox h2 {
  max-width: fit-content;
  width: 90%;
  margin: 02em auto;
}

.president .textbox .text {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 18px;
  max-width: 1200px;
}

.president .textbox .namebox {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1em;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .footer {
    display: block;
    padding: .5em;
  }

  .footer .nav {
    width: 100%;
    justify-content: center;
  }

  .footer .nav li {
    border: none;
  }

  .footer .nav li a {
    display: block;
    padding: 0 1em;
  }

  .footer .nav li:last-child {
    border-left: 1px solid;
  }

  p {
    text-align: center;
    width: 100%;
    padding: .5em .5em 0;
  }

  .fv h1 {
    display: flex;
    height: 180px;
    align-items: center;
    max-width: fit-content;
    width: 80%;
  }

  .fv .fvbox {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 40%);
    display: flex;
    justify-content: space-around;
    max-width: max-content;
  }

  .fv .fvbox li {
    width: 30%;
  }

  .ctabox ul {
    display: block;
    width: 80%;
    margin: 1em auto;
    padding: 0;
  }

  .ctabox ul li {
    margin: 1em 0;
    width: 100%;
  }

  .borderbox {
    border: 5px solid #000000;
  }

  section {
    padding: 2em 0;
  }

  .tablebox {
    border: 3px solid #000000;
    overflow-x: auto;
  }

  .tablebox th,
  .tablebox td {
    border: 1px solid #707070;
    padding: .5em 1em;
    font-size: 16px;
  }

  .section01 h2 {
    margin: 1em auto;
  }

  .section01 .listbox {
    margin: 0 auto 1em;
    flex-wrap: wrap;
  }

  .section01 .listbox li {
    width: calc(50% - 1em);
    margin: .5em;
  }

  .section01 .listbox li img {
    width: 100%;
  }

  .section01>div {
    width: 90%;
    margin: 1em auto;
  }

  .section02 .borderbox {
    width: 90%;
    padding: 2em 1em;
    margin: 0 auto;
  }

  .section02 .borderbox ul {
    display: block;
    margin: 1em auto;
  }

  .section02 .borderbox ul li {
    width: 80%;
    margin: .5em auto;
  }

  .section02 .borderbox>div {
    max-width: fit-content;
    width: 90%;
    margin: auto;
  }

  .section03 h2 {
    margin: 0 auto 1em;
  }

  .section03 .listbox {
    margin: 0 auto 1em;
    flex-wrap: wrap;
  }

  .section03 .listbox li {
    width: calc(50% - 1em);
    margin: .5em;
  }

  .section03 .listbox li img {
    width: 100%;
  }

  .section03>div {
    width: 90%;
    margin: 1em auto;
  }

  .section04 .borderbox {
    padding: 2em 1em;
  }

  .section04 .borderbox h2 {
    width: 90%;
    margin: 0 auto 1em;
  }

  .section04 .borderbox .listbox {
    display: block;
    width: 100%;
    margin: 2em auto;
  }

  .section04 .borderbox .listbox li {
    width: 100%;
    margin: .5em 0;
  }

  .section04 .borderbox>div {
    max-width: fit-content;
    width: 90%;
    margin: 2em auto;
  }

  .section04 .borderbox .imglist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 1em auto;
  }

  .section04 .borderbox .imglist li {
    padding: .5em;
  }

  .section04 .borderbox .imglist li:nth-child(2n+1) {
    margin-top: 0;
  }

  .section05 {
    padding-top: 0;
  }

  .section05 .borderbox {
    padding: 2em 1em;
  }

  .section05 .borderbox h2 {
    width: 90%;
    margin: 0 auto 1em;
  }

  .section05 .borderbox>div {
    max-width: fit-content;
    width: 100%;
    margin: 1em auto;
  }

  .section05 .worldviewbox {
    max-width: 300px;
  }

  .section05 .worldviewbox .prev-arrow {
    width: 40px;
    top: 100%;
    transform: translate(0, -80%);
  }

  .section05 .worldviewbox .next-arrow {
    width: 40px;
    top: 100%;
    transform: translate(0, -80%);
  }

  .section05 .note {
    max-width: fit-content;
    width: 90%;
    margin: 2em auto;
  }

  .section06 .main {
    display: block;
  }

  .section06 .main>div {
    width: 80%;
    margin: 1em auto;
  }

  .section06 .main>div img {
    width: 100%;
  }

  .section06 .modelcta {
    padding: 1em 0 4em;
  }

  .section07 .storebox .borderbox {
    padding: 2em .5em;
    position: relative;
    margin: 1em;
  }

  .section07 .storebox .borderbox .store {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
  }

  .section07 .storebox .borderbox .store .img {
    max-width: fit-content;
    width: 50%;
  }

  .section07 .storebox .borderbox .store .text {
    max-width: fit-content;
    width: 48%;
  }

  .section07 .prev-arrow {
    width: 40px;
    top: 100%;
    transform: translate(0, -80%);
  }

  .section07 .next-arrow {
    width: 40px;
    top: 100%;
    transform: translate(0, -80%);
  }

  .section07 .dots-wrap {
    margin-top: 1em;
  }

  .section07 .dots-wrap li {
    width: 10px;
    height: 10px;
  }

  .section08 h2 {
    margin: 0 auto 1em;
  }

  .section09 h2 {
    margin: 0 auto 1em;
  }

  .section09 .note {
    font-size: 16px;
  }

  .section10 h2 {
    padding-top: 0;
  }

  .section10 .tablebox {
    margin-top: 3em;
  }

  .section10>div {
    width: 90%;
    margin: 2em auto;
  }

  .section10 .listbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .section10 .listbox li {
    width: calc(50% - 1em);
    margin: .5em;
  }

  .section10 .listbox li img {
    width: 100%;
  }

  .section11 h2 {
    padding-top: 1em;
  }

  .section11>div {
    width: 90%;
    margin: 2em auto;
  }

  .section12 h2 {
    margin: 0 auto 1em;
    padding-top: 0;
  }

  .section12 .tablebox td {
    text-align: center;
  }

  .section12 .tablebox .lastbox {
    background: #004888;
    color: #fff;
  }

  .section12 .note {
    font-size: 16px;
  }

  .section12>div {
    width: 90%;
    margin: 1em auto;
  }

  .section13 h2 {
    margin: 0 auto 1em;
  }

  .section13>div {
    width: 90%;
    margin: 1em auto;
  }

  .section14 h2 {
    margin: 0 auto 1em;
    padding-top: 0;
  }

  .section14 .faq-container {
    max-width: 1000px;
    width: 90%;
    margin: 1em auto;
  }

  .section14 .faq-container .faq-item {
    font-size: 16px;
    border: 1px solid #000;
  }

  .president {
    display: block;
  }

  .president .img {
    width: 100%;
    height: 250px;
    background-position-y: -140px;
  }

  .president .textbox {
    width: 90%;
    margin: 1em auto 0;
  }

  .president .textbox h2 {
    max-width: fit-content;
    width: 90%;
    margin: 0 auto 1em;
  }

  .president .textbox .text {
    font-size: 16px;
  }

  .president .textbox .namebox {
    margin-bottom: 0;
  }
}