@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 {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !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);
}

.ctaArea {
  padding: 40px 10px;
  background: linear-gradient(85deg, #003459 -0.23%, #075084 100%);
}
.ctaArea .inner {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.ctaArea .inner > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 56px;
  margin: 0 auto 32px;
  background: var(--color2);
  box-shadow: 0 5px 0 0 #007B9C;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: 0.2s cubic-bezier(0.4, 0.4, 0, 1);
}
.ctaArea .inner > a .catalog {
  position: absolute;
  top: 50%;
  right: -60px;
  width: 86px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  rotate: 10deg;
  translate: 0 -50%;
}
.ctaArea .inner > a:hover {
  text-decoration: none;
  translate: 0 5px;
  box-shadow: none;
  filter: brightness(0.9);
}
.ctaArea h2 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.ctaArea .tel {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-direction: column;
}
.ctaArea .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 32px;
  font-family: var(--roboto);
  line-height: 1;
  pointer-events: none;
}
.ctaArea .tel a:hover {
  text-decoration: none;
}
.ctaArea .tel p {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 560px) {
  .ctaArea .inner > a {
    width: 100%;
    padding: 24px 10px;
  }
  .ctaArea .inner > a .catalog {
    right: 0;
    width: 72px;
  }
  .ctaArea .tel a {
    pointer-events: visible;
  }
}

.footstepBox {
  position: absolute;
  top: 0;
  left: calc(50% - 500px);
  color: #fff;
  font-size: 10px;
}
.footstepBox a {
  color: #fff;
}
.footstepBox a:link, .footstepBox a:visited {
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .footstepBox {
    left: 10px;
  }
}

#main {
  position: relative;
}
#main .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#main img {
  width: 100%;
}
#main .txt {
  position: absolute;
  bottom: 50px;
  right: calc(50% - 670px);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#main .txt h1 {
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  white-space: nowrap;
  line-height: 1.3;
}
#main p.note {
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 10;
  color: #fff;
  font-size: 12px;
  text-align: right;
}
#main + .ctaArea {
  overflow: hidden;
  padding: 24px 10px 32px;
}
#main + .ctaArea > p {
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#main + .ctaArea .inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px;
  max-width: 670px;
}
#main + .ctaArea .inner > a {
  width: 360px;
  padding: 20px 56px;
  margin: 0;
}
#main + .ctaArea .inner > a .catalog {
  right: -24px;
  width: 64px;
}
@media screen and (max-width: 1180px) {
  #main .txt {
    bottom: 24px;
    right: 0;
  }
  #main .txt h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #main .txt {
    bottom: 16px;
    right: unset;
    left: 50%;
    translate: -50% 0;
  }
  #main .txt h1 {
    font-size: 32px;
  }
  #main + .ctaArea > p {
    margin-bottom: 24px;
    font-size: 16px;
  }
  #main + .ctaArea .inner {
    display: block;
  }
  #main + .ctaArea .inner > a {
    width: 90%;
    padding: 16px 10px;
    margin: 0 auto 24px;
  }
  #main + .ctaArea .inner > a .catalog {
    right: -10px;
    width: 64px;
  }
}

#intro {
  padding: 80px 20px;
  text-align: center;
}
#intro h2 {
  margin-bottom: 24px;
  font-size: 24px;
}
#intro h2:nth-of-type(2) {
  margin-top: 48px;
}
#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: 24px;
  max-width: 1000px;
  margin: auto;
}
#problem .inner .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 100px;
  padding: 24px 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 .grayBg .toggle {
  display: none;
}
#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;
  letter-spacing: -0.03em;
}
#problem .inner .box .left .check span {
  font-size: 22px;
  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;
    gap: 16px;
    padding: 16px 16px 24px;
  }
  #problem .inner .box .left {
    width: 100%;
    max-width: none;
  }
  #problem .inner .box .left .grayBg {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  }
  #problem .inner .box .left .grayBg::before {
    bottom: 0;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  }
  #problem .inner .box .left .grayBg .txt {
    width: calc(100% - 32px);
  }
  #problem .inner .box .left .grayBg .toggle {
    display: block;
    width: 32px;
    transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  }
  #problem .inner .box .left .grayBg.is-active {
    margin-bottom: 24px;
  }
  #problem .inner .box .left .grayBg.is-active::before {
    bottom: -15px;
    opacity: 1;
  }
  #problem .inner .box .left .grayBg.is-active .toggle {
    rotate: 180deg;
  }
  #problem .inner .box .left .accordionWrap {
    height: 0;
    overflow: hidden;
    transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  }
  #problem .inner .box .left .check {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
  #problem .inner .box .left .check span {
    font-size: 20px;
  }
  #problem .inner .box .left .moreBtn {
    width: 200px;
    margin: auto;
  }
}
@media screen and (max-width: 560px) {
  #problem .inner .box .right {
    width: 100px;
  }
}

#features {
  padding: 60px 20px 80px;
  overflow: hidden;
}
#features .inner {
  max-width: 1000px;
  margin: auto;
}
#features .box {
  margin-bottom: 80px;
}
#features .box#flatpacksystem .h3ttl h3 span {
  margin-left: 8px;
  font-size: 18px;
}
#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;
  }
}
@media screen and (max-width: 560px) {
  #features .box {
    margin-bottom: 64px;
  }
  #features .box#flatpacksystem .h3ttl h3 span {
    display: block;
    margin: 4px 0 0 0;
  }
}
#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 .bgGreen {
  max-width: 1000px;
  margin: 40px auto;
}
#features .box .bgGreenInner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  padding: 24px 32px;
  background: var(--color3);
}
#features .box .bgGreenInner h4 {
  padding-left: 15px;
  border-left: solid 5px var(--color1);
  color: var(--color1);
  font-size: 20px;
}
#features .box .bgGreenInner p {
  line-height: 1.7;
}
#features .box .bgGreenInner table {
  position: relative;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
}
#features .box .bgGreenInner table th, #features .box .bgGreenInner table td {
  height: 40px;
  border: solid 1px #ADADAD;
}
#features .box .bgGreenInner table th {
  background: var(--color1);
  color: #fff;
  font-weight: bold;
}
#features .box .bgGreenInner table td {
  background: #fff;
}
#features .box .bgGreenInner table tr:first-of-type th, #features .box .bgGreenInner table tr:first-of-type td {
  padding-top: 40px;
}
#features .box .bgGreenInner table::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  translate: -50% 0;
  width: calc(33.3333333333% - 20px);
  height: 126px;
  border-radius: 5px;
  border: dashed 2px var(--color2);
}
#features .box .bgGreenInner .bgGreen-tableWrapper {
  position: relative;
}
#features .box .bgGreenInner .power-scale {
  position: absolute;
  top: 4px;
  right: 0;
  width: 66.6666666667%;
}
#features .box .bgGreenInner .power-scale__line {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color2);
}
#features .box .bgGreenInner .power-scale__marker {
  position: absolute;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color2);
}
#features .box .bgGreenInner .power-scale__marker--middle {
  left: 50%;
  translate: -50% 0;
}
#features .box .bgGreenInner .power-scale__marker--end {
  right: 0;
}
#features .box .bgGreenInner .power-scale span {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  color: var(--color2);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #features .box .bgGreenInner table {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  #features .box .bgGreenInner {
    padding: 24px;
  }
  #features .box .bgGreenInner table {
    font-size: 12px;
  }
  #features .box .bgGreenInner table th, #features .box .bgGreenInner table td {
    height: auto;
    padding: 8px;
  }
  #features .box .bgGreenInner table::after {
    height: 132px;
  }
}
#features .box p.note {
  margin: 4px auto 0;
  font-size: 12px;
}
@media screen and (max-width: 700px) {
  #features .box p.note {
    width: auto;
  }
}
@media screen and (max-width: 560px) {
  #features .box p.note {
    width: 304px;
  }
}
#features .box#scalability .h3ttl + p {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #features .box#scalability .h3ttl + p {
    margin-bottom: 0;
  }
}
#features .box .ex .bfaf {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}
#features .box .ex .bfaf .before, #features .box .ex .bfaf .after {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
#features .box .ex .bfaf p {
  font-weight: bold;
}
#features .box .ex .bfaf ul li {
  padding-left: 28px;
  background: url(../img/icon_check.svg) no-repeat left center/24px 24px;
}
#features .box .ex .bfaf ul li:not(:last-child) {
  margin-bottom: 4px;
}
#features .box .ex > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  line-height: 1.7;
}
@media screen and (max-width: 560px) {
  #features .box .ex .bfaf {
    flex-direction: column;
  }
  #features .box .ex .bfaf > img {
    rotate: 90deg;
  }
  #features .box .ex .bfaf p {
    font-size: 16px;
  }
}
#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: 560px) {
  #features .box .tableWrapper table {
    width: 600px;
  }
  #features .box .tableWrapper table tbody th {
    width: 120px;
  }
}
#features .ctaArea {
  margin: 0 -1000px 80px;
}
@media screen and (max-width: 560px) {
  #features .ctaArea {
    margin: 0 -20px 80px;
  }
}
#features #stable .img {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  -moz-column-gap: 56px;
       column-gap: 56px;
  row-gap: 8px;
}
#features #stable .img img:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
#features #stable .img img:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
#features #stable .img img:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 560px) {
  #features #stable .img {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 16px;
  }
  #features #stable .img img:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #features #stable .img img:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #features #stable .img img:nth-of-type(3) {
    grid-column: 1/3;
    grid-row: 2/3;
    width: 80%;
    margin: auto;
  }
}

#voice {
  position: relative;
  max-width: 1000px;
  padding: 0 24px;
  margin: 0 auto 80px;
  background: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}
#voice h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  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 80px;
  }
}
@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 24px;
    margin: 0 20px 64px;
  }
  #voice .inner {
    flex-direction: column-reverse;
    gap: 24px;
  }
  #voice .inner .left, #voice .inner .right {
    width: 100%;
  }
  #voice .inner .left {
    padding: 0;
  }
  #voice .inner .left h3 {
    margin-bottom: 16px;
    font-size: 18px;
  }
  #voice .inner .left p {
    margin-bottom: 16px;
  }
}

.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);
  }
}

@media screen and (max-width: 740px) {
  #msContact {
    margin-top: 0;
  }
}
html:has(body.inquiry) {
  margin-top: 80px;
}

body.inquiry #msHeader {
  height: 80px;
  box-shadow: none;
}

body.inquiry #msHeader .hInner {
  padding-top: 0;
}

body.inquiry #msHeader .hLogo {
  top: 32px;
}

@media screen and (max-width: 750px) {
  html:has(body.inquiry) {
    margin-top: 48px;
  }
  body.inquiry #msHeader {
    height: 48px;
  }
  body.inquiry #msHeader .hLogo {
    top: 24px;
    left: 0;
    width: 220px;
    height: 20px;
  }
  body.inquiry #msHeader .hLogo a {
    height: 20px;
  }
  body.inquiry #msHeader .hLogo a::before {
    width: 220px;
    height: 20px;
  }
}
body.inquiry .floating {
  display: none;
}

body.inquiry .inner {
  position: relative;
  max-width: 1600px;
  margin: auto;
}

body.inquiry .footstepBox {
  width: 620px;
  margin-bottom: 24px;
  font-size: 10px;
  color: #333;
  overflow-x: auto;
}

body.inquiry .footstepBox a {
  color: #333;
}

body.inquiry .footstepBox a:visited {
  color: #333;
}

body.inquiry .content {
  padding-top: 40px;
}

@media screen and (max-width: 960px) {
  body.inquiry .inner {
    padding: 0;
  }
  body.inquiry .footstepBox {
    width: 95%;
    left: 10px;
  }
}
body.thanks .content {
  max-width: 900px;
  width: 100%;
  padding: 80px 0;
  margin: auto;
}

body.thanks .content h1 {
  color: #003557;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

body.thanks .content p {
  margin: 100px 0;
  color: #333;
  text-align: center;
}

body.thanks .content a {
  position: relative;
  display: block;
  width: 540px;
  padding: 30px 0;
  margin: auto;
  background: #00AFDD;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body.thanks .content a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #fff;
  transform: translateY(-50%);
}

body.thanks .content a:hover {
  background: #003557;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body.thanks .content {
    padding: 80px 10px 0;
  }
  body.thanks .content h1 {
    font-size: 24px;
  }
  body.thanks .content a {
    width: 100%;
    padding: 14px 8px;
  }
}
/*# sourceMappingURL=style.css.map */