@charset "UTF-8";
@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.001s !important;
    animation-duration: 0.001s !important;
  }
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  vertical-align: inherit;
  text-decoration: inherit;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
address,
th,
td,
label,
li {
  max-height: 100%;
}

button,
[type='button'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='reset'],
[type='search'],
[type='submit'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea {
  min-height: 1.5em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 62.5%/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-sizing: normal;
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

body {
  position: relative;
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

.ta_left {
  text-align: left;
}

.ta_center {
  text-align: center;
}

.ta_right {
  text-align: right;
}

.v_stack {
  display: flex;
  flex-direction: column;
}

.h_stack {
  display: flex;
}

.spacer {
  flex: 1;
  border: 0;
  background: transparent;
}

#footer {
  background-color: #1D3655;
}

#footer .container {
  padding: 24px;
}

#footer .container .title {
  text-align: center;
  padding: 24px 0;
}

#footer .container .title img {
  width: 120px;
  display: block;
  margin: 0 auto;
}

#footer .container .title a {
  text-decoration: none;
}

#footer .container .sitemap {
  width: 70%;
  display: flex;
  text-align: center;
  justify-content: space-around;
  margin: 24px auto;
}

#footer .container .sitemap li {
  list-style: none;
}

#footer .container .sitemap li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

#footer .container p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #footer .container {
    padding: 24px;
  }
  #footer .container .sitemap {
    flex-wrap: wrap;
    margin: 16px auto;
    font-size: 14px;
  }
  #footer .container .copyright {
    font-size: 12px;
  }
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 500;
  background-color: #fff;
}

#nav .container {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  #nav .container {
    height: 64px;
  }
}

#nav .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav .container .title img {
  width: 220px;
  padding-left: 32px;
}

@media screen and (max-width: 640px) {
  #nav .container .title img {
    width: 160px;
    padding-left: 16px;
  }
}

#nav .container .menu {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  width: 50%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 850px) {
  #nav .container .menu {
    width: 66.666%;
  }
}

@media screen and (max-width: 767px) {
  #nav .container .menu {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  #nav .container .menu .pc_only {
    display: none;
  }
}

#nav .container .menu li a {
  color: inherit;
  text-decoration: none;
}

#nav .container .menu .contact_btn {
  background: linear-gradient(90deg, #F28F52, #E86569);
  color: #fff;
  font-size: 18px;
  border-radius: 9999px;
  padding: 10px 32px;
  text-decoration: none;
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  #nav .container .menu .contact_btn {
    height: auto;
    padding: 8px;
    border-radius: 8px;
    margin-right: 16px;
  }
}

#root #nav {
  background-color: #1D3655;
}

#root .content_wrapper {
  max-width: 800px;
  margin: 80px auto 0;
  padding: 16px;
  font-size: 14px;
  word-wrap: break-word;
}

#root .content_wrapper h1 {
  font-size: 14px;
}

#root .content_wrapper .ta_right + h1 {
  margin: 10em 0 0;
}

#root .content_wrapper h2 {
  margin: 2em 0 0;
}

#root .content_wrapper p {
  margin: 0.5em 0;
}

#root .content_wrapper ol,
#root .content_wrapper ul {
  padding-left: 1.5em;
}

#root .content_wrapper ol p,
#root .content_wrapper ul p {
  margin: 0;
}

#root .content_wrapper th {
  white-space: nowrap;
  text-align: left;
}

#root .content_wrapper .url {
  color: #0070c9;
}
