*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #2f505e;
  --second: #d75e5b;
  --text-body: #282828;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
}

a {
  transition: all 0.3s;
  color: var(--primary);
  outline: none !important;
}
a:hover {
  opacity: 1;
  color: var(--second);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--primary);
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.container-fluid, .container {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.about__content ul, .breadcrumbs ul, .footer__widget.social ul, .footer__widget.menu ul, .header__navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
input[type=tel],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 25px;
  min-width: 314px;
  min-height: 50px;
  display: inline-block;
  outline: none !important;
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
  color: var(--primary);
  background: var(--white);
}

.btn-outline {
  transition: all 0.3s;
  padding: 15px;
  min-width: 314px;
  display: inline-block;
  outline: none !important;
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--white);
  color: var(--white);
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn-outline::after {
  content: "";
  width: 98px;
  height: 8px;
  background: url(../images/btn-arrow.png) no-repeat center center;
  background-size: contain;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  position: absolute;
  bottom: 40px;
}
.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.hamburger {
  position: absolute;
  width: 50px;
  height: 20px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 10px;
  top: 15px;
  z-index: 99;
  align-self: flex-end;
  opacity: 1;
}
@media (min-width: 48em) {
  .hamburger {
    display: none;
  }
}
.hamburger__line {
  width: 29px;
  height: 2px;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  top: calc(50% - 1px);
  left: calc(50% - 10px);
}
.hamburger__line::before, .hamburger__line::after {
  content: "";
  transform-origin: center center;
  width: 29px;
  height: 2px;
  background: var(--white);
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 6px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger__line::after {
  top: -6px;
}
.hamburger.active .hamburger__line::before {
  transform: rotate(225deg);
  top: -2px;
}
.hamburger.active .hamburger__line::after {
  top: -2px;
  transform: rotate(135deg);
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
}
@media (min-width: 48em) {
  .header {
    background: var(--white);
  }
}
.header picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
}
@media only screen and (max-width: 767px) {
  .header .container {
    padding: 0;
  }
}
.header__logo {
  display: none;
}
@media (min-width: 48em) {
  .header__logo {
    display: block;
  }
}
.header__logo a {
  display: block;
  max-width: 250px;
}
.header__logo a img {
    width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.header__navigation {
  display: none;
}
@media (min-width: 48em) {
  .header__navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header__navigation {
    width: 100%;
    height: 100vh;
    overflow: auto;
    position: fixed;
    background: #002d64;
    opacity: 0.8;
    top: 0;
    left: 0;
  }
}
.header__navigation ul {
  display: flex;
}
@media (min-width: 48em) {
  .header__navigation ul {
    gap: 60px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .header__navigation ul {
    height: 100vh;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
  }
}
.header__navigation ul a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  padding-block: 10px;
  font-size: 30px;
}
@media (min-width: 48em) {
  .header__navigation ul a {
    color: #595656;
    padding-block: initial;
    font-size: 14pt;
  }
}
@media only screen and (max-width: 767px) {
  .header__navigation ul li {
    width: 100%;
  }
}

.footer {
  background: #1b1b1b;
}
.footer .container {
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  letter-spacing: 0.05em;
}
.footer .container a,
.footer .container p {
  color: var(--white);
}
.footer__logo img{
    width: 100%;
    max-width: 200px;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget {
    width: 100%;
  }
}
.footer__widget.menu {
  display: none;
}
@media (min-width: 48em) {
  .footer__widget.menu {
    display: block;
    max-width: 155px;
  }
}
.footer__widget.menu ul li {
  margin-bottom: 10px;
}
.footer__widget.menu a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12pt;
}
.footer__widget.address {
  max-width: 360px;
}
.footer__widget.address p {
  margin-bottom: 30px;
  font-size: 11px;
}
@media (min-width: 48em) {
  .footer__widget.social {
    max-width: 105px;
  }
}
.footer__widget.social h3 {
  font-size: 13px;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .footer__widget.social h3 {
    text-align: center;
  }
}
.footer__widget.social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.footer__widget.social ul a {
  display: flex;
  width: 30px;
  height: 30px;
  background: var(--white);
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 50px;
}
.footer__copyright {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--black);
  height: 55px;
}
.footer__copyright p {
  margin-bottom: 0;
  color: #838383;
  font-size: 10px;
}

/** Pages */
.cover {
  position: relative;
}
.cover__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  top: 0;
  left: 0;
}
@media (min-width: 48em) {
  .cover__content {
    padding: 100px 20px 20px 20px;
  }
}
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.cover__text {
  text-align: center;
}
.cover__text img{
    max-width: 60%;
}
@media only screen and (max-width:  767px) {
  .cover__text img{
    max-width: 80%;
}
}
.cover__text h1 {
  font-size: 31px;
  line-height: 1.5;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
  color: var(--white);
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .cover__text h1 {
    font-size: 52px;
  }
}
.cover__text h1 span {
  display: block;
  font-size: 46.6px;
}
@media (min-width: 48em) {
  .cover__text h1 span {
    font-size: 78px;
  }
}
.cover picture {
  width: 100%;
  padding: 0;
}
.cover picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home__section {
  position: relative;
}
.home__section picture {
  width: 100%;
}
.home__section picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.home__section-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__section-content .container {
  padding-block: 40px;
  position: relative;
  height: calc(100% - 80px);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .home__section-content .container {
    padding-inline: 40px;
  }
}
.home__section-content .container .btn {
  position: absolute;
  bottom: 0;
}
@media (min-width: 48em) {
  .home__section-content .container .btn {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home__section-content .container .btn {
    position: absolute;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
.home__section-content h2,
.home__section-content p {
  color: var(--white);
}
.home__section-content h2 {
  font-size: 43px;
  line-height: 25px;
  letter-spacing: 0.05em;
}
@media (min-width: 48em) {
  .home__section-content h2 {
    line-height: 36px;
    font-size: 62px;
  }
}
.home__section-content p {
  font-size: 12px;
  line-height: 37px;
  letter-spacing: 0.022em;
}

.page-cover {
  position: relative;
  overflow: hidden;
}
.page-cover picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-cover__content {
  max-width: 1400px;
  margin-inline: auto;
  position: relative;
  margin-top: -50px;
}
@media (min-width: 48em) {
  .page-cover__content {
    margin-top: -100px;
  }
}
.page-cover__content::before {
  content: "";
  width: calc((100vw - 100%) / 2);
  top: 0;
  right: 100%;
  height: 100%;
  background: var(--white);
  position: absolute;
}
.page-cover__heading {
  background: var(--white);
  display: inline-block;
  padding-top: 15px;
  padding-right: 40px;
  margin-bottom: 55px;
}
@media (min-width: 48em) {
  .page-cover__heading {
    min-height: 165px;
    padding-top: 50px;
    padding-right: 100px;
    padding-left: 94px;
    margin-bottom: initial;
  }
}
.page-cover h2 {
  font-size: 43px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: #00479d;
  position: relative;
}
@media (min-width: 48em) {
  .page-cover h2 {
    margin-bottom: 25px;
    font-size: 62px;
  }
}
.page-cover p {
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.breadcrumbs {
  width: 100%;
  padding-left: 150px;
  margin-top: 70px;
  margin-bottom: 35px;
  display: none;
}
.breadcrumbs a{
    color: #595656;
}
.breadcrumbs a:hover{
    color: #828282;
}
@media (min-width: 48em) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs ul {
  display: flex;
  gap: 10px;
}
.breadcrumbs ul li {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.02em;
}
.breadcrumbs ul li::after {
  content: ">";
  margin-left: 10px;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}

.about {
  padding-bottom: 20px;
}
@media (min-width: 48em) {
  .about {
    padding-bottom: 120px;
  }
}
.about .container {
  max-width: 930px;
}
.about__title {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #00479d;
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .about__title {
    margin-bottom: 60px;
  }
}
.about__content {
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .about__content {
    margin-bottom: 90px;
  }
}
.about__content ul li {
  border-bottom: 1px solid #e5e5e5;
  color: #282828;
  padding-block: 20px;
}
@media (min-width: 48em) {
  .about__content ul li {
    padding-block: 25px;
    display: flex;
  }
}
.about__content ul li:last-child {
  border-bottom: none;
}
.about__content ul li > strong {
  width: 210px;
  padding-inline: 20px;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}
.about__content ul li div {
  width: 100%;
  padding-inline: 20px;
}
@media (min-width: 48em) {
  .about__content ul li div {
    width: calc(100% - 210px);
  }
}
@media only screen and (max-width: 767px) {
  .about__content ul li div br {
    /*display: none;*/
  }
}
.about__address {
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .about__address {
    display: flex;
    align-items: center;
    gap: 62px;
  }
}
.about__address h3 {
  color: #00479d;
  margin-bottom: 10px;
  font-size: 22px;
}
.about__address p {
  font-size: 15px;
  line-height: 31px;
}
.about__address .map {
  filter: grayscale(100%);
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .about__address .map {
    width: 480px;
    margin-bottom: initial;
  }
}
.about__address .map iframe {
  width: 100%;
  height: 324px;
}

.vision {
  padding-bottom: 45px;
}
@media (min-width: 48em) {
  .vision {
    padding-bottom: 75px;
  }
}
.vision:last-child {
  margin-bottom: 35px;
}
.vision picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.vision__content {
  margin-top: -30px;
}
.vision__content h2 {
  display: inline-block;
  padding: 5px 20px;
  background: #00479d;
  color: var(--white);
  font-size: 26px;
  line-height: 56px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media (min-width: 48em) {
  .vision__content h2 {
    font-size: 36px;
    line-height: 77px;
  }
}
.vision__content p {
  font-size: 15px;
  line-height: 31px;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
.vision__content p a {
  color: #00479d;
  font-weight: bold;
}
.arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
a.gotop{
    position: fixed;
    right: 30px;
    bottom: 120px;
    z-index: 9999;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	display:none;
}
a.gotop.active{
    display:block;
}
.vision__content h2 span.pctitle{
  font-size: 22px;
  margin-left: 10px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px){
.pcbr { display:block!important; }
.spbr { display:none!important; }
}
@media screen and (max-width: 767px){
.pcbr { display:none!important; }
.spbr { display:block!important; }
.cover__text h1 span {
    font-size: 40px;
}
.vision__content h2 {
  background: none;
  padding:0;
}
.vision__content h2 span{
  background: #00479d;
  padding: 5px 15px;
  margin-bottom:5px;
  display: inline-block;
  font-size: 26px;
}
.vision__content h2 span.sptitle{
  font-size: 5.2vw!important;
}
.vision__content h2 span.pctitle{
  font-size: 5.2vw;
  margin-left: 0px;
}
.footer__widget.social {
  text-align: center;
}
a.gotop {
	position: unset;
  margin-top: 30px;
  padding-top: 15px;
}
a.gotop .arrow {
  border-color: #fff;
}
}
