@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list], ul, ol, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.2;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@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;
  }
}
* {
  --color1: #003459;
  --color2: #00AFDD;
  --color3: #D9F5F0;
  --color4: #07BFA0;
  --color5: #9ACBC3;
  --color6: #F8FDFC;
  --color7: #9DAFAC;
  --color8: #00A186;
  --roboto: "roboto", sans-serif;
  --opensans: "open-sans", sans-serif;
  --oswald: "oswald", sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  width: 100%;
  background: #fff;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #333;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
.moreBtn {
  position: relative;
  display: block;
  width: 180px;
  height: 36px;
  padding: 8px 0 8px 20px;
  border-radius: 20px;
  background: var(--color2);
  color: #fff !important;
  font-weight: bold;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.moreBtn span {
  position: absolute;
  top: 50%;
  right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  background: #fff;
  border-radius: 50%;
  translate: 0 -50%;
}
.moreBtn span img {
  rotate: 90deg;
}
.moreBtn:hover {
  text-decoration: none;
  box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.3);
}

.footstepBox {
  color: #fff;
  font-size: 10px;
}
.footstepBox a {
  color: #fff;
}
.footstepBox a:link, .footstepBox a:visited {
  color: #fff;
}

#main {
  position: relative;
  height: 560px;
  background: url(../img/mv.jpg) no-repeat center/100% auto;
}
#main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#main .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#main .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#main .txt h1 {
  margin-bottom: 38px;
  color: #fff;
  font-size: 48px;
  text-align: center;
  white-space: nowrap;
}
#main .txt p {
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  white-space: nowrap;
}
#main p.note {
  position: absolute;
  bottom: 0;
  right: 8px;
  z-index: 10;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 1460px) {
  #main {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) {
  #main {
    height: 500px;
    padding: 0 10px;
  }
  #main .txt h1 {
    font-size: 40px;
  }
  #main .txt p {
    font-size: 24px;
  }
}

#intro {
  padding: 80px 20px;
  text-align: center;
}
#intro h2 {
  margin-bottom: 24px;
  font-size: 24px;
}
#intro p {
  line-height: 1.7;
}
#intro p:not(:last-of-type) {
  margin-bottom: 1.7em;
}
@media screen and (max-width: 767px) {
  #intro {
    padding: 64px 16px 80px;
  }
  #intro h2 {
    font-size: 22px;
  }
}

.secWrapper .ttl {
  margin-bottom: 64px;
  text-align: center;
}
.secWrapper .ttl .num {
  margin-bottom: 8px;
  color: var(--color1);
  font-family: var(--oswald);
  font-size: 64px;
  font-style: italic;
}
.secWrapper .ttl h2 {
  font-size: 26px;
  font-weight: normal;
}
.secWrapper .ttl h2 span {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .secWrapper .ttl {
    margin-bottom: 40px;
  }
  .secWrapper .ttl .num {
    font-size: 48px;
  }
  .secWrapper .ttl h2 {
    font-size: 20px;
  }
}
.secWrapper .h3ttl {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 24px;
  text-align: center;
}
.secWrapper .h3ttl .en {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.1);
  font-family: var(--opensans);
  font-size: 15px;
}
.secWrapper .h3ttl h2, .secWrapper .h3ttl h3 {
  color: var(--color1);
  font-size: 24px;
}
.secWrapper .h3ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--color2);
  translate: -50% 0;
}
.secWrapper .h3ttl + p {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.7;
}
.secWrapper .boxContent h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#problem {
  padding: 1px 20px 100px;
  background: #f5f5f5;
}
#problem .ttl {
  margin-top: -41px;
}
#problem .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1000px;
  margin: auto;
}
#problem .inner .box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  padding: 32px 48px;
  background: #FFF;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
}
#problem .inner .box .left {
  width: calc(100% - 200px);
  max-width: 560px;
}
#problem .inner .box .left .grayBg {
  position: relative;
  padding: 12px 24px;
  margin-bottom: 24px;
  background: #e9e9e9;
  border-radius: 5px;
  line-height: 1.7;
}
#problem .inner .box .left .grayBg::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 40px;
  width: 16px;
  height: 16px;
  border-top: solid 16px #e9e9e9;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
#problem .inner .box .left .grayBg span {
  color: var(--color1);
  font-weight: bold;
}
#problem .inner .box .left .check {
  padding-left: 52px;
  margin-bottom: 10px;
  background: url(../img/problem_icon_01.svg) no-repeat left center/42px 42px;
  color: var(--color1);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
#problem .inner .box .left .check span {
  font-size: 24px;
  line-height: 1.5;
}
#problem .inner .box .right {
  width: 200px;
}
#problem .inner .box .right img {
  width: 200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #problem .ttl {
    margin-top: -31px;
  }
  #problem .inner .box {
    flex-direction: column-reverse;
    padding: 32px 16px;
  }
  #problem .inner .box .left {
    width: 100%;
    max-width: none;
  }
  #problem .inner .box .left .check {
    margin-bottom: 16px;
    font-size: 16px;
  }
  #problem .inner .box .left .check span {
    font-size: 22px;
  }
  #problem .inner .box .left .moreBtn {
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  #problem .inner .box .right {
    width: 160px;
  }
}

#features {
  padding: 60px 20px 80px;
}
#features .inner {
  max-width: 1000px;
  margin: auto;
}
#features .box {
  margin-bottom: 80px;
}
#features .box .process {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}
#features .box .process li:not(:first-of-type) {
  position: relative;
  margin-left: 24px;
}
#features .box .process li:not(:first-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  z-index: 10;
  translate: 0 -50%;
  width: 8px;
  height: 16px;
  background: url(../img/arrow01.svg) no-repeat center/100%;
}
@media screen and (max-width: 1060px) {
  #features .box#speedy .process li {
    width: calc(25% - 18px);
  }
}
@media screen and (max-width: 1060px) and (max-width: 767px) {
  #features .box#speedy .process li {
    width: calc(50% - 24px);
  }
  #features .box#speedy .process li:first-of-type {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1050px) {
  #features .box#flatpacksystem .process li {
    width: calc(33.3333333333% - 24px);
  }
}
@media screen and (max-width: 1050px) and (max-width: 767px) {
  #features .box#flatpacksystem .process li {
    width: calc(50% - 24px);
  }
  #features .box#flatpacksystem .process li:first-of-type {
    margin-left: 24px;
  }
}
#features .box .shorten {
  margin-top: 72px;
}
#features .box .shorten p {
  margin: 16px 0 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #features .box .shorten {
    margin-top: 40px;
  }
}
#features .box .relax {
  max-width: 750px;
  margin: 40px auto;
}
#features .box .relaxInner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 32px 40px;
  background: var(--color3);
}
#features .box .relaxInner .left h4 {
  padding-left: 15px;
  margin-bottom: 12px;
  border-left: solid 5px var(--color1);
  color: var(--color1);
  font-size: 20px;
}
#features .box .relaxInner .left p {
  line-height: 1.7;
}
#features .box .relaxInner .right {
  display: flex;
  gap: 16px;
  width: 446px;
}
#features .box .relaxInner .right img {
  width: calc(50% - 8px);
}
@media screen and (max-width: 960px) {
  #features .box .relaxInner {
    flex-direction: column;
    gap: 24px;
  }
  #features .box .relaxInner .left {
    width: 100%;
  }
  #features .box .relaxInner .right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #features .box .relaxInner {
    padding: 24px;
  }
}
#features .box p.note {
  margin-top: 4px;
  font-size: 12px;
}
#features .box .ex .bfaf {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
#features .box .ex .bfaf p {
  margin-top: 6px;
  text-align: center;
}
#features .box .ex > p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  line-height: 1.7;
}
@media screen and (max-width: 500px) {
  #features .box .ex .bfaf {
    flex-direction: column;
  }
  #features .box .ex .bfaf > img {
    rotate: 90deg;
  }
}
#features .box#comparison {
  margin-bottom: 0;
}
#features .box .tableWrapper table {
  border-spacing: 0;
}
#features .box .tableWrapper table thead th {
  padding: 12px;
  text-align: center;
  color: #fff;
}
#features .box .tableWrapper table thead .unit {
  background: var(--color4);
  border-top: solid 4px var(--color8);
  border-left: solid 4px var(--color8);
  border-right: solid 4px var(--color8);
  border-radius: 5px 5px 0 0;
}
#features .box .tableWrapper table thead .container {
  background: var(--color7);
}
#features .box .tableWrapper table tbody th, #features .box .tableWrapper table tbody td {
  height: 80px;
  padding: 20px 16px;
  font-size: 14px;
  text-align: center;
}
#features .box .tableWrapper table tbody th {
  width: 160px;
  background: var(--color5);
  color: #fff;
}
#features .box .tableWrapper table tbody td {
  width: 420px;
  border-bottom: solid 1px #c2c2c2;
  line-height: 1.5;
}
#features .box .tableWrapper table tbody td.unit {
  background: var(--color3);
  border-left: solid 4px var(--color8);
  border-right: solid 4px var(--color8);
}
#features .box .tableWrapper table tbody td.container {
  background: var(--color6);
}
#features .box .tableWrapper table tbody tr:not(:last-of-type) th {
  border-bottom: solid 1px #fff;
}
#features .box .tableWrapper table tbody tr:last-of-type td.unit {
  border-bottom: solid 4px var(--color8);
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 767px) {
  #features .box .tableWrapper {
    overflow: auto;
  }
  #features .box .tableWrapper table {
    width: 700px;
  }
  #features .box .tableWrapper table tbody th {
    padding: 16px 12px;
  }
  #features .box .tableWrapper table tbody td {
    padding: 16px;
  }
}
@media screen and (max-width: 500px) {
  #features .box .tableWrapper table {
    width: 600px;
  }
  #features .box .tableWrapper table tbody th {
    width: 120px;
  }
}

#voice {
  position: relative;
  max-width: 1000px;
  padding: 0 24px;
  margin: auto;
  background: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}
#voice h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 30px;
  background: var(--color1);
  border-radius: 0 0 5px 0;
  color: #fff;
}
#voice .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}
#voice .inner .left {
  width: 55%;
  padding: 72px 0 56px;
}
#voice .inner .left h3 {
  margin-bottom: 24px;
  color: var(--color1);
  font-size: 24px;
}
#voice .inner .left p {
  margin-bottom: 24px;
  line-height: 1.7;
}
#voice .inner .left .moreBtn span img {
  rotate: none;
}
#voice .inner .right {
  width: 45%;
}
@media screen and (max-width: 1040px) {
  #voice {
    margin: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  #voice .inner {
    gap: 40px;
  }
  #voice .inner .left {
    padding: 64px 0 40px;
  }
  #voice .inner .left h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  #voice {
    padding: 56px 16px;
  }
  #voice .inner {
    flex-direction: column-reverse;
    gap: 24px;
  }
  #voice .inner .left, #voice .inner .right {
    width: 100%;
  }
  #voice .inner .left {
    padding: 0;
  }
}

.contact {
  max-width: 1000px;
  margin: 80px auto;
  padding: 30px 60px;
  background: #fff;
  border: solid 3px var(--color1);
}
.contact h3 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
  color: var(--color1);
}
.contact .time {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.contact .col_box {
  display: flex;
}
.contact .col {
  width: 50%;
  padding: 0 15px;
}
.contact .col a {
  width: 300px;
  height: 52px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.contact .contact_tel {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 2px #d4d4d4;
}
.contact .contact_tel strong {
  display: block;
  color: var(--color1);
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
}
.contact .contact_tel .col:nth-of-type(2) > a {
  display: block;
  color: #FFF;
  padding-top: 14px;
  margin: auto;
  background: #005C94;
  border-radius: 6px;
}
.contact .contact_tel .col:nth-of-type(2) > a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.contact .contact_line {
  text-align: center;
}
.contact .contact_line h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
.contact .contact_line p {
  font-size: 14px;
  line-height: 1.6em;
}
.contact .contact_line a {
  display: block;
  padding-top: 16px;
  margin: auto;
  background: #6BC315;
  border-radius: 6px;
  color: #FFF;
}
.contact .contact_line a:hover {
  opacity: 0.8;
}
.contact .contact_line a img {
  width: auto;
  height: 23px;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .contact {
    margin: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 24px 20px;
  }
  .contact h3 {
    font-size: 20px;
  }
  .contact .col {
    width: 100%;
    padding: 0;
  }
  .contact .col a {
    width: 100%;
    max-width: 300px;
  }
  .contact .col_box {
    flex-direction: column;
    gap: 16px;
  }
  .contact .contact_tel .col:nth-of-type(1) {
    text-align: center;
  }
  .contact .contact_tel .col:nth-of-type(1) a {
    font-size: 32px;
    color: var(--color1);
  }
}/*# sourceMappingURL=style.css.map */