@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
Theme Name:
*/
/*----------------------------------------
  reset
-----------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

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

p {
  text-align: justify;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: black;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: black;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  outline: 0;
}

ul,
li {
  list-style: none;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 0;
  background-color: #FBFBFB;
}

input:-internal-autofill-selected {
  background-color: #FBFBFB !important;
}

input[type=text]:focus:placeholder-shown,
input[type=button]:focus:placeholder-shown,
input[type=submit]:focus:placeholder-shown,
input[type=tel]:focus:placeholder-shown,
input[type=email]:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #ddd;
}

input[type=text]:focus:-webkit-input-placeholder,
input[type=button]:focus:-webkit-input-placeholder,
input[type=submit]:focus:-webkit-input-placeholder,
input[type=tel]:focus:-webkit-input-placeholder,
input[type=email]:focus:-webkit-input-placeholder,
textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:focus:-moz-placeholder,
input[type=button]:focus:-moz-placeholder,
input[type=submit]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ddd;
}

input[type=text]:focus:-ms-input-placeholder,
input[type=button]:focus:-ms-input-placeholder,
input[type=submit]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=tel]:placeholder-shown {
  color: #ddd;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #FBFBFB;
}

textarea {
  resize: vertical;
}

textarea:placeholder-shown {
  color: #ddd;
}

textarea::-webkit-input-placeholder {
  color: #ddd;
}

textarea::-moz-placeholder {
  color: #ddd;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

button {
  background-color: transparent;
  outline: 0;
  border: 0;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
a {
  -webkit-tap-highlight-color: transparent;
  color: #181C1A;
}
@media screen and (min-width: 896px) {
  a {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  a:hover {
    transition: 0.3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  vertical-align: middle;
  border: solid 1px black;
  font-weight: normal;
  text-align: left;
  border: 0;
}

caption {
  text-align: left;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #181C1A;
}

body {
  overflow-x: hidden;
}
@media screen and (max-width: 896px) {
  body.sp_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

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

svg {
  width: 100%;
  height: auto;
}

.slick-list:focus {
  outline: none !important;
}

@media screen and (min-width: 897px) {
  a.tel {
    pointer-events: none;
  }
}

.flx {
  display: flex;
}

.ablt {
  position: absolute;
}

body {
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  body {
    font-size: 3.7333333333vw;
  }
}

.base_table {
  margin: 0 auto;
  display: block;
  padding: 3.5714285714vw 10vw 0;
}
@media screen and (max-width: 896px) {
  .base_table {
    padding: 10vw 5vw 0;
  }
}
.base_table tbody {
  display: block;
}
.base_table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.base_table tbody tr:first-child {
  border-top: 1px solid #dddddd;
}
@media screen and (min-width: 897px) {
  .base_table tbody tr {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .base_table tbody tr {
    display: grid;
  }
}
.base_table tbody th,
.base_table tbody td {
  vertical-align: baseline;
}
.base_table tbody th ul li,
.base_table tbody td ul li {
  margin-bottom: 0.5714285714vw;
}
@media screen and (max-width: 896px) {
  .base_table tbody th ul li,
  .base_table tbody td ul li {
    line-height: 1.4;
  }
  .base_table tbody th ul li:not(:last-child),
  .base_table tbody td ul li:not(:last-child) {
    margin-bottom: 6.4vw;
  }
}
.base_table tbody th ul li .label,
.base_table tbody td ul li .label {
  display: inline-block;
  padding: 0.357vw 0 0.429vw;
  width: 6.2857142857vw;
  text-align: center;
  background-color: #0F6874;
  margin-right: 1.1428571429vw;
  color: #FBFBFB;
  line-height: 1;
}
@media screen and (max-width: 896px) {
  .base_table tbody th ul li .label,
  .base_table tbody td ul li .label {
    width: 23.4666666667vw;
    padding: 1.333vw 0 1.6vw;
    margin-bottom: 1.0666666667vw;
  }
}
.base_table tbody th ul li a,
.base_table tbody td ul li a {
  color: #0F6874;
  position: relative;
}
.base_table tbody th ul li a::after,
.base_table tbody td ul li a::after {
  position: absolute;
  content: "";
  bottom: -0.2857142857vw;
  left: 0;
  background-color: #0F6874;
  width: 0;
  height: 1px;
  transition: 0.3s;
}
.base_table tbody th ul li a:hover::after,
.base_table tbody td ul li a:hover::after {
  width: 100%;
}
.base_table tbody th {
  font-size: 1.1428571429vw;
  font-weight: 700;
  line-height: 2;
  padding: 1.7142857143vw 2.2142857143vw;
  white-space: nowrap;
}
@media screen and (min-width: 897px) {
  .base_table tbody th {
    width: 16.4285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .base_table tbody th {
    font-size: 3.7333333333vw;
    padding: 3.7333333333vw 2.1333333333vw 0;
  }
}
.base_table tbody td {
  font-size: 1.1428571429vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .base_table tbody td {
    padding: 1.0666666667vw 2.1333333333vw 3.2vw;
    font-size: 3.7333333333vw;
  }
  .base_table tbody td:nth-child(3) {
    padding-top: 0;
  }
}
.base_table tbody td .map {
  margin-left: 1.4285714286vw;
  background-color: #0F6874;
  border-radius: 1vw;
  width: 8.5714285714vw;
  height: 2vw;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 897px) {
  .base_table tbody td .map:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 896px) {
  .base_table tbody td .map {
    margin-left: 2.6666666667vw;
    width: 32vw;
    height: 7.4666666667vw;
    border-radius: 3.7333333333vw;
  }
}
.base_table tbody td .map span {
  color: #fff;
  font-size: 0.9285714286vw;
  font-weight: 700;
  padding-left: 0.7142857143vw;
  position: relative;
}
@media screen and (max-width: 896px) {
  .base_table tbody td .map span {
    font-size: 3.2vw;
    padding-left: 3.7333333333vw;
  }
}
.base_table tbody td .map span::after {
  position: absolute;
  content: "";
  background: url(../../img/company/external-link.svg) no-repeat;
  width: 0.7142857143vw;
  height: 0.7142857143vw;
  right: -1.0714285714vw;
  top: 56%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 896px) {
  .base_table tbody td .map span::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: -4vw;
  }
}

.common_linettl {
  text-align: center;
  font-size: 2.2857142857vw;
  position: relative;
  padding-bottom: 1.9285714286vw;
}
@media screen and (max-width: 896px) {
  .common_linettl {
    font-size: 5.8666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
.common_linettl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.7857142857vw;
  height: 1px;
  background: #0F6874;
}
@media screen and (max-width: 896px) {
  .common_linettl::after {
    width: 12.5333333333vw;
  }
}

.first_slide {
  background: white;
}
.first_slide__inner {
  background: #F1F5F6;
  border-radius: 4.2857142857vw 4.2857142857vw 0 0;
  padding: 9.2857142857vw 0;
}
@media screen and (max-width: 896px) {
  .first_slide__inner {
    border-radius: 8vw 8vw 0 0;
    padding: 17vw 0;
  }
}

.under_navi {
  padding: 9.2857142857vw 10vw;
  display: flex;
}
@media screen and (min-width: 897px) {
  .under_navi {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 896px) {
  .under_navi {
    padding: 17vw 5vw;
    flex-direction: column;
    gap: 5vw;
  }
}
.under_navi__box {
  display: block;
  border-radius: 2.1428571429vw;
  overflow: hidden;
  border: 1px solid #0F6874;
}
@media screen and (min-width: 897px) {
  .under_navi__box {
    width: 37.3571428571vw;
  }
}
@media screen and (max-width: 896px) {
  .under_navi__box {
    border-radius: 5.3333333333vw;
  }
}
.under_navi__box.hide {
  display: none;
}
.under_navi__box--imgbox {
  overflow: hidden;
}
.under_navi__box--imgbox img {
  height: 25vw;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .under_navi__box--imgbox img {
    height: 50vw;
  }
}
.under_navi__box--txtbox {
  padding: 2vw 2.8571428571vw;
  position: relative;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 896px) {
  .under_navi__box--txtbox {
    padding: 7vw 5vw;
  }
}
@media screen and (min-width: 897px) {
  .under_navi__box--txtbox .common_h2 {
    gap: 0.7vw;
  }
}
@media screen and (max-width: 896px) {
  .under_navi__box--txtbox .common_h2 {
    gap: 2.2vw;
  }
}
.under_navi__box--txtbox .common_h2 .jp {
  letter-spacing: 0.04em;
}
.under_navi__box--txtbox .arrow {
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  width: 5vw;
  height: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0F6874;
  border-radius: 50%;
  border: 1px solid #0F6874;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 896px) {
  .under_navi__box--txtbox .arrow {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    bottom: 7vw;
    right: 5vw;
  }
}
.under_navi__box--txtbox .arrow svg {
  width: 1.4285714286vw;
}
@media screen and (max-width: 896px) {
  .under_navi__box--txtbox .arrow svg {
    width: 4.5333333333vw;
  }
}
.under_navi__box--txtbox .arrow svg path {
  transition: stroke 0.3s ease;
}
@media screen and (min-width: 897px) {
  .under_navi__box:hover .under_navi__box--imgbox img {
    transform: scale(1.1);
  }
  .under_navi__box:hover .under_navi__box--txtbox {
    background: #F1F5F6;
  }
  .under_navi__box:hover .under_navi__box--txtbox .arrow {
    background: white;
  }
  .under_navi__box:hover .under_navi__box--txtbox .arrow svg path {
    stroke: #0F6874;
  }
}

.common_h2 {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
@media screen and (max-width: 896px) {
  .common_h2 {
    gap: 2.7vw;
  }
}
.common_h2.center {
  align-items: center;
}
.common_h2.center .jp {
  text-align: center;
}
.common_h2 .tag {
  background: white;
  border: 1px solid #0F6874;
  color: #0F6874;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0.5714285714vw 1.7142857143vw;
  border-radius: 10vw;
  width: max-content;
}
@media screen and (max-width: 896px) {
  .common_h2 .tag {
    padding: 1.52vw 4.5333333333vw;
  }
}
.common_h2 .jp {
  font-size: 2.6428571429vw;
  line-height: 1.4;
}
@media screen and (max-width: 896px) {
  .common_h2 .jp {
    font-size: 6.9333333333vw;
  }
}
.common_h2 .jp .blue {
  color: #0F6874;
}
.common_h2.white .jp {
  color: white;
}

.price__list {
  display: flex;
}
@media screen and (min-width: 897px) {
  .price__list {
    justify-content: space-between;
    margin-top: 3.7142857143vw;
  }
}
@media screen and (max-width: 896px) {
  .price__list {
    flex-direction: column;
    gap: 5vw;
    margin-top: 10vw;
  }
}
.price__box {
  border: 1px solid #0F6874;
  border-radius: 1.4285714286vw;
  padding-block: 3.9285714286vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 897px) {
  .price__box {
    width: 25.4285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .price__box {
    padding-block: 10vw;
    border-radius: 1.3333333333vw;
  }
}
.price__box--ttl {
  text-align: center;
  line-height: 1.6;
  font-size: 1.7142857143vw;
}
@media screen and (max-width: 896px) {
  .price__box--ttl {
    font-size: 4.8vw;
  }
}
.price__box--ttl .blue {
  color: #0F6874;
}
.price__box--icon {
  margin-block: -1.1vw;
  width: 16.7142857143vw;
}
@media screen and (max-width: 896px) {
  .price__box--icon {
    width: 47%;
  }
}
.price__box--yen {
  font-weight: 700;
  font-size: 1.5vw;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
  .price__box--yen {
    font-size: 4.2666666667vw;
  }
}
.price__box--yen .num {
  font-size: 2.4285714286vw;
}
@media screen and (max-width: 896px) {
  .price__box--yen .num {
    font-size: 6.6666666667vw;
  }
}

.attention {
  background: #0F6874;
  width: max-content;
  padding: 0.6em 1em;
  color: white;
  border-radius: 0.3571428571vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 1.0714285714vw;
}
@media screen and (max-width: 896px) {
  .attention {
    border-radius: 1.3333333333vw;
    margin-top: 4vw;
    margin-inline: auto;
  }
}
.attention .colortxt {
  text-decoration: underline;
  color: #FFF84B;
}

.cvbtnarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;
  width: max-content;
}
@media screen and (max-width: 896px) {
  .cvbtnarea {
    width: 100%;
    gap: 1.8666666667vw;
  }
}
.cvbtnarea__comment {
  height: 2.2142857143vw;
}
@media screen and (max-width: 896px) {
  .cvbtnarea__comment {
    height: 8vw;
  }
}
.cvbtnarea__comment img {
  width: auto;
  height: 100%;
}

.cvbtn {
  background: #0F6874;
  border: 1px solid #0F6874;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7142857143vw;
  padding: 1.2142857143vw 1.9285714286vw;
  border-radius: 20vw;
  transition: background-color 0.3s ease;
  width: max-content;
}
@media screen and (max-width: 896px) {
  .cvbtn {
    padding: 5.5vw 9vw;
    gap: 1.3vw;
  }
}
.cvbtn .txt {
  color: white;
  font-weight: 700;
  transition: color 0.3s ease;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  .cvbtn .txt {
    font-size: 3.7333333333vw;
  }
}
.cvbtn .icon {
  width: 1.5714285714vw;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media screen and (max-width: 896px) {
  .cvbtn .icon {
    width: 5.3333333333vw;
  }
}
@media screen and (min-width: 897px) {
  .cvbtn:hover {
    background: white;
  }
  .cvbtn:hover .txt {
    color: #0F6874;
  }
  .cvbtn:hover .icon {
    filter: brightness(1) invert(0);
  }
}

.lead {
  font-size: 1.1428571429vw;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .lead {
    font-size: 3.7333333333vw;
  }
}

.txtlink {
  position: relative;
  color: #0F6874;
  width: max-content;
  margin-inline: auto;
  padding-right: 1.7857142857vw;
  padding-bottom: 5.7px;
  font-weight: 700;
  display: block;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 896px) {
  .txtlink {
    padding-right: 4.8vw;
  }
}
.txtlink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0F6874;
  transition: transform 0.3s ease;
  transform-origin: left;
}
.txtlink::before {
  background: url(../../img/common/ico_arrow01.svg) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  top: 44%;
  transform: translateY(-50%);
  width: 1.2142857143vw;
  height: 1vw;
}
@media screen and (max-width: 896px) {
  .txtlink::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
@media screen and (min-width: 897px) {
  .txtlink:hover {
    opacity: 0.7;
  }
  .txtlink:hover::after {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.under__mv {
  padding: 6.6428571429vw 5vw;
  display: flex;
  flex-direction: column;
  margin-top: 6.7857142857vw;
}
@media screen and (min-width: 897px) {
  .under__mv {
    gap: 1.9285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .under__mv {
    margin-top: 15.2vw;
    gap: 5vw;
    padding: 12vw 5vw;
  }
}
@media screen and (max-width: 896px) {
  .under__mv--ttl {
    gap: 1.7vw;
  }
}
.under__mv--ttl .jp {
  font-size: 5.7142857143vw;
}
@media screen and (max-width: 896px) {
  .under__mv--ttl .jp {
    line-height: 1.35;
    font-size: 9.3333333333vw;
  }
}
.under__mv .txtlink {
  margin-inline: 0;
}

.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 896px) {
  .pc {
    display: none;
  }
}

.header {
  width: 100%;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  background: white;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 1.3571428571vw 1.4285714286vw 1.3571428571vw 2.3571428571vw;
}
@media screen and (max-width: 896px) {
  .header {
    padding: 0 3vw;
    height: 15.2vw;
  }
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .header__wrap {
    height: 100%;
  }
}
.header__logo {
  width: 16.8571428571vw;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 896px) {
  .header__logo {
    width: 42vw;
  }
}
@media screen and (min-width: 897px) {
  .header__logo:hover {
    opacity: 0.7;
  }
}
.header__linkwrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4.8571428571vw;
}
@media screen and (max-width: 896px) {
  .header__linkwrap {
    gap: 2vw;
  }
}
.header__linkwrap--list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4.8571428571vw;
}
@media screen and (max-width: 896px) {
  .header__linkwrap--list {
    display: none;
  }
}
.header__linkwrap--list li a {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 897px) {
  .header__linkwrap--list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 896px) {
  .header__linkwrap .cvbtn {
    border-radius: 1.3333333333vw;
    padding: 0;
    width: 9.8666666667vw;
    height: 9.8666666667vw;
  }
}
@media screen and (max-width: 896px) {
  .header__linkwrap .cvbtn .txt {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .header__linkwrap .cvbtn .icon {
    width: 4.5333333333vw;
  }
}
.header__linkwrap .navtrigger {
  background: #F1F5F6;
  border: 1px #0F6874 solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9.8666666667vw;
  height: 9.8666666667vw;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 897px) {
  .header__linkwrap .navtrigger {
    display: none;
  }
}
.header__linkwrap .navtrigger span {
  display: block;
  width: 4vw;
  height: 0.5333333333vw;
  background: #0F6874;
  border-radius: 10vw;
  transition: transform 0.3s ease;
  position: relative;
  transform-origin: center;
}
.header__linkwrap .navtrigger span:nth-child(1) {
  transform: translateY(-0.8vw);
}
.header__linkwrap .navtrigger span:nth-child(3) {
  transform: translateY(0.8vw);
}
.header__linkwrap .navtrigger.open span:nth-child(1) {
  transform: translateY(0.8vw) rotate(-45deg);
}
.header__linkwrap .navtrigger.open span:nth-child(2) {
  opacity: 0;
}
.header__linkwrap .navtrigger.open span:nth-child(3) {
  transform: translateY(-0.4vw) rotate(45deg);
}

.footer {
  width: 100%;
  position: relative;
  background: white;
}
.footer__copyr {
  text-align: center;
  background: #F1F5F6;
  letter-spacing: 0.05em;
  padding-block: 1.3vw;
}
@media screen and (max-width: 896px) {
  .footer__copyr {
    padding-block: 4vw;
  }
}
.footer__wrap {
  padding: 2.6428571429vw 1.4285714286vw 2.6428571429vw 2.3571428571vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 897px) {
  .footer__wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  .footer__wrap {
    flex-direction: column;
    padding: 14vw 5vw;
    gap: 10vw;
  }
}
.footer__logo {
  width: 16.8571428571vw;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 896px) {
  .footer__logo {
    width: 70vw;
  }
}
@media screen and (min-width: 897px) {
  .footer__logo:hover {
    opacity: 0.7;
  }
}
.footer__linkwrap {
  display: flex;
  align-items: center;
  gap: 4.8571428571vw;
}
@media screen and (min-width: 897px) {
  .footer__linkwrap {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 896px) {
  .footer__linkwrap {
    flex-direction: column;
    gap: 10vw;
  }
}
.footer__linkwrap--list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4.8571428571vw;
}
@media screen and (max-width: 896px) {
  .footer__linkwrap--list {
    flex-wrap: wrap;
    gap: 6vw 12vw;
    justify-content: center;
  }
}
.footer__linkwrap--list li a {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 897px) {
  .footer__linkwrap--list li a:hover {
    opacity: 0.7;
  }
}

.nav {
  position: fixed;
  z-index: 999999998;
  top: 15.2vw;
  left: 0;
  width: 100%;
  background: #F1F5F6;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  max-height: 100vh;
  overflow-x: hidden;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
  will-change: max-height;
}
@media screen and (min-width: 897px) {
  .nav {
    display: none;
  }
}
.nav.open {
  max-height: 1000px;
}
.nav__list {
  display: flex;
  flex-direction: column;
  padding-top: 7vw;
}
.nav__list li {
  border-bottom: 1px solid #0F6874;
}
.nav__list li a {
  color: #0F6874;
  font-weight: 700;
  display: block;
  padding: 5vw;
}
.nav__cv {
  width: 70%;
  margin-inline: auto;
  margin-top: 10vw;
  display: block;
  margin-bottom: 14vw;
}

#stage {
  overflow-x: hidden;
}

.common__cv {
  background: url(../../img/common/bg_cv01.webp) no-repeat;
  background-size: cover;
  padding: 7.1428571429vw 5vw;
}
@media screen and (max-width: 896px) {
  .common__cv {
    padding: 20vw 5vw;
  }
}
.common__cv .cv__box {
  background: white;
  border-radius: 2.8571428571vw;
  padding: 5.7142857143vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.8571428571vw;
}
@media screen and (max-width: 896px) {
  .common__cv .cv__box {
    padding: 14vw 4vw;
    flex-direction: column;
    gap: 6vw;
  }
}
@media screen and (max-width: 896px) {
  .common__cv .cv__box .common_h2 {
    align-items: center;
  }
}
.common__cv .cv__box--main {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .common__cv .cv__box--main {
    flex-direction: column;
  }
}
.common__cv .cv__box--main .cvbtnarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;
}
@media screen and (min-width: 897px) {
  .common__cv .cv__box--main .cvbtnarea {
    padding-right: 5vw;
    border-right: 1px solid #F1F5F6;
  }
}
@media screen and (max-width: 896px) {
  .common__cv .cv__box--main .cvbtnarea {
    width: 100%;
    gap: 1.8666666667vw;
    padding-bottom: 8vw;
    border-bottom: 1px solid #F1F5F6;
  }
}
.common__cv .cv__box--main .cvbtnarea__comment {
  height: 2.2142857143vw;
}
@media screen and (max-width: 896px) {
  .common__cv .cv__box--main .cvbtnarea__comment {
    height: 8vw;
  }
}
.common__cv .cv__box--main .cvbtnarea__comment img {
  width: auto;
  height: 100%;
}
.common__cv .cv__box--main .telbox {
  padding-left: 5vw;
}
@media screen and (max-width: 896px) {
  .common__cv .cv__box--main .telbox {
    padding-top: 8vw;
  }
}
.common__cv .cv__box--main .telbox .telbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6214285714vw;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 896px) {
  .common__cv .cv__box--main .telbox .telbtn {
    gap: 2.4vw;
  }
}
.common__cv .cv__box--main .telbox .telbtn__txt {
  font-weight: 700;
}
.common__cv .cv__box--main .telbox .telbtn__num {
  height: 1.7142857143vw;
}
@media screen and (max-width: 896px) {
  .common__cv .cv__box--main .telbox .telbtn__num {
    height: 6.4vw;
  }
}
.common__cv .cv__box--main .telbox .telbtn__num img {
  width: auto;
  height: 100%;
}
.common__cv .cv__box--main .telbox .telbtn__time {
  font-size: 1vw;
}
@media screen and (max-width: 896px) {
  .common__cv .cv__box--main .telbox .telbtn__time {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 897px) {
  .common__cv .cv__box--main .telbox .telbtn:hover {
    opacity: 0.7;
  }
}

.fixbnr {
  position: fixed;
  width: 19.8571428571vw;
  right: 1.1428571429vw;
  bottom: 1.1428571429vw;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999999997;
  opacity: 0;
  visibility: hidden;
}
.fixbnr.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 897px) {
  .fixbnr:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 896px) {
  .fixbnr {
    display: none;
  }
}

.underline {
  position: relative;
}
.underline::after {
  content: "";
  background: #dadada;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
@media screen and (min-width: 897px) {
  .underline:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.img_anim {
  overflow: hidden;
}
.img_anim img {
  transform: scale(1.07);
}
.img_anim.on img {
  transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 1);
  transform: scale(1);
}

.svg_anim svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  width: 100%;
  height: auto;
}
.svg_anim svg path {
  fill: none;
  stroke: #0F6874;
  stroke-width: 1px;
}
.svg_anim.on svg {
  transition: stroke-dashoffset 1s;
  stroke-dashoffset: 2000;
}

.fade_y {
  transform: translateY(10px);
  opacity: 0;
}
.fade_y.on {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 1), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 1);
  transform: translateY(0%);
}

.txt_y {
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 896px) {
  .txt_y.pc {
    display: none;
  }
}
@media screen and (min-width: 897px) {
  .txt_y.sp {
    display: none;
  }
}
.txt_y > span {
  transform: translateY(100%);
  opacity: 0;
  display: block;
}
.txt_y.on span {
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 1);
  opacity: 1;
  transform: translateY(0%);
}

.scr_cvr {
  overflow: hidden;
  width: max-content;
  position: relative;
  display: block;
  color: #FBFBFB;
  opacity: 0;
  padding: 0.1em 0.15em;
  transition: 0.5s;
  background: #0F6874;
  font-weight: bold;
}
.scr_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #0F6874;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.scr_cvr.on {
  opacity: 1;
}
.scr_cvr.on::before {
  translate: 100% 0;
  transition-delay: 0.3s;
}

.bgroop {
  animation: bgroop 30s linear infinite;
}

@keyframes bgroop {
  from {
    background-position: 0 -10vh;
  }
  to {
    background-position: 100vw -100vh;
  }
}
.bgroop_y {
  animation: bgMoveY 400s linear infinite;
}

@keyframes bgMoveY {
  0% {
    background-position-Y: 0;
  }
  100% {
    background-position-Y: 12000px;
  }
}
@keyframes bgMove {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -30000px;
  }
}
.txt_loop {
  overflow: hidden;
}
.txt_loop_box {
  width: 100%;
  width: 100%;
  background: url(../../img/top/loop_specon.webp) repeat-x;
  background-size: auto 100%;
  animation: bgMove 600s infinite linear;
  height: 11.5714285714vw;
}
@media screen and (max-width: 896px) {
  .txt_loop_box {
    height: 17vw;
  }
}

.top__mv {
  display: flex;
  padding-left: 5vw;
  padding-block: 10.7857142857vw 4.4285714286vw;
}
@media screen and (min-width: 897px) {
  .top__mv {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  .top__mv {
    flex-direction: column;
    padding: 27vw 5vw 20vw;
  }
}
@media screen and (min-width: 897px) {
  .top__mv .mv__txtbox {
    width: 47.8571428571vw;
  }
}
@media screen and (max-width: 896px) {
  .top__mv .mv__txtbox {
    display: contents;
  }
}
.top__mv .mv__txtbox--ttl {
  display: flex;
  flex-direction: column;
  gap: 1.4vw;
  order: 1;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__txtbox--ttl {
    gap: 2.7vw;
    align-items: center;
  }
}
.top__mv .mv__txtbox--ttl .subttl {
  font-size: 1.7142857143vw;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__txtbox--ttl .subttl {
    font-size: 3.7333333333vw;
  }
}
.top__mv .mv__txtbox--ttl .mainttl {
  font-size: 5.7142857143vw;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__txtbox--ttl .mainttl {
    font-size: 10vw;
    white-space: nowrap;
  }
}
.top__mv .mv__txtbox--ttl .mainttl .blue {
  color: #0F6874;
}
.top__mv .mv__txtbox .lead {
  margin-top: 1.9285714286vw;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__txtbox .lead {
    order: 3;
    margin-top: 6vw;
  }
}
.top__mv .mv__txtbox .cvbtnarea {
  margin-top: 2.0714285714vw;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__txtbox .cvbtnarea {
    order: 4;
    margin-top: 6vw;
  }
}
.top__mv .mv__imgbox {
  overflow: hidden;
}
@media screen and (min-width: 897px) {
  .top__mv .mv__imgbox {
    border-radius: 2.1428571429vw 0 0 2.1428571429vw;
    width: 43.1428571429vw;
    height: 36.2857142857vw;
  }
}
@media screen and (max-width: 896px) {
  .top__mv .mv__imgbox {
    order: 2;
    border-radius: 4vw;
    margin-top: 6vw;
    height: 57vw;
  }
}
.top__service {
  background: hsl(0, 0%, 100%);
}
@media screen and (max-width: 896px) {
  .top__service .common_h2 {
    align-items: center;
  }
  .top__service .common_h2 .jp {
    text-align: center;
  }
}
.top__service .service__inner {
  background: #F1F5F6;
  border-radius: 4.2857142857vw 4.2857142857vw 0 0;
  position: relative;
  padding-bottom: 9.2857142857vw;
}
.top__service .service__inner .txtlink {
  margin-top: 4.6428571429vw;
}
@media screen and (max-width: 896px) {
  .top__service .service__inner .txtlink {
    margin-top: 11vw;
  }
}
@media screen and (max-width: 896px) {
  .top__service .service__inner {
    border-radius: 8vw 8vw 0 0;
    padding: 0 5vw 20vw;
  }
}
.top__service .service__decotxt {
  position: absolute;
  width: 10vw;
  top: 9.2857142857vw;
  right: 0;
}
@media screen and (max-width: 896px) {
  .top__service .service__decotxt {
    display: none;
  }
}
.top__service .service__main {
  display: flex;
  padding: 9.2857142857vw 15vw 0 8.5vw;
}
@media screen and (min-width: 897px) {
  .top__service .service__main {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 896px) {
  .top__service .service__main {
    padding: 17vw 0 0;
    flex-direction: column;
  }
}
@media screen and (min-width: 897px) {
  .top__service .service__main--txtbox {
    width: 42.8571428571vw;
  }
}
@media screen and (max-width: 896px) {
  .top__service .service__main--txtbox {
    display: contents;
  }
}
@media screen and (max-width: 896px) {
  .top__service .service__main--txtbox .common_h2 {
    order: 1;
  }
}
.top__service .service__main--txtbox .lead {
  margin-top: 1.7857142857vw;
}
@media screen and (max-width: 896px) {
  .top__service .service__main--txtbox .lead {
    margin-top: 4vw;
    order: 3;
  }
}
.top__service .service__main--imgbox {
  overflow: hidden;
  border-radius: 2.1428571429vw;
}
@media screen and (min-width: 897px) {
  .top__service .service__main--imgbox {
    width: 30vw;
  }
}
@media screen and (max-width: 896px) {
  .top__service .service__main--imgbox {
    order: 2;
    height: 60vw;
    border-radius: 4vw;
    margin-top: 4vw;
  }
}
.top__service .service__recommend {
  margin-top: 6.4285714286vw;
}
@media screen and (max-width: 896px) {
  .top__service .service__recommend {
    margin-top: 15vw;
  }
}
.top__service .service__recommend--list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.1428571429vw;
}
@media screen and (min-width: 897px) {
  .top__service .service__recommend--list {
    gap: 2.5714285714vw;
  }
}
@media screen and (max-width: 896px) {
  .top__service .service__recommend--list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 7vw;
    gap: 3vw 0;
  }
}
.top__service .service__recommend--list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 15.5vw;
  height: 15.5vw;
  background: white;
  border-radius: 1.4285714286vw;
  border: 1px solid #0F6874;
  gap: 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .top__service .service__recommend--list li {
    width: 48.5%;
    height: 42.5vw;
    border-radius: 3vw;
    gap: 2.7vw;
  }
}
.top__service .service__recommend--list li .icon {
  width: 7.1428571429vw;
}
@media screen and (max-width: 896px) {
  .top__service .service__recommend--list li .icon {
    width: 37%;
  }
}
.top__service .service__recommend--list li .txt {
  color: #0F6874;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 896px) {
  .top__service .service__recommend--list li .txt {
    font-size: 3.7333333333vw;
  }
}
.top__feature {
  background: #0F6874;
  padding: 9.2857142857vw 10vw;
}
@media screen and (max-width: 896px) {
  .top__feature {
    padding: 20vw 5vw;
  }
}
.top__feature .feature__ttlbox {
  position: relative;
}
@media screen and (max-width: 896px) {
  .top__feature .feature__ttlbox .common_h2 {
    align-items: center;
  }
}
.top__feature .feature__ttlbox--deco {
  position: absolute;
  width: 42.9285714286vw;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  .top__feature .feature__ttlbox--deco {
    display: none;
  }
}
.top__feature .feature__ttlbox--deco svg path {
  stroke: white;
}
.top__feature .feature__list {
  display: flex;
  margin-top: 3.3571428571vw;
}
@media screen and (min-width: 897px) {
  .top__feature .feature__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  .top__feature .feature__list {
    margin-top: 7vw;
    flex-direction: column;
    gap: 5vw;
  }
}
.top__feature .feature__list--box {
  background: #F1F5F6;
  padding: 3vw 2.1428571429vw;
  border-radius: 1.4285714286vw;
}
@media screen and (min-width: 897px) {
  .top__feature .feature__list--box {
    width: 25.4285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .top__feature .feature__list--box {
    padding: 7vw 8vw;
    border-radius: 3vw;
  }
}
.top__feature .feature__list--box .ttl {
  color: #0F6874;
  text-align: center;
  font-size: 1.9285714286vw;
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  .top__feature .feature__list--box .ttl {
    font-size: 5.8666666667vw;
  }
}
.top__feature .feature__list--box .imgbox {
  margin-top: 1.2857142857vw;
}
@media screen and (max-width: 896px) {
  .top__feature .feature__list--box .imgbox {
    margin-top: 3.7vw;
  }
}
.top__feature .feature__list--box .lead {
  margin-top: 1.5714285714vw;
}
@media screen and (min-width: 897px) {
  .top__feature .feature__list--box .lead {
    padding-inline: 1vw;
  }
}
@media screen and (max-width: 896px) {
  .top__feature .feature__list--box .lead {
    margin-top: 4vw;
  }
}
.top .js-parallax {
  height: 35.7142857143vw;
  overflow: hidden;
}
.top__price {
  padding: 9.2857142857vw 10vw;
  position: relative;
}
@media screen and (max-width: 896px) {
  .top__price {
    padding: 20vw 5vw;
  }
}
@media screen and (max-width: 896px) {
  .top__price .common_h2 {
    align-items: center;
  }
}
.top__price .price__decotxt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 7.5714285714vw;
}
@media screen and (max-width: 896px) {
  .top__price .price__decotxt {
    display: none;
  }
}
.top__price .price__decotxt svg {
  width: auto;
  height: 100%;
}
.top__price .price__txtbox {
  position: relative;
}
.top__price .price__txtbox .lead {
  margin-top: 1.7857142857vw;
}
@media screen and (max-width: 896px) {
  .top__price .price__txtbox .lead {
    margin-top: 4vw;
    text-align: center;
  }
}
.top__price .guide {
  text-align: right;
  margin-top: 2vw;
}
@media screen and (max-width: 896px) {
  .top__price .guide {
    text-align: center;
    white-space: nowrap;
    margin-top: 4vw;
  }
}
.top__price .txtlink {
  margin-top: 4.0714285714vw;
}
@media screen and (max-width: 896px) {
  .top__price .txtlink {
    margin-top: 11vw;
  }
}
.top__company {
  background: #F1F5F6;
  padding: 9.2857142857vw 10vw;
}
@media screen and (max-width: 896px) {
  .top__company {
    padding: 20vw 5vw;
  }
}
.top__company .company__ttlbox {
  position: relative;
}
@media screen and (max-width: 896px) {
  .top__company .company__ttlbox .common_h2 {
    align-items: center;
  }
}
.top__company .company__ttlbox--deco {
  position: absolute;
  width: 42.9285714286vw;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  .top__company .company__ttlbox--deco {
    display: none;
  }
}
.top__company .company__box {
  display: flex;
  margin-top: 3.8571428571vw;
}
@media screen and (min-width: 897px) {
  .top__company .company__box {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 896px) {
  .top__company .company__box {
    flex-direction: column;
    margin-top: 7vw;
  }
}
.top__company .company__box--txtbox {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 897px) {
  .top__company .company__box--txtbox {
    width: 40vw;
    gap: 1.7857142857vw;
  }
}
@media screen and (max-width: 896px) {
  .top__company .company__box--txtbox {
    gap: 4vw;
    margin-top: 6.7vw;
  }
}
.top__company .company__box--txtbox .ttl {
  line-height: 1.4;
  font-size: 2.2857142857vw;
}
@media screen and (max-width: 896px) {
  .top__company .company__box--txtbox .ttl {
    font-size: 5.8666666667vw;
  }
}
.top__company .company__box--txtbox .txtlink {
  margin: 1.0714285714vw 0 0 0;
}
@media screen and (max-width: 896px) {
  .top__company .company__box--txtbox .txtlink {
    margin-top: 5vw;
    margin-inline: auto;
  }
}
.top__company .company__box--imgbox {
  overflow: hidden;
  border-radius: 2.1428571429vw;
}
@media screen and (min-width: 897px) {
  .top__company .company__box--imgbox {
    width: 35vw;
  }
}
@media screen and (max-width: 896px) {
  .top__company .company__box--imgbox {
    border-radius: 4vw;
  }
  .top__company .company__box--imgbox img {
    height: 57vw;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
