<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&amp;display=swap');
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-family: 'Noto Sans JP', 'Helvetica Neue', Arial,
    'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
  font-weight: 500;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 30px 15px 20px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media (max-width: 480px) {
  .head {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .head-logo {
    max-width: 100px;
    width: 100%;
  }
}

.head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-contact {
  height: 50px;
  margin-left: 20px;
}

@media (max-width: 480px) {
  .head-contact {
    display: none;
  }
}

.head-contact-sp {
  display: none;
}

@media (max-width: 480px) {
  .head-contact-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.head-contact-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff5a46;
  border-radius: 25px;
  padding: 0px 40px;
}

.head-tel {
  font-size: 21px;
  font-weight: bold;
  color: #143065;
  line-height: 1.5;
}

.head-tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-tel-wrap-pc {
  display: block;
}

@media (max-width: 480px) {
  .head-tel-wrap-pc {
    display: none;
  }
}

.head-tel-wrap-sp {
  display: none;
}

@media (max-width: 480px) {
  .head-tel-wrap-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
  }
}

.head-tel-icon {
  width: 17.5px;
  height: 17.5px;
}

.head-tel-sub {
  font-size: 12px;
  line-height: 1.5;
  color: #143065;
}

@media (max-width: 480px) {
  .head-tel {
    display: none;
  }
}

.kv {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/topview.jpg');
  width: 100%;
  height: 740px;
  position: relative;
}

.kv-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  background-color: rgba(14, 30, 65, 0.6);
  z-index: 1;
}

.kv-item {
  text-align: center;
  margin-top: 60px;
}

.kv-title {
  font-size: 24px;
  color: #143065;
  font-weight: bold;
  background-color: #ffffff;
  padding: 5px 30px;
  border-radius: 25px;
  margin: 0 auto 10px;
  text-align: center;
  max-width: 664px;
}

@media (max-width: 480px) {
  .kv-title {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    background-color: transparent;
    text-align: left;
    max-width: 230px;
    padding: 0;
    margin: 0 0 5px;
  }
}

.kv-title-sub {
  font-size: 35px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.46;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .kv-title-sub {
    font-size: 22px;
    text-align: left;
    max-width: 250px;
  }
}

.kv-bottom {
  margin-bottom: 40px;
}

.kv-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.kv-bottom-left {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #143065;
  border-radius: 20px;
  background-color: #e6edf2;
  padding: 58px 128px 30px;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .kv-bottom-left {
    padding: 60px 0px 20px;
    font-size: 14px;
    margin-right: 7px;
    min-width: 165px;
  }
}

.kv-bottom-left-txt {
  text-align: center;
  position: relative;
}

.kv-bottom-left-txt::after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 44%;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 10px solid #143065;
}

@media (max-width: 768px) {
  .kv-bottom-left-txt::after {
    left: 40%;
  }
}

.kv-bottom-left-icon {
  position: absolute;
  top: -44px;
  left: 42%;
}

@media (max-width: 768px) {
  .kv-bottom-left-icon {
    top: -30px;
    left: 26%;
  }
}

@media (max-width: 768px) {
  .kv-bottom-left-icon img {
    width: 80px;
    height: 80px;
  }
}

.kv-bottom-left.right {
  margin-right: 0;
  margin-left: 40px;
}

@media (max-width: 768px) {
  .kv-bottom-left.right {
    margin-left: 8px;
  }
}

.kv-bg-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 120px;
  background-color: #143065;
  z-index: 0;
}

.second {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .second {
    margin: 50px 15px;
  }
}

.second-top {
  font-size: 24px;
  color: #1e1e1e;
  line-height: 1.67;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .second-top {
    font-size: 18px;
  }
}

.second-img {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .second-img {
    display: none;
  }
}

.second-img-sp {
  display: none;
}

.second-img-sp img {
  width: 100%;
}

@media (max-width: 768px) {
  .second-img-sp {
    display: block;
    margin-top: 30px;
  }
}

.third {
  padding: 100px 15px 0;
  background-color: #eaf2fb;
}

@media (max-width: 768px) {
  .third {
    padding: 50px 15px 0;
  }
}

.third-top {
  font-size: 24px;
  color: #1e1e1e;
  line-height: 1.46;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .third-top {
    font-size: 18px;
  }
}

.third-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .third-content {
    margin-top: 90px;
    display: block;
    padding-bottom: 50px;
  }
}

.third-item {
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  width: 520px;
  height: 570px;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .third-item {
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 10px;
    padding-bottom: 20px;
  }
}

.third-item:last-child {
  margin-right: 0;
  margin-left: 40px;
}

@media (max-width: 768px) {
  .third-item:last-child {
    margin-left: 0;
    margin-top: 50px;
  }
}

.third-title {
  font-size: 24px;
  font-weight: bold;
  color: #1e1e1e;
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .third-title {
    font-size: 18px;
    margin: 0;
    padding-top: 30px;
  }
}

.third-img {
  max-width: 425px;
  width: 100%;
  height: auto;
}

.third-img-wrap {
  margin-top: 90px;
  text-align: center;
}

@media (max-width: 768px) {
  .third-img-wrap {
    margin: 20px 25px 0;
  }
}

.third-txt {
  font-size: 18px;
  color: #1e1e1e;
  text-align: center;
  line-height: 1.44;
  margin-top: 55px;
}

@media (max-width: 768px) {
  .third-txt {
    font-size: 16px;
    margin-top: 10px;
  }
}

.third-link-txt {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff5a46;
  border-radius: 25px;
  padding: 13px 0;
  max-width: 180px;
  text-align: center;
  margin: 22px auto 50px;
}

@media (max-width: 768px) {
  .third-link-txt {
    margin: 20px auto 0;
  }
}

.third-number {
  position: absolute;
  top: -50px;
  left: 42%;
  font-size: 80px;
  font-weight: bold;
  color: #143065;
  font-family: din-2014, sans-serif;
}

@media (max-width: 768px) {
  .third-number {
    top: -42px;
    font-size: 60px;
  }
}

.storage {
  max-width: 1120px;
  margin: 100px auto 0;
  text-align: center;
}

.storage-wrapper {
  margin: 0 15px;
}

@media (max-width: 768px) {
  .storage {
    margin: 50px 0;
  }
}

.storage-ballon {
  color: #143065;
  padding: 12px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.44;
  width: 280px;
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .storage-ballon {
    font-size: 16px;
    padding: 6px 0;
    width: 230px;
  }
}

.storage-ballon-img {
  position: absolute;
  top: -1px;
  left: 9px;
}

@media (max-width: 768px) {
  .storage-ballon-img {
    display: none;
  }
}

.storage-ballon-img.sp {
  display: none;
}

@media (max-width: 768px) {
  .storage-ballon-img.sp {
    display: block;
    left: -1px;
    width: 100%;
  }
}

.storage-number {
  font-size: 100px;
  font-weight: bold;
  color: #143065;
  font-family: din-2014, sans-serif;
}

@media (max-width: 768px) {
  .storage-number {
    font-size: 80px;
  }
}

.storage-title {
  font-size: 31px;
  font-weight: 900;
  line-height: 1.45;
  color: #143065;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 768px) {
  .storage-title {
    font-size: 20px;
    margin-bottom: 35px;
  }
}

.storage-title-line {
  position: absolute;
  height: 2px;
  width: calc(30% - 16px);
  background-color: #143065;
  bottom: 18px;
}

@media (max-width: 768px) {
  .storage-title-line {
    width: calc(30% - 54px);
    bottom: 12px;
  }
}

.storage-title-line.below {
  width: calc(30% - 3px);
}

.storage-title-line.left {
  left: 0;
}

.storage-title-line.right {
  right: 0;
}

.storage-txt {
  font-size: 18px;
  line-height: 1.44;
  color: #1e1e1e;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .storage-txt {
    font-size: 16px;
  }
}

.storage-sub {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.46;
  color: #143065;
  margin-top: 150px;
  margin-bottom: 20px;
}

.storage-sub:last-child {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .storage-sub {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.storage-sub.full {
  margin-top: 50px;
}

.storage-img {
  margin-top: 50px;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .storage-img {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .storage-img-content {
    display: none;
  }
}

.storage-img-content-sp {
  display: none;
}

@media (max-width: 768px) {
  .storage-img-content-sp {
    display: block;
  }
}

.storage-img-txt {
  font-size: 18px;
  line-height: 1.44;
  color: #1e1e1e;
  margin: 20px auto 0;
  width: 100%;
  max-width: 500px;
}

@media (max-width: 768px) {
  .storage-img-txt {
    margin: 5px auto 0;
    text-align: left;
    font-size: 16px;
  }
}

.storage-img-last {
  width: 100%;
  max-width: 850px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .storage-img-last {
    display: none;
  }
}

.storage-img-last-sp {
  display: none;
}

@media (max-width: 768px) {
  .storage-img-last-sp {
    display: block;
    margin: 20px auto 0;
    max-width: 296px;
    width: 100%;
  }
}

.storage-sub-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.storage-small {
  display: block;
  font-size: 14px;
  line-height: 1.43;
  color: #9b9b9b;
}

.storage-wrap {
  position: relative;
}

.storage-arrow-pc {
  display: block;
  margin: 20px auto 0;
}

@media (max-width: 768px) {
  .storage-arrow-pc {
    display: none;
  }
}

.storage-arrow-sp {
  display: none;
}

@media (max-width: 768px) {
  .storage-arrow-sp {
    display: block;
    margin: 0 auto;
    width: 85px;
    height: 40px;
  }
}

.storage-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .storage-box {
    display: block;
  }
}

.storage-box-wrap {
  margin-top: 20px;
  max-width: 1120px;
  width: 100%;
}

@media (max-width: 768px) {
  .storage-box-wrap {
    margin-top: 10px;
  }
}

.storage-box-content {
  position: relative;
  max-width: 350px;
  width: 100%;
  height: 533px;
  margin-right: 35px;
  background-color: #eaf2fb;
  border-radius: 30px;
}

.storage-box-content:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .storage-box-content:last-child {
    margin: 0 auto 0;
  }
}

@media (max-width: 768px) {
  .storage-box-content {
    height: 160px;
    margin: 0 auto 10px;
  }
}

.storage-box-item {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  .storage-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.storage-box-img {
  margin-bottom: 15px;
}

.storage-box-img-first {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .storage-box-img-first {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .storage-box-img {
    margin-bottom: 0;
  }
}

.storage-box-img1 {
  width: 170px;
  height: auto;
}

@media (max-width: 768px) {
  .storage-box-img1 {
    width: 70px;
    height: auto;
  }
}

.storage-box-img2 {
  width: 170px;
  height: auto;
}

@media (max-width: 768px) {
  .storage-box-img2 {
    width: 70px;
    height: auto;
  }
}

.storage-box-img3 {
  width: 170px;
  height: auto;
}

@media (max-width: 768px) {
  .storage-box-img3 {
    width: 72px;
    height: auto;
  }
}

.storage-box-sub {
  font-size: 14px;
  line-height: 1.43;
  color: #9b9b9b;
  text-align: right;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .storage-box-sub {
    font-size: 11px;
    text-align: left;
  }
}

.storage-pat {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  padding: 2px 0;
  background-color: #143065;
  border-radius: 15px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .storage-pat {
    font-size: 16px;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .storage-pat-wrap {
    margin-left: 30px;
  }
}

.storage-pat-sub {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  color: #1e1e1e;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .storage-pat-sub {
    text-align: left;
    font-size: 16px;
  }
}

.storage-main {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
  color: #1e1e1e;
}

.storage-main-emp {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.44;
  color: #ff5a46;
}

@media (max-width: 768px) {
  .storage-main-emp {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .storage-main {
    font-size: 20px;
  }
}

.system {
  margin-top: 150px;
  padding: 100px 15px;
  background-color: #eaf2fb;
}

@media (max-width: 768px) {
  .system {
    margin-top: 50px;
    padding: 50px 15px;
  }
}

.system-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  text-align: center;
}

.system-title {
  font-size: 31px;
  font-weight: 900;
  line-height: 1.45;
  color: #143065;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .system-title {
    font-size: 22px;
  }
}

.system-img {
  margin-top: 100px;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .system-img {
    display: none;
  }
}

.system-img-sp {
  display: none;
}

@media (max-width: 768px) {
  .system-img-sp {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
}

.system-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .system-box {
    display: block;
  }
}

.system-box-content {
  background-color: #ffffff;
  border-radius: 20px;
  max-width: 350px;
  width: 100%;
  height: 488px;
  margin-right: 20px;
}

.system-box-content:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .system-box-content {
    border-radius: 10px;
    height: 370px;
    margin: 0 auto;
  }
  .system-box-content:last-child {
    margin: 0 auto;
  }
}

.system-box-txt {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  color: #1e1e1e;
}

@media (max-width: 768px) {
  .system-box-txt {
    font-size: 16px;
    padding-top: 20px;
  }
}

.system-box-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
  color: #00aebb;
  margin-top: 27px;
}

@media (max-width: 768px) {
  .system-box-title {
    font-size: 20px;
    margin-top: 10px;
  }
}

.system-box-title.yellow {
  color: #ffc746;
}

.system-box-title.red {
  color: #ec6d56;
  margin-top: 10px;
}

.system-box-img {
  width: 130px;
  height: 180px;
}
.system-box-img-wide {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .system-box-img-wide {
    display: none;
  }
}
.system-box-img-sp {
  display: none;
}
@media (max-width: 768px) {
  .system-box-img-sp {
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 20px auto 0;
  }
}
@media (max-width: 768px) {
  .system-box-img {
    width: 120px;
    height: 180px;
  }
}

.system-box-img-wrap {
  margin-top: 116px;
}

@media (max-width: 768px) {
  .system-box-img-wrap {
    margin-top: 50px;
  }
}

.system-box-img-wrap.middle {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .system-box-img-wrap.middle {
    margin-top: 15px;
  }
}

.system-box-img-wrap.right {
  margin: 19px 25px 0;
}

@media (max-width: 768px) {
  .system-box-img-wrap.right {
    margin: 10px 0 0;
  }
}

.system-box-img.right {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .system-box-img.right {
    width: auto;
    height: 207px;
  }
}

.system-link a {
  display: block;
  background-color: #ff5a46;
  border-radius: 30px;
  padding: 11px 0;
  width: 320px;
  margin: 50px auto 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}
.search {
  margin: 100px auto 150px;
  width: 100%;
  max-width: 1120px;
  text-align: center;
}

@media (max-width: 768px) {
  .search {
    margin: 50px auto;
  }
}

.search-wrap {
  margin: 0 15px;
}

.search-img {
  margin-top: 50px;
  width: 100%;
}

@media (max-width: 480px) {
  .search-img {
    display: none;
  }
}

.search-img-sp {
  display: none;
}

@media (max-width: 480px) {
  .search-img-sp {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .search-wrap {
    margin: 0 15px;
  }
}

.fit {
  background-color: #eaf2fb;
  padding: 100px 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .fit {
    padding: 50px 15px;
  }
}

.fit-wrap {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.fit-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  color: #1e1e1e;
}
.fit-txt.-mt {
  margin-top: 20px;
}
.fit-red {
  font-size: 31px;
  font-weight: 900;
  line-height: 1.45;
  color: #ff5a46;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .fit-red {
    font-size: 22px;
  }
}

.fit-arrow-pc {
  margin: 20px auto;
}

@media (max-width: 768px) {
  .fit-arrow-pc {
    display: none;
  }
}

.fit-arrow-sp {
  display: none;
}

@media (max-width: 768px) {
  .fit-arrow-sp {
    display: block;
    margin: 10px auto;
  }
}

.fit-img {
  width: 320px;
  height: 320px;
  margin-right: 50px;
  position: relative;
}

.fit-img:last-child {
  margin-right: 0;
}

.fit-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .fit-img-box {
    display: none;
  }
}

@media (max-width: 768px) {
  .fit-img-box-sp {
    display: block;
    width: 100%;
  }
}

.fit-img-box-sp-wrap {
  display: none;
}

@media (max-width: 768px) {
  .fit-img-box-sp-wrap {
    display: block;
    margin: 20px 15px 0;
  }
}

.fit-img-item {
  width: 100%;
  margin: auto;
}

.fit-japan {
  position: relative;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .fit-japan {
    margin: 50px 15px 0;
  }
}

.fit-japan-img {
  width: 100%;
}

@media (max-width: 768px) {
  .fit-japan-img {
    display: none;
  }
}

.fit-japan-img-sp {
  display: none;
}

@media (max-width: 768px) {
  .fit-japan-img-sp {
    display: block;
    width: 100%;
    padding-top: 60px;
  }
}

.fit-japan-txt {
  position: absolute;
  top: 0;
}

.fit-japan-sub {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
  color: #1e1e1e;
}

@media (max-width: 768px) {
  .fit-japan-sub {
    font-size: 18px;
  }
}

.fit-japan-emp {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.45;
  color: #ff5a46;
  text-align: left;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .fit-japan-emp {
    font-size: 24px;
  }
}

.fit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media (max-width: 768px) {
  .fit-box {
    display: block;
    margin-top: 20px;
  }
}

.fit-box-content {
  background-color: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 350px;
  margin-right: 20px;
}

.fit-box-content:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .fit-box-content:last-child {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .fit-box-content {
    margin: 10px auto;
    border-radius: 10px;
  }
}

.fit-box-item {
  padding: 30px 25px;
}

.fit-box-item2 {
  padding: 10px 25px 30px;
}

.fit-box-txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
  color: #00aebb;
}

@media (max-width: 768px) {
  .fit-box-txt {
    font-size: 20px;
  }
}

.fit-box-txt2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
  color: #ffc746;
}

@media (max-width: 768px) {
  .fit-box-txt2 {
    font-size: 20px;
  }
}

.fit-box-txt3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
  color: #ec6d56;
}

@media (max-width: 768px) {
  .fit-box-txt3 {
    font-size: 20px;
  }
}

.fit-box-rectangle {
  margin-top: 25px;
}

.fit-box-rectangle:last-child {
  margin-top: 0;
}

.fit-box-rectangle-top {
  background-color: #00aebb;
  padding: 10px 30px;
  color: #ffffff;
  line-height: 1.44;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .fit-box-rectangle-top {
    font-size: 16px;
  }
}

.fit-box-rectangle-small {
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .fit-box-rectangle-small {
    font-size: 12px;
  }
}

.fit-box-rectangle-bottom {
  background-color: #e0f4f8;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.44;
  color: #1e1e1e;
  padding: 10px 0;
}

.fit-box-rectangle-bottom span {
  font-size: 24px;
}

.fit-box-rectangle-arrow {
  margin: 10px 0;
}

.fit-box-rectangle2 {
  margin-top: 10px;
}

.fit-box-rectangle2:last-child {
  margin-top: 0;
}

.fit-box-rectangle2-top {
  background-color: #ffc746;
  padding: 10px 30px;
  color: #ffffff;
  line-height: 1.44;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .fit-box-rectangle2-top {
    font-size: 16px;
  }
}

.fit-box-rectangle2-bottom {
  background-color: #fff5df;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.44;
  color: #1e1e1e;
  padding: 10px 0;
}

.fit-box-rectangle2-bottom span {
  font-size: 24px;
}

.fit-box-rectangle3 {
  margin-top: 25px;
}

.fit-box-rectangle3-top {
  background-color: #ec6d56;
  padding: 10px 30px;
  color: #ffffff;
  line-height: 1.44;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .fit-box-rectangle3-top {
    font-size: 16px;
  }
}

.fit-box-rectangle3-bottom {
  background-color: #ffebe8;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.44;
  color: #1e1e1e;
  padding: 10px 0;
}

.fit-box-rectangle3-bottom span {
  font-size: 24px;
}

.fit-box-up {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #00aebb;
  background-color: #ffffff;
  border: solid 2px #00aebb;
  border-radius: 14px;
  width: 200px;
  margin: 0 auto;
}

.fit-box-up2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffc746;
  background-color: #ffffff;
  border: solid 2px #ffc746;
  border-radius: 14px;
  width: 200px;
  margin: 0 auto;
}

.fit-box-up3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #ec6d56;
  background-color: #ffffff;
  border: solid 2px #ec6d56;
  border-radius: 14px;
  width: 200px;
  margin: 0 auto;
}

.contact {
  background-color: #143065;
  text-align: center;
  padding-bottom: 66px;
}

@media (max-width: 768px) {
  .contact {
    padding: 0 15px 50px;
  }
}

.contact-txt {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.46;
  padding-top: 70px;
}

@media (max-width: 768px) {
  .contact-txt {
    font-size: 20px;
    padding-top: 50px;
  }
}

.contact-btn-txt {
  display: block;
  width: 320px;
  padding: 20px 0;
  border-radius: 38px;
  background-color: #ff5a46;
  margin: 30px auto 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #ffffff;
}

@media (max-width: 768px) {
  .contact-btn-txt {
    font-size: 20px;
    padding: 15px 0;
  }
}

.contact-number {
  font-size: 21px;
  color: #ffffff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .contact-number-wrap {
    display: none;
  }
}

.contact-number-sp {
  display: none;
}

@media (max-width: 768px) {
  .contact-number-sp {
    display: block;
  }
}

.contact-number-sp-txt {
  display: block;
  color: #ffffff;
  width: 320px;
  font-size: 21px;
  font-weight: bold;
  border-radius: 38px;
  border: solid 2px #ffffff;
  margin: 0 auto;
  padding: 15px 0;
}

.contact-number-icon {
  width: 17.5px;
  height: 17.5px;
  margin-right: 10px;
}

.contact-img {
  margin-right: 7px;
}

.contact-small {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 5px;
}

.footer {
  padding: 20px 15px 0;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 30px;
    text-align: center;
  }
}

.footer-wrap {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.footer-logo {
  width: auto;
  height: auto;
}

.footer-logo img {
  width: 120px;
}

.footer-textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .footer-textbox {
    display: block;
  }
}

.footer-txt {
  font-size: 12px;
  line-height: 1.42;
  color: #143065;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .footer-txt {
    margin: 30px 0;
  }
}

@media (max-width: 768px) {
  .footer-sub {
    display: block;
    padding-top: 15px;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
</pre></body></html>