@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  letter-spacing: 0.1em;
}

a {
  cursor: pointer;
}
a:hover {
  color: inherit;
}

p {
  color: #000;
}

/* =========================================================
typography - 文字の装飾など
========================================================= */
.u-fc-primary {
  color: #114584;
}

.u-fc-sub {
  color: #fff;
}

.u-fc-brown {
  color: #8e3900;
}

.u-fc-green {
  color: #7ebf41;
}

.u-fc-white {
  color: #fff;
}

.u-fc-red {
  color: red;
}

.u-none {
  display: none !important;
}

.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-fw-100 {
  font-weight: 100 !important;
}

.u-fw-200 {
  font-weight: 200 !important;
}

.u-fw-300 {
  font-weight: 300 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-800 {
  font-weight: 800 !important;
}

.u-fw-900 {
  font-weight: 900 !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

@media screen and (min-width: 576px) {
  .u-ta-sm-l {
    text-align: left !important;
  }
  .u-ta-sm-c {
    text-align: center !important;
  }
  .u-ta-sm-r {
    text-align: right !important;
  }
}
@media screen and (min-width: 800px) {
  .u-ta-md-l {
    text-align: left !important;
  }
  .u-ta-md-c {
    text-align: center !important;
  }
  .u-ta-md-r {
    text-align: right !important;
  }
}
@media screen and (min-width: 992px) {
  .u-ta-lg-l {
    text-align: left !important;
  }
  .u-ta-lg-c {
    text-align: center !important;
  }
  .u-ta-lg-r {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-ta-xl-l {
    text-align: left !important;
  }
  .u-ta-xl-c {
    text-align: center !important;
  }
  .u-ta-xl-r {
    text-align: right !important;
  }
}
.u-lh-2xs {
  line-height: 1 !important;
}

.u-lh-xs {
  line-height: 1.2 !important;
}

.u-lh-sm {
  line-height: 1.3 !important;
}

.u-lh-md {
  line-height: 1.4 !important;
}

.u-lh-lg {
  line-height: 1.6 !important;
}

.u-lh-xl {
  line-height: 1.8 !important;
}

.u-ls-2xs {
  letter-spacing: -0.08em;
}

.u-ls-xs {
  letter-spacing: -0.05em;
}

.u-ls-md {
  letter-spacing: 0.05em;
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: calc(1vw * 0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-0 {
    margin: 0rem !important;
  }
}

.u-mt-0,
.u-my-0 {
  margin-top: calc(1vw * 0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-0,
  .u-my-0 {
    margin-top: 0rem !important;
  }
}

.u-mr-0,
.u-mx-0 {
  margin-right: calc(1vw * 0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-0,
  .u-mx-0 {
    margin-right: 0rem !important;
  }
}

.u-mb-0,
.u-my-0 {
  margin-bottom: calc(1vw * 0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-0,
  .u-my-0 {
    margin-bottom: 0rem !important;
  }
}

.u-ml-0,
.u-mx-0 {
  margin-left: calc(1vw * 0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-0,
  .u-mx-0 {
    margin-left: 0rem !important;
  }
}

.u-n-m-0 {
  margin: calc(1vw * -0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-0 {
    margin: -0rem !important;
  }
}

.u-n-mt-0,
.u-n-my-0 {
  margin-top: calc(1vw * -0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-0,
  .u-n-my-0 {
    margin-top: -0rem !important;
  }
}

.u-n-mr-0,
.u-n-mx-0 {
  margin-right: calc(1vw * -0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-0,
  .u-n-mx-0 {
    margin-right: -0rem !important;
  }
}

.u-n-mb-0,
.u-n-my-0 {
  margin-bottom: calc(1vw * -0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-0,
  .u-n-my-0 {
    margin-bottom: -0rem !important;
  }
}

.u-n-ml-0,
.u-n-mx-0 {
  margin-left: calc(1vw * -0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-0,
  .u-n-mx-0 {
    margin-bottom: -0rem !important;
  }
}

.u-m-1 {
  margin: calc(1vw * 8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-1 {
    margin: 0.5rem !important;
  }
}

.u-mt-1,
.u-my-1 {
  margin-top: calc(1vw * 8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-1,
  .u-my-1 {
    margin-top: 0.5rem !important;
  }
}

.u-mr-1,
.u-mx-1 {
  margin-right: calc(1vw * 8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-1,
  .u-mx-1 {
    margin-right: 0.5rem !important;
  }
}

.u-mb-1,
.u-my-1 {
  margin-bottom: calc(1vw * 8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-1,
  .u-my-1 {
    margin-bottom: 0.5rem !important;
  }
}

.u-ml-1,
.u-mx-1 {
  margin-left: calc(1vw * 8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-1,
  .u-mx-1 {
    margin-left: 0.5rem !important;
  }
}

.u-n-m-1 {
  margin: calc(1vw * -8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-1 {
    margin: -0.5rem !important;
  }
}

.u-n-mt-1,
.u-n-my-1 {
  margin-top: calc(1vw * -8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-1,
  .u-n-my-1 {
    margin-top: -0.5rem !important;
  }
}

.u-n-mr-1,
.u-n-mx-1 {
  margin-right: calc(1vw * -8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-1,
  .u-n-mx-1 {
    margin-right: -0.5rem !important;
  }
}

.u-n-mb-1,
.u-n-my-1 {
  margin-bottom: calc(1vw * -8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-1,
  .u-n-my-1 {
    margin-bottom: -0.5rem !important;
  }
}

.u-n-ml-1,
.u-n-mx-1 {
  margin-left: calc(1vw * -8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-1,
  .u-n-mx-1 {
    margin-bottom: -0.5rem !important;
  }
}

.u-m-2 {
  margin: calc(1vw * 16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-2 {
    margin: 1rem !important;
  }
}

.u-mt-2,
.u-my-2 {
  margin-top: calc(1vw * 16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-2,
  .u-my-2 {
    margin-top: 1rem !important;
  }
}

.u-mr-2,
.u-mx-2 {
  margin-right: calc(1vw * 16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-2,
  .u-mx-2 {
    margin-right: 1rem !important;
  }
}

.u-mb-2,
.u-my-2 {
  margin-bottom: calc(1vw * 16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-2,
  .u-my-2 {
    margin-bottom: 1rem !important;
  }
}

.u-ml-2,
.u-mx-2 {
  margin-left: calc(1vw * 16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-2,
  .u-mx-2 {
    margin-left: 1rem !important;
  }
}

.u-n-m-2 {
  margin: calc(1vw * -16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-2 {
    margin: -1rem !important;
  }
}

.u-n-mt-2,
.u-n-my-2 {
  margin-top: calc(1vw * -16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-2,
  .u-n-my-2 {
    margin-top: -1rem !important;
  }
}

.u-n-mr-2,
.u-n-mx-2 {
  margin-right: calc(1vw * -16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-2,
  .u-n-mx-2 {
    margin-right: -1rem !important;
  }
}

.u-n-mb-2,
.u-n-my-2 {
  margin-bottom: calc(1vw * -16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-2,
  .u-n-my-2 {
    margin-bottom: -1rem !important;
  }
}

.u-n-ml-2,
.u-n-mx-2 {
  margin-left: calc(1vw * -16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-2,
  .u-n-mx-2 {
    margin-bottom: -1rem !important;
  }
}

.u-m-3 {
  margin: calc(1vw * 24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-3 {
    margin: 1.5rem !important;
  }
}

.u-mt-3,
.u-my-3 {
  margin-top: calc(1vw * 24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-3,
  .u-my-3 {
    margin-top: 1.5rem !important;
  }
}

.u-mr-3,
.u-mx-3 {
  margin-right: calc(1vw * 24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-3,
  .u-mx-3 {
    margin-right: 1.5rem !important;
  }
}

.u-mb-3,
.u-my-3 {
  margin-bottom: calc(1vw * 24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-3,
  .u-my-3 {
    margin-bottom: 1.5rem !important;
  }
}

.u-ml-3,
.u-mx-3 {
  margin-left: calc(1vw * 24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-3,
  .u-mx-3 {
    margin-left: 1.5rem !important;
  }
}

.u-n-m-3 {
  margin: calc(1vw * -24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-3 {
    margin: -1.5rem !important;
  }
}

.u-n-mt-3,
.u-n-my-3 {
  margin-top: calc(1vw * -24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-3,
  .u-n-my-3 {
    margin-top: -1.5rem !important;
  }
}

.u-n-mr-3,
.u-n-mx-3 {
  margin-right: calc(1vw * -24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-3,
  .u-n-mx-3 {
    margin-right: -1.5rem !important;
  }
}

.u-n-mb-3,
.u-n-my-3 {
  margin-bottom: calc(1vw * -24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-3,
  .u-n-my-3 {
    margin-bottom: -1.5rem !important;
  }
}

.u-n-ml-3,
.u-n-mx-3 {
  margin-left: calc(1vw * -24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-3,
  .u-n-mx-3 {
    margin-bottom: -1.5rem !important;
  }
}

.u-m-4 {
  margin: calc(1vw * 32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-4 {
    margin: 2rem !important;
  }
}

.u-mt-4,
.u-my-4 {
  margin-top: calc(1vw * 32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-4,
  .u-my-4 {
    margin-top: 2rem !important;
  }
}

.u-mr-4,
.u-mx-4 {
  margin-right: calc(1vw * 32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-4,
  .u-mx-4 {
    margin-right: 2rem !important;
  }
}

.u-mb-4,
.u-my-4 {
  margin-bottom: calc(1vw * 32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-4,
  .u-my-4 {
    margin-bottom: 2rem !important;
  }
}

.u-ml-4,
.u-mx-4 {
  margin-left: calc(1vw * 32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-4,
  .u-mx-4 {
    margin-left: 2rem !important;
  }
}

.u-n-m-4 {
  margin: calc(1vw * -32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-4 {
    margin: -2rem !important;
  }
}

.u-n-mt-4,
.u-n-my-4 {
  margin-top: calc(1vw * -32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-4,
  .u-n-my-4 {
    margin-top: -2rem !important;
  }
}

.u-n-mr-4,
.u-n-mx-4 {
  margin-right: calc(1vw * -32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-4,
  .u-n-mx-4 {
    margin-right: -2rem !important;
  }
}

.u-n-mb-4,
.u-n-my-4 {
  margin-bottom: calc(1vw * -32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-4,
  .u-n-my-4 {
    margin-bottom: -2rem !important;
  }
}

.u-n-ml-4,
.u-n-mx-4 {
  margin-left: calc(1vw * -32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-4,
  .u-n-mx-4 {
    margin-bottom: -2rem !important;
  }
}

.u-m-5 {
  margin: calc(1vw * 40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-5 {
    margin: 2.5rem !important;
  }
}

.u-mt-5,
.u-my-5 {
  margin-top: calc(1vw * 40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-5,
  .u-my-5 {
    margin-top: 2.5rem !important;
  }
}

.u-mr-5,
.u-mx-5 {
  margin-right: calc(1vw * 40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-5,
  .u-mx-5 {
    margin-right: 2.5rem !important;
  }
}

.u-mb-5,
.u-my-5 {
  margin-bottom: calc(1vw * 40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-5,
  .u-my-5 {
    margin-bottom: 2.5rem !important;
  }
}

.u-ml-5,
.u-mx-5 {
  margin-left: calc(1vw * 40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-5,
  .u-mx-5 {
    margin-left: 2.5rem !important;
  }
}

.u-n-m-5 {
  margin: calc(1vw * -40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-5 {
    margin: -2.5rem !important;
  }
}

.u-n-mt-5,
.u-n-my-5 {
  margin-top: calc(1vw * -40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-5,
  .u-n-my-5 {
    margin-top: -2.5rem !important;
  }
}

.u-n-mr-5,
.u-n-mx-5 {
  margin-right: calc(1vw * -40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-5,
  .u-n-mx-5 {
    margin-right: -2.5rem !important;
  }
}

.u-n-mb-5,
.u-n-my-5 {
  margin-bottom: calc(1vw * -40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-5,
  .u-n-my-5 {
    margin-bottom: -2.5rem !important;
  }
}

.u-n-ml-5,
.u-n-mx-5 {
  margin-left: calc(1vw * -40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-5,
  .u-n-mx-5 {
    margin-bottom: -2.5rem !important;
  }
}

.u-m-6 {
  margin: calc(1vw * 48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-6 {
    margin: 3rem !important;
  }
}

.u-mt-6,
.u-my-6 {
  margin-top: calc(1vw * 48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-6,
  .u-my-6 {
    margin-top: 3rem !important;
  }
}

.u-mr-6,
.u-mx-6 {
  margin-right: calc(1vw * 48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-6,
  .u-mx-6 {
    margin-right: 3rem !important;
  }
}

.u-mb-6,
.u-my-6 {
  margin-bottom: calc(1vw * 48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-6,
  .u-my-6 {
    margin-bottom: 3rem !important;
  }
}

.u-ml-6,
.u-mx-6 {
  margin-left: calc(1vw * 48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-6,
  .u-mx-6 {
    margin-left: 3rem !important;
  }
}

.u-n-m-6 {
  margin: calc(1vw * -48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-6 {
    margin: -3rem !important;
  }
}

.u-n-mt-6,
.u-n-my-6 {
  margin-top: calc(1vw * -48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-6,
  .u-n-my-6 {
    margin-top: -3rem !important;
  }
}

.u-n-mr-6,
.u-n-mx-6 {
  margin-right: calc(1vw * -48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-6,
  .u-n-mx-6 {
    margin-right: -3rem !important;
  }
}

.u-n-mb-6,
.u-n-my-6 {
  margin-bottom: calc(1vw * -48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-6,
  .u-n-my-6 {
    margin-bottom: -3rem !important;
  }
}

.u-n-ml-6,
.u-n-mx-6 {
  margin-left: calc(1vw * -48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-6,
  .u-n-mx-6 {
    margin-bottom: -3rem !important;
  }
}

.u-m-7 {
  margin: calc(1vw * 56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-7 {
    margin: 3.5rem !important;
  }
}

.u-mt-7,
.u-my-7 {
  margin-top: calc(1vw * 56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-7,
  .u-my-7 {
    margin-top: 3.5rem !important;
  }
}

.u-mr-7,
.u-mx-7 {
  margin-right: calc(1vw * 56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-7,
  .u-mx-7 {
    margin-right: 3.5rem !important;
  }
}

.u-mb-7,
.u-my-7 {
  margin-bottom: calc(1vw * 56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-7,
  .u-my-7 {
    margin-bottom: 3.5rem !important;
  }
}

.u-ml-7,
.u-mx-7 {
  margin-left: calc(1vw * 56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-7,
  .u-mx-7 {
    margin-left: 3.5rem !important;
  }
}

.u-n-m-7 {
  margin: calc(1vw * -56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-7 {
    margin: -3.5rem !important;
  }
}

.u-n-mt-7,
.u-n-my-7 {
  margin-top: calc(1vw * -56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-7,
  .u-n-my-7 {
    margin-top: -3.5rem !important;
  }
}

.u-n-mr-7,
.u-n-mx-7 {
  margin-right: calc(1vw * -56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-7,
  .u-n-mx-7 {
    margin-right: -3.5rem !important;
  }
}

.u-n-mb-7,
.u-n-my-7 {
  margin-bottom: calc(1vw * -56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-7,
  .u-n-my-7 {
    margin-bottom: -3.5rem !important;
  }
}

.u-n-ml-7,
.u-n-mx-7 {
  margin-left: calc(1vw * -56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-7,
  .u-n-mx-7 {
    margin-bottom: -3.5rem !important;
  }
}

.u-m-8 {
  margin: calc(1vw * 64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-8 {
    margin: 4rem !important;
  }
}

.u-mt-8,
.u-my-8 {
  margin-top: calc(1vw * 64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-8,
  .u-my-8 {
    margin-top: 4rem !important;
  }
}

.u-mr-8,
.u-mx-8 {
  margin-right: calc(1vw * 64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-8,
  .u-mx-8 {
    margin-right: 4rem !important;
  }
}

.u-mb-8,
.u-my-8 {
  margin-bottom: calc(1vw * 64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-8,
  .u-my-8 {
    margin-bottom: 4rem !important;
  }
}

.u-ml-8,
.u-mx-8 {
  margin-left: calc(1vw * 64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-8,
  .u-mx-8 {
    margin-left: 4rem !important;
  }
}

.u-n-m-8 {
  margin: calc(1vw * -64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-8 {
    margin: -4rem !important;
  }
}

.u-n-mt-8,
.u-n-my-8 {
  margin-top: calc(1vw * -64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-8,
  .u-n-my-8 {
    margin-top: -4rem !important;
  }
}

.u-n-mr-8,
.u-n-mx-8 {
  margin-right: calc(1vw * -64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-8,
  .u-n-mx-8 {
    margin-right: -4rem !important;
  }
}

.u-n-mb-8,
.u-n-my-8 {
  margin-bottom: calc(1vw * -64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-8,
  .u-n-my-8 {
    margin-bottom: -4rem !important;
  }
}

.u-n-ml-8,
.u-n-mx-8 {
  margin-left: calc(1vw * -64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-8,
  .u-n-mx-8 {
    margin-bottom: -4rem !important;
  }
}

.u-m-9 {
  margin: calc(1vw * 72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-9 {
    margin: 4.5rem !important;
  }
}

.u-mt-9,
.u-my-9 {
  margin-top: calc(1vw * 72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-9,
  .u-my-9 {
    margin-top: 4.5rem !important;
  }
}

.u-mr-9,
.u-mx-9 {
  margin-right: calc(1vw * 72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-9,
  .u-mx-9 {
    margin-right: 4.5rem !important;
  }
}

.u-mb-9,
.u-my-9 {
  margin-bottom: calc(1vw * 72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-9,
  .u-my-9 {
    margin-bottom: 4.5rem !important;
  }
}

.u-ml-9,
.u-mx-9 {
  margin-left: calc(1vw * 72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-9,
  .u-mx-9 {
    margin-left: 4.5rem !important;
  }
}

.u-n-m-9 {
  margin: calc(1vw * -72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-9 {
    margin: -4.5rem !important;
  }
}

.u-n-mt-9,
.u-n-my-9 {
  margin-top: calc(1vw * -72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-9,
  .u-n-my-9 {
    margin-top: -4.5rem !important;
  }
}

.u-n-mr-9,
.u-n-mx-9 {
  margin-right: calc(1vw * -72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-9,
  .u-n-mx-9 {
    margin-right: -4.5rem !important;
  }
}

.u-n-mb-9,
.u-n-my-9 {
  margin-bottom: calc(1vw * -72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-9,
  .u-n-my-9 {
    margin-bottom: -4.5rem !important;
  }
}

.u-n-ml-9,
.u-n-mx-9 {
  margin-left: calc(1vw * -72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-9,
  .u-n-mx-9 {
    margin-bottom: -4.5rem !important;
  }
}

.u-m-10 {
  margin: calc(1vw * 80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-10 {
    margin: 5rem !important;
  }
}

.u-mt-10,
.u-my-10 {
  margin-top: calc(1vw * 80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-10,
  .u-my-10 {
    margin-top: 5rem !important;
  }
}

.u-mr-10,
.u-mx-10 {
  margin-right: calc(1vw * 80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-10,
  .u-mx-10 {
    margin-right: 5rem !important;
  }
}

.u-mb-10,
.u-my-10 {
  margin-bottom: calc(1vw * 80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-10,
  .u-my-10 {
    margin-bottom: 5rem !important;
  }
}

.u-ml-10,
.u-mx-10 {
  margin-left: calc(1vw * 80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-10,
  .u-mx-10 {
    margin-left: 5rem !important;
  }
}

.u-n-m-10 {
  margin: calc(1vw * -80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-10 {
    margin: -5rem !important;
  }
}

.u-n-mt-10,
.u-n-my-10 {
  margin-top: calc(1vw * -80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-10,
  .u-n-my-10 {
    margin-top: -5rem !important;
  }
}

.u-n-mr-10,
.u-n-mx-10 {
  margin-right: calc(1vw * -80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-10,
  .u-n-mx-10 {
    margin-right: -5rem !important;
  }
}

.u-n-mb-10,
.u-n-my-10 {
  margin-bottom: calc(1vw * -80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-10,
  .u-n-my-10 {
    margin-bottom: -5rem !important;
  }
}

.u-n-ml-10,
.u-n-mx-10 {
  margin-left: calc(1vw * -80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-10,
  .u-n-mx-10 {
    margin-bottom: -5rem !important;
  }
}

.u-m-11 {
  margin: calc(1vw * 88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-11 {
    margin: 5.5rem !important;
  }
}

.u-mt-11,
.u-my-11 {
  margin-top: calc(1vw * 88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-11,
  .u-my-11 {
    margin-top: 5.5rem !important;
  }
}

.u-mr-11,
.u-mx-11 {
  margin-right: calc(1vw * 88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-11,
  .u-mx-11 {
    margin-right: 5.5rem !important;
  }
}

.u-mb-11,
.u-my-11 {
  margin-bottom: calc(1vw * 88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-11,
  .u-my-11 {
    margin-bottom: 5.5rem !important;
  }
}

.u-ml-11,
.u-mx-11 {
  margin-left: calc(1vw * 88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-11,
  .u-mx-11 {
    margin-left: 5.5rem !important;
  }
}

.u-n-m-11 {
  margin: calc(1vw * -88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-11 {
    margin: -5.5rem !important;
  }
}

.u-n-mt-11,
.u-n-my-11 {
  margin-top: calc(1vw * -88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-11,
  .u-n-my-11 {
    margin-top: -5.5rem !important;
  }
}

.u-n-mr-11,
.u-n-mx-11 {
  margin-right: calc(1vw * -88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-11,
  .u-n-mx-11 {
    margin-right: -5.5rem !important;
  }
}

.u-n-mb-11,
.u-n-my-11 {
  margin-bottom: calc(1vw * -88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-11,
  .u-n-my-11 {
    margin-bottom: -5.5rem !important;
  }
}

.u-n-ml-11,
.u-n-mx-11 {
  margin-left: calc(1vw * -88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-11,
  .u-n-mx-11 {
    margin-bottom: -5.5rem !important;
  }
}

.u-m-12 {
  margin: calc(1vw * 96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-12 {
    margin: 6rem !important;
  }
}

.u-mt-12,
.u-my-12 {
  margin-top: calc(1vw * 96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-12,
  .u-my-12 {
    margin-top: 6rem !important;
  }
}

.u-mr-12,
.u-mx-12 {
  margin-right: calc(1vw * 96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-12,
  .u-mx-12 {
    margin-right: 6rem !important;
  }
}

.u-mb-12,
.u-my-12 {
  margin-bottom: calc(1vw * 96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-12,
  .u-my-12 {
    margin-bottom: 6rem !important;
  }
}

.u-ml-12,
.u-mx-12 {
  margin-left: calc(1vw * 96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-12,
  .u-mx-12 {
    margin-left: 6rem !important;
  }
}

.u-n-m-12 {
  margin: calc(1vw * -96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-12 {
    margin: -6rem !important;
  }
}

.u-n-mt-12,
.u-n-my-12 {
  margin-top: calc(1vw * -96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-12,
  .u-n-my-12 {
    margin-top: -6rem !important;
  }
}

.u-n-mr-12,
.u-n-mx-12 {
  margin-right: calc(1vw * -96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-12,
  .u-n-mx-12 {
    margin-right: -6rem !important;
  }
}

.u-n-mb-12,
.u-n-my-12 {
  margin-bottom: calc(1vw * -96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-12,
  .u-n-my-12 {
    margin-bottom: -6rem !important;
  }
}

.u-n-ml-12,
.u-n-mx-12 {
  margin-left: calc(1vw * -96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-12,
  .u-n-mx-12 {
    margin-bottom: -6rem !important;
  }
}

.u-m-13 {
  margin: calc(1vw * 104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-13 {
    margin: 6.5rem !important;
  }
}

.u-mt-13,
.u-my-13 {
  margin-top: calc(1vw * 104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-13,
  .u-my-13 {
    margin-top: 6.5rem !important;
  }
}

.u-mr-13,
.u-mx-13 {
  margin-right: calc(1vw * 104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-13,
  .u-mx-13 {
    margin-right: 6.5rem !important;
  }
}

.u-mb-13,
.u-my-13 {
  margin-bottom: calc(1vw * 104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-13,
  .u-my-13 {
    margin-bottom: 6.5rem !important;
  }
}

.u-ml-13,
.u-mx-13 {
  margin-left: calc(1vw * 104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-13,
  .u-mx-13 {
    margin-left: 6.5rem !important;
  }
}

.u-n-m-13 {
  margin: calc(1vw * -104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-13 {
    margin: -6.5rem !important;
  }
}

.u-n-mt-13,
.u-n-my-13 {
  margin-top: calc(1vw * -104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-13,
  .u-n-my-13 {
    margin-top: -6.5rem !important;
  }
}

.u-n-mr-13,
.u-n-mx-13 {
  margin-right: calc(1vw * -104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-13,
  .u-n-mx-13 {
    margin-right: -6.5rem !important;
  }
}

.u-n-mb-13,
.u-n-my-13 {
  margin-bottom: calc(1vw * -104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-13,
  .u-n-my-13 {
    margin-bottom: -6.5rem !important;
  }
}

.u-n-ml-13,
.u-n-mx-13 {
  margin-left: calc(1vw * -104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-13,
  .u-n-mx-13 {
    margin-bottom: -6.5rem !important;
  }
}

.u-m-14 {
  margin: calc(1vw * 112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-14 {
    margin: 7rem !important;
  }
}

.u-mt-14,
.u-my-14 {
  margin-top: calc(1vw * 112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-14,
  .u-my-14 {
    margin-top: 7rem !important;
  }
}

.u-mr-14,
.u-mx-14 {
  margin-right: calc(1vw * 112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-14,
  .u-mx-14 {
    margin-right: 7rem !important;
  }
}

.u-mb-14,
.u-my-14 {
  margin-bottom: calc(1vw * 112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-14,
  .u-my-14 {
    margin-bottom: 7rem !important;
  }
}

.u-ml-14,
.u-mx-14 {
  margin-left: calc(1vw * 112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-14,
  .u-mx-14 {
    margin-left: 7rem !important;
  }
}

.u-n-m-14 {
  margin: calc(1vw * -112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-14 {
    margin: -7rem !important;
  }
}

.u-n-mt-14,
.u-n-my-14 {
  margin-top: calc(1vw * -112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-14,
  .u-n-my-14 {
    margin-top: -7rem !important;
  }
}

.u-n-mr-14,
.u-n-mx-14 {
  margin-right: calc(1vw * -112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-14,
  .u-n-mx-14 {
    margin-right: -7rem !important;
  }
}

.u-n-mb-14,
.u-n-my-14 {
  margin-bottom: calc(1vw * -112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-14,
  .u-n-my-14 {
    margin-bottom: -7rem !important;
  }
}

.u-n-ml-14,
.u-n-mx-14 {
  margin-left: calc(1vw * -112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-14,
  .u-n-mx-14 {
    margin-bottom: -7rem !important;
  }
}

.u-m-15 {
  margin: calc(1vw * 120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-15 {
    margin: 7.5rem !important;
  }
}

.u-mt-15,
.u-my-15 {
  margin-top: calc(1vw * 120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-15,
  .u-my-15 {
    margin-top: 7.5rem !important;
  }
}

.u-mr-15,
.u-mx-15 {
  margin-right: calc(1vw * 120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-15,
  .u-mx-15 {
    margin-right: 7.5rem !important;
  }
}

.u-mb-15,
.u-my-15 {
  margin-bottom: calc(1vw * 120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-15,
  .u-my-15 {
    margin-bottom: 7.5rem !important;
  }
}

.u-ml-15,
.u-mx-15 {
  margin-left: calc(1vw * 120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-15,
  .u-mx-15 {
    margin-left: 7.5rem !important;
  }
}

.u-n-m-15 {
  margin: calc(1vw * -120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-15 {
    margin: -7.5rem !important;
  }
}

.u-n-mt-15,
.u-n-my-15 {
  margin-top: calc(1vw * -120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-15,
  .u-n-my-15 {
    margin-top: -7.5rem !important;
  }
}

.u-n-mr-15,
.u-n-mx-15 {
  margin-right: calc(1vw * -120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-15,
  .u-n-mx-15 {
    margin-right: -7.5rem !important;
  }
}

.u-n-mb-15,
.u-n-my-15 {
  margin-bottom: calc(1vw * -120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-15,
  .u-n-my-15 {
    margin-bottom: -7.5rem !important;
  }
}

.u-n-ml-15,
.u-n-mx-15 {
  margin-left: calc(1vw * -120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-15,
  .u-n-mx-15 {
    margin-bottom: -7.5rem !important;
  }
}

.u-m-16 {
  margin: calc(1vw * 128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-16 {
    margin: 8rem !important;
  }
}

.u-mt-16,
.u-my-16 {
  margin-top: calc(1vw * 128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-16,
  .u-my-16 {
    margin-top: 8rem !important;
  }
}

.u-mr-16,
.u-mx-16 {
  margin-right: calc(1vw * 128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-16,
  .u-mx-16 {
    margin-right: 8rem !important;
  }
}

.u-mb-16,
.u-my-16 {
  margin-bottom: calc(1vw * 128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-16,
  .u-my-16 {
    margin-bottom: 8rem !important;
  }
}

.u-ml-16,
.u-mx-16 {
  margin-left: calc(1vw * 128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-16,
  .u-mx-16 {
    margin-left: 8rem !important;
  }
}

.u-n-m-16 {
  margin: calc(1vw * -128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-16 {
    margin: -8rem !important;
  }
}

.u-n-mt-16,
.u-n-my-16 {
  margin-top: calc(1vw * -128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-16,
  .u-n-my-16 {
    margin-top: -8rem !important;
  }
}

.u-n-mr-16,
.u-n-mx-16 {
  margin-right: calc(1vw * -128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-16,
  .u-n-mx-16 {
    margin-right: -8rem !important;
  }
}

.u-n-mb-16,
.u-n-my-16 {
  margin-bottom: calc(1vw * -128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-16,
  .u-n-my-16 {
    margin-bottom: -8rem !important;
  }
}

.u-n-ml-16,
.u-n-mx-16 {
  margin-left: calc(1vw * -128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-16,
  .u-n-mx-16 {
    margin-bottom: -8rem !important;
  }
}

.u-m-17 {
  margin: calc(1vw * 136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-17 {
    margin: 8.5rem !important;
  }
}

.u-mt-17,
.u-my-17 {
  margin-top: calc(1vw * 136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-17,
  .u-my-17 {
    margin-top: 8.5rem !important;
  }
}

.u-mr-17,
.u-mx-17 {
  margin-right: calc(1vw * 136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-17,
  .u-mx-17 {
    margin-right: 8.5rem !important;
  }
}

.u-mb-17,
.u-my-17 {
  margin-bottom: calc(1vw * 136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-17,
  .u-my-17 {
    margin-bottom: 8.5rem !important;
  }
}

.u-ml-17,
.u-mx-17 {
  margin-left: calc(1vw * 136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-17,
  .u-mx-17 {
    margin-left: 8.5rem !important;
  }
}

.u-n-m-17 {
  margin: calc(1vw * -136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-17 {
    margin: -8.5rem !important;
  }
}

.u-n-mt-17,
.u-n-my-17 {
  margin-top: calc(1vw * -136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-17,
  .u-n-my-17 {
    margin-top: -8.5rem !important;
  }
}

.u-n-mr-17,
.u-n-mx-17 {
  margin-right: calc(1vw * -136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-17,
  .u-n-mx-17 {
    margin-right: -8.5rem !important;
  }
}

.u-n-mb-17,
.u-n-my-17 {
  margin-bottom: calc(1vw * -136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-17,
  .u-n-my-17 {
    margin-bottom: -8.5rem !important;
  }
}

.u-n-ml-17,
.u-n-mx-17 {
  margin-left: calc(1vw * -136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-17,
  .u-n-mx-17 {
    margin-bottom: -8.5rem !important;
  }
}

.u-m-18 {
  margin: calc(1vw * 144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-m-18 {
    margin: 9rem !important;
  }
}

.u-mt-18,
.u-my-18 {
  margin-top: calc(1vw * 144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mt-18,
  .u-my-18 {
    margin-top: 9rem !important;
  }
}

.u-mr-18,
.u-mx-18 {
  margin-right: calc(1vw * 144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mr-18,
  .u-mx-18 {
    margin-right: 9rem !important;
  }
}

.u-mb-18,
.u-my-18 {
  margin-bottom: calc(1vw * 144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-mb-18,
  .u-my-18 {
    margin-bottom: 9rem !important;
  }
}

.u-ml-18,
.u-mx-18 {
  margin-left: calc(1vw * 144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-ml-18,
  .u-mx-18 {
    margin-left: 9rem !important;
  }
}

.u-n-m-18 {
  margin: calc(1vw * -144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-m-18 {
    margin: -9rem !important;
  }
}

.u-n-mt-18,
.u-n-my-18 {
  margin-top: calc(1vw * -144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mt-18,
  .u-n-my-18 {
    margin-top: -9rem !important;
  }
}

.u-n-mr-18,
.u-n-mx-18 {
  margin-right: calc(1vw * -144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mr-18,
  .u-n-mx-18 {
    margin-right: -9rem !important;
  }
}

.u-n-mb-18,
.u-n-my-18 {
  margin-bottom: calc(1vw * -144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-mb-18,
  .u-n-my-18 {
    margin-bottom: -9rem !important;
  }
}

.u-n-ml-18,
.u-n-mx-18 {
  margin-left: calc(1vw * -144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-n-ml-18,
  .u-n-mx-18 {
    margin-bottom: -9rem !important;
  }
}

.u-p-0 {
  padding: calc(1vw * 0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-0 {
    padding: 0rem !important;
  }
}

.u-pt-0,
.u-py-0 {
  padding-top: calc(1vw * 0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-0,
  .u-py-0 {
    padding-top: 0rem !important;
  }
}

.u-pr-0,
.u-px-0 {
  padding-right: calc(1vw * 0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-0,
  .u-px-0 {
    padding-right: 0rem !important;
  }
}

.u-pb-0,
.u-py-0 {
  padding-bottom: calc(1vw * 0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-0,
  .u-py-0 {
    padding-bottom: 0rem !important;
  }
}

.u-pl-0,
.u-px-0 {
  padding-left: calc(1vw * 0 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-0,
  .u-px-0 {
    padding-left: 0rem !important;
  }
}

.u-p-1 {
  padding: calc(1vw * 8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-1 {
    padding: 0.5rem !important;
  }
}

.u-pt-1,
.u-py-1 {
  padding-top: calc(1vw * 8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-1,
  .u-py-1 {
    padding-top: 0.5rem !important;
  }
}

.u-pr-1,
.u-px-1 {
  padding-right: calc(1vw * 8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-1,
  .u-px-1 {
    padding-right: 0.5rem !important;
  }
}

.u-pb-1,
.u-py-1 {
  padding-bottom: calc(1vw * 8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-1,
  .u-py-1 {
    padding-bottom: 0.5rem !important;
  }
}

.u-pl-1,
.u-px-1 {
  padding-left: calc(1vw * 8 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-1,
  .u-px-1 {
    padding-left: 0.5rem !important;
  }
}

.u-p-2 {
  padding: calc(1vw * 16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-2 {
    padding: 1rem !important;
  }
}

.u-pt-2,
.u-py-2 {
  padding-top: calc(1vw * 16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-2,
  .u-py-2 {
    padding-top: 1rem !important;
  }
}

.u-pr-2,
.u-px-2 {
  padding-right: calc(1vw * 16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-2,
  .u-px-2 {
    padding-right: 1rem !important;
  }
}

.u-pb-2,
.u-py-2 {
  padding-bottom: calc(1vw * 16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-2,
  .u-py-2 {
    padding-bottom: 1rem !important;
  }
}

.u-pl-2,
.u-px-2 {
  padding-left: calc(1vw * 16 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-2,
  .u-px-2 {
    padding-left: 1rem !important;
  }
}

.u-p-3 {
  padding: calc(1vw * 24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-3 {
    padding: 1.5rem !important;
  }
}

.u-pt-3,
.u-py-3 {
  padding-top: calc(1vw * 24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-3,
  .u-py-3 {
    padding-top: 1.5rem !important;
  }
}

.u-pr-3,
.u-px-3 {
  padding-right: calc(1vw * 24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-3,
  .u-px-3 {
    padding-right: 1.5rem !important;
  }
}

.u-pb-3,
.u-py-3 {
  padding-bottom: calc(1vw * 24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-3,
  .u-py-3 {
    padding-bottom: 1.5rem !important;
  }
}

.u-pl-3,
.u-px-3 {
  padding-left: calc(1vw * 24 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-3,
  .u-px-3 {
    padding-left: 1.5rem !important;
  }
}

.u-p-4 {
  padding: calc(1vw * 32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-4 {
    padding: 2rem !important;
  }
}

.u-pt-4,
.u-py-4 {
  padding-top: calc(1vw * 32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-4,
  .u-py-4 {
    padding-top: 2rem !important;
  }
}

.u-pr-4,
.u-px-4 {
  padding-right: calc(1vw * 32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-4,
  .u-px-4 {
    padding-right: 2rem !important;
  }
}

.u-pb-4,
.u-py-4 {
  padding-bottom: calc(1vw * 32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-4,
  .u-py-4 {
    padding-bottom: 2rem !important;
  }
}

.u-pl-4,
.u-px-4 {
  padding-left: calc(1vw * 32 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-4,
  .u-px-4 {
    padding-left: 2rem !important;
  }
}

.u-p-5 {
  padding: calc(1vw * 40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-5 {
    padding: 2.5rem !important;
  }
}

.u-pt-5,
.u-py-5 {
  padding-top: calc(1vw * 40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-5,
  .u-py-5 {
    padding-top: 2.5rem !important;
  }
}

.u-pr-5,
.u-px-5 {
  padding-right: calc(1vw * 40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-5,
  .u-px-5 {
    padding-right: 2.5rem !important;
  }
}

.u-pb-5,
.u-py-5 {
  padding-bottom: calc(1vw * 40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-5,
  .u-py-5 {
    padding-bottom: 2.5rem !important;
  }
}

.u-pl-5,
.u-px-5 {
  padding-left: calc(1vw * 40 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-5,
  .u-px-5 {
    padding-left: 2.5rem !important;
  }
}

.u-p-6 {
  padding: calc(1vw * 48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-6 {
    padding: 3rem !important;
  }
}

.u-pt-6,
.u-py-6 {
  padding-top: calc(1vw * 48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-6,
  .u-py-6 {
    padding-top: 3rem !important;
  }
}

.u-pr-6,
.u-px-6 {
  padding-right: calc(1vw * 48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-6,
  .u-px-6 {
    padding-right: 3rem !important;
  }
}

.u-pb-6,
.u-py-6 {
  padding-bottom: calc(1vw * 48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-6,
  .u-py-6 {
    padding-bottom: 3rem !important;
  }
}

.u-pl-6,
.u-px-6 {
  padding-left: calc(1vw * 48 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-6,
  .u-px-6 {
    padding-left: 3rem !important;
  }
}

.u-p-7 {
  padding: calc(1vw * 56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-7 {
    padding: 3.5rem !important;
  }
}

.u-pt-7,
.u-py-7 {
  padding-top: calc(1vw * 56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-7,
  .u-py-7 {
    padding-top: 3.5rem !important;
  }
}

.u-pr-7,
.u-px-7 {
  padding-right: calc(1vw * 56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-7,
  .u-px-7 {
    padding-right: 3.5rem !important;
  }
}

.u-pb-7,
.u-py-7 {
  padding-bottom: calc(1vw * 56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-7,
  .u-py-7 {
    padding-bottom: 3.5rem !important;
  }
}

.u-pl-7,
.u-px-7 {
  padding-left: calc(1vw * 56 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-7,
  .u-px-7 {
    padding-left: 3.5rem !important;
  }
}

.u-p-8 {
  padding: calc(1vw * 64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-8 {
    padding: 4rem !important;
  }
}

.u-pt-8,
.u-py-8 {
  padding-top: calc(1vw * 64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-8,
  .u-py-8 {
    padding-top: 4rem !important;
  }
}

.u-pr-8,
.u-px-8 {
  padding-right: calc(1vw * 64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-8,
  .u-px-8 {
    padding-right: 4rem !important;
  }
}

.u-pb-8,
.u-py-8 {
  padding-bottom: calc(1vw * 64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-8,
  .u-py-8 {
    padding-bottom: 4rem !important;
  }
}

.u-pl-8,
.u-px-8 {
  padding-left: calc(1vw * 64 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-8,
  .u-px-8 {
    padding-left: 4rem !important;
  }
}

.u-p-9 {
  padding: calc(1vw * 72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-9 {
    padding: 4.5rem !important;
  }
}

.u-pt-9,
.u-py-9 {
  padding-top: calc(1vw * 72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-9,
  .u-py-9 {
    padding-top: 4.5rem !important;
  }
}

.u-pr-9,
.u-px-9 {
  padding-right: calc(1vw * 72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-9,
  .u-px-9 {
    padding-right: 4.5rem !important;
  }
}

.u-pb-9,
.u-py-9 {
  padding-bottom: calc(1vw * 72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-9,
  .u-py-9 {
    padding-bottom: 4.5rem !important;
  }
}

.u-pl-9,
.u-px-9 {
  padding-left: calc(1vw * 72 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-9,
  .u-px-9 {
    padding-left: 4.5rem !important;
  }
}

.u-p-10 {
  padding: calc(1vw * 80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-10 {
    padding: 5rem !important;
  }
}

.u-pt-10,
.u-py-10 {
  padding-top: calc(1vw * 80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-10,
  .u-py-10 {
    padding-top: 5rem !important;
  }
}

.u-pr-10,
.u-px-10 {
  padding-right: calc(1vw * 80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-10,
  .u-px-10 {
    padding-right: 5rem !important;
  }
}

.u-pb-10,
.u-py-10 {
  padding-bottom: calc(1vw * 80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-10,
  .u-py-10 {
    padding-bottom: 5rem !important;
  }
}

.u-pl-10,
.u-px-10 {
  padding-left: calc(1vw * 80 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-10,
  .u-px-10 {
    padding-left: 5rem !important;
  }
}

.u-p-11 {
  padding: calc(1vw * 88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-11 {
    padding: 5.5rem !important;
  }
}

.u-pt-11,
.u-py-11 {
  padding-top: calc(1vw * 88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-11,
  .u-py-11 {
    padding-top: 5.5rem !important;
  }
}

.u-pr-11,
.u-px-11 {
  padding-right: calc(1vw * 88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-11,
  .u-px-11 {
    padding-right: 5.5rem !important;
  }
}

.u-pb-11,
.u-py-11 {
  padding-bottom: calc(1vw * 88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-11,
  .u-py-11 {
    padding-bottom: 5.5rem !important;
  }
}

.u-pl-11,
.u-px-11 {
  padding-left: calc(1vw * 88 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-11,
  .u-px-11 {
    padding-left: 5.5rem !important;
  }
}

.u-p-12 {
  padding: calc(1vw * 96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-12 {
    padding: 6rem !important;
  }
}

.u-pt-12,
.u-py-12 {
  padding-top: calc(1vw * 96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-12,
  .u-py-12 {
    padding-top: 6rem !important;
  }
}

.u-pr-12,
.u-px-12 {
  padding-right: calc(1vw * 96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-12,
  .u-px-12 {
    padding-right: 6rem !important;
  }
}

.u-pb-12,
.u-py-12 {
  padding-bottom: calc(1vw * 96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-12,
  .u-py-12 {
    padding-bottom: 6rem !important;
  }
}

.u-pl-12,
.u-px-12 {
  padding-left: calc(1vw * 96 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-12,
  .u-px-12 {
    padding-left: 6rem !important;
  }
}

.u-p-13 {
  padding: calc(1vw * 104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-13 {
    padding: 6.5rem !important;
  }
}

.u-pt-13,
.u-py-13 {
  padding-top: calc(1vw * 104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-13,
  .u-py-13 {
    padding-top: 6.5rem !important;
  }
}

.u-pr-13,
.u-px-13 {
  padding-right: calc(1vw * 104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-13,
  .u-px-13 {
    padding-right: 6.5rem !important;
  }
}

.u-pb-13,
.u-py-13 {
  padding-bottom: calc(1vw * 104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-13,
  .u-py-13 {
    padding-bottom: 6.5rem !important;
  }
}

.u-pl-13,
.u-px-13 {
  padding-left: calc(1vw * 104 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-13,
  .u-px-13 {
    padding-left: 6.5rem !important;
  }
}

.u-p-14 {
  padding: calc(1vw * 112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-14 {
    padding: 7rem !important;
  }
}

.u-pt-14,
.u-py-14 {
  padding-top: calc(1vw * 112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-14,
  .u-py-14 {
    padding-top: 7rem !important;
  }
}

.u-pr-14,
.u-px-14 {
  padding-right: calc(1vw * 112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-14,
  .u-px-14 {
    padding-right: 7rem !important;
  }
}

.u-pb-14,
.u-py-14 {
  padding-bottom: calc(1vw * 112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-14,
  .u-py-14 {
    padding-bottom: 7rem !important;
  }
}

.u-pl-14,
.u-px-14 {
  padding-left: calc(1vw * 112 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-14,
  .u-px-14 {
    padding-left: 7rem !important;
  }
}

.u-p-15 {
  padding: calc(1vw * 120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-15 {
    padding: 7.5rem !important;
  }
}

.u-pt-15,
.u-py-15 {
  padding-top: calc(1vw * 120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-15,
  .u-py-15 {
    padding-top: 7.5rem !important;
  }
}

.u-pr-15,
.u-px-15 {
  padding-right: calc(1vw * 120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-15,
  .u-px-15 {
    padding-right: 7.5rem !important;
  }
}

.u-pb-15,
.u-py-15 {
  padding-bottom: calc(1vw * 120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-15,
  .u-py-15 {
    padding-bottom: 7.5rem !important;
  }
}

.u-pl-15,
.u-px-15 {
  padding-left: calc(1vw * 120 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-15,
  .u-px-15 {
    padding-left: 7.5rem !important;
  }
}

.u-p-16 {
  padding: calc(1vw * 128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-16 {
    padding: 8rem !important;
  }
}

.u-pt-16,
.u-py-16 {
  padding-top: calc(1vw * 128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-16,
  .u-py-16 {
    padding-top: 8rem !important;
  }
}

.u-pr-16,
.u-px-16 {
  padding-right: calc(1vw * 128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-16,
  .u-px-16 {
    padding-right: 8rem !important;
  }
}

.u-pb-16,
.u-py-16 {
  padding-bottom: calc(1vw * 128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-16,
  .u-py-16 {
    padding-bottom: 8rem !important;
  }
}

.u-pl-16,
.u-px-16 {
  padding-left: calc(1vw * 128 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-16,
  .u-px-16 {
    padding-left: 8rem !important;
  }
}

.u-p-17 {
  padding: calc(1vw * 136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-17 {
    padding: 8.5rem !important;
  }
}

.u-pt-17,
.u-py-17 {
  padding-top: calc(1vw * 136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-17,
  .u-py-17 {
    padding-top: 8.5rem !important;
  }
}

.u-pr-17,
.u-px-17 {
  padding-right: calc(1vw * 136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-17,
  .u-px-17 {
    padding-right: 8.5rem !important;
  }
}

.u-pb-17,
.u-py-17 {
  padding-bottom: calc(1vw * 136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-17,
  .u-py-17 {
    padding-bottom: 8.5rem !important;
  }
}

.u-pl-17,
.u-px-17 {
  padding-left: calc(1vw * 136 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-17,
  .u-px-17 {
    padding-left: 8.5rem !important;
  }
}

.u-p-18 {
  padding: calc(1vw * 144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-p-18 {
    padding: 9rem !important;
  }
}

.u-pt-18,
.u-py-18 {
  padding-top: calc(1vw * 144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pt-18,
  .u-py-18 {
    padding-top: 9rem !important;
  }
}

.u-pr-18,
.u-px-18 {
  padding-right: calc(1vw * 144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pr-18,
  .u-px-18 {
    padding-right: 9rem !important;
  }
}

.u-pb-18,
.u-py-18 {
  padding-bottom: calc(1vw * 144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pb-18,
  .u-py-18 {
    padding-bottom: 9rem !important;
  }
}

.u-pl-18,
.u-px-18 {
  padding-left: calc(1vw * 144 / 800 * 100) !important;
}
@media screen and (min-width: 800px) {
  .u-pl-18,
  .u-px-18 {
    padding-left: 9rem !important;
  }
}

@media screen and (min-width: 800px) {
  .u-m-md-0 {
    margin: 0rem !important;
  }
  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0rem !important;
  }
  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0rem !important;
  }
  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0rem !important;
  }
  .u-n-m-md-0 {
    margin: -0rem !important;
  }
  .u-n-mt-md-0,
  .u-n-my-md-0 {
    margin-top: -0rem !important;
  }
  .u-n-mr-md-0,
  .u-n-mx-md-0 {
    margin-right: -0rem !important;
  }
  .u-n-mb-md-0,
  .u-n-my-md-0 {
    margin-bottom: -0rem !important;
  }
  .u-n-ml-md-0,
  .u-n-mx-md-0 {
    margin-left: -0rem !important;
  }
  .u-p-md-0 {
    padding: 0rem !important;
  }
  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0rem !important;
  }
  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0rem !important;
  }
  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0rem !important;
  }
  .u-p-md-1 {
    padding: 0.5rem !important;
  }
  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-md-2 {
    padding: 1rem !important;
  }
  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }
  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }
  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }
  .u-p-md-3 {
    padding: 1.5rem !important;
  }
  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-md-4 {
    padding: 2rem !important;
  }
  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }
  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }
  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }
  .u-p-md-5 {
    padding: 2.5rem !important;
  }
  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-md-6 {
    padding: 3rem !important;
  }
  .u-pt-md-6,
  .u-py-md-6 {
    padding-top: 3rem !important;
  }
  .u-pr-md-6,
  .u-px-md-6 {
    padding-right: 3rem !important;
  }
  .u-pb-md-6,
  .u-py-md-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-md-6,
  .u-px-md-6 {
    padding-left: 3rem !important;
  }
  .u-p-md-7 {
    padding: 3.5rem !important;
  }
  .u-pt-md-7,
  .u-py-md-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-md-7,
  .u-px-md-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-md-7,
  .u-py-md-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-md-7,
  .u-px-md-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-md-8 {
    padding: 4rem !important;
  }
  .u-pt-md-8,
  .u-py-md-8 {
    padding-top: 4rem !important;
  }
  .u-pr-md-8,
  .u-px-md-8 {
    padding-right: 4rem !important;
  }
  .u-pb-md-8,
  .u-py-md-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-md-8,
  .u-px-md-8 {
    padding-left: 4rem !important;
  }
  .u-p-md-9 {
    padding: 4.5rem !important;
  }
  .u-pt-md-9,
  .u-py-md-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-md-9,
  .u-px-md-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-md-9,
  .u-py-md-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-md-9,
  .u-px-md-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-md-10 {
    padding: 5rem !important;
  }
  .u-pt-md-10,
  .u-py-md-10 {
    padding-top: 5rem !important;
  }
  .u-pr-md-10,
  .u-px-md-10 {
    padding-right: 5rem !important;
  }
  .u-pb-md-10,
  .u-py-md-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-md-10,
  .u-px-md-10 {
    padding-left: 5rem !important;
  }
  .u-p-md-11 {
    padding: 5.5rem !important;
  }
  .u-pt-md-11,
  .u-py-md-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-md-11,
  .u-px-md-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-md-11,
  .u-py-md-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-md-11,
  .u-px-md-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-md-12 {
    padding: 6rem !important;
  }
  .u-pt-md-12,
  .u-py-md-12 {
    padding-top: 6rem !important;
  }
  .u-pr-md-12,
  .u-px-md-12 {
    padding-right: 6rem !important;
  }
  .u-pb-md-12,
  .u-py-md-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-md-12,
  .u-px-md-12 {
    padding-left: 6rem !important;
  }
  .u-p-md-13 {
    padding: 6.5rem !important;
  }
  .u-pt-md-13,
  .u-py-md-13 {
    padding-top: 6.5rem !important;
  }
  .u-pr-md-13,
  .u-px-md-13 {
    padding-right: 6.5rem !important;
  }
  .u-pb-md-13,
  .u-py-md-13 {
    padding-bottom: 6.5rem !important;
  }
  .u-pl-md-13,
  .u-px-md-13 {
    padding-left: 6.5rem !important;
  }
  .u-p-md-14 {
    padding: 7rem !important;
  }
  .u-pt-md-14,
  .u-py-md-14 {
    padding-top: 7rem !important;
  }
  .u-pr-md-14,
  .u-px-md-14 {
    padding-right: 7rem !important;
  }
  .u-pb-md-14,
  .u-py-md-14 {
    padding-bottom: 7rem !important;
  }
  .u-pl-md-14,
  .u-px-md-14 {
    padding-left: 7rem !important;
  }
  .u-p-md-15 {
    padding: 7.5rem !important;
  }
  .u-pt-md-15,
  .u-py-md-15 {
    padding-top: 7.5rem !important;
  }
  .u-pr-md-15,
  .u-px-md-15 {
    padding-right: 7.5rem !important;
  }
  .u-pb-md-15,
  .u-py-md-15 {
    padding-bottom: 7.5rem !important;
  }
  .u-pl-md-15,
  .u-px-md-15 {
    padding-left: 7.5rem !important;
  }
  .u-p-md-16 {
    padding: 8rem !important;
  }
  .u-pt-md-16,
  .u-py-md-16 {
    padding-top: 8rem !important;
  }
  .u-pr-md-16,
  .u-px-md-16 {
    padding-right: 8rem !important;
  }
  .u-pb-md-16,
  .u-py-md-16 {
    padding-bottom: 8rem !important;
  }
  .u-pl-md-16,
  .u-px-md-16 {
    padding-left: 8rem !important;
  }
}
body {
  margin: 0 auto;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a {
  text-decoration: none;
}

.xl-only {
  display: block;
}
@media screen and (max-width: 1199px) {
  .xl-only {
    display: none;
  }
}

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

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

.u-underline-orange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff8400));
  background: linear-gradient(transparent 75%, #ff8400 75%);
}

.l-header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0px #999;
          box-shadow: 0 1px 10px 0px #999;
  border-radius: 10px;
}
.l-header__inner a {
  text-decoration: none;
}
.l-header__inner.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-header__logo {
  margin: 10px 20px;
  text-align: center;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 1199px) {
  .l-header__logo {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .l-header__logo {
    margin-bottom: 5px;
  }
}
.l-header__logo a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .l-header__logo a {
    margin-left: 35px;
  }
}
@media screen and (max-width: 575px) {
  .l-header__logo a {
    width: 165px;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 575px) {
  .l-header__logo a img {
    width: 165px;
  }
}
.l-header__nav {
  margin: 10px 0;
  text-align: center;
}
.l-header__nav ul li {
  display: inline-block;
  margin: 0 10px;
}
.l-header__nav ul li.txt-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #2a4565;
}
.l-header__nav ul li.txt-link a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #7ebf41;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header__nav ul li.txt-link a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-header__nav--contact-btn {
  background-color: #ff8400;
  border-radius: 7px;
}
.l-header__nav--contact-btn a {
  display: block;
  padding: 10px 50px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 7px;
}
.l-header__nav--contact-btn a:hover {
  color: #2a4565;
  background-color: #fff000;
}
@media screen and (max-width: 1250px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__hamburger-menu {
  display: none;
}
@media screen and (max-width: 1250px) {
  .l-header__hamburger-menu {
    display: block;
  }
}
.l-header__hamburger-menu .openbtn {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.l-header__hamburger-menu .openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #2a4565;
  width: 45%;
}
.l-header__hamburger-menu .openbtn span:nth-of-type(1) {
  top: 15px;
}
.l-header__hamburger-menu .openbtn span:nth-of-type(2) {
  top: 23px;
}
.l-header__hamburger-menu .openbtn span:nth-of-type(3) {
  top: 31px;
}
.l-header__hamburger-menu .openbtn.active span {
  z-index: 100;
}
.l-header__hamburger-menu .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.l-header__hamburger-menu .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__hamburger-menu .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
.l-header__hamburger-menu .menu-content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px #000;
          box-shadow: 0px 5px 5px 0px #000;
  border-radius: 10px;
  height: 0%;
  z-index: 80;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__hamburger-menu .menu-content.active {
  visibility: visible;
  opacity: 1;
  height: 85vh;
  width: auto;
  inset: 0;
}
.l-header__hamburger-menu .menu-content ul {
  margin-top: 50px;
  padding: 20px 10px 0;
}
.l-header__hamburger-menu .menu-content li {
  margin: 5% 0;
  text-align: center;
  list-style: none;
}
.l-header__hamburger-menu .menu-content li.logo {
  margin-top: 3%;
  margin-bottom: 5%;
}
@media screen and (max-width: 575px) {
  .l-header__hamburger-menu .menu-content li.logo img {
    width: 50%;
  }
}
.l-header__hamburger-menu .menu-content li a {
  display: inline;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5% 0;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  color: #475d77;
}
@media screen and (max-width: 799px) {
  .l-header__hamburger-menu .menu-content li a {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.l-header__hamburger-menu .menu-content .consultation-btn {
  margin: 5% 0 20px;
  padding: 0 40px;
  text-align: center;
}
.l-header__hamburger-menu .menu-content .consultation-btn a {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 450px;
  width: 100%;
  color: #fff;
  background-color: #fe7443;
  border-radius: 10px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 799px) {
  .l-header__hamburger-menu .menu-content .consultation-btn a {
    padding: 5% 0;
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.l-header__hamburger-menu .menu-content .register-btn {
  text-align: center;
  padding: 0 40px;
}
.l-header__hamburger-menu .menu-content .register-btn a {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 450px;
  width: 100%;
  color: #fff;
  background-color: #4b4b4b;
  border-radius: 10px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 799px) {
  .l-header__hamburger-menu .menu-content .register-btn a {
    padding: 5% 0;
    font-size: 28px;
    font-size: 3.5vw;
  }
}

.wrapper-ttl {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
}
@media screen and (max-width: 799px) {
  .wrapper-ttl {
    font-size: 36px;
    font-size: 4.5vw;
  }
}

.wrapper-english-ttl {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 799px) {
  .wrapper-english-ttl {
    font-size: 24px;
    font-size: 3vw;
  }
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

.btn-wrapper {
  text-align: center;
}
.btn-wrapper__light-blue {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .btn-wrapper__light-blue {
    max-width: 250px;
  }
}
.btn-wrapper__orange {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}
.btn-wrapper .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.btn-wrapper .btn__light-blue {
  padding: 5% 0;
  border: 3px solid #91bfe0;
  border-radius: 50px;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #114584;
  letter-spacing: 0.5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background: linear-gradient(#fff, #ccc);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 1px 5px 0px #222;
          box-shadow: 0 1px 5px 0px #222;
}
@media screen and (max-width: 799px) {
  .btn-wrapper .btn__light-blue {
    font-size: 24px;
    font-size: 3vw;
  }
}
.btn-wrapper .btn__light-blue::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 1px;
  background: #114584;
}
.btn-wrapper .btn__light-blue::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 20px;
  width: 10px;
  border-top: 1px solid #114584;
  border-right: 1px solid #114584;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-wrapper .btn__light-blue:hover {
  border: 3px solid #ff8400;
  color: #ff8400;
}
.btn-wrapper .btn__light-blue:hover::before {
  content: "";
  background: #ff8400;
}
.btn-wrapper .btn__light-blue:hover::after {
  content: "";
  border-top: 1px solid #ff8400;
  border-right: 1px solid #ff8400;
}
.btn-wrapper .btn__orange {
  padding: 15px 0;
  border: 3px solid #fff;
  border-radius: 50px;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  background-color: #ff8400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 1px 10px 0px #ccc;
          box-shadow: 0 1px 10px 0px #ccc;
}
@media screen and (max-width: 799px) {
  .btn-wrapper .btn__orange {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.btn-wrapper .btn__orange::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 1px;
  background: #fff;
}
.btn-wrapper .btn__orange::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 20px;
  width: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-wrapper .btn__orange:hover {
  color: #002c61;
  background-color: #fff000;
}
.btn-wrapper .btn__orange:hover::before {
  content: "";
  background: #002c61;
}
.btn-wrapper .btn__orange:hover::after {
  content: "";
  border-top: 1px solid #002c61;
  border-right: 1px solid #002c61;
}

.voice-wrapper {
  position: relative;
  padding: 120px 0;
  background-color: #214877;
}
@media screen and (max-width: 799px) {
  .voice-wrapper {
    padding: 5%;
  }
}
.voice-wrapper__ttl {
  margin-bottom: 120px;
}
@media screen and (max-width: 799px) {
  .voice-wrapper__ttl {
    margin-bottom: 5%;
  }
}
.voice-wrapper__ttl h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 799px) {
  .voice-wrapper__ttl h2 {
    font-size: 40px;
    font-size: 5vw;
  }
}
.voice-wrapper__ttl p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 799px) {
  .voice-wrapper__ttl p {
    font-size: 22px;
    font-size: 2.75vw;
  }
}
.voice-wrapper__contents {
  margin: 5%;
}
.voice-wrapper__contents .swiper-wrapper {
  max-width: 340px;
  width: 100%;
}
.voice-wrapper__contents .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice-wrapper__contents .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-wrapper__contents .voice-link {
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 799px) {
  .voice-wrapper__contents .voice-link {
    width: 100%;
  }
}
.voice-wrapper__contents .voice-link .voice-img {
  max-width: 340px;
  width: 100%;
  overflow: hidden;
}
.voice-wrapper__contents .voice-link .voice-img img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 799px) {
  .voice-wrapper__contents .voice-link .voice-img img {
    width: 100%;
  }
}
.voice-wrapper__contents .voice-link .voice-txt {
  padding: 20px;
  max-width: 340px;
  width: 100%;
  background-color: #fff;
}
.voice-wrapper__contents .voice-link .voice-txt p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.voice-wrapper__contents .voice-link .voice-txt .belongs {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 799px) {
  .voice-wrapper__contents .voice-link .voice-txt .belongs {
    font-size: 18px;
    font-size: 2.25vw;
  }
}
.voice-wrapper__contents .voice-link .voice-txt .comments {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 799px) {
  .voice-wrapper__contents .voice-link .voice-txt .comments {
    font-size: 20px;
    font-size: 2.5vw;
  }
}
.voice-wrapper__contents .voice-link:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 1px 10px 0px #000;
          box-shadow: 0px 1px 10px 0px #000;
}
.voice-wrapper__contents .voice-link:hover p {
  color: #114584;
}
.voice-wrapper__contents .voice-link:hover img {
  overflow: hidden;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.voice-wrapper .swiper-button-prev,
.voice-wrapper .swiper-button-next {
  top: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #002049;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .voice-wrapper .swiper-button-prev,
  .voice-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.voice-wrapper .swiper-button-prev::after,
.voice-wrapper .swiper-button-next::after {
  font-size: 18px;
}
.voice-wrapper .swiper-button-prev:hover,
.voice-wrapper .swiper-button-next:hover {
  background-color: #0e3261;
}
.voice-wrapper .swiper-button-prev {
  left: 0;
}
.voice-wrapper .swiper-button-next {
  right: 0;
}

.contact-wrapper {
  padding: 5% 20px;
  text-align: center;
  background-color: #e9f1f6;
}
.contact-wrapper .contact-txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 799px) {
  .contact-wrapper .contact-txt {
    text-align: left;
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.contact-wrapper__phone .number {
  margin: 0 auto;
  max-width: 350px;
}
.contact-wrapper__phone .number a[href^="tel:"] {
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .contact-wrapper__phone .number a[href^="tel:"] {
    pointer-events: auto;
  }
}
.contact-wrapper__phone .number a[href^="tel:"] img {
  width: 100%;
}
.contact-wrapper__phone .reception-time {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 799px) {
  .contact-wrapper__phone .reception-time {
    font-size: 18px;
    font-size: 2.25vw;
  }
}

.email-registration-wrapper {
  padding: 60px 20px;
  background-color: #336cb0;
}
@media screen and (max-width: 799px) {
  .email-registration-wrapper {
    padding: 40px 20px;
  }
}
.email-registration-wrapper p {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 799px) {
  .email-registration-wrapper p {
    text-align: left;
  }
}
@media screen and (max-width: 799px) {
  .email-registration-wrapper p {
    font-size: 22px;
    font-size: 2.75vw;
  }
}

.fixed-btn {
  position: fixed;
  display: none;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.l-footer {
  background-color: #002c61;
}
.l-footer__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3%;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .l-footer__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .l-footer__contents {
    padding: 0;
    width: 100%;
  }
}
.l-footer__contents ul li {
  margin-top: 10%;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 799px) {
  .l-footer__contents ul li {
    margin-top: 15%;
    font-size: 18px;
    font-size: 2.25vw;
  }
}
.l-footer__contents ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__contents ul li a:hover {
  opacity: 0.5;
}
.l-footer__contents .left-contents {
  max-width: 200px;
  width: 100%;
}
.l-footer__contents .left-contents__service {
  margin-top: 25px;
}
.l-footer__contents .left-contents__service li {
  margin-top: 10%;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 799px) {
  .l-footer__contents .left-contents__service li {
    margin-top: 15%;
    font-size: 16px;
    font-size: 2vw;
  }
}
.l-footer__contents .left-contents__service li::before {
  content: "-";
}
.l-footer__contents .center-contents {
  max-width: 200px;
  width: 100%;
  color: #fff;
}
.l-footer__contents .right-contents {
  max-width: 200px;
  width: 100%;
  color: #fff;
}
.l-footer__information {
  margin-top: 20px;
  padding: 0 20px;
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .l-footer__information {
    padding: 0;
    width: 100%;
  }
}
.l-footer__information .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .l-footer__information .logo-wrapper {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__information .logo-wrapper__left {
  border-right: 1px solid #fff;
}
.l-footer__information .logo-wrapper img {
  width: 100%;
}
.l-footer__information .address-wrapper {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 799px) {
  .l-footer__information .address-wrapper {
    font-size: 18px;
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .l-footer__information .address-wrapper {
    text-align: center;
  }
}
.l-footer__information .phone-wrapper {
  padding: 3%;
  text-align: center;
  max-width: 440px;
  background-color: #0d407d;
}
@media screen and (max-width: 1199px) {
  .l-footer__information .phone-wrapper {
    margin: 0 auto;
  }
}
.l-footer__information .phone-wrapper .number {
  margin: 0 auto;
  max-width: 350px;
}
.l-footer__information .phone-wrapper .number a[href^="tel:"] {
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .l-footer__information .phone-wrapper .number a[href^="tel:"] {
    pointer-events: auto;
  }
}
.l-footer__information .phone-wrapper .number a[href^="tel:"] img {
  width: 100%;
}
.l-footer__information .phone-wrapper .reception-time {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 799px) {
  .l-footer__information .phone-wrapper .reception-time {
    font-size: 18px;
    font-size: 2.25vw;
  }
}
.l-footer__copyright {
  padding-bottom: 20px;
}
.l-footer__copyright .copyright-txt {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 799px) {
  .l-footer__copyright .copyright-txt {
    font-size: 20px;
    font-size: 2.5vw;
  }
}

.mv-wrapper {
  position: relative;
}
.mv-wrapper__ttl {
  position: absolute;
  bottom: 25%;
}
.mv-wrapper__ttl-en {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  color: #002c61;
  font-family: "Montserrat";
}
@media screen and (max-width: 799px) {
  .mv-wrapper__ttl-en {
    font-size: 60px;
    font-size: 7.5vw;
  }
}
.mv-wrapper__ttl-jp {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #002c61;
  margin-top: 10px;
}
@media screen and (max-width: 799px) {
  .mv-wrapper__ttl-jp {
    font-size: 24px;
    font-size: 3vw;
  }
}
.mv-wrapper img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 799px) {
  .document .mv-wrapper img {
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
@media screen and (max-width: 575px) {
  .voice .mv-wrapper img {
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
.voice-single .mv-wrapper img {
  height: 380px;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
@media screen and (min-width: 1281px) {
  .voice-single .mv-wrapper img {
    -o-object-position: 50% 22%;
       object-position: 50% 22%;
  }
}
@media screen and (max-width: 575px) {
  .voice-single .mv-wrapper img {
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
.column .mv-wrapper img {
  -o-object-position: 30% 20%;
     object-position: 30% 20%;
}
@media screen and (max-width: 575px) {
  .column .mv-wrapper img {
    -o-object-position: 40% 20%;
       object-position: 40% 20%;
  }
}
.column-single .mv-wrapper img {
  height: 340px;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
@media screen and (min-width: 1281px) {
  .column-single .mv-wrapper img {
    -o-object-position: 50% 22%;
       object-position: 50% 22%;
  }
}
@media screen and (max-width: 575px) {
  .column-single .mv-wrapper img {
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}

.breadcrumb {
  background-color: #002c61;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 40px;
}
@media screen and (max-width: 799px) {
  .breadcrumb ol {
    padding: 10px 15px;
  }
}
.breadcrumb ol li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .breadcrumb ol li {
    margin-bottom: 3px;
  }
}
.breadcrumb ol li:nth-child(1) {
  min-width: 50px;
}
.breadcrumb ol li:nth-child(2) {
  min-width: 62px;
}
.breadcrumb ol li:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  margin: 0 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
}
@media screen and (max-width: 799px) {
  .breadcrumb ol li:nth-child(n+2)::before {
    margin: 0 5px;
  }
}
.breadcrumb ol li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb ol li a:hover {
  opacity: 0.7;
}
.breadcrumb ol li span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .breadcrumb ol li span {
    font-size: 16px;
    font-size: 2vw;
  }
}

.page-intro {
  margin-top: 80px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 7%;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .page-intro {
    padding: 0 4%;
  }
}
@media screen and (max-width: 799px) {
  .page-intro {
    margin-top: 40px;
  }
}

.wp-pagenavi {
  text-align: center;
  margin: 40px auto 120px;
}
@media screen and (max-width: 799px) {
  .wp-pagenavi {
    margin: 20px auto 80px;
  }
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  background: #ededed;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 3px;
}
@media screen and (max-width: 799px) {
  .wp-pagenavi > span,
  .wp-pagenavi > a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 1px;
  }
}
.wp-pagenavi > span.current {
  background: #7ebf41;
  color: #FFF;
}
.wp-pagenavi > a:hover {
  background: #7ebf41;
  color: #FFF;
}
.table-01 {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  line-height: 1.6;
}
.table-01 tbody tr th {
  background: #002c61;
  color: #FFF;
  width: 180px;
  border-top: 2px solid #f8f8f8;
  vertical-align: middle;
  padding: 10px;
}
.table-01 tbody tr th + th {
  border-left: 2px solid #f8f8f8;
}
@media screen and (max-width: 799px) {
  .table-01 tbody tr th {
    width: 110px;
  }
}
.table-01 tbody tr td {
  background: #ededed;
  border-top: 2px solid #f8f8f8;
  border-left: 2px solid #f8f8f8;
  vertical-align: middle;
  padding: 10px 20px;
}

.top .fv-wrapper {
  position: relative;
}
.top .fv-wrapper .swiper {
  position: relative;
  overflow: hidden;
  max-height: 800px;
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .img-wrapper {
  width: 100%;
  height: auto;
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide ul li {
  width: 25%;
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide ul li {
    width: 50%;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide ul li img {
  width: 100%;
  max-height: 200px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .top-txt {
  position: absolute;
  top: 250px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 1199px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .top-txt {
    top: 30%;
  }
}
@media screen and (max-width: 800px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .top-txt {
    top: 250px;
  }
}
@media screen and (max-width: 575px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .top-txt {
    top: 30%;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .top-txt h1 {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .top-txt h1 {
    font-size: 40px;
    font-size: 5vw;
  }
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .top-txt h1 {
    font-size: 70px;
    font-size: 8.75vw;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .top-txt p {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .top-txt p {
    font-size: 14px;
    font-size: 1.75vw;
    margin-top: 10px;
  }
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .top-txt p {
    font-size: 24px;
    font-size: 3vw;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: url(../images/top/bg_second-slide.jpg) no-repeat center center;
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide ul li {
  width: 33%;
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide ul li {
    width: 50%;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide ul li img {
  max-height: 260px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide ul li img {
    max-height: 100%;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__img {
  margin-top: 3%;
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt {
  margin-top: 3%;
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt {
    margin-top: 5%;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.6;
  color: #114584;
}
@media screen and (max-width: 991px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt h2 {
    margin-top: 2%;
    font-size: 38px;
    font-size: 4.75vw;
    line-height: 1.4;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt h2 span {
  font-size: 56px;
  font-size: 3.5rem;
  color: #114584;
}
@media screen and (max-width: 991px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt h2 span {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt h2 span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 56px;
    font-size: 7vw;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  color: #114584;
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt p {
    font-size: 24px;
    font-size: 3vw;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt .family-dentist {
  margin: 1% auto 0;
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt .family-dentist {
    margin-top: 3%;
  }
}
@media screen and (max-width: 575px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt .family-dentist {
    max-width: 280px;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt .family-dentist p {
  padding: 0;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  background-color: #ff8400;
  border-radius: 50px;
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .second-slide__txt .family-dentist p {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: url(../images/top/bg_second-slide.jpg) no-repeat center center;
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide ul li {
  width: 33%;
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide ul li {
    width: 50%;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide ul li img {
  max-height: 260px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide ul li img {
    max-height: 100%;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide__img {
  margin-top: 3%;
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide__txt {
  margin-top: 3%;
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide__txt {
    margin-top: 5%;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide__txt h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.6;
  color: #114584;
}
@media screen and (max-width: 991px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide__txt h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide__txt h2 {
    margin-top: 2%;
    font-size: 38px;
    font-size: 4.75vw;
    line-height: 2;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide__txt h2 span {
  font-size: 56px;
  font-size: 3.5rem;
  color: #114584;
}
@media screen and (max-width: 991px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide__txt h2 span {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide__txt h2 span {
    font-size: 56px;
    font-size: 7vw;
    line-height: 1.2;
  }
}
.top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide__txt p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  color: #114584;
}
@media screen and (max-width: 799px) {
  .top .fv-wrapper .swiper .swiper-wrapper .swiper-slide .third-slide__txt p {
    font-size: 24px;
    font-size: 3vw;
  }
}
.top .support-wrapper {
  padding: 120px 0;
  background: url(../images/top/bg_support.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .top .support-wrapper {
    padding: 10% 0;
  }
}
.top .support-wrapper .support-ttl h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .top .support-wrapper .support-ttl h2 {
    font-size: 40px;
    font-size: 5vw;
  }
}
.top .support-wrapper .support-ttl .english {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .top .support-wrapper .support-ttl .english {
    font-size: 22px;
    font-size: 2.75vw;
  }
}
.top .support-wrapper__contents {
  margin: 10% 0;
}
@media screen and (max-width: 1199px) {
  .top .support-wrapper__contents {
    margin: 15% 0;
  }
}
.top .support-wrapper__contents .support-circle {
  position: relative;
  margin: 0 auto;
  padding-top: 600px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 600px;
  height: 0;
}
@media screen and (max-width: 799px) {
  .top .support-wrapper__contents .support-circle {
    padding-top: 450px;
    width: 450px;
  }
}
@media screen and (max-width: 575px) {
  .top .support-wrapper__contents .support-circle {
    padding-top: 300px;
    width: 300px;
  }
}
.top .support-wrapper__contents .support-circle__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: calc(50% - 150px);
  top: calc(50% - 150px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  background: rgba(39, 86, 144, 0.7);
}
@media screen and (max-width: 575px) {
  .top .support-wrapper__contents .support-circle__center img {
    width: 50%;
  }
}
.top .support-wrapper__contents .support-circle__detail {
  margin: 0 auto;
  -webkit-filter: drop-shadow(2px 2px 2px #000);
          filter: drop-shadow(2px 2px 2px #000);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 200px;
}
@media screen and (max-width: 799px) {
  .top .support-wrapper__contents .support-circle__detail {
    max-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .top .support-wrapper__contents .support-circle__detail {
    max-width: 100px;
  }
}
.top .support-wrapper__contents .support-circle__detail .img-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 799px) {
  .top .support-wrapper__contents .support-circle__detail .img-wrapper {
    max-width: 150px;
  }
  .top .support-wrapper__contents .support-circle__detail .img-wrapper img {
    width: 150px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .top .support-wrapper__contents .support-circle__detail .img-wrapper {
    max-width: 100px;
  }
  .top .support-wrapper__contents .support-circle__detail .img-wrapper img {
    width: 90px;
    width: 100%;
  }
}
.top .support-wrapper__contents .support-circle__detail .img-wrapper .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .support-wrapper__contents .support-circle__detail .img-wrapper .active:hover {
  opacity: 1;
}
.top .support-wrapper__contents .support-circle__visit {
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
}
.top .support-wrapper__contents .support-circle__recruitment {
  position: absolute;
  top: 9%;
  right: -11%;
}
.top .support-wrapper__contents .support-circle__education {
  position: absolute;
  top: 54%;
  right: -11%;
}
.top .support-wrapper__contents .support-circle__acting {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
}
.top .support-wrapper__contents .support-circle__web {
  position: absolute;
  top: 54%;
  left: -11%;
}
.top .support-wrapper__contents .support-circle__technician {
  position: absolute;
  top: 9%;
  left: -11%;
}
.top .support-wrapper__contents .support-circle__technician .img-wrapper img {
  padding-top: 0;
}
.top .support-wrapper .support-txt h3 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .top .support-wrapper .support-txt h3 {
    font-size: 34px;
    font-size: 4.25vw;
  }
}
.top .support-wrapper .support-txt h3 span {
  font-size: 48px;
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .top .support-wrapper .support-txt h3 span {
    font-size: 52px;
    font-size: 6.5vw;
  }
}
.top .support-wrapper .support-txt p {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .top .support-wrapper .support-txt p {
    font-size: 20px;
    font-size: 2.5vw;
  }
}
.top .reason-wrapper .bundle-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .reason-wrapper .bundle-img .left,
.top .reason-wrapper .bundle-img .right {
  width: 50%;
}
.top .reason-wrapper .bundle-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.top .reason-wrapper .reason-ttl {
  margin: 120px 0 0;
}
@media screen and (max-width: 799px) {
  .top .reason-wrapper .reason-ttl {
    margin: 8% 0;
  }
}
.top .reason-wrapper .reason-ttl h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #114584;
}
@media screen and (max-width: 799px) {
  .top .reason-wrapper .reason-ttl h2 {
    font-size: 40px;
    font-size: 5vw;
  }
}
.top .reason-wrapper .reason-ttl p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 799px) {
  .top .reason-wrapper .reason-ttl p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.top .reason-wrapper .reason-ttl p.english {
  color: #114584;
}
.top .reason-wrapper__point {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.top .reason-wrapper__point .point-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 130px 0;
}
@media screen and (max-width: 799px) {
  .top .reason-wrapper__point .point-wrapper {
    margin: 5% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top .reason-wrapper__point .point-wrapper__point-img {
  width: 75%;
}
@media screen and (max-width: 799px) {
  .top .reason-wrapper__point .point-wrapper__point-img {
    width: 100%;
  }
}
.top .reason-wrapper__point .point-wrapper__point-img img {
  padding: 0 20px 20px 0;
  width: 100%;
  background-color: #cce2b7;
}
@media screen and (max-width: 799px) {
  .top .reason-wrapper__point .point-wrapper__point-img img {
    padding: 0;
  }
}
.top .reason-wrapper__point .point-wrapper__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5%;
  margin-left: -10%;
  padding: 5%;
  width: 60%;
  max-height: 470px;
  background-color: #fff;
}
@media screen and (max-width: 799px) {
  .top .reason-wrapper__point .point-wrapper__box {
    margin: 0;
    margin-top: -5%;
    width: 95%;
  }
}
.top .reason-wrapper__point .point-wrapper__ttl {
  border-left: 3px solid #7ebf41;
  color: #114584;
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (max-width: 799px) {
  .top .reason-wrapper__point .point-wrapper__ttl {
    font-size: 38px;
    font-size: 4.75vw;
  }
}
.top .reason-wrapper__point .point-wrapper__txt p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.4;
}
@media screen and (max-width: 799px) {
  .top .reason-wrapper__point .point-wrapper__txt p {
    font-size: 22px;
    font-size: 2.75vw;
  }
}
.top .reason-wrapper__point .point-wrapper:nth-child(1) {
  margin-top: 80px;
}
@media screen and (max-width: 799px) {
  .top .reason-wrapper__point .point-wrapper:nth-child(1) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 799px) {
  .top .reason-wrapper__point .point-wrapper:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top .reason-wrapper__point .point-wrapper:nth-child(2) .point-wrapper__box {
  margin-left: 0;
  margin-right: -10%;
  z-index: 5;
}
@media screen and (max-width: 799px) {
  .top .reason-wrapper__point .point-wrapper:nth-child(2) .point-wrapper__box {
    margin-right: 0;
  }
}
.top .reason-wrapper__point .point-wrapper:nth-child(2) .point-wrapper__point-img img {
  padding: 0 0 20px 20px;
}
@media screen and (max-width: 799px) {
  .top .reason-wrapper__point .point-wrapper:nth-child(2) .point-wrapper__point-img img {
    padding: 0;
  }
}
.top .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #e9f1f6), color-stop(40%, #214877));
  background: linear-gradient(#e9f1f6 40%, #214877 40%);
}
@media screen and (max-width: 575px) {
  .top .link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #e9f1f6), color-stop(15%, #214877));
    background: linear-gradient(#e9f1f6 15%, #214877 15%);
  }
}
.top .link-wrapper__left, .top .link-wrapper__right {
  margin: 0 2%;
}
@media screen and (max-width: 575px) {
  .top .link-wrapper__left, .top .link-wrapper__right {
    margin: 5% 0;
    width: 100%;
  }
}
.top .link-wrapper__img {
  margin: 0 auto;
  max-width: 540px;
}
@media screen and (max-width: 575px) {
  .top .link-wrapper__img {
    margin: 2% 5%;
  }
}
.top .link-wrapper__img img {
  width: 100%;
}
.top .link-wrapper__summary {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 540px;
}
.top .link-wrapper__ttl {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 799px) {
  .top .link-wrapper__ttl {
    font-size: 36px;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 575px) {
  .top .link-wrapper__ttl {
    font-size: 40px;
    font-size: 5vw;
  }
}
.top .link-wrapper__ttl .english {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .top .link-wrapper__ttl .english {
    font-size: 18px;
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 575px) {
  .top .link-wrapper__ttl .english {
    font-size: 22px;
    font-size: 2.75vw;
  }
}
.top .link-wrapper__txt {
  height: 80px;
}
@media screen and (max-width: 575px) {
  .top .link-wrapper__txt {
    height: auto;
  }
}
.top .link-wrapper__txt p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 799px) {
  .top .link-wrapper__txt p {
    font-size: 14px;
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 575px) {
  .top .link-wrapper__txt p {
    font-size: 22px;
    font-size: 2.75vw;
  }
}

.menu .fv-wrapper {
  position: relative;
}
.menu .fv-wrapper__ttl {
  position: absolute;
  bottom: 25%;
}
.menu .fv-wrapper__ttl h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #002c61;
}
@media screen and (max-width: 799px) {
  .menu .fv-wrapper__ttl h1 {
    font-size: 60px;
    font-size: 7.5vw;
  }
}
.menu .fv-wrapper__ttl p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #002c61;
}
@media screen and (max-width: 799px) {
  .menu .fv-wrapper__ttl p {
    font-size: 24px;
    font-size: 3vw;
  }
}
.menu .fv-wrapper img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu .breadcrumb {
  background-color: #002c61;
}
.menu .breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 40px;
}
@media screen and (max-width: 799px) {
  .menu .breadcrumb ol {
    padding: 10px 15px;
  }
}
.menu .breadcrumb ol li {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 799px) {
  .menu .breadcrumb ol li {
    margin-bottom: 3px;
  }
}
.menu .breadcrumb ol li:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  margin: 0 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
}
@media screen and (max-width: 799px) {
  .menu .breadcrumb ol li:nth-child(n+2)::before {
    margin: 0 5px;
  }
}
.menu .breadcrumb ol li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu .breadcrumb ol li a:hover {
  opacity: 0.7;
}
.menu .breadcrumb ol li span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .menu .breadcrumb ol li span {
    font-size: 16px;
    font-size: 2vw;
  }
}
.menu .menu-wrapper__contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0 150px;
}
@media screen and (max-width: 799px) {
  .menu .menu-wrapper__contents ul {
    margin: 0 0 50px;
  }
}
.menu .menu-wrapper__contents ul li .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 799px) {
  .menu .menu-wrapper__contents ul li .item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.menu .menu-wrapper__contents ul li .item-wrapper__contents {
  margin: 60px 10px 0;
}
@media screen and (max-width: 799px) {
  .menu .menu-wrapper__contents ul li .item-wrapper__contents {
    margin: 30px 0 0;
  }
}
.menu .menu-wrapper__item {
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 799px) {
  .menu .menu-wrapper__item {
    width: 100%;
  }
}
.menu .menu-wrapper__item--img {
  max-width: 540px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 799px) {
  .menu .menu-wrapper__item--img {
    max-width: 100%;
  }
}
.menu .menu-wrapper__item--img img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.menu .menu-wrapper__item--txt {
  padding: 30px 20px 0;
  max-width: 540px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 799px) {
  .menu .menu-wrapper__item--txt {
    padding: 15px 10px 0;
    max-width: 100%;
  }
}
.menu .menu-wrapper__item--txt h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #114584;
}
@media screen and (max-width: 799px) {
  .menu .menu-wrapper__item--txt h2 {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.menu .menu-wrapper__item--txt p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 799px) {
  .menu .menu-wrapper__item--txt p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.menu .menu-wrapper__item:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 1px 10px 0px #000;
          box-shadow: 0px 1px 10px 0px #000;
}
.menu .menu-wrapper__item:hover p {
  color: #114584;
}
.menu .menu-wrapper__item:hover img {
  overflow: hidden;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.menu__faq .fv-wrapper {
  position: relative;
}
.menu__faq .fv-wrapper__ttl {
  position: absolute;
  bottom: 25%;
}
.menu__faq .fv-wrapper__ttl h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  color: #002c61;
}
@media screen and (max-width: 799px) {
  .menu__faq .fv-wrapper__ttl h1 {
    font-size: 60px;
    font-size: 7.5vw;
  }
}
.menu__faq .fv-wrapper__ttl p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #002c61;
}
@media screen and (max-width: 799px) {
  .menu__faq .fv-wrapper__ttl p {
    font-size: 24px;
    font-size: 3vw;
  }
}
.menu__faq .fv-wrapper img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: auto;
     object-position: auto;
}
@media screen and (max-width: 799px) {
  .menu__faq .fv-wrapper img {
    -o-object-position: 65% 100%;
       object-position: 65% 100%;
  }
}
.menu__faq .faq-wrapper {
  padding-bottom: 100px;
  background-color: #fff;
}
@media screen and (max-width: 799px) {
  .menu__faq .faq-wrapper {
    padding-bottom: 40px;
  }
}
.menu__faq .faq-wrapper__list {
  margin: 0 auto;
  padding: 50px 0 0;
}
@media screen and (max-width: 799px) {
  .menu__faq .faq-wrapper__list {
    padding: 0;
  }
}
.menu__faq .faq-wrapper .faq-row {
  padding: 30px 0 0;
}
@media screen and (max-width: 799px) {
  .menu__faq .faq-wrapper .faq-row {
    padding-top: 20px;
  }
}
.menu__faq .faq-wrapper .faq-row__question {
  position: relative;
  padding: 30px 40px 30px 30px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.8;
  background-color: #f8f8f8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 799px) {
  .menu__faq .faq-wrapper .faq-row__question {
    padding: 15px 30px 15px 15px;
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.menu__faq .faq-wrapper .faq-row__question::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 90%;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #999588;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 799px) {
  .menu__faq .faq-wrapper .faq-row__question::before {
    left: 88%;
    width: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.menu__faq .faq-wrapper .faq-row__question::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 90%;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #999588;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 799px) {
  .menu__faq .faq-wrapper .faq-row__question::after {
    left: 88%;
    width: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.menu__faq .faq-wrapper .faq-row__question.is-opened::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu__faq .faq-wrapper .faq-row__question:hover {
  opacity: 0.7;
}
.menu__faq .faq-wrapper .faq-row__answer {
  font-size: 18px;
  font-size: 1.125rem;
  display: none;
  padding: 40px;
  text-align: justify;
  line-height: 1.6;
  background-color: #f8f8f8;
  border-top: 1px solid #999588;
}
@media screen and (max-width: 799px) {
  .menu__faq .faq-wrapper .faq-row__answer {
    padding: 15px;
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.menu__relation .fv-wrapper {
  position: relative;
}
.menu__relation .fv-wrapper__ttl {
  position: absolute;
  bottom: 25%;
}
.menu__relation .fv-wrapper__ttl h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  color: #002c61;
}
@media screen and (max-width: 799px) {
  .menu__relation .fv-wrapper__ttl h1 {
    font-size: 60px;
    font-size: 7.5vw;
  }
}
.menu__relation .fv-wrapper__ttl p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #002c61;
}
@media screen and (max-width: 799px) {
  .menu__relation .fv-wrapper__ttl p {
    font-size: 24px;
    font-size: 3vw;
  }
}
.menu__relation .fv-wrapper img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: auto;
     object-position: auto;
}
@media screen and (max-width: 799px) {
  .menu__relation .fv-wrapper img {
    -o-object-position: 65% 100%;
       object-position: 65% 100%;
  }
}
.menu__relation .menu-wrapper__contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0 150px;
}
@media screen and (max-width: 799px) {
  .menu__relation .menu-wrapper__contents ul {
    margin: 0 0 50px;
  }
}
.menu__relation .menu-wrapper__contents ul li .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 799px) {
  .menu__relation .menu-wrapper__contents ul li .item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.menu__relation .menu-wrapper__contents ul li .item-wrapper__contents {
  margin: 60px 10px 0;
}
@media screen and (max-width: 799px) {
  .menu__relation .menu-wrapper__contents ul li .item-wrapper__contents {
    margin: 30px 0 0;
  }
}
.menu__relation .menu-wrapper__item {
  overflow: hidden;
  -webkit-transition: 0.3;
  transition: 0.3;
}
@media screen and (max-width: 799px) {
  .menu__relation .menu-wrapper__item {
    width: 100%;
  }
}
.menu__relation .menu-wrapper__item--img {
  max-width: 540px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 799px) {
  .menu__relation .menu-wrapper__item--img {
    max-width: 100%;
  }
}
.menu__relation .menu-wrapper__item--img img {
  -webkit-transition: 0.3;
  transition: 0.3;
  width: 100%;
}
.menu__relation .menu-wrapper__item--txt {
  padding: 30px 20px 0;
  max-width: 540px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 799px) {
  .menu__relation .menu-wrapper__item--txt {
    padding: 15px 10px 0;
    max-width: 100%;
  }
}
.menu__relation .menu-wrapper__item--txt h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #114584;
}
@media screen and (max-width: 799px) {
  .menu__relation .menu-wrapper__item--txt h2 {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.menu__relation .menu-wrapper__item--txt h2.small {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 799px) {
  .menu__relation .menu-wrapper__item--txt h2.small {
    font-size: 24px;
    font-size: 3vw;
  }
}
.menu__relation .menu-wrapper__item--txt p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: 0.3;
  transition: 0.3;
}
@media screen and (max-width: 799px) {
  .menu__relation .menu-wrapper__item--txt p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.menu__relation .menu-wrapper__item:hover {
  -webkit-transition: 0.3;
  transition: 0.3;
  -webkit-box-shadow: 0px 1px 10px 0px #000;
          box-shadow: 0px 1px 10px 0px #000;
}
.menu__relation .menu-wrapper__item:hover p {
  color: #114584;
}
.menu__relation .menu-wrapper__item:hover img {
  overflow: hidden;
  -webkit-transform: none;
          transform: none;
  opacity: 0.7;
}
.menu__operation .operation-list {
  margin: 80px 0;
  border-top: 1px solid #abaaaa;
}
@media screen and (max-width: 799px) {
  .menu__operation .operation-list {
    margin: 40px 0;
  }
}
.menu__operation .operation-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 50px 0;
  border-bottom: 1px solid #abaaaa;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 799px) {
  .menu__operation .operation-list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 20px;
    font-size: 24px;
    font-size: 3vw;
  }
}
.menu__operation .operation-list dl dt {
  max-width: 220px;
  width: 100%;
  margin-right: 20px;
  margin-left: 80px;
}
@media screen and (max-width: 799px) {
  .menu__operation .operation-list dl dt {
    max-width: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-weight: 700;
  }
}
.menu__operation .operation-list dl dd {
  line-height: 2;
}
@media screen and (max-width: 799px) {
  .menu__operation .operation-list dl dd {
    line-height: 1.6;
  }
}
.menu__operation .operation-list dl dd a {
  color: #336cb0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu__operation .operation-list dl dd a:hover {
  opacity: 0.7;
}
.menu__privacypolicy .fv-wrapper {
  position: relative;
}
.menu__privacypolicy .fv-wrapper img {
  -o-object-position: auto;
     object-position: auto;
}
@media screen and (max-width: 799px) {
  .menu__privacypolicy .fv-wrapper img {
    -o-object-position: 65% 100%;
       object-position: 65% 100%;
  }
}
.menu__privacypolicy .privacypolicy-wrapper {
  margin-bottom: 120px;
}
@media screen and (max-width: 799px) {
  .menu__privacypolicy .privacypolicy-wrapper {
    margin-bottom: 60px;
  }
}
.menu__privacypolicy .privacypolicy-wrapper h2 {
  margin-top: 80px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #002c61;
}
@media screen and (max-width: 799px) {
  .menu__privacypolicy .privacypolicy-wrapper h2 {
    margin-top: 40px;
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.menu__privacypolicy .privacypolicy-wrapper h3 {
  margin-top: 60px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #002c61;
}
@media screen and (max-width: 799px) {
  .menu__privacypolicy .privacypolicy-wrapper h3 {
    margin-top: 30px;
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.menu__privacypolicy .privacypolicy-wrapper p,
.menu__privacypolicy .privacypolicy-wrapper ul,
.menu__privacypolicy .privacypolicy-wrapper ol {
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 799px) {
  .menu__privacypolicy .privacypolicy-wrapper p,
  .menu__privacypolicy .privacypolicy-wrapper ul,
  .menu__privacypolicy .privacypolicy-wrapper ol {
    margin-top: 20px;
    font-size: 24px;
    font-size: 3vw;
    line-height: 1.6;
  }
}
.menu__privacypolicy .privacypolicy-wrapper p {
  margin-top: 40px;
}
@media screen and (max-width: 799px) {
  .menu__privacypolicy .privacypolicy-wrapper p {
    margin-top: 20px;
  }
}
.menu__privacypolicy .privacypolicy-wrapper ul {
  margin-left: 20px;
  list-style: disc;
}
.menu__privacypolicy .privacypolicy-wrapper ol {
  margin-left: 20px;
  list-style: decimal;
}
.menu__privacypolicy .privacypolicy-wrapper a {
  color: #007aff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu__privacypolicy .privacypolicy-wrapper a:hover {
  opacity: 0.7;
}
.menu__sitemap table {
  margin: 120px 0;
  width: 100%;
}
@media screen and (max-width: 799px) {
  .menu__sitemap table {
    margin: 40px 0;
  }
}
.menu__sitemap table tbody tr th {
  padding: 30px;
  text-align: left;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #002c61;
}
@media screen and (max-width: 799px) {
  .menu__sitemap table tbody tr th {
    padding: 15px;
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.menu__sitemap table tbody tr td {
  border-bottom: 1px solid #abaaaa;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 799px) {
  .menu__sitemap table tbody tr td {
    font-size: 24px;
    font-size: 3vw;
  }
}
.menu__sitemap table tbody tr td.service-menu {
  padding: 40px 0 0 40px;
  width: 35%;
}
@media screen and (max-width: 799px) {
  .menu__sitemap table tbody tr td.service-menu {
    padding: 20px 0 0 5px;
  }
}
.menu__sitemap table tbody tr td a {
  display: inline-block;
  padding: 40px 0 40px 40px;
  width: 100%;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 799px) {
  .menu__sitemap table tbody tr td a {
    padding: 20px 0 20px 20px;
  }
}
.menu__sitemap table tbody tr td a:hover {
  background-color: #eee;
}
.menu__sitemap table tbody tr td a.lower {
  padding: 40px 0 40px 40px;
}
@media screen and (max-width: 799px) {
  .menu__sitemap table tbody tr td a.lower {
    padding: 20px 0 20px 20px;
  }
}
.menu__magazine .magazine-wrapper {
  margin: 80px auto;
}
@media screen and (max-width: 799px) {
  .menu__magazine .magazine-wrapper {
    margin: 40px auto;
  }
}
.menu__magazine .magazine-wrapper .satori__input_group input, .menu__magazine .magazine-wrapper .satori__input_group select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.menu__magazine .magazine-thanks-wrapper {
  margin: 80px auto;
}
@media screen and (max-width: 799px) {
  .menu__magazine .magazine-thanks-wrapper {
    margin: 40px auto;
  }
}
.menu__magazine .magazine-thanks-wrapper p {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 799px) {
  .menu__magazine .magazine-thanks-wrapper p {
    text-align: left;
    font-size: 24px;
    font-size: 3vw;
  }
}
.menu__inquiry .inquiry-wrapper {
  margin: 80px auto;
}
@media screen and (max-width: 799px) {
  .menu__inquiry .inquiry-wrapper {
    margin: 40px auto;
  }
}
.menu__inquiry .inquiry-wrapper .satori__input_group input, .menu__inquiry .inquiry-wrapper .satori__input_group select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.menu__inquiry .inquiry-thanks-wrapper {
  margin: 80px auto;
}
@media screen and (max-width: 799px) {
  .menu__inquiry .inquiry-thanks-wrapper {
    margin: 40px auto;
  }
}
.menu__inquiry .inquiry-thanks-wrapper p {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 799px) {
  .menu__inquiry .inquiry-thanks-wrapper p {
    text-align: left;
    font-size: 24px;
    font-size: 3vw;
  }
}

.support .fv-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-filter: drop-shadow(2px 2px 5px #000);
          filter: drop-shadow(2px 2px 5px #000);
}
@media screen and (max-width: 1199px) {
  .support .fv-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.support .fv-wrapper .fv-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
  background: url("../images/common/bg_underlayer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .support .fv-wrapper .fv-left {
    margin-top: 0;
    padding: 50px 20px;
    width: 100%;
  }
}
.support .fv-wrapper .fv-left__ttl {
  color: #114584;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  .support .fv-wrapper .fv-left__ttl {
    font-size: 38px;
    font-size: 4.75vw;
  }
}
.support .fv-wrapper .fv-left__ttl span {
  font-size: 56px;
  font-size: 3.5rem;
}
@media screen and (max-width: 1199px) {
  .support .fv-wrapper .fv-left__ttl span {
    font-size: 50px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 799px) {
  .support .fv-wrapper .fv-left__ttl span {
    font-size: 56px;
    font-size: 7vw;
  }
}
.support .fv-wrapper .fv-left__txt p {
  color: #114584;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 799px) {
  .support .fv-wrapper .fv-left__txt p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support .fv-wrapper .fv-left__family-dentist p {
  padding: 15px 30px;
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  background-color: #ff8400;
  border-radius: 50px;
}
@media screen and (max-width: 799px) {
  .support .fv-wrapper .fv-left__family-dentist p {
    padding: 10px 20px;
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support .fv-wrapper .fv-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .support .fv-wrapper .fv-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.support .fv-wrapper .fv-right img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 1199px) {
  .support .fv-wrapper .fv-right img {
    width: 50%;
    max-height: 350px;
    height: auto;
  }
}
.support .fv-wrapper .fv-right__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.support .fv-wrapper .fv-right__upper .left {
  width: 60%;
}
@media screen and (max-width: 1199px) {
  .support .fv-wrapper .fv-right__upper .left {
    width: 50%;
  }
}
.support .fv-wrapper .fv-right__upper .left--single {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .support .fv-wrapper .fv-right__upper .left--single {
    width: 50%;
    height: 350px;
  }
}
.support .fv-wrapper .fv-right__upper .right {
  width: 40%;
}
@media screen and (max-width: 1199px) {
  .support .fv-wrapper .fv-right__upper .right {
    width: 50%;
  }
}
.support .fv-wrapper .fv-right__upper .right--single {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .support .fv-wrapper .fv-right__upper .right--single {
    width: 50%;
    height: 350px;
  }
}
.support .fv-wrapper .fv-right__upper--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .support .fv-wrapper .fv-right__upper--single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.support .fv-wrapper .fv-right__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .support .fv-wrapper .fv-right__lower {
    display: none;
  }
}
.support .fv-wrapper .fv-right__lower img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.support .support-wrapper {
  padding: 60px 0 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(#06346c), to(#114584));
  background: linear-gradient(to top, #06346c, #114584);
}
@media screen and (max-width: 799px) {
  .support .support-wrapper {
    padding-bottom: 40px;
  }
}
.support .support-wrapper .container {
  max-width: 1440px;
}
.support .support-wrapper h2 {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  .support .support-wrapper h2 {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.support .support-wrapper__contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .support .support-wrapper__contents ul {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.support .support-wrapper__contents ul li {
  width: 20%;
}
@media screen and (max-width: 1199px) {
  .support .support-wrapper__contents ul li {
    margin-top: 30px;
    width: 33%;
  }
}
@media screen and (max-width: 799px) {
  .support .support-wrapper__contents ul li {
    margin: 30px 10px 0;
    width: 40%;
  }
}
.support .support-wrapper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .support .support-wrapper__item {
    text-align: left;
  }
}
.support .support-wrapper__item img {
  max-width: 190px;
  width: 100%;
}
.support .support-wrapper__item p {
  margin-top: 20px;
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 799px) {
  .support .support-wrapper__item p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support .worries-wrapper {
  margin: 80px 0;
}
@media screen and (max-width: 799px) {
  .support .worries-wrapper {
    margin: 40px 0;
  }
}
.support .worries-wrapper__ttl p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 799px) {
  .support .worries-wrapper__ttl p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support .worries-wrapper__ttl h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  .support .worries-wrapper__ttl h2 {
    font-size: 38px;
    font-size: 4.75vw;
  }
}
.support .worries-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 799px) {
  .support .worries-wrapper ul {
    margin-top: 0;
  }
}
.support .worries-wrapper ul li {
  width: 31%;
}
@media screen and (max-width: 799px) {
  .support .worries-wrapper ul li {
    width: 49%;
  }
}
.support .worries-wrapper ul li .worries-voice__contents {
  margin: 60px 0 0;
}
@media screen and (max-width: 799px) {
  .support .worries-wrapper ul li .worries-voice__contents {
    margin-top: 40px;
  }
}
.support .worries-wrapper ul li .worries-voice__txt {
  position: relative;
  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;
  height: 120px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  background-color: #d5dbdf;
  border-radius: 20px;
}
@media screen and (max-width: 799px) {
  .support .worries-wrapper ul li .worries-voice__txt {
    height: 100px;
    font-size: 22px;
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 575px) {
  .support .worries-wrapper ul li .worries-voice__txt {
    height: 80px;
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support .worries-wrapper ul li .worries-voice__txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: -25px;
  border: 10px solid transparent;
  border-right: 30px solid #d5dbdf;
  -webkit-transform: rotate(295deg);
          transform: rotate(295deg);
}
.support .worries-wrapper ul li .worries-voice__img {
  margin-top: 40px;
  text-align: center;
}
.support .service-wrapper {
  position: relative;
}
.support .service-wrapper .arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  border: 180px solid transparent;
  border-right: 70px solid #fff;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  width: 110px;
  z-index: 5;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper .arrow::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    border: 120px solid transparent;
    border-right: 40px solid #fff;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    width: 80px;
  }
}
.support .service-wrapper__ttl {
  position: relative;
  padding: 140px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#06346c), to(#114584));
  background: linear-gradient(to top, #06346c, #114584);
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__ttl {
    padding: 70px 0 40px;
  }
}
.support .service-wrapper__ttl p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__ttl p {
    font-size: 24px;
    font-size: 3vw;
  }
}
.support .service-wrapper__ttl h2 {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__ttl h2 {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.support .service-wrapper__ttl h2 span {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__ttl h2 span {
    font-size: 40px;
    font-size: 5vw;
  }
}
.support .service-wrapper__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support .service-wrapper__left {
  width: 50%;
  height: 600px;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__left {
    width: 100%;
    height: auto;
  }
}
.support .service-wrapper__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  vertical-align: bottom;
}
.support .service-wrapper__right {
  width: 50%;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__right {
    width: 100%;
  }
}
.support .service-wrapper__right .right-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 70px 80px 100px;
}
@media screen and (max-width: 1199px) {
  .support .service-wrapper__right .right-txt {
    padding: 35px;
  }
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__right .right-txt {
    font-size: 38px;
    font-size: 4.75vw;
  }
}
.support .service-wrapper__right .right-txt h3 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  color: #114584;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__right .right-txt h3 {
    font-size: 48px;
    font-size: 6vw;
  }
}
.support .service-wrapper__right .right-txt p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__right .right-txt p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support .service-wrapper__right .right-txt img {
  margin-bottom: 30px;
}
.support .service-wrapper__right .right-txt .sub-ttl {
  margin: 10px 0 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #114584;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__right .right-txt .sub-ttl {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.support .service-wrapper__right .right-txt .txt {
  margin-top: 30px;
  line-height: 2.4;
}
.support .service-wrapper__features {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f1f6), color-stop(48%, #e9f1f6), color-stop(48%, #93b6c8), color-stop(95%, #93b6c8), color-stop(95%, #114584), to(#114584));
  background: linear-gradient(180deg, #e9f1f6 0%, #e9f1f6 48%, #93b6c8 48%, #93b6c8 95%, #114584 95%, #114584 100%);
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__features {
    padding-top: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e9f1f6), color-stop(75%, #e9f1f6), color-stop(75%, #93b6c8), color-stop(98%, #93b6c8), color-stop(98%, #114584), to(#114584));
    background: linear-gradient(180deg, #e9f1f6 0%, #e9f1f6 75%, #93b6c8 75%, #93b6c8 98%, #114584 98%, #114584 100%);
  }
}
.support .service-wrapper__features .container {
  padding-bottom: 60px;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__features .container {
    padding-bottom: 30px;
  }
}
.support .service-wrapper__features h4 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #114584;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__features h4 {
    font-size: 36px;
    font-size: 4.5vw;
  }
}
.support .service-wrapper__features .features-point {
  padding-top: 60px;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__features .features-point {
    padding-top: 0;
  }
}
.support .service-wrapper__features .features-point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__features .features-point ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.support .service-wrapper__features .features-point ul li {
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 991px) {
  .support .service-wrapper__features .features-point ul li {
    width: 30%;
  }
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__features .features-point ul li {
    margin-top: 40px;
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .support .service-wrapper__features .features-point ul li {
    width: 75%;
  }
}
.support .service-wrapper__features .point-wrapper__heading {
  padding-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #7ebf41;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, transparent), color-stop(85%, #114584), to(#114584));
  background: linear-gradient(180deg, transparent 0%, transparent 85%, #114584 85%, #114584 100%);
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__features .point-wrapper__heading {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.support .service-wrapper__features .point-wrapper__txt {
  margin-top: 40px;
  text-align: justify;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__features .point-wrapper__txt {
    margin-top: 30px;
    font-size: 16px;
    font-size: 2vw;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .support .service-wrapper__features .point-wrapper__txt {
    margin-top: 20px;
    font-size: 24px;
    font-size: 3vw;
    height: auto;
  }
}
.support .service-wrapper__features .point-wrapper h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #114584;
  line-height: 1.3;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__features .point-wrapper h5 {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.support .service-wrapper__features .point-wrapper .point-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px 30px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 3px 3px #555);
          filter: drop-shadow(0px 3px 3px #555);
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__features .point-wrapper .point-contents {
    padding: 40px 20px 30px;
    height: auto;
  }
}
.support .service-wrapper__features .point-wrapper .point-contents .img-wrapper {
  margin-top: 40px;
  height: 85px;
}
@media screen and (max-width: 799px) {
  .support .service-wrapper__features .point-wrapper .point-contents .img-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .support .service-wrapper__features .point-wrapper .point-contents .img-wrapper {
    margin-top: 20px;
  }
}
.support .service-wrapper section:nth-last-child(1) .service-wrapper__features {
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f1f6), color-stop(50%, #e9f1f6), color-stop(50%, #93b6c8), to(#93b6c8));
  background: linear-gradient(180deg, #e9f1f6 0%, #e9f1f6 50%, #93b6c8 50%, #93b6c8 100%);
}
@media screen and (max-width: 799px) {
  .support .service-wrapper section:nth-last-child(1) .service-wrapper__features {
    background: -webkit-gradient(linear, left top, left bottom, from(#e9f1f6), color-stop(75%, #e9f1f6), color-stop(75%, #93b6c8), to(#93b6c8));
    background: linear-gradient(180deg, #e9f1f6 0%, #e9f1f6 75%, #93b6c8 75%, #93b6c8 100%);
  }
}
.support .price-wrapper {
  padding: 90px 0 80px;
}
@media screen and (max-width: 799px) {
  .support .price-wrapper {
    padding: 40px 0 40px;
  }
}
.support .price-wrapper h2 {
  margin-bottom: 45px;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  .support .price-wrapper h2 {
    margin-bottom: 25px;
    font-size: 46px;
    font-size: 5.75vw;
  }
}
.support .price-wrapper p {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 799px) {
  .support .price-wrapper p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support .price-wrapper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 30px;
  height: 130px;
}
.support .price-wrapper__item:nth-child(1) {
  margin-top: 60px;
}
@media screen and (max-width: 799px) {
  .support .price-wrapper__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.support .price-wrapper__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 300px;
  width: 100%;
  background-color: #114584;
}
@media screen and (max-width: 799px) {
  .support .price-wrapper__left {
    padding: 10px;
    max-width: 800px;
  }
}
.support .price-wrapper__left h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .support .price-wrapper__left h3 {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support .price-wrapper__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  max-width: 800px;
  width: 100%;
  background-color: #e9f1f6;
}
@media screen and (max-width: 799px) {
  .support .price-wrapper__right {
    padding: 15px;
  }
}
.support .price-wrapper__right p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 799px) {
  .support .price-wrapper__right p {
    font-size: 22px;
    font-size: 2.75vw;
  }
}
.support .price-wrapper__right .fs-16 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 799px) {
  .support .price-wrapper__right .fs-16 {
    font-size: 24px;
    font-size: 3vw;
  }
}
.support .price-wrapper__right .fs-20 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 799px) {
  .support .price-wrapper__right .fs-20 {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support .faq-wrapper {
  padding: 100px 0;
  background-color: #e9f1f6;
}
@media screen and (max-width: 799px) {
  .support .faq-wrapper {
    padding: 40px 0;
  }
}
.support .faq-wrapper__list {
  margin: 0 auto;
  padding: 50px 0 0;
}
@media screen and (max-width: 799px) {
  .support .faq-wrapper__list {
    padding: 0;
  }
}
.support .faq-wrapper .faq-row {
  padding: 30px 0 0;
}
@media screen and (max-width: 799px) {
  .support .faq-wrapper .faq-row {
    padding-top: 20px;
  }
}
.support .faq-wrapper .faq-row__question {
  position: relative;
  padding: 30px 40px 30px 30px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.8;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 799px) {
  .support .faq-wrapper .faq-row__question {
    padding: 15px 30px 15px 15px;
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.support .faq-wrapper .faq-row__question::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 90%;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #999588;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 799px) {
  .support .faq-wrapper .faq-row__question::before {
    left: 88%;
    width: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.support .faq-wrapper .faq-row__question::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 90%;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #999588;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 799px) {
  .support .faq-wrapper .faq-row__question::after {
    left: 88%;
    width: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.support .faq-wrapper .faq-row__question.is-opened::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.support .faq-wrapper .faq-row__question:hover {
  opacity: 0.7;
}
.support .faq-wrapper .faq-row__answer {
  font-size: 18px;
  font-size: 1.125rem;
  display: none;
  padding: 40px;
  text-align: justify;
  line-height: 1.6;
  background-color: #fff;
  border-top: 1px solid #999588;
}
@media screen and (max-width: 799px) {
  .support .faq-wrapper .faq-row__answer {
    padding: 15px;
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support .flow-wrapper {
  padding: 100px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#06346c), to(#114584));
  background: linear-gradient(to top, #06346c, #114584);
}
@media screen and (max-width: 799px) {
  .support .flow-wrapper {
    padding: 50px 0;
  }
}
.support .flow-wrapper__contents {
  margin-top: 80px;
}
@media screen and (max-width: 799px) {
  .support .flow-wrapper__contents {
    margin-top: 40px;
  }
}
.support .flow-wrapper__contents ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 799px) {
  .support .flow-wrapper__contents ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support .flow-wrapper__contents ol li {
  position: relative;
  width: 20%;
}
@media screen and (max-width: 799px) {
  .support .flow-wrapper__contents ol li {
    margin-top: 5%;
    width: 100%;
  }
}
.support .flow-wrapper__contents ol li .arrow {
  position: relative;
  top: -63%;
}
.support .flow-wrapper__contents ol li .arrow::after {
  content: "";
  position: absolute;
  right: -35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 27px solid transparent;
  border-left: 24px solid #88b3e6;
}
@media screen and (max-width: 991px) {
  .support .flow-wrapper__contents ol li .arrow::after {
    right: -42.5%;
  }
}
@media screen and (max-width: 799px) {
  .support .flow-wrapper__contents ol li .arrow {
    top: 0;
    text-align: center;
    margin-top: 80px;
  }
  .support .flow-wrapper__contents ol li .arrow::after {
    content: "";
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-left: none;
    border: 54px solid transparent;
    border-top: 27px solid #88b3e6;
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 575px) {
  .support .flow-wrapper__contents ol li .arrow {
    margin-top: 60px;
  }
}
.support .flow-wrapper__contents ol li:nth-last-child(1)::after {
  content: none;
}
.support .flow-wrapper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
}
@media screen and (max-width: 799px) {
  .support .flow-wrapper__item {
    height: auto;
  }
}
.support .flow-wrapper__item img {
  max-width: 190px;
  width: 100%;
}
.support .flow-wrapper__item p {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 799px) {
  .support .flow-wrapper__item p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .support__recruitment .support-wrapper__contents ul li {
    width: 48%;
  }
}
@media screen and (max-width: 799px) {
  .support__recruitment .support-wrapper__contents ul li {
    width: 40%;
  }
}
.support__recruitment .worries-wrapper ul {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.support__recruitment .service-wrapper .permission {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  color: #fff;
  background-color: #7ebf41;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.support__recruitment .service-wrapper .permission:hover {
  opacity: 0.7;
}
@media screen and (max-width: 799px) {
  .support__recruitment .service-wrapper .permission {
    padding: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .support__education .support-wrapper__contents ul li {
    width: 48%;
  }
}
@media screen and (max-width: 799px) {
  .support__education .support-wrapper__contents ul li {
    width: 40%;
  }
}
.support__education .worries-wrapper ul {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.support__education .service-wrapper .section01 .service-wrapper__right {
  width: 50%;
}
@media screen and (max-width: 799px) {
  .support__education .service-wrapper .section01 .service-wrapper__right {
    width: 100%;
  }
}
.support__education .service-wrapper .section01 .service-wrapper__right .right-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px 70px 70px 80px;
}
@media screen and (max-width: 1199px) {
  .support__education .service-wrapper .section01 .service-wrapper__right .right-txt {
    padding: 35px;
  }
}
@media screen and (max-width: 799px) {
  .support__education .service-wrapper .section01 .service-wrapper__right .right-txt {
    font-size: 38px;
    font-size: 4.75vw;
  }
}
.support__education .service-wrapper .section01 .service-wrapper__right .right-txt .sub-ttl {
  margin-top: 20px;
  line-height: 1.4;
  color: #61889c;
}
.support__education .service-wrapper .section02 .service-wrapper__right {
  width: 50%;
}
@media screen and (max-width: 799px) {
  .support__education .service-wrapper .section02 .service-wrapper__right {
    width: 100%;
  }
}
.support__education .service-wrapper .section02 .service-wrapper__right .right-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px 70px 70px 80px;
}
@media screen and (max-width: 1199px) {
  .support__education .service-wrapper .section02 .service-wrapper__right .right-txt {
    padding: 35px;
  }
}
@media screen and (max-width: 799px) {
  .support__education .service-wrapper .section02 .service-wrapper__right .right-txt {
    font-size: 38px;
    font-size: 4.75vw;
  }
}
.support__education .service-wrapper .section02 .service-wrapper__right .right-txt .sub-ttl {
  margin-top: 20px;
  line-height: 1.4;
  color: #61889c;
}
.support__acting .worries-wrapper ul {
  margin-top: 80px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 799px) {
  .support__acting .worries-wrapper ul {
    margin-top: 40px;
  }
}
.support__acting .worries-wrapper ul li {
  margin-top: 40px;
  width: 49%;
}
.support__acting .worries-wrapper ul li .worries-voice__contents {
  margin: 0 auto;
  width: 75%;
}
@media screen and (max-width: 799px) {
  .support__acting .worries-wrapper ul li .worries-voice__contents {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .support__acting .worries-wrapper ul li .worries-voice__txt {
    font-size: 22px;
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 1600px) {
  .support__acting .service-wrapper .section01 .service-wrapper__left {
    height: auto;
  }
}
.support__acting .service-wrapper .section01 .service-wrapper__right .right-txt .sub-ttl {
  margin-top: 20px;
  line-height: 1.4;
  color: #61889c;
}
.support__web .fv-wrapper .fv-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .support__web .fv-wrapper .fv-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.support__web .fv-wrapper .fv-right img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 1199px) {
  .support__web .fv-wrapper .fv-right img {
    width: 50%;
    max-height: 350px;
    height: auto;
  }
}
.support__web .fv-wrapper .fv-right__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.support__web .fv-wrapper .fv-right__upper .left {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .support__web .fv-wrapper .fv-right__upper .left {
    width: 50%;
  }
}
.support__web .fv-wrapper .fv-right__upper .left--single {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .support__web .fv-wrapper .fv-right__upper .left--single {
    width: 50%;
    height: 350px;
  }
}
.support__web .fv-wrapper .fv-right__upper .right {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .support__web .fv-wrapper .fv-right__upper .right {
    width: 50%;
  }
}
.support__web .fv-wrapper .fv-right__upper .right--single {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .support__web .fv-wrapper .fv-right__upper .right--single {
    width: 50%;
    height: 350px;
  }
}
.support__web .fv-wrapper .fv-right__upper--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .support__web .fv-wrapper .fv-right__upper--single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.support__web .fv-wrapper .fv-right__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .support__web .fv-wrapper .fv-right__lower {
    display: none;
  }
}
.support__web .fv-wrapper .fv-right__lower img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.support__web .worries-wrapper ul {
  margin-top: 80px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 799px) {
  .support__web .worries-wrapper ul {
    margin-top: 40px;
  }
}
.support__web .worries-wrapper ul li {
  margin-top: 40px;
  width: 49%;
}
.support__web .worries-wrapper ul li .worries-voice__contents {
  margin: 0 auto;
  width: 75%;
}
@media screen and (max-width: 799px) {
  .support__web .worries-wrapper ul li .worries-voice__contents {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .support__web .worries-wrapper ul li .worries-voice__txt {
    font-size: 22px;
    font-size: 2.75vw;
  }
}
.support__web .service-wrapper .bundle-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.support__web .service-wrapper .bundle-img .left,
.support__web .service-wrapper .bundle-img .right {
  width: 50%;
}
.support__web .service-wrapper .bundle-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.support__web .service-wrapper__features .point-list:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 799px) {
  .support__web .service-wrapper__features .point-list:nth-of-type(2) {
    margin-top: 0;
  }
}
.support__web .service-wrapper .section-wevery:nth-last-child(1) .service-wrapper__features {
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f1f6), color-stop(65%, #e9f1f6), color-stop(65%, #93b6c8), to(#93b6c8));
  background: linear-gradient(180deg, #e9f1f6 0%, #e9f1f6 65%, #93b6c8 65%, #93b6c8 100%);
}
@media screen and (max-width: 799px) {
  .support__web .service-wrapper .section-wevery:nth-last-child(1) .service-wrapper__features {
    background: -webkit-gradient(linear, left top, left bottom, from(#e9f1f6), color-stop(90%, #e9f1f6), color-stop(90%, #93b6c8), to(#93b6c8));
    background: linear-gradient(180deg, #e9f1f6 0%, #e9f1f6 90%, #93b6c8 90%, #93b6c8 100%);
  }
}
.support__web .service-wrapper .section-wevery__contents .txt {
  margin: 60px 0;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 799px) {
  .support__web .service-wrapper .section-wevery__contents .txt {
    margin: 30px 0;
    font-size: 26px;
    font-size: 3.25vw;
    line-height: 1.4;
  }
}
.support__web .service-wrapper .section-wevery__contents .access-wrapper {
  text-align: center;
}
.support__web .service-wrapper .section-wevery__contents .access-wrapper img {
  width: 100%;
}
.support__web .service-wrapper .section-wevery__contents .access-wrapper a {
  display: inline-block;
  margin: 60px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.support__web .service-wrapper .section-wevery__contents .access-wrapper a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 799px) {
  .support__web .service-wrapper .section-wevery__contents .access-wrapper a {
    margin: 30px 0;
  }
}
.support__web .works-wrapper {
  position: relative;
  padding: 120px 0;
  background-color: #214877;
}
@media screen and (max-width: 799px) {
  .support__web .works-wrapper {
    padding: 5%;
  }
}
.support__web .works-wrapper__ttl {
  margin-bottom: 120px;
}
@media screen and (max-width: 799px) {
  .support__web .works-wrapper__ttl {
    margin-bottom: 5%;
  }
}
.support__web .works-wrapper__ttl h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 799px) {
  .support__web .works-wrapper__ttl h2 {
    font-size: 40px;
    font-size: 5vw;
  }
}
.support__web .works-wrapper__ttl p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 799px) {
  .support__web .works-wrapper__ttl p {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
.support__web .works-wrapper__contents {
  margin: 5%;
}
.support__web .works-wrapper__contents .swiper-wrapper {
  max-width: 1100px;
  width: 100%;
}
.support__web .works-wrapper__contents .swiper-slide {
  background-color: #fff;
}
.support__web .works-wrapper__contents .swiper-slide .actual-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  height: 350px;
}
@media screen and (max-width: 991px) {
  .support__web .works-wrapper__contents .swiper-slide .actual-results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    height: auto;
  }
}
.support__web .works-wrapper__contents .swiper-slide .actual-results__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support__web .works-wrapper__contents .swiper-slide .actual-results__img img {
  max-width: 400px;
  width: 100%;
}
.support__web .works-wrapper__contents .swiper-slide .actual-results__txt {
  padding-left: 20px;
  max-width: 580px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .support__web .works-wrapper__contents .swiper-slide .actual-results__txt {
    margin-top: 20px;
    padding-left: 0;
  }
}
.support__web .works-wrapper__contents .swiper-slide .actual-results__txt table {
  width: 100%;
}
.support__web .works-wrapper__contents .swiper-slide .actual-results__txt table tbody tr {
  border-bottom: 1px solid #aeb7c2;
}
.support__web .works-wrapper__contents .swiper-slide .actual-results__txt table tbody tr:nth-child(1) {
  border-bottom: none;
}
.support__web .works-wrapper__contents .swiper-slide .actual-results__txt table tbody tr:nth-child(2) .item {
  padding-top: 40px;
}
@media screen and (max-width: 799px) {
  .support__web .works-wrapper__contents .swiper-slide .actual-results__txt table tbody tr:nth-child(2) .item {
    padding-top: 20px;
  }
}
.support__web .works-wrapper__contents .swiper-slide .actual-results__txt table tbody tr:nth-child(4) {
  border-bottom: none;
}
.support__web .works-wrapper__contents .swiper-slide .actual-results__txt table tbody tr th {
  padding: 40px 20px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #002049;
}
@media screen and (max-width: 799px) {
  .support__web .works-wrapper__contents .swiper-slide .actual-results__txt table tbody tr th {
    padding: 20px 5px;
    font-size: 24px;
    font-size: 3vw;
  }
}
.support__web .works-wrapper__contents .swiper-slide .actual-results__txt table tbody tr td {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 799px) {
  .support__web .works-wrapper__contents .swiper-slide .actual-results__txt table tbody tr td {
    font-size: 24px;
    font-size: 3vw;
  }
}
.support__web .works-wrapper__contents .swiper-slide .actual-results__txt table tbody tr td.item {
  padding: 20px;
}
@media screen and (max-width: 799px) {
  .support__web .works-wrapper__contents .swiper-slide .actual-results__txt table tbody tr td.item {
    padding: 15px 5px;
  }
}
.support__web .works-wrapper__contents .swiper-slide .actual-results__txt table tbody tr td a {
  color: #002049;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.support__web .works-wrapper__contents .swiper-slide .actual-results__txt table tbody tr td a:hover {
  opacity: 0.7;
}
.support__web .works-wrapper .swiper-button-prev,
.support__web .works-wrapper .swiper-button-next {
  top: 55%;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #002049;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .support__web .works-wrapper .swiper-button-prev,
  .support__web .works-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.support__web .works-wrapper .swiper-button-prev::after,
.support__web .works-wrapper .swiper-button-next::after {
  font-size: 18px;
}
.support__web .works-wrapper .swiper-button-prev:hover,
.support__web .works-wrapper .swiper-button-next:hover {
  background-color: #0e3261;
}
.support__web .works-wrapper .swiper-button-prev {
  left: 0;
}
.support__web .works-wrapper .swiper-button-next {
  right: 0;
}
.support__web .price-wrapper h2 {
  margin: 20px 0;
}
.support__web .price-wrapper h2 span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper h2 span {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.support__web .price-wrapper h3 {
  margin: 70px 0 20px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #114584;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper h3 {
    margin: 40px 0 20px;
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.support__web .price-wrapper .plan-wrapper__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .support__web .price-wrapper .plan-wrapper__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support__web .price-wrapper .plan-wrapper__box .plan {
  margin-right: 5px;
  padding: 40px 0;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 991px) {
  .support__web .price-wrapper .plan-wrapper__box .plan {
    margin-top: 10px;
    padding: 20px 0;
    width: 100%;
  }
}
.support__web .price-wrapper .plan-wrapper__box .plan:nth-last-child(1) {
  margin-right: 0;
}
.support__web .price-wrapper .plan-wrapper__box .plan h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__box .plan h4 {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.support__web .price-wrapper .plan-wrapper__box .plan p {
  color: #fff;
}
.support__web .price-wrapper .plan-wrapper__box .plan p.period {
  margin-top: 15px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__box .plan p.period {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support__web .price-wrapper .plan-wrapper__box .plan p.price {
  margin-top: 20px;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__box .plan p.price {
    font-size: 40px;
    font-size: 5vw;
  }
}
.support__web .price-wrapper .plan-wrapper__box .plan p.price span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__box .plan p.price span {
    font-size: 34px;
    font-size: 4.25vw;
  }
}
.support__web .price-wrapper .plan-wrapper__box .plan__01 {
  background-color: #92a4ba;
}
.support__web .price-wrapper .plan-wrapper__box .plan__02 {
  background-color: #5884b9;
}
.support__web .price-wrapper .plan-wrapper__box .plan__03 {
  position: relative;
  background-color: #e93363;
}
.support__web .price-wrapper .plan-wrapper__box .plan__03 .ribbon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.support__web .price-wrapper .plan-wrapper__box .plan__03 .ribbon-wrapper .ribbon {
  display: inline-block;
  position: absolute;
  padding: 10px 0;
  right: -15px;
  top: 15px;
  width: 160px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #e93363;
  line-height: 16px;
  background: #fdd200;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.support__web .price-wrapper .plan-wrapper__box .plan__04 {
  background-color: #336cb0;
}
.support__web .price-wrapper .plan-wrapper__table {
  overflow-x: scroll;
}
.support__web .price-wrapper .plan-wrapper__table table {
  margin-top: 70px;
  text-align: center;
  width: 100%;
  background-color: #eaeaea;
  white-space: nowrap;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__table table {
    margin-top: 30px;
  }
}
.support__web .price-wrapper .plan-wrapper__table table tbody tr .txt {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__table table tbody tr .txt {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support__web .price-wrapper .plan-wrapper__table table tbody tr .txt--line {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__table table tbody tr .txt--line {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support__web .price-wrapper .plan-wrapper__table table tbody tr th,
.support__web .price-wrapper .plan-wrapper__table table tbody tr td {
  padding: 15px 10px;
  border: 5px solid #fff;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__table table tbody tr th,
  .support__web .price-wrapper .plan-wrapper__table table tbody tr td {
    padding: 10px 5px;
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.support__web .price-wrapper .plan-wrapper__table table tbody tr th.bg-gray,
.support__web .price-wrapper .plan-wrapper__table table tbody tr td.bg-gray {
  background-color: #ddd;
}
.support__web .price-wrapper .plan-wrapper__table table tbody tr th.plan01,
.support__web .price-wrapper .plan-wrapper__table table tbody tr td.plan01 {
  background-color: #92a4ba;
}
.support__web .price-wrapper .plan-wrapper__table table tbody tr th.plan02,
.support__web .price-wrapper .plan-wrapper__table table tbody tr td.plan02 {
  background-color: #5884b9;
}
.support__web .price-wrapper .plan-wrapper__table table tbody tr th.plan03,
.support__web .price-wrapper .plan-wrapper__table table tbody tr td.plan03 {
  color: #fff;
  background-color: #e93363;
}
.support__web .price-wrapper .plan-wrapper__table table tbody tr th.plan04,
.support__web .price-wrapper .plan-wrapper__table table tbody tr td.plan04 {
  background-color: #336cb0;
}
.support__web .price-wrapper .plan-wrapper__table table tbody tr th sup,
.support__web .price-wrapper .plan-wrapper__table table tbody tr td sup {
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__table table tbody tr th sup,
  .support__web .price-wrapper .plan-wrapper__table table tbody tr td sup {
    font-size: 14px;
    font-size: 1.75vw;
  }
}
.support__web .price-wrapper .plan-wrapper__table table tbody tr th {
  color: #fff;
}
.support__web .price-wrapper .plan-wrapper .annotation-list01 {
  margin-top: 20px;
}
.support__web .price-wrapper .plan-wrapper .annotation-list01 ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 5px;
}
.support__web .price-wrapper .plan-wrapper .annotation-list01 ol li {
  text-indent: -2.8em;
  padding-left: 2.8em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper .annotation-list01 ol li {
    font-size: 24px;
    font-size: 3vw;
  }
}
.support__web .price-wrapper .plan-wrapper .annotation-list01 ol li::before {
  counter-increment: item;
  content: "※" counter(item) ":";
  padding-right: 0.5em;
}
.support__web .price-wrapper .plan-wrapper__monthly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__monthly {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support__web .price-wrapper .plan-wrapper__monthly .plan {
  margin-right: 5px;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__monthly .plan {
    margin-top: 10px;
    width: 100%;
  }
}
.support__web .price-wrapper .plan-wrapper__monthly .plan:nth-last-child(1) {
  margin-right: 0;
}
.support__web .price-wrapper .plan-wrapper__monthly .plan h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__monthly .plan h4 {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.support__web .price-wrapper .plan-wrapper__monthly .plan p {
  color: #fff;
}
.support__web .price-wrapper .plan-wrapper__monthly .plan p.period {
  margin-top: 15px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__monthly .plan p.period {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support__web .price-wrapper .plan-wrapper__monthly .plan p.price {
  margin-top: 20px;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__monthly .plan p.price {
    font-size: 44px;
    font-size: 5.5vw;
  }
}
.support__web .price-wrapper .plan-wrapper__monthly .plan p.price span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__monthly .plan p.price span {
    font-size: 34px;
    font-size: 4.25vw;
  }
}
.support__web .price-wrapper .plan-wrapper__monthly .plan__01 .upper {
  padding: 51px 0 60px;
  background-color: #92a4ba;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__monthly .plan__01 .upper {
    padding: 30px 0;
  }
}
.support__web .price-wrapper .plan-wrapper__monthly .plan__01 .detail {
  padding: 30px 0;
  background-color: #eaeaea;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__monthly .plan__01 .detail {
    padding: 15px 0;
  }
}
.support__web .price-wrapper .plan-wrapper__monthly .plan__01 .detail p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__monthly .plan__01 .detail p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support__web .price-wrapper .plan-wrapper__monthly .plan__02 {
  position: relative;
}
.support__web .price-wrapper .plan-wrapper__monthly .plan__02 .upper {
  padding: 40px 0;
  background-color: #e93363;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__monthly .plan__02 .upper {
    padding: 20px 0;
  }
}
.support__web .price-wrapper .plan-wrapper__monthly .plan__02 .detail {
  padding: 30px 0;
  background-color: #eaeaea;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__monthly .plan__02 .detail {
    padding: 15px 0;
  }
}
.support__web .price-wrapper .plan-wrapper__monthly .plan__02 .detail p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__monthly .plan__02 .detail p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support__web .price-wrapper .plan-wrapper__monthly .plan__02 .ribbon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.support__web .price-wrapper .plan-wrapper__monthly .plan__02 .ribbon-wrapper .ribbon {
  display: inline-block;
  position: absolute;
  padding: 10px 0;
  right: -15px;
  top: 15px;
  width: 160px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #e93363;
  line-height: 16px;
  background: #fdd200;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.support__web .price-wrapper .plan-wrapper .annotation-list {
  margin-top: 20px;
}
.support__web .price-wrapper .plan-wrapper .annotation-list ul li {
  margin-top: 10px;
  text-indent: -1.4em;
  padding-left: 1.4em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper .annotation-list ul li {
    font-size: 24px;
    font-size: 3vw;
    line-height: 1.4;
  }
}
.support__web .price-wrapper .plan-wrapper .annotation-list ul li::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  background: #e93363;
  border-radius: 50%;
  margin-right: 5px;
}
.support__web .price-wrapper .plan-wrapper__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .support__web .price-wrapper .plan-wrapper__service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan {
  margin-right: 5px;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 991px) {
  .support__web .price-wrapper .plan-wrapper__service .plan {
    margin-top: 10px;
    width: 100%;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan:nth-last-child(1) {
  margin-right: 0;
}
.support__web .price-wrapper .plan-wrapper__service .plan h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan h4 {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan p {
  color: #fff;
}
.support__web .price-wrapper .plan-wrapper__service .plan p.period {
  margin-top: 15px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan p.period {
    margin-top: 10px;
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan p.price {
  margin-top: 20px;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan p.price {
    margin-top: 10px;
    font-size: 40px;
    font-size: 5vw;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan p.price span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan p.price span {
    font-size: 30px;
    font-size: 3.75vw;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan__01 .upper {
  padding: 51px 0 60px;
  background-color: #336cb0;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan__01 .upper {
    padding: 15px 0;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan__01 .detail {
  padding: 20px;
  text-align: left;
  background-color: #eaeaea;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan__01 .detail {
    padding: 15px 10px;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan__01 .detail p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan__01 .detail p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan__02 {
  position: relative;
}
.support__web .price-wrapper .plan-wrapper__service .plan__02 .upper {
  padding: 40px 0;
  background-color: #5884b9;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan__02 .upper {
    padding: 15px 0;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan__02 .detail {
  padding: 20px;
  text-align: left;
  background-color: #eaeaea;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan__02 .detail {
    padding: 15px 10px;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan__02 .detail p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan__02 .detail p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan__03 .upper {
  padding: 40px 0;
  background-color: #336cb0;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan__03 .upper {
    padding: 15px 0;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan__03 .detail {
  padding: 20px;
  text-align: left;
  background-color: #eaeaea;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan__03 .detail {
    padding: 15px 10px;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan__03 .detail p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan__03 .detail p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan__04 {
  position: relative;
}
.support__web .price-wrapper .plan-wrapper__service .plan__04 .upper {
  padding: 40px 0;
  background-color: #5884b9;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan__04 .upper {
    padding: 15px 0;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan__04 .detail {
  padding: 20px;
  text-align: left;
  background-color: #eaeaea;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan__04 .detail {
    padding: 15px 10px;
  }
}
.support__web .price-wrapper .plan-wrapper__service .plan__04 .detail p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__service .plan__04 .detail p {
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support__web .price-wrapper .plan-wrapper__btn {
  text-align: center;
}
.support__web .price-wrapper .plan-wrapper__btn img {
  width: 100%;
}
.support__web .price-wrapper .plan-wrapper__btn a {
  display: inline-block;
  margin: 60px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.support__web .price-wrapper .plan-wrapper__btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 799px) {
  .support__web .price-wrapper .plan-wrapper__btn a {
    margin: 30px 0;
  }
}
.support__web .flow-wrapper .wevery-sub-ttl {
  margin: 30px 0 20px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fdd200;
}
@media screen and (max-width: 799px) {
  .support__web .flow-wrapper .wevery-sub-ttl {
    text-align: left;
    font-size: 34px;
    font-size: 4.25vw;
  }
}
.support__web .flow-wrapper .wevery-txt {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 799px) {
  .support__web .flow-wrapper .wevery-txt {
    line-height: 1.6;
    font-size: 26px;
    font-size: 3.25vw;
  }
}
.support__web .flow-wrapper ol {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.document-wrapper__contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 45px 0;
}
@media screen and (max-width: 991px) {
  .document-wrapper__contents ul {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 799px) {
  .document-wrapper__contents ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.document-wrapper__contents ul > li {
  margin: 0 2.05% 110px;
  max-width: 324px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29.2%;
          flex: 0 1 29.2%;
}
@media screen and (max-width: 799px) {
  .document-wrapper__contents ul > li {
    margin: 0 auto 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 43%;
            flex: 0 1 43%;
  }
}
.document-wrapper__item--img {
  border: 2px solid #c6c6c6;
}
.document-wrapper__item--img img {
  max-width: 100%;
}
.document-wrapper__item--txt {
  margin-top: 22px;
}
.document-wrapper__item--txt h2 {
  color: #114584;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
}
.document-wrapper__item--txt p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.document-wrapper__item--txt .btn {
  padding: 3% 0;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 25px;
}
.document-wrapper__item--txt .btn::after {
  top: 39%;
}

.document-form__ttl {
  color: #002c61;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  .document-form__ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.document-form__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 40px auto 50px;
  width: 98%;
}
@media screen and (max-width: 575px) {
  .document-form__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.document-form__intro--img {
  border: 2px solid #c6c6c6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}
@media screen and (max-width: 799px) {
  .document-form__intro--img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media screen and (max-width: 575px) {
  .document-form__intro--img {
    margin-bottom: 30px;
  }
}
.document-form__intro--img img {
  max-width: 100%;
  height: auto;
}
.document-form__intro--txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: 30px;
}
@media screen and (max-width: 575px) {
  .document-form__intro--txt {
    margin-left: 0;
  }
}
.document-form__intro--txt h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #002c61;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 799px) {
  .document-form__intro--txt h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.document-form__intro--txt p {
  line-height: 1.5;
}

.form-wrapper {
  margin: 80px auto;
}
@media screen and (max-width: 799px) {
  .form-wrapper {
    margin: 40px auto;
  }
}
.form-wrapper .satori__input_group input, .form-wrapper .satori__input_group select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.form-thanks-wrapper {
  margin: 80px auto;
}
@media screen and (max-width: 799px) {
  .form-thanks-wrapper {
    margin: 40px auto;
  }
}
.form-thanks-wrapper p {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 799px) {
  .form-thanks-wrapper p {
    text-align: left;
    font-size: 24px;
    font-size: 3vw;
  }
}

.archive-voice__contents > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 28px 0;
}
@media screen and (max-width: 991px) {
  .archive-voice__contents > ul {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .archive-voice__contents > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive-voice__contents > ul > li {
  margin: 0 1.8% 50px;
  max-width: 340px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29.7%;
          flex: 0 1 29.7%;
}
@media screen and (max-width: 799px) {
  .archive-voice__contents > ul > li {
    margin: 0 3% 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
  }
}
@media screen and (max-width: 575px) {
  .archive-voice__contents > ul > li {
    margin: 0 auto 40px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.voice-card {
  display: block;
  background: #e9f1f6;
  height: 100%;
}
.voice-card:hover {
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  -webkit-box-shadow: 0px 1px 10px 0px #999;
          box-shadow: 0px 1px 10px 0px #999;
}
.voice-card__img {
  overflow: hidden;
}
.voice-card__img img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.voice-card:hover .voice-card__img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.voice-card__txt {
  padding: 30px 30px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: normal;
}
.voice-card__comments {
  font-size: 16px;
  font-size: 1rem;
}

.single-voice__contents {
  margin: 80px 50px 120px;
}
@media screen and (max-width: 799px) {
  .single-voice__contents {
    margin: 50px auto 80px;
  }
}

.voice-box {
  border: 4px solid #ededed;
  background: #f8f8f8;
  padding: 40px 60px 40px 40px;
}
@media screen and (max-width: 799px) {
  .voice-box {
    padding: 30px;
  }
}
.voice-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 799px) {
  .voice-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.voice-box__img {
  margin-right: 5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.3%;
          flex: 0 0 37.3%;
}
@media screen and (max-width: 799px) {
  .voice-box__img {
    margin: 0 auto;
  }
}
.voice-box__img img {
  max-width: 100%;
  height: auto;
}
.voice-box__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (max-width: 799px) {
  .voice-box__txt {
    margin-top: 30px;
  }
}
.voice-box__txt-ttl {
  color: #002c61;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 799px) {
  .voice-box__txt-ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.voice-box__txt-belongs {
  margin-top: 25px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.voice-box__txt-comment {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 20px;
}

.column-wrapper__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 50px 120px;
}
@media screen and (max-width: 799px) {
  .column-wrapper__contents {
    margin: 50px auto 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.column-wrapper__headline {
  background: #0d407d;
  color: #FFF;
}
.column-wrapper__headline-inner {
  margin: 0 70px;
  padding: 45px 0 40px;
}
@media screen and (max-width: 799px) {
  .column-wrapper__headline-inner {
    margin: 0;
  }
}
.column-wrapper__headline-category {
  font-size: 14px;
  font-size: 0.875rem;
  background: #7ebf41;
  color: #FFF;
  vertical-align: middle;
  padding: 3px 23px;
  margin-right: 10px;
}
@media screen and (max-width: 799px) {
  .column-wrapper__headline-category {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.column-wrapper__headline-date {
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 799px) {
  .column-wrapper__headline-date {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.column-wrapper__headline-ttl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 16px;
}
@media screen and (max-width: 799px) {
  .column-wrapper__headline-ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.column-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 74.6%;
          flex: 0 1 74.6%;
}
@media screen and (max-width: 799px) {
  .column-main {
    width: 100%;
  }
}
.column-main__archive > ul > li {
  padding: 30px 0;
  border-bottom: 1px solid #d7d7d7;
}
.column-main__archive > ul > li:first-child {
  padding-top: 0;
}
.column-main__single-thumb {
  display: block;
  margin: 0 auto;
}
.column-main__single h2,
.column-main__single .toc_title {
  background: #d9e4eb;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 25px 25px;
  margin: 40px 0;
}
@media screen and (max-width: 799px) {
  .column-main__single h2,
  .column-main__single .toc_title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px;
  }
}
.column-main__single h3 {
  border: 4px solid #d9e4eb;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 14px 25px;
  margin: 40px 0;
}
@media screen and (max-width: 799px) {
  .column-main__single h3 {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px;
  }
}
.column-main__single h4 {
  border-bottom: 2px solid #d9e4eb;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 14px 25px;
  margin: 40px 0;
}
@media screen and (max-width: 799px) {
  .column-main__single h4 {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px;
  }
}
.column-main__single .textbox {
  background: #f8f8f8;
  padding: 25px;
}
@media screen and (max-width: 799px) {
  .column-main__single .textbox {
    padding: 20px;
  }
}
.column-main__single .textbox p {
  margin: 0;
  padding: 0;
  line-height: 2;
}
.column-main__single > ul, .column-main__single > ol {
  margin: 40px 0;
  padding: 0 25px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 799px) {
  .column-main__single > ul, .column-main__single > ol {
    padding: 0 20px;
  }
}
.column-main__single > ul > li, .column-main__single > ol > li {
  text-indent: -1.1em;
  padding-left: 1em;
  line-height: 1.4;
}
.column-main__single > ul > li + li, .column-main__single > ol > li + li {
  margin-top: 15px;
}
.column-main__single > ul > li::before, .column-main__single > ol > li::before {
  content: "・";
  font-weight: bold;
}
.column-main__single > ol {
  counter-reset: item;
}
.column-main__single > ol > li::before {
  counter-increment: item;
  content: counter(item) ".";
  font-weight: 500;
}
.column-main__single p {
  line-height: 2.5;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 25px;
  margin: 40px 0;
}
.column-main__single p a {
  color: #ff8400;
  text-decoration: underline;
}
.column-main__single img {
  max-width: 100%;
  height: auto;
}
.column-main__single figure {
  margin: 40px auto;
}
.column-main__single b, .column-main__single em, .column-main__single strong {
  font-weight: bold;
}

.column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  color: inherit;
}
.column-list:hover {
  opacity: 0.8;
}
.column-list__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.2%;
          flex: 0 0 23.2%;
  margin-right: 20px;
}
.column-list__img img {
  max-width: 100%;
  height: auto;
}
.column-list__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 18px;
}
@media screen and (max-width: 799px) {
  .column-list__txt {
    padding-top: 0;
  }
}
.column-list__txt-date {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: middle;
}
.column-list__txt-category {
  background: #7ebf41;
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: middle;
  padding: 1px 7px;
  letter-spacing: normal;
}
.column-list__txt-ttl {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 15px;
}

.column-aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
}
@media screen and (max-width: 799px) {
  .column-aside {
    margin-top: 50px;
    width: 100%;
  }
}
.column-aside__category-ttl {
  background: #7ebf41;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  padding: 30px 0;
}
.column-aside__category > ul {
  background: #f8f8f8;
  padding: 30px 20px;
}
.column-aside__category > ul > li + li {
  margin-top: 15px;
}
.column-aside__category > ul > li a {
  color: inherit;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.column-aside__category > ul > li a:hover {
  color: #7ebf41;
}

div#toc_container {
  width: 100%;
  margin-top: 20px;
}
div#toc_container .toc_list {
  margin: 50px 0 60px;
  padding: 0 25px;
}
div#toc_container .toc_list > li > a {
  margin-top: 5px;
}
div#toc_container .toc_list li {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
div#toc_container .toc_list li ul {
  margin-top: 14px;
  padding-left: 10px;
  padding-left: 16px;
}
div#toc_container .toc_list li a {
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
div#toc_container .toc_list li a:hover {
  color: #ff8400;
}
div#toc_container .toc_list li a .toc_number.toc_depth_1 {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 8px;
}
div#toc_container .toc_list li a .toc_number.toc_depth_1::after {
  content: ".";
}
div#toc_container .toc_list li a .toc_number.toc_depth_2 {
  color: #000;
  font-weight: 500;
  margin-right: 7px;
}
.seminar-wrapper__contents {
  margin: 80px 50px 120px;
}
@media screen and (max-width: 799px) {
  .seminar-wrapper__contents {
    margin: 50px auto 80px;
  }
}

.seminar-box {
  border: 4px solid #ededed;
  background: #f8f8f8;
  padding: 40px 40px 60px;
  margin-top: 60px;
}
@media screen and (max-width: 799px) {
  .seminar-box {
    padding: 30px 5% 40px;
  }
}
.seminar-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 799px) {
  .seminar-box__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.seminar-box__img {
  margin-right: 5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
@media screen and (max-width: 799px) {
  .seminar-box__img {
    margin: 0 auto;
  }
}
.seminar-box__img img {
  max-width: 100%;
  height: auto;
}
.seminar-box__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (max-width: 799px) {
  .seminar-box__txt {
    margin-top: 30px;
  }
}
.seminar-box__txt-ttl {
  color: #002c61;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 799px) {
  .seminar-box__txt-ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.seminar-box__txt-comment {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .seminar-box__table table tbody tr th, .seminar-box__table table tbody tr td {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .seminar-box .btn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}