@charset "UTF-8";

@keyframes table-swipe {
  0% {
    opacity: 0;
    transform: translate(-20px, 5px) rotate(0)
  }

  75% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg)
  }

  100% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg)
  }
}

@keyframes link-underline {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  75% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  75% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0
  }
}

@charset "UTF-8";

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
}

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
}

html {
  color: #4c5768;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.78em
}

body {
  font-size: 1.4rem
}

@media screen and (min-width:768px) {
  body {
    font-size: 1.4rem
  }
}

@media screen and (min-width:1050px) {
  body {
    font-size: 1.4rem
  }
}

a {
  color: inherit;
  text-decoration: none
}

a:hover,
a:focus {
  text-decoration: none
}

sub {
  vertical-align: sub;
  font-size: 1.1rem
}

@media screen and (min-width:768px) {
  sub {
    font-size: 1.1rem
  }
}

@media screen and (min-width:1050px) {
  sub {
    font-size: 1.1rem
  }
}

sup {
  vertical-align: super;
  font-size: 1.1rem
}

@media screen and (min-width:768px) {
  sup {
    font-size: 1.1rem
  }
}

@media screen and (min-width:1050px) {
  sup {
    font-size: 1.1rem
  }
}

button {
  outline: 0
}

.block {
  display: block;
  text-decoration: none
}

.block,
.block:active,
.block:visited {
  color: inherit
}

.inline-block {
  display: inline-block
}

.break {
  word-wrap: break-word
}

.full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.stick {
  margin: 0 !important
}

.stick-bottom {
  margin-bottom: 0 !important
}

.stick-left {
  margin-left: 0 !important
}

.stick-right {
  margin-right: 0 !important
}

.stick-top {
  margin-top: 0 !important
}

.text-center {
  text-align: center !important
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-lower {
  text-transform: lowercase
}

.text-upper {
  text-transform: uppercase
}

.word {
  display: inline-block
}

.pc-only {
  display: block
}

@media print,
screen and (max-width:760px) {
  .pc-only {
    display: none
  }
}

.sp-only {
  display: none
}

@media print,
screen and (max-width:760px) {
  .sp-only {
    display: block
  }
}

.natural {
  display: block;
  overflow: hidden
}

.natural--bg {
  box-sizing: border-box;
  background-color: #e1e9ef;
  padding: 30px
}

.dnd-section-color--bg .natural--bg {
  background-color: #fff
}

@media screen and (max-width:767px) {
  .natural--bg {
    padding: 20px
  }
}

.natural:not(:last-child) {
  margin-bottom: 20px
}

.natural:not(:first-child) {
  margin-top: 20px
}

.natural h2 {
  font-size: 2.2rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500
}

.natural h2::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em)
}

@media screen and (min-width:768px) {
  .natural h2 {
    font-size: 3.2rem
  }
}

.natural h2:not(:first-child) {
  margin-top: 60px
}

@media screen and (min-width:768px) {
  .natural h2:not(:first-child) {
    margin-top: 80px
  }
}

.natural h2:not(:last-child) {
  margin-bottom: 25px
}

@media screen and (min-width:768px) {
  .natural h2:not(:last-child) {
    margin-bottom: 45px
  }
}

.natural h2::before {
  content: attr(data-decoration-text);
  display: block;
  color: #4c5768;
  font-size: 1.1rem;
  letter-spacing: .35em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px
}

@media screen and (min-width:768px) {
  .natural h2::before {
    font-size: 1.4rem
  }
}

.natural h3 {
  font-size: 1.8rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500
}

.natural h3::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em)
}

.natural h3::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em)
}

@media screen and (min-width:768px) {
  .natural h3 {
    font-size: 2.4rem
  }
}

.natural h3:not(:first-child) {
  margin-top: 25px
}

@media screen and (min-width:768px) {
  .natural h3:not(:first-child) {
    margin-top: 55px
  }
}

.natural h3:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (min-width:768px) {
  .natural h3:not(:last-child) {
    margin-bottom: 30px
  }
}

.natural h4 {
  color: #414141;
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500
}

@media screen and (min-width:768px) {
  .natural h4 {
    font-size: 2.0rem
  }
}

.natural h4:not(:first-child) {
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .natural h4:not(:first-child) {
    margin-top: 45px
  }
}

.natural h4:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (min-width:768px) {
  .natural h4:not(:last-child) {
    margin-bottom: 25px
  }
}

.natural h5 {
  color: #414141;
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500
}

@media screen and (min-width:768px) {
  .natural h5 {
    font-size: 1.8rem
  }
}

.natural h5:not(:first-child) {
  margin-top: 30px
}

.natural h5:not(:last-child) {
  margin-bottom: 20px
}

.natural p {
  color: #414141;
  font-size: 1.3rem;
  letter-spacing: .15em;
  line-height: 2em
}

.natural p::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em)
}

.natural p:not(:first-child) {
  margin-top: 20px
}

.natural p:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (min-width:768px) {
  .natural p {
    font-size: 1.6rem
  }
}

.natural p:not(:first-child) {
  margin-top: 20px
}

.natural p:not(:last-child) {
  margin-bottom: 20px
}

.natural--white p {
  color: #fff
}

.natural figure figcaption,
.natural caption {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .17em;
  margin-bottom: ;
  margin-top: 20px
}

@media screen and (max-width:767px) {

  .natural figure figcaption,
  .natural caption {
    font-size: 12px;
    line-height: 1.9
  }
}

.natural figure {
  max-width: 750px;
  margin: 0 auto
}

.natural figure:not(:first-child) {
  margin-top: 30px
}

.natural figure:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .natural figure:not(:first-child) {
    margin-top: 20px
  }

  .natural figure:not(:last-child) {
    margin-bottom: 20px
  }
}

.natural figure figcaption:first-child,
.natural caption:first-child {
  margin-top: 0
}

.natural pre:not(:first-child) {
  margin-top: 30px
}

.natural pre:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .natural pre {
    font-size: 13px
  }
}

.natural h1,
.natural h2,
.natural h3,
.natural h4,
.natural h5,
.natural h6 {
  display: block
}

.natural pre,
.natural h1,
.natural h2,
.natural h3,
.natural h5,
.natural h6,
.natural .solid,
.natural hr,
.natural blockquote {
  display: block
}

.natural pre+pre,
.natural h1+pre,
.natural h2+pre,
.natural h3+pre,
.natural h4+pre,
.natural h5+pre,
.natural h6+pre,
.natural .solid+pre,
.natural hr+pre,
.natural blockquote+pre,
.natural table+pre,
.natural pre+h1,
.natural h1+h1,
.natural h2+h1,
.natural h3+h1,
.natural h4+h1,
.natural h5+h1,
.natural h6+h1,
.natural .solid+h1,
.natural hr+h1,
.natural blockquote+h1,
.natural table+h1,
.natural pre+h2,
.natural h1+h2,
.natural h2+h2,
.natural h3+h2,
.natural h4+h2,
.natural h5+h2,
.natural h6+h2,
.natural .solid+h2,
.natural hr+h2,
.natural blockquote+h2,
.natural table+h2,
.natural pre+h3,
.natural h1+h3,
.natural h2+h3,
.natural h3+h3,
.natural h4+h3,
.natural h5+h3,
.natural h6+h3,
.natural .solid+h3,
.natural hr+h3,
.natural blockquote+h3,
.natural table+h3,
.natural pre+h4,
.natural h1+h4,
.natural h2+h4,
.natural h3+h4,
.natural h4+h4,
.natural h5+h4,
.natural h6+h4,
.natural .solid+h4,
.natural hr+h4,
.natural blockquote+h4,
.natural table+h4,
.natural pre+h5,
.natural h1+h5,
.natural h2+h5,
.natural h3+h5,
.natural h4+h5,
.natural h5+h5,
.natural h6+h5,
.natural .solid+h5,
.natural hr+h5,
.natural blockquote+h5,
.natural table+h5,
.natural pre+h6,
.natural h1+h6,
.natural h2+h6,
.natural h3+h6,
.natural h4+h6,
.natural h5+h6,
.natural h6+h6,
.natural .solid+h6,
.natural hr+h6,
.natural blockquote+h6,
.natural table+h6,
.natural pre+.solid,
.natural h1+.solid,
.natural h2+.solid,
.natural h3+.solid,
.natural h4+.solid,
.natural h5+.solid,
.natural h6+.solid,
.natural .solid+.solid,
.natural hr+.solid,
.natural blockquote+.solid,
.natural table+.solid,
.natural pre+hr,
.natural h1+hr,
.natural h2+hr,
.natural h3+hr,
.natural h4+hr,
.natural h5+hr,
.natural h6+hr,
.natural .solid+hr,
.natural hr+hr,
.natural blockquote+hr,
.natural table+hr,
.natural pre+blockquote,
.natural h1+blockquote,
.natural h2+blockquote,
.natural h3+blockquote,
.natural h4+blockquote,
.natural h5+blockquote,
.natural h6+blockquote,
.natural .solid+blockquote,
.natural hr+blockquote,
.natural blockquote+blockquote,
.natural table+blockquote,
.natural pre+table,
.natural h1+table,
.natural h2+table,
.natural h3+table,
.natural h4+table,
.natural h5+table,
.natural h6+table,
.natural .solid+table,
.natural hr+table,
.natural blockquote+table,
.natural table+table {
  margin-top: 38px
}

.natural ol:not(:first-child),
.natural ul:not(:first-child),
.natural dl:not(:first-child),
.natural figure:not(:first-child) {
  display: block
}

.natural p:not(:last-child),
.natural ol:not(:last-child),
.natural ul:not(:last-child),
.natural dl:not(:last-child),
.natural figure:not(:last-child) {
  display: block
}

.natural a {
  color: #414141;
  display: inline;
  border-bottom: 1px solid #e8d815;
  text-decoration: none;
  transition: .5s;
  position: relative;
  word-break: break-all
}

.natural a:hover {
  color: #f46b00
}

.natural a:hover:after {
  background-color: #f46b00
}

.natural a[target="_blank"] {
  padding-left: 20px
}

@media screen and (max-width:767px) {
  .natural a[target="_blank"] {
    padding-left: 15px
  }
}

.natural a[target="_blank"]:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS45NjkiIGhlaWdodD0iMTEuOTY5IiB2aWV3Qm94PSIwIDAgMTEuOTY5IDExLjk2OSI+CiAgPHBhdGggaWQ9IuODkeOCuV82NDIxIiBkYXRhLW5hbWU9IuODkeOCuSA2NDIxIiBkPSJNLTc4OC41MjksMGgtNi4zNDJhLjUyOC41MjgsMCwwLDAtLjUyOC41MjlWMi4xNjdoLTMuODdhLjcuNywwLDAsMC0uNy43djguNGEuNy43LDAsMCwwLC43LjdoOC40YS43LjcsMCwwLDAsLjctLjdWNy40aDEuNjM4QS41MjguNTI4LDAsMCwwLTc4OCw2Ljg3MVYuNTI5QS41MjkuNTI5LDAsMCwwLTc4OC41MjksMFptLTIuNjM4LDEwLjk2OWgtNy44di03LjhoMy41N3YzLjdhLjUyNy41MjcsMCwwLDAsLjUyOC41MjhoMy43Wk0tNzg5LDYuNGgtNS40VjFoNS40WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzk5Ljk2OSkiIGZpbGw9IiM0MTQxNDEiLz4KPC9zdmc+Cg==") no-repeat center;
  background-size: contain;
  content: "";
  height: 12px;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 14px;
  width: 12px
}

@media screen and (max-width:767px) {
  .natural a[target="_blank"]:before {
    top: 12px;
    width: 10px;
    height: 10px
  }
}

@media all and (-ms-high-contrast:none) {
  .natural a[target="_blank"]:before {
    margin-top: -6px
  }
}

.natural strong {
  font-weight: 600
}

.natural em {
  font-style: italic
}

@media screen and (max-width:767px) {

  .natural td,
  .natural th {
    padding-left: 20px;
    padding-right: 20px
  }
}

.natural ul:not(:first-child) {
  margin-top: 20px
}

.natural ul:not(:last-child) {
  margin-bottom: 20px
}

.natural ul li:not(:first-child) {
  margin-top: 5px
}

.natural ul li:not(:last-child) {
  margin-bottom: 5px
}

.natural ul>li {
  color: #414141;
  font-size: 16px;
  padding-left: 15px;
  position: relative
}

@media screen and (max-width:767px) {
  .natural ul>li {
    font-size: 13px
  }
}

.natural ul>li:before {
  background-color: #cbc9bb;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px
}

@media all and (-ms-high-contrast:none) {
  .natural ul>li:before {
    top: 5px
  }
}

@media screen and (max-width:767px) {
  .natural ul>li:before {
    top: 4px
  }
}

.natural ol {
  display: list-item;
  padding-inline-start: 25px;
  list-style-type: decimal
}

@media only screen and (min-width:768px) and (max-width:1049px) {
  .natural ol {
    padding-inline-start: 30px
  }
}

_::-webkit-full-page-media,
_:future,
:root .natural ol {
  padding-inline-start: 30px
}

.natural ol li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: list-item;
  list-style: inherit;
  margin-top: 0
}

@media screen and (max-width:767px) {
  .natural ol li {
    font-size: 15px
  }
}

@-moz-document url-prefix() {
  .natural ol {
    padding-inline-start: 25px
  }
}

@media all and (-ms-high-contrast:none) {
  .natural ol {
    padding-left: 10px
  }

  .natural ol li {
    list-style-position: inside
  }
}

.natural table {
  border: 1px solid #cbc9bb;
  margin: 30px 0px
}

@media screen and (max-width:767px) {
  .natural table {
    display: block;
    overflow: scroll;
    width: 100%
  }
}

.natural table th {
  border-bottom: 1px solid #cbc9bb;
  background-color: #fffacd;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 10px
}

@media screen and (max-width:767px) {
  .natural table th {
    font-size: 16px
  }
}

.natural table th:not(:last-child) {
  border-right: 1px solid #cbc9bb
}

.natural table tr:not(:last-child) {
  border-bottom: 1px solid #cbc9bb
}

.natural table td {
  font-size: 16px;
  padding: 10px;
  text-align: center
}

@media screen and (max-width:767px) {
  .natural table td {
    font-size: 13px
  }
}

.natural table td:not(:last-child) {
  border-right: 1px solid #cbc9bb
}

@charset "UTF-8";

.content {
  display: block;
  overflow: hidden;
  background-color: #f0f4f7;
  background-size: 17px 17px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxNyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmMWY0Zjc7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSLjg6rjg5Tjg7zjg4jjgrDjg6rjg4Pjg4lfMjI2IiBkYXRhLW5hbWU9IuODquODlOODvOODiOOCsOODquODg+ODiSAyMjYiPjxnIGlkPSLjgrDjg6vjg7zjg5dfNjQwMS05OSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNjQwMS05OSI+PHJlY3QgaWQ9IumVt+aWueW9ol8zODE4LTk5IiBkYXRhLW5hbWU9IumVt+aWueW9oiAzODE4LTk5IiBjbGFzcz0iY2xzLTEiIHk9IjEwIiB3aWR0aD0iMSIgaGVpZ2h0PSI3Ii8+PHJlY3QgaWQ9IumVt+aWueW9ol8zODIwLTk5IiBkYXRhLW5hbWU9IumVt+aWueW9oiAzODIwLTk5IiBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxIiBoZWlnaHQ9IjYiLz48cmVjdCBpZD0i6ZW35pa55b2iXzM4MTktOTkiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDM4MTktOTkiIGNsYXNzPSJjbHMtMSIgeD0iMSIgeT0iMTYiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz48cmVjdCBpZD0i6ZW35pa55b2iXzM4MjEtOTkiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDM4MjEtOTkiIGNsYXNzPSJjbHMtMSIgeD0iMTEiIHk9IjE2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==)
}

@charset "UTF-8";

.elevator {
  border-top: 1px solid #cbc9bb
}

@media screen and (min-width:1050px) {
  .elevator__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    min-height: 66px
  }
}

.is-no-breadcrumb .elevator__nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.elevator__nav__breadcrumb {
  padding-top: 17px;
  padding-bottom: 17px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% + 20px * 2);
  margin-right: -20px;
  margin-left: -20px;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.elevator__nav__breadcrumb::-webkit-scrollbar {
  display: none
}

@media screen and (min-width:768px) {
  .elevator__nav__breadcrumb {
    width: calc(100% + 50px * 2);
    margin-right: -50px;
    margin-left: -50px
  }
}

@media screen and (min-width:1050px) {
  .elevator__nav__breadcrumb {
    width: calc(100% - (200px - 40px));
    margin-left: 0;
    margin-right: 0
  }
}

.elevator__nav__breadcrumb__list,
.elevator__nav__breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: .15em;
  line-height: 2em;
  padding-left: 20px;
  padding-right: 20px
}

@media screen and (min-width:768px) {

  .elevator__nav__breadcrumb__list,
  .elevator__nav__breadcrumb__list {
    font-size: 1.6rem
  }
}

@media screen and (min-width:1050px) {

  .elevator__nav__breadcrumb__list,
  .elevator__nav__breadcrumb__list {
    padding-left: 0;
    padding-right: 0
  }
}

.elevator__nav__breadcrumb__list__item {
  color: #cbc9bb;
  white-space: nowrap;
  padding: 0
}

.elevator__nav__breadcrumb__list__item:not(:first-child),
.elevator__nav__breadcrumb__list__item:not(:first-child) {
  margin-left: 15px;
  padding-left: 21px;
  position: relative
}

.elevator__nav__breadcrumb__list__item:not(:first-child)::before,
.elevator__nav__breadcrumb__list__item:not(:first-child)::after,
.elevator__nav__breadcrumb__list__item:not(:first-child)::before,
.elevator__nav__breadcrumb__list__item:not(:first-child)::after {
  content: '';
  width: 2px;
  height: 4px;
  display: block;
  background-color: #f46b00;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg)
}

.elevator__nav__breadcrumb__list__item:not(:first-child)::before,
.elevator__nav__breadcrumb__list__item:not(:first-child)::before {
  top: calc(50% - 4px)
}

.elevator__nav__breadcrumb__list__item:not(:first-child)::after,
.elevator__nav__breadcrumb__list__item:not(:first-child)::after {
  top: calc(50% - 0px);
  -webkit-transform: scale(1, -1) skewX(45deg);
  transform: scale(1, -1) skewX(45deg)
}

.elevator__nav__breadcrumb__list__item:last-child {
  padding-right: 20px
}

.elevator__nav__breadcrumb__list__item__anchor,
.elevator__nav__breadcrumb__list__item__anchor {
  color: #414141;
  -webkit-transition: all .3s;
  transition: all .3s
}

.elevator__nav__breadcrumb__list__item__anchor__icon,
.elevator__nav__breadcrumb__list__item__anchor__icon {
  display: block;
  width: 6px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0
}

.elevator__nav__breadcrumb__list__item__anchor__icon__arrow,
.elevator__nav__breadcrumb__list__item__anchor__icon__arrow {
  fill: #f46b00
}

.elevator__nav__breadcrumb__list__item__anchor:hover,
.elevator__nav__breadcrumb__list__item__anchor:hover {
  color: #f46b00
}

.elevator__nav__page-top {
  background-color: #cbc9bb;
  margin-right: -20px;
  margin-left: -20px
}

@media screen and (min-width:768px) {
  .elevator__nav__page-top {
    margin-right: -50px;
    margin-left: -50px
  }
}

@media screen and (min-width:1050px) {
  .elevator__nav__page-top {
    margin-right: -40px;
    margin-left: -40px
  }
}

@media screen and (min-width:1050px) {
  .elevator__nav__page-top {
    width: 200px
  }
}

@media all and (-ms-high-contrast:none) {
  .elevator__nav__page-top {
    height: 66px
  }
}

.elevator__nav__page-top__anchor {
  height: 100%;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: .35em;
  line-height: 1.5em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative
}

@media screen and (min-width:768px) {
  .elevator__nav__page-top__anchor {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.4rem
  }
}

@media screen and (min-width:1050px) {
  .elevator__nav__page-top__anchor {
    padding-top: 0;
    padding-bottom: 0
  }
}

@media screen and (min-width:1050px) {
  .is-no-breadcrumb .elevator__nav__page-top__anchor {
    height: 66px
  }
}

.elevator__nav__page-top__anchor::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4c5768;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99)
}

@media screen and (min-width:768px) {
  .elevator__nav__page-top__anchor:hover::before {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

.elevator__nav__page-top__anchor__inner {
  padding-right: 18px;
  position: relative;
  z-index: 1
}

@media screen and (min-width:768px) {
  .elevator__nav__page-top__anchor__inner {
    padding-right: 28px
  }
}

.elevator__nav__page-top__anchor__inner::after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-position: center;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

@charset "UTF-8";

.footer {
  overflow: hidden;
  color: #4c5768;
  background-color: #4c5768
}

@media screen and (min-width:1050px) {
  .footer {
    border-top: 6px solid #4c5768;
    padding-top: 47px;
    padding-bottom: 47px
  }
}

.footer--no-nav {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border: 0;
  background-size: 17px 17px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxNyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmMWY0Zjc7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSLjg6rjg5Tjg7zjg4jjgrDjg6rjg4Pjg4lfMjI2IiBkYXRhLW5hbWU9IuODquODlOODvOODiOOCsOODquODg+ODiSAyMjYiPjxnIGlkPSLjgrDjg6vjg7zjg5dfNjQwMS05OSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNjQwMS05OSI+PHJlY3QgaWQ9IumVt+aWueW9ol8zODE4LTk5IiBkYXRhLW5hbWU9IumVt+aWueW9oiAzODE4LTk5IiBjbGFzcz0iY2xzLTEiIHk9IjEwIiB3aWR0aD0iMSIgaGVpZ2h0PSI3Ii8+PHJlY3QgaWQ9IumVt+aWueW9ol8zODIwLTk5IiBkYXRhLW5hbWU9IumVt+aWueW9oiAzODIwLTk5IiBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxIiBoZWlnaHQ9IjYiLz48cmVjdCBpZD0i6ZW35pa55b2iXzM4MTktOTkiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDM4MTktOTkiIGNsYXNzPSJjbHMtMSIgeD0iMSIgeT0iMTYiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz48cmVjdCBpZD0i6ZW35pa55b2iXzM4MjEtOTkiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDM4MjEtOTkiIGNsYXNzPSJjbHMtMSIgeD0iMTEiIHk9IjE2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==)
}

@media screen and (min-width:1050px) {
  .footer__above__nav__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 50px
  }
}

@media screen and (min-width:1050px) {
  .footer__above__nav__columns__column {
    padding-left: 30px;
    padding-right: 30px
  }
}

.footer__above__nav__columns__column:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px
}

@media screen and (min-width:768px) {
  .footer__above__nav__columns__column:nth-child(1) {
    padding-top: 50px;
    padding-bottom: 30px
  }
}

@media screen and (min-width:1050px) {
  .footer__above__nav__columns__column:nth-child(1) {
    padding-top: 0;
    padding-bottom: 0
  }
}

.header__hamburger-nav .footer__above__nav__columns__column:nth-child(1) {
  padding-top: 0
}

.footer__above__nav__columns__column:nth-child(3) {
  padding-top: 30px;
  padding-bottom: 30px
}

@media screen and (min-width:1050px) {
  .footer__above__nav__columns__column:nth-child(3) {
    padding-top: 0;
    padding-bottom: 0
  }
}

.header__hamburger-nav .footer__above__nav__columns__column:nth-child(3) {
  padding-bottom: 0
}

.footer__above__nav__logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width:1050px) {
  .footer__above__nav__logo {
    margin-left: 0;
    margin-right: 0
  }
}

.footer__above__nav__logo__anchor,
.footer__above__nav__logo a {
  display: block
}

.footer__above__nav__logo__anchor img,
.footer__above__nav__logo a img {
  width: 60%;
  max-width: 100%;
  vertical-align: bottom
}

@media screen and (min-width:768px) {

  .footer__above__nav__logo__anchor img,
  .footer__above__nav__logo a img {
    width: 80%
  }
}

@media screen and (min-width:1050px) {

  .footer__above__nav__logo__anchor img,
  .footer__above__nav__logo a img {
    width: 100%
  }
}

@media screen and (min-width:768px) {
  .footer__above__nav__category {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (min-width:1050px) {
  .footer__above__nav__category {
    max-width: 100%
  }
}

.footer__above__nav__category__list {
  border-top: 1px solid #cbc9bb;
  border-bottom: 1px solid #cbc9bb;
  margin-right: -20px;
  margin-left: -20px
}

@media screen and (min-width:768px) {
  .footer__above__nav__category__list {
    border: 0;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -20px
  }
}

@media screen and (min-width:768px) {
  .footer__above__nav__category__list__item {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block
  }
}

.footer__above__nav__category__list__item:not(:first-child) {
  border-top: 1px solid #cbc9bb
}

@media screen and (min-width:768px) {
  .footer__above__nav__category__list__item:not(:first-child) {
    border: 0
  }
}

.footer__above__nav__category__list__item__anchor {
  display: block;
  font-size: 1.4rem;
  letter-spacing: .17em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 15px 40px 15px 20px;
  position: relative
}

@media screen and (min-width:768px) {
  .footer__above__nav__category__list__item__anchor {
    padding: 0
  }
}

@media screen and (min-width:1050px) {
  .footer__above__nav__category__list__item__anchor {
    padding: 0 0 5px 0
  }
}

@media screen and (min-width:1050px) {
  .footer__above__nav__category__list__item__anchor::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99)
  }
}

@media screen and (min-width:1050px) {
  .footer__above__nav__category__list__item__anchor:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

.footer__above__nav__category__list__item__anchor::after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-position: center;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px
}

@media screen and (min-width:768px) {
  .footer__above__nav__category__list__item__anchor::after {
    display: none
  }
}

.footer__below {
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .footer__below {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #cbc9bb
  }
}

@media screen and (min-width:1050px) {
  .footer__below {
    border-top: 0;
    padding-top: 0
  }
}

@media screen and (min-width:1050px) {
  .footer__below__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.footer__below__columns__column:nth-child(2) {
  margin-top: 10px
}

@media screen and (min-width:768px) {
  .footer__below__columns__column:nth-child(2) {
    margin-top: 0
  }
}

.footer__below__copyright {
  border-top: 1px solid #cbd0d9;
  padding: 20px 0;
  font-size: 1.1rem;
  letter-spacing: .14em;
  line-height: 1.75em;
  font-weight: 400;
  text-align: right;
  color: #4c5768
}

@media screen and (min-width:768px) {
  .footer__below__extra-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (min-width:1050px) {
  .footer__below__extra-nav__list {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal
  }
}

.footer__below__extra-nav__list__item:not(:first-child) {
  margin-top: 20px
}

@media screen and (min-width:768px) {
  .footer__below__extra-nav__list__item:not(:first-child) {
    margin-top: 0
  }
}

@media screen and (min-width:768px) {
  .footer__below__extra-nav__list__item {
    padding-left: 20px;
    padding-right: 20px
  }
}

.footer__below__extra-nav__list__item__anchor {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: .17em;
  position: relative;
  padding-left: 14px
}

.footer__below__extra-nav__list__item__anchor::before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjAwMiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOC4wMDIgOCI+DQogIDxnIGlkPSLjgrDjg6vjg7zjg5dfMTQ0MCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMTQ0MCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMDkgLTU3MzApIj4NCiAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzEwODYiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDEwODYiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzMDkgNTczMikiIGZpbGw9IiNmZmYiLz4NCiAgICA8cGF0aCBpZD0i5ZCI5L2TXzE4IiBkYXRhLW5hbWU9IuWQiOS9kyAxOCIgZD0iTTE4ODU0LDE0MzQ1di01aC01di0xaDZ2NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzUzOCAtODYwOSkiIGZpbGw9IiNmZmYiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
  background-size: cover;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 0
}

@media screen and (min-width:1050px) {
  .footer__below__extra-nav__list__item__anchor::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99)
  }
}

@media screen and (min-width:1050px) {
  .footer__below__extra-nav__list__item__anchor:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

@charset "UTF-8";

.header {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0 rgb(124 152 160 / 8%)
}

.header--no-nav {
  height: auto;
  padding: 10px 20px
}

@media screen and (min-width:768px) {
  .header--no-nav {
    height: auto;
    padding: 20px 25px
  }
}

.header__container {
  width: 100%
}

@media screen and (min-width:1050px) {
  .header__container {
    width: auto
  }
}

@media screen and (min-width:768px) {
  .header__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -30px;
    margin-right: -30px
  }
}

@media screen and (min-width:768px) {
  .header__columns__column {
    padding-left: 30px;
    padding-right: 30px
  }
}

.header__columns__column:nth-child(1) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:1050px) {
  .header__columns__column:nth-child(1) {
    width: auto
  }
}

@media screen and (min-width:1050px) {
  .header__columns__column:nth-child(2) {
    padding-bottom: 40px
  }
}

.header__logo {
  width: 135px;
  margin-right: auto
}

@media screen and (min-width:768px) {
  .header__logo {
    width: 241px
  }
}

.header__logo__anchor,
.header__logo a {
  display: block
}

.header__logo__anchor img,
.header__logo a img {
  max-width: 100%;
  vertical-align: bottom
}

.header__logo__anchor img,
.header__logo a img {
  width: 100% !important
}

.header__main {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #4c5768;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  padding-bottom: 70px
}

@media screen and (min-width:768px) {
  .header__main {
    padding-right: 30px;
    padding-left: 30px
  }
}

@media screen and (min-width:1050px) {
  .header__main {
    opacity: 1;
    pointer-events: auto;
    position: static;
    background-color: #fff;
    padding: 0
  }
}

.header__main.is-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.header__main__logo {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #cbc9bb
}

@media screen and (min-width:768px) {
  .header__main__logo {
    height: 63px;
    margin-right: -30px;
    margin-left: -30px
  }
}

@media screen and (min-width:1050px) {
  .header__main__logo {
    display: none
  }
}

.header__main__logo__anchor {
  display: block;
  text-align: center
}

.header__main__logo__anchor img {
  width: 60%
}

@media screen and (min-width:768px) {
  .header__main__logo__anchor img {
    width: 80%
  }
}

.header__main__content {
  max-width: 647px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (min-width:560px) {
  .header__main__content {
    padding-top: 50px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 30px;
    padding-right: 30px
  }
}

@media screen and (min-width:768px) {
  .header__main__content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media screen and (min-width:1050px) {
  .header__main__content {
    display: block;
    padding-top: 0;
    max-width: none
  }
}

.header__main__content__above {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px
}

@media screen and (min-width:560px) {
  .header__main__content__above {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    padding-left: 30px;
    padding-right: 0
  }
}

@media screen and (min-width:1050px) {
  .header__main__content__above {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px)
  }
}

.header__main__content__above__info {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px
}

@media screen and (min-width:1050px) {
  .header__main__content__above__info {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.header__main__content__above__info__date {
  font-size: 1.3rem;
  letter-spacing: .15em;
  font-weight: 500;
  color: #cbc9bb
}

@media screen and (min-width:1050px) {
  .header__main__content__above__info__date {
    color: inherit;
    width: auto
  }
}

.header__main__content__above__info__tel {
  font-size: 1.4rem;
  letter-spacing: .2em;
  font-family: 'Roboto', sans-serif;
  margin-left: 20px;
  font-weight: 500;
  color: #cbc9bb
}

@media screen and (min-width:1050px) {
  .header__main__content__above__info__tel {
    color: inherit;
    width: auto
  }
}

.header__main__content__above__conversion {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media screen and (min-width:1050px) {
  .header__main__content__above__conversion {
    width: auto;
    margin-left: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.header__main__content__above__conversion>*:not(:first-child) {
  margin-top: 15px
}

@media screen and (min-width:560px) {
  .header__main__content__above__conversion>*:not(:first-child) {
    margin-top: 20px
  }
}

@media screen and (min-width:1050px) {
  .header__main__content__above__conversion>*:not(:first-child) {
    margin-top: 0;
    margin-left: 20px
  }
}

.header__main__content__above__conversion__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (min-width:1050px) {
  .header__main__content__above__conversion__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (min-width:1050px) {
  .header__main__content__above__conversion__list__item {
    width: 200px
  }
}

.header__main__content__above__conversion__list__item:not(:first-child) {
  margin-top: 15px
}

@media screen and (min-width:560px) {
  .header__main__content__above__conversion__list__item:not(:first-child) {
    margin-top: 20px
  }
}

@media screen and (min-width:1050px) {
  .header__main__content__above__conversion__list__item:not(:first-child) {
    margin-top: 0;
    margin-left: 20px
  }
}

.header__main__content__above__conversion__list__item__anchor {
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 10px 10px 9px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  letter-spacing: .35em;
  line-height: 1.75em;
  font-weight: 500;
  color: #fff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

@media screen and (min-width:1050px) {
  .header__main__content__above__conversion__list__item__anchor {
    border-radius: 0 0 10px 10px
  }
}

.header__main__content__above__conversion__list__item--magazine .header__main__content__above__conversion__list__item__anchor {
  background-color: #f46b00
}

.header__main__content__above__conversion__list__item--magazine .header__main__content__above__conversion__list__item__anchor:hover {
  opacity: .8
}

.header__main__content__above__conversion__list__item--contact .header__main__content__above__conversion__list__item__anchor {
  background-color: #414141
}

.header__main__content__above__conversion__list__item--contact .header__main__content__above__conversion__list__item__anchor:hover {
  opacity: .8
}

.header__main__content__below {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media screen and (min-width:560px) {
  .header__main__content__below {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    padding-right: 30px
  }
}

@media screen and (min-width:1050px) {
  .header__main__content__below {
    margin-top: 30px;
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
  }
}

@media screen and (min-width:560px) {
  .header__main__content__below__nav {
    margin-left: 0;
    margin-right: 0
  }
}

@media screen and (min-width:1050px) {
  .header__main__content__below__nav {
    margin-left: auto;
    margin-right: auto
  }
}

.header__main__content__below__nav__list {
  height: 100%;
  border-bottom: 1px solid #cbc9bb
}

@media screen and (min-width:1050px) {
  .header__main__content__below__nav__list {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -25px;
    margin-right: -25px
  }
}

@media screen and (min-width:1050px) {
  .header__main__content__below__nav__list__item {
    padding-left: 25px;
    padding-right: 25px
  }
}

.header__main__content__below__nav__list__item:not(:first-child) {
  border-top: 1px solid #cbc9bb
}

@media screen and (min-width:1050px) {
  .header__main__content__below__nav__list__item:not(:first-child) {
    border: 0
  }
}

.header__main__content__below__nav__list__item__anchor {
  display: block;
  font-size: 1.4rem;
  letter-spacing: .17em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 15px 40px 15px 20px;
  position: relative;
  color: #fff
}

@media screen and (min-width:1050px) {
  .header__main__content__below__nav__list__item__anchor {
    padding: 0
  }
}

@media screen and (min-width:1050px) {
  .header__main__content__below__nav__list__item__anchor {
    padding: 0;
    color: inherit
  }
}

@media screen and (min-width:1050px) {
  .header__main__content__below__nav__list__item__anchor::before {
    content: '';
    width: calc(100% + 8px);
    height: 100%;
    position: absolute;
    top: -1px;
    left: -4px;
    background-color: #f46b00;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99)
  }
}

.header__main__content__below__nav__list__item__anchor__inner {
  position: relative;
  z-index: 1
}

@media screen and (min-width:1050px) {
  .header__main__content__below__nav__list__item__anchor:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

.header__main__content__below__nav__list__item__anchor::after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-position: center;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px
}

@media screen and (min-width:1050px) {
  .header__main__content__below__nav__list__item__anchor::after {
    display: none
  }
}

.header__main__content__below__nav__list__item.is-current .header__main__content__below__nav__list__item__anchor::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}

.header__hamburger {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 50px;
  height: 50px;
  background-color: #4c5768;
  position: absolute;
  z-index: 101;
  top: 6px;
  right: 0;
  padding: 0;
  border-radius: 0
}

@media screen and (min-width:768px) {
  .header__hamburger {
    width: 60px;
    height: 60px
  }
}

@media screen and (min-width:1050px) {
  .header__hamburger {
    display: none
  }
}

.header__hamburger__inner {
  display: block;
  position: absolute;
  top: calc(50% - 5.5px);
  left: calc(50% - 10px)
}

.header__hamburger__inner__line {
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.header__hamburger__inner__line:nth-child(1) {
  width: 20px;
  top: 0
}

.is-active .header__hamburger__inner__line:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header__hamburger__inner__line:nth-child(2) {
  width: 15px;
  top: 5px
}

.is-active .header__hamburger__inner__line:nth-child(2) {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0
}

.header__hamburger__inner__line:nth-child(3) {
  width: 12px;
  top: 10px
}

.is-active .header__hamburger__inner__line:nth-child(3) {
  width: 20px;
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.slick-slider {
  outline: 0;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-slide div {
  vertical-align: bottom
}

.slick-slider:focus {
  outline: 0
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, 0.2s -webkit-transform;
  transition: .2s top, 0.2s -webkit-transform;
  transition: .2s transform, 0.2s top;
  transition: .2s transform, 0.2s top, 0.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, 0.2s -webkit-transform;
  transition: .2s left, 0.2s -webkit-transform;
  transition: .2s transform, 0.2s left;
  transition: .2s transform, 0.2s left, 0.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, 0.2s -webkit-transform;
  transition: .2s right, 0.2s -webkit-transform;
  transition: .2s transform, 0.2s right;
  transition: .2s transform, 0.2s right, 0.2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

/*!	Modaal - accessible modals - v0.4.4	by Humaan, for all humans.	http://humaan.com */
.modaal-noscroll {
  overflow: hidden
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  background: rgb(13 74 126 / 95%) !important;
  opacity: 1 !important
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden
}

.modaal-wrapper .modaal-close {
  border: 0;
  background: transparent;
  padding: 0;
  -webkit-appearance: none
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 80px 80px
}

@media screen and (max-width:1049px) {
  .modaal-inner-wrapper {
    padding: 80px 50px
  }
}

@media screen and (max-width:767px) {
  .modaal-inner-wrapper {
    padding: 45px 20px 20px 20px
  }
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top
}

.modaal-container {
  position: relative;
  display: inline-block;
  padding: 20px;
  width: 100%;
  margin: auto;
  text-align: left;
  max-width: 1300px;
  border-radius: 5px;
  background: #fff;
  cursor: auto
}

.modaal-container video {
  width: 100%
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto
}

.modaal-close {
  position: fixed;
  right: 10px;
  top: 10px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 17px;
  height: 17px;
  background: rgba(0, 0, 0, 0)
}

.modaal-close:focus,
.modaal-close:hover {
  outline: 0
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: -1px;
  left: 8px;
  width: 1px;
  height: 20px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  background: transparent
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent
}

.modaal-instagram .modaal-content-container>blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff
}

.modaal-gallery-item {
  display: none
}

.modaal-gallery-item img {
  display: block
}

.modaal-gallery-item.is_active {
  display: block
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff
}

.modaal-gallery-label:focus {
  outline: 0
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: 0;
  background: #fff
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px
}

.modaal-gallery-next-outer {
  right: 45px
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px
}

.modaal-gallery-prev-outer {
  left: 45px
}

.modaal-video-wrap {
  position: relative;
  max-width: 1300px;
  margin: auto
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-left: auto;
  margin-right: auto
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block
}

.modaal-loading-spinner {
  background: 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25)
}

.modaal-loading-spinner>div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute
}

.modaal-loading-spinner>div>div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s
}

.modaal-loading-spinner>div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s
}

.modaal-loading-spinner>div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s
}

.modaal-loading-spinner>div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}

.modaal-loading-spinner>div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s
}

.modaal-loading-spinner>div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0)
}

@media only screen and (min-width:1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px
  }
}

@media only screen and (max-width:1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7)
  }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto
  }
}

@media screen and (max-width:900px) {
  .modaal-instagram iframe {
    width: 500px !important
  }
}

@media only screen and (max-width:600px) {
  .modaal-instagram iframe {
    width: 280px !important
  }
}

@media screen and (max-height:1100px) {
  .modaal-instagram iframe {
    width: 700px !important
  }
}

@media screen and (max-height:1000px) {
  .modaal-instagram iframe {
    width: 600px !important
  }
}

@media screen and (max-height:900px) {
  .modaal-instagram iframe {
    width: 500px !important
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px
  }
}

@media only screen and (max-height:820px) {
  .modaal-gallery-label {
    display: none
  }
}

@keyframes instaReveal {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@charset "UTF-8";

.blog-article__head__date {
  display: block;
  color: #004077;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  letter-spacing: .35em;
  line-height: 2em;
  font-weight: 500
}

@media screen and (min-width:768px) {
  .blog-article__head__date {
    font-size: 1.6rem
  }
}

.blog-article__head__heading {
  color: #4c5768;
  font-size: 2.0rem;
  letter-spacing: .15em;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 6px
}

@media screen and (min-width:768px) {
  .blog-article__head__heading {
    font-size: 2.8rem
  }
}

.blog-article__head__category-list {
  margin-top: 20px
}

@media screen and (min-width:768px) {
  .blog-article__head__category-list {
    margin-top: 25px
  }
}

.blog-article__head__category-list__item {
  display: inline-block;
  min-width: 100px;
  margin-right: 6px
}

@media screen and (min-width:768px) {
  .blog-article__head__category-list__item {
    min-width: 120px
  }
}

.blog-article__head__category-list__item:not(:first-child) {
  margin-top: 0
}

.blog-article__head__category-list__item__anchor {
  display: block;
  background-color: #f1f1ed;
  color: #414141;
  font-size: 1.2rem;
  letter-spacing: .15em;
  text-align: center;
  padding: 7px 15px 6px;
  border-radius: 3px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

@media screen and (min-width:768px) {
  .blog-article__head__category-list__item__anchor {
    font-size: 1.3rem
  }
}

@media screen and (min-width:1050px) {
  .blog-article__head__category-list__item__anchor:hover {
    background-color: #cbc9bb
  }
}

.blog-article__head__thumbnail {
  margin-top: 25px;
  margin-bottom: 50px;
  margin-right: -20px;
  margin-left: -20px
}

@media screen and (min-width:768px) {
  .blog-article__head__thumbnail {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 30px
  }
}

@media screen and (min-width:1050px) {
  .blog-article__head__thumbnail {
    margin-left: 0;
    margin-right: 0
  }
}

.blog-article__head__thumbnail img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle
}

.blog-article__body__content h2,
.blog-article__body__summary__body h2 {
  font-size: 2.0rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
  color: #414141;
  background-color: #f1f1ed;
  border-left: 4px solid #f46b00;
  padding: 5px 15px 15px 15px
}

@media screen and (min-width:768px) {

  .blog-article__body__content h2,
  .blog-article__body__summary__body h2 {
    font-size: 2.5rem;
    border-left: 5px solid #f46b00;
    padding: 5px 20px 15px 20px
  }
}

.blog-article__body__content h2:not(:first-child),
.blog-article__body__summary__body h2:not(:first-child) {
  margin-top: 50px
}

@media screen and (min-width:768px) {

  .blog-article__body__content h2:not(:first-child),
  .blog-article__body__summary__body h2:not(:first-child) {
    margin-top: 60px
  }
}

.blog-article__body__content h2:not(:last-child),
.blog-article__body__summary__body h2:not(:last-child) {
  margin-bottom: 25px
}

@media screen and (min-width:768px) {

  .blog-article__body__content h2:not(:last-child),
  .blog-article__body__summary__body h2:not(:last-child) {
    margin-bottom: 30px
  }
}

.blog-article__body__content h3,
.blog-article__body__summary__body h3 {
  font-size: 1.8rem;
  letter-spacing: .2em;
  line-height: 1.875em;
  line-height: 1.875em;
  font-weight: 700;
  color: #414141;
  position: relative;
  padding-bottom: 4px;
  margin-top: -.5em
}

.blog-article__body__content h3::after,
.blog-article__body__summary__body h3::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * .5em)
}

@media screen and (min-width:768px) {

  .blog-article__body__content h3,
  .blog-article__body__summary__body h3 {
    font-size: 2.0rem
  }
}

.blog-article__body__content h3::after,
.blog-article__body__summary__body h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #cbc9bb;
  border-bottom: 1px solid #cbc9bb;
  height: 2px
}

.blog-article__body__content h3:not(:first-child),
.blog-article__body__summary__body h3:not(:first-child) {
  margin-top: 35px
}

@media screen and (min-width:768px) {

  .blog-article__body__content h3:not(:first-child),
  .blog-article__body__summary__body h3:not(:first-child) {
    margin-top: 40px
  }
}

.blog-article__body__content h3:not(:last-child),
.blog-article__body__summary__body h3:not(:last-child) {
  margin-bottom: 25px
}

@media screen and (min-width:768px) {

  .blog-article__body__content h3:not(:last-child),
  .blog-article__body__summary__body h3:not(:last-child) {
    margin-bottom: 30px
  }
}

.blog-article__body__content h4,
.blog-article__body__summary__body h4 {
  font-size: 1.7rem;
  letter-spacing: .15em;
  line-height: 1.5em;
  font-weight: 700 !important;
  color: #414141;
  padding-left: 12px;
  border-left: 3px solid #f46b00;
  margin-top: -.5em;
  margin-bottom: -.5em
}

@media screen and (min-width:768px) {

  .blog-article__body__content h4,
  .blog-article__body__summary__body h4 {
    font-size: 1.8rem
  }
}

.blog-article__body__content h4::before,
.blog-article__body__summary__body h4::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em)
}

.blog-article__body__content h4::after,
.blog-article__body__summary__body h4::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em)
}

.blog-article__body__content h4:not(:first-child),
.blog-article__body__summary__body h4:not(:first-child) {
  margin-top: 35px
}

@media screen and (min-width:768px) {

  .blog-article__body__content h4:not(:first-child),
  .blog-article__body__summary__body h4:not(:first-child) {
    margin-top: 40px
  }
}

.blog-article__body__content h4:not(:last-child),
.blog-article__body__summary__body h4:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (min-width:768px) {

  .blog-article__body__content h4:not(:last-child),
  .blog-article__body__summary__body h4:not(:last-child) {
    margin-bottom: 25px
  }
}

.blog-article__body__content p,
.blog-article__body__summary__body p {
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 2em;
  line-height: 2em;
  color: #414141;
  margin-top: -.5em;
  margin-bottom: -.5em
}

@media screen and (min-width:768px) {

  .blog-article__body__content p,
  .blog-article__body__summary__body p {
    font-size: 1.6rem
  }
}

.blog-article__body__content p::before,
.blog-article__body__summary__body p::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em)
}

.blog-article__body__content p::after,
.blog-article__body__summary__body p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em)
}

.blog-article__body__content p:not(:first-child),
.blog-article__body__summary__body p:not(:first-child) {
  margin-top: 25px
}

@media screen and (min-width:768px) {

  .blog-article__body__content p:not(:first-child),
  .blog-article__body__summary__body p:not(:first-child) {
    margin-top: 30px
  }
}

.blog-article__body__content p:not(:last-child),
.blog-article__body__summary__body p:not(:last-child) {
  margin-bottom: 25px
}

@media screen and (min-width:768px) {

  .blog-article__body__content p:not(:last-child),
  .blog-article__body__summary__body p:not(:last-child) {
    margin-bottom: 30px
  }
}

.blog-article__body__content strong,
.blog-article__body__summary__body strong {
  font-weight: 700
}

.blog-article__body__content em,
.blog-article__body__summary__body em {
  font-style: italic
}

.blog-article__body__content img,
.blog-article__body__summary__body img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width:768px) {

  .blog-article__body__content img,
  .blog-article__body__summary__body img {
    max-width: 500px
  }
}

.blog-article__body__content img:not(:first-child),
.blog-article__body__summary__body img:not(:first-child) {
  margin-top: 35px
}

@media screen and (min-width:768px) {

  .blog-article__body__content img:not(:first-child),
  .blog-article__body__summary__body img:not(:first-child) {
    margin-top: 40px
  }
}

.blog-article__body__content img:not(:last-child),
.blog-article__body__summary__body img:not(:last-child) {
  margin-bottom: 35px
}

@media screen and (min-width:768px) {

  .blog-article__body__content img:not(:last-child),
  .blog-article__body__summary__body img:not(:last-child) {
    margin-bottom: 40px
  }
}

.blog-article__body__summary {
  margin-top: 50px;
  border: 1px solid #cbc9bb;
  border-radius: 5px
}

@media screen and (min-width:768px) {
  .blog-article__body__summary {
    margin-top: 60px
  }
}

.blog-article__body__summary__head {
  background-color: #f1f1ed;
  border-radius: 5px 5px 0 0;
  padding: 11px 20px 10px
}

@media screen and (min-width:768px) {
  .blog-article__body__summary__head {
    padding: 14px 30px
  }
}

.blog-article__body__summary__head__heading {
  font-size: 1.8rem;
  letter-spacing: .2em;
  font-weight: 700;
  color: #414141
}

@media screen and (min-width:768px) {
  .blog-article__body__summary__head__heading {
    font-size: 2.2rem
  }
}

.blog-article__body__summary__body {
  padding: 20px
}

@media screen and (min-width:768px) {
  .blog-article__body__summary__body {
    padding: 30px
  }
}

.blog-article__body__cta .container {
  max-width: 100%;
  padding-right: inherit;
  padding-left: inherit
}

.blog-article__body__cta__anchor {
  display: block
}

.blog-article__body__cta__content img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto
}

.blog-article__body__cta:not(:first-child) {
  margin-top: 60px
}

@media screen and (min-width:768px) {
  .blog-article__body__cta:not(:first-child) {
    margin-top: 80px
  }
}

.blog-article__body__cta:not(:last-child) {
  margin-bottom: 60px
}

@media screen and (min-width:768px) {
  .blog-article__body__cta:not(:last-child) {
    margin-bottom: 80px
  }
}

.blog-article__foot {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid #cbc9bb
}

@media screen and (min-width:768px) {
  .blog-article__foot {
    margin-top: 80px
  }
}

@media screen and (min-width:560px) {
  .blog-article__foot__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    margin-right: -30px
  }
}

@media screen and (min-width:560px) {
  .blog-article__foot__nav__list__item {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.blog-article__foot__nav__list__item--prev {
  margin-right: auto
}

.blog-article__foot__nav__list__item--next {
  margin-left: auto;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #cbc9bb
}

@media screen and (min-width:560px) {
  .blog-article__foot__nav__list__item--next {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    border-left: 1px dotted #cbc9bb
  }
}

.blog-article__foot__nav__list__item--next .blog-article__foot__nav__list__item__heading {
  text-align: right
}

.blog-article__foot__nav__list__item__heading {
  color: #414141;
  font-size: 1.6rem;
  letter-spacing: .2em;
  font-weight: 700
}

.blog-article__foot__nav__list__item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px
}

.blog-article__foot__nav__list__item__block__image {
  width: 100%;
  max-width: 110px
}

@media screen and (min-width:560px) {
  .blog-article__foot__nav__list__item__block__image {
    max-width: 120px
  }
}

.blog-article__foot__nav__list__item__block__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle
}

.blog-article__foot__nav__list__item__block__heading {
  width: 100%;
  margin-left: 15px;
  font-size: 1.4rem;
  letter-spacing: .15em;
  line-height: 1.6em;
  font-weight: 500;
  -webkit-transition: color .3s;
  transition: color .3s
}

@media screen and (min-width:560px) {
  .blog-article__foot__nav__list__item__block__heading {
    max-width: 210px
  }
}

@media screen and (min-width:1050px) {
  a:hover .blog-article__foot__nav__list__item__block__heading {
    color: #f46b00
  }
}

.blog-article__foot__back {
  margin-top: 60px;
  text-align: center
}

@media screen and (min-width:560px) {
  .blog-article__foot__back {
    margin-top: 80px
  }
}

.blog-article__foot__back__anchor {
  color: #414141;
  font-size: 1.6rem;
  letter-spacing: .15em;
  line-height: 1.4em;
  font-weight: 500;
  position: relative;
  padding-left: 38px;
  -webkit-transition: color .3s;
  transition: color .3s
}

.blog-article__foot__back__anchor__icon {
  display: block;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.blog-article__foot__back__anchor__icon__circle {
  fill: #414141;
  -webkit-transition: fill .3s;
  transition: fill .3s
}

@media screen and (min-width:1050px) {
  a:hover .blog-article__foot__back__anchor__icon__circle {
    fill: #f46b00
  }
}

@media screen and (min-width:1050px) {
  .blog-article__foot__back__anchor:hover {
    color: #f46b00
  }
}

@media screen and (min-width:1050px) {
  .blog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -35px;
    margin-right: -35px
  }
}

.blog-content__main {
  width: 100%
}

@media screen and (min-width:1050px) {
  .blog-content__main {
    max-width: 820px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 35px
  }
}

.blog-article {
  border-top: 1px solid #cbc9bb;
  position: relative
}

.blog-article:before {
  content: "";
  background-color: #f46b00;
  height: 1px;
  width: 100px;
  top: -1px;
  left: 0;
  position: absolute
}

@media screen and (min-width:768px) {
  .blog-article:before {
    width: 120px
  }
}

.blog-article__head {
  padding-top: 25px
}

@media screen and (min-width:560px) {
  .blog-content__main__article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px
  }
}

@media screen and (min-width:560px) {
  .blog-content__main__article-list__item {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px
  }
}

.blog-content__main__article-list__item:nth-child(n+2) {
  margin-top: 40px
}

@media screen and (min-width:560px) {
  .blog-content__main__article-list__item:nth-child(n+2) {
    margin-top: 0
  }
}

@media screen and (min-width:560px) {
  .blog-content__main__article-list__item:nth-child(n+3) {
    margin-top: 40px
  }
}

.blog-content__main__article-list__item__block {
  display: block
}

.blog-content__main__article-list__item__block__head__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle
}

.blog-content__main__article-list__item__block__head__date {
  display: block;
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  letter-spacing: .35em;
  font-weight: 500;
  color: #004077;
  -webkit-transition: color .3s;
  transition: color .3s
}

@media screen and (min-width:560px) {
  .blog-content__main__article-list__item__block__head__date {
    font-size: 1.4rem;
    margin-top: 17px
  }
}

.blog-content__main__article-list__item__block__body {
  margin-top: 7px
}

.blog-content__main__article-list__item__block__body__title {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.6em;
  color: #414141;
  -webkit-transition: color .3s;
  transition: color .3s
}

@media screen and (min-width:560px) {
  .blog-content__main__article-list__item__block__body__title {
    font-size: 1.8rem
  }
}

@media screen and (min-width:1050px) {
  a:hover .blog-content__main__article-list__item__block__head__date {
    color: #f46b00
  }

  a:hover .blog-content__main__article-list__item__block__body__title {
    color: #f46b00
  }
}

.blog-content__main__pager {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:560px) {
  .blog-content__main__pager {
    margin-top: 75px
  }
}

.blog-content__main__pager__item.is-current .blog-content__main__pager__item__anchor {
  color: #f46b00
}

.blog-content__main__pager__item:not(:first-child) {
  margin-left: 15px
}

.blog-content__main__pager__item__anchor {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1em;
  color: #004077;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: color .3s;
  transition: color .3s
}

@media screen and (min-width:560px) {
  .blog-content__main__pager__item__anchor {
    font-size: 1.8rem
  }
}

.blog-content__main__pager__item__anchor__icon {
  display: block;
  width: 24px;
  height: 24px
}

@media screen and (min-width:768px) {
  .blog-content__main__pager__item__anchor__icon {
    width: 28px;
    height: 28px
  }
}

.blog-content__main__pager__item__anchor__icon__circle {
  fill: #004077;
  -webkit-transition: fill .3s;
  transition: fill .3s
}

@media screen and (min-width:1050px) {
  a:hover .blog-content__main__pager__item__anchor__icon__circle {
    fill: #f46b00
  }
}

@media screen and (min-width:1050px) {
  .blog-content__main__pager__item__anchor:hover {
    color: #f46b00
  }
}

.blog-content__main__pager__item__anchor--prev .blog-content__main__pager__item__anchor__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.blog-content__aside {
  width: 100%;
  margin-top: 60px
}

@media screen and (min-width:1050px) {
  .blog-content__aside {
    max-width: 380px;
    margin-top: 0;
    padding-left: 35px;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.blog-content__aside__magazine {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto
}

.blog-content__aside__magazine__anchor {
  padding: 30px;
  display: block;
  color: #fff;
  background-color: #f46b00;
  font-size: 1.5rem;
  letter-spacing: .2em;
  text-align: center;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

@media screen and (min-width:768px) {
  .blog-content__aside__magazine__anchor {
    font-size: 1.8rem;
    padding: 45px 30px 45px 30px
  }
}

@media screen and (min-width:1050px) {
  .blog-content__aside__magazine__anchor {
    padding: 32px 30px 32px 30px
  }
}

@media screen and (min-width:1050px) {
  .blog-content__aside__magazine__anchor:hover {
    opacity: .7
  }
}

.blog-content__aside__magazine__anchor__inner {
  display: block;
  position: relative;
  padding-top: 30px
}

@media screen and (min-width:768px) {
  .blog-content__aside__magazine__anchor__inner {
    padding-top: 42px
  }
}

.blog-content__aside__magazine__anchor__inner::before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMC42OSAyMC4yMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+Lmljb19tYWlsbWFnYXppbmV7ZmlsbDpub25lO3N0cm9rZTojZmZmO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPgogIDwvZGVmcz4KICAgICAgICA8cmVjdCBjbGFzcz0iaWNvX21haWxtYWdhemluZSIgeD0iMSIgeT0iMSIgd2lkdGg9IjI4LjY5IiBoZWlnaHQ9IjE4LjIyIi8+CiAgICAgICAgPHBhdGggY2xhc3M9Imljb19tYWlsbWFnYXppbmUiIGQ9Ik0xLDEsMTUuMzUsMTMuMjMsMjkuNTEsMSIvPgo8L3N2Zz4K");
  width: 30px;
  height: 20px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: calc(50% - 15px)
}

@media screen and (min-width:768px) {
  .blog-content__aside__magazine__anchor__inner::before {
    width: 38px;
    height: 25px;
    left: calc(50% - 19px)
  }
}

.blog-content__aside__heading {
  font-size: 1.8rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
  color: #414141;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbc9bb;
  position: relative
}

.blog-content__aside__heading:not(:first-child) {
  margin-top: 40px
}

.blog-content__aside__heading:before {
  content: "";
  background-color: #f46b00;
  height: 1px;
  width: 85px;
  bottom: -1px;
  left: 0;
  position: absolute
}

.blog-content__aside__article-list {
  margin-top: 20px
}

@media screen and (min-width:768px) {
  .blog-content__aside__article-list {
    margin-top: 30px
  }
}

.blog-content__aside__article-list__item:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #cbc9bb
}

.blog-content__aside__article-list__item:last-child {
  padding-bottom: 20px;
  border-bottom: 1px dotted #cbc9bb
}

.blog-content__aside__article-list__item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.blog-content__aside__article-list__item__block__head {
  width: 100%;
  max-width: 100px
}

.blog-content__aside__article-list__item__block__head__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle
}

.blog-content__aside__article-list__item__block__head__date {
  display: block;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  letter-spacing: .3em;
  color: #004077;
  -webkit-transition: color .3s;
  transition: color .3s
}

@media screen and (min-width:768px) {
  .blog-content__aside__article-list__item__block__head__date {
    font-size: 1.3rem
  }
}

@media screen and (min-width:1050px) {
  a:hover .blog-content__aside__article-list__item__block__head__date {
    color: #f46b00
  }
}

.blog-content__aside__article-list__item__block__body {
  width: 100%;
  margin-left: 15px
}

@media screen and (min-width:1050px) {
  .blog-content__aside__article-list__item__block__body {
    max-width: 195px
  }
}

.blog-content__aside__article-list__item__block__body__title {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.6em;
  color: #414141;
  -webkit-transition: color .3s;
  transition: color .3s
}

@media screen and (min-width:768px) {
  .blog-content__aside__article-list__item__block__body__title {
    font-size: 1.4rem
  }
}

@media screen and (min-width:1050px) {
  a:hover .blog-content__aside__article-list__item__block__body__title {
    color: #f46b00
  }
}

.blog-container {
  max-width: calc(1130px + 20px * 2)
}

@media screen and (min-width:768px) {
  .blog-container {
    max-width: calc(1130px + 30px * 2)
  }
}

@media screen and (min-width:1050px) {
  .blog-container {
    max-width: calc(1130px + 40px * 2)
  }
}



.news-article {
  border-top: 1px solid #cbc9bb;
  padding-top: 20px;
  position: relative
}

.news-article:before {
  content: "";
  background-color: #f46b00;
  height: 1px;
  width: 100px;
  top: -1px;
  left: 0;
  position: absolute
}

@media screen and (min-width:768px) {
  .news-article:before {
    width: 120px
  }
}

.news-article__head__date {
  display: block;
  color: #004077;
  font-size: 1.2rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500
}

@media screen and (min-width:768px) {
  .news-article__head__date {
    font-size: 1.6rem
  }
}

.news-article__head__heading {
  color: #4c5768;
  font-size: 2.0rem;
  letter-spacing: .15em;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 6px
}

@media screen and (min-width:768px) {
  .news-article__head__heading {
    font-size: 2.8rem
  }
}

.news-article__head__category-list {
  margin-top: 20px
}

@media screen and (min-width:768px) {
  .news-article__head__category-list {
    margin-top: 25px
  }
}

.news-article__head__category-list__item {
  display: inline-block;
  min-width: 100px;
  margin-right: 6px
}

@media screen and (min-width:768px) {
  .news-article__head__category-list__item {
    min-width: 120px
  }
}

.news-article__head__category-list__item:not(:first-child) {
  margin-top: 0
}

.news-article__head__category-list__item__anchor {
  display: block;
  background-color: #f1f1ed;
  color: #414141;
  font-size: 1.2rem;
  letter-spacing: .15em;
  text-align: center;
  padding: 7px 10px 6px;
  border-radius: 3px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

@media screen and (min-width:768px) {
  .news-article__head__category-list__item__anchor {
    font-size: 1.3rem
  }
}

.news-article__head__category-list__item__anchor:hover {
  background-color: #cbc9bb
}

.news-article__head__thumbnail {
  margin-top: 25px;
  margin-bottom: 50px;
  margin-right: -20px;
  margin-left: -20px
}

@media screen and (min-width:768px) {
  .news-article__head__thumbnail {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px
  }
}

.news-article__head__thumbnail img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle
}

.news-article__body {
  margin-top: 60px !important
}

.news-article__body__content h2,
.news-article__body__summary__body h2 {
  font-size: 2.0rem;
  letter-spacing: .15em;
  line-height: 1.5em;
  font-weight: 700;
  color: #414141;
  background-color: #f1f1ed;
  border-left: 4px solid #f46b00;
  padding: 7px 15px 15px 15px
}

@media screen and (min-width:768px) {

  .news-article__body__content h2,
  .news-article__body__summary__body h2 {
    font-size: 2.5rem;
    border-left: 5px solid #f46b00;
    padding: 5px 20px 13px 20px
  }
}

.news-article__body__content h2:not(:first-child),
.news-article__body__summary__body h2:not(:first-child) {
  margin-top: 50px
}

@media screen and (min-width:768px) {

  .news-article__body__content h2:not(:first-child),
  .news-article__body__summary__body h2:not(:first-child) {
    margin-top: 60px
  }
}

.news-article__body__content h2:not(:last-child),
.news-article__body__summary__body h2:not(:last-child) {
  margin-bottom: 25px
}

@media screen and (min-width:768px) {

  .news-article__body__content h2:not(:last-child),
  .news-article__body__summary__body h2:not(:last-child) {
    margin-bottom: 30px
  }
}

.news-article__body__content h3,
.news-article__body__summary__body h3 {
  font-size: 1.8rem;
  letter-spacing: .15em;
  line-height: 1.875em;
  line-height: 1.875em;
  font-weight: 700;
  color: #414141;
  position: relative;
  padding-bottom: 4px;
  margin-top: -.5em
}

.news-article__body__content h3::after,
.news-article__body__summary__body h3::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * .5em)
}

@media screen and (min-width:768px) {

  .news-article__body__content h3,
  .news-article__body__summary__body h3 {
    font-size: 2.0rem
  }
}

.news-article__body__content h3::after,
.news-article__body__summary__body h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #cbc9bb;
  border-bottom: 1px solid #cbc9bb;
  height: 2px
}

.news-article__body__content h3:not(:first-child),
.news-article__body__summary__body h3:not(:first-child) {
  margin-top: 35px
}

@media screen and (min-width:768px) {

  .news-article__body__content h3:not(:first-child),
  .news-article__body__summary__body h3:not(:first-child) {
    margin-top: 40px
  }
}

.news-article__body__content h3:not(:last-child),
.news-article__body__summary__body h3:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (min-width:768px) {

  .news-article__body__content h3:not(:last-child),
  .news-article__body__summary__body h3:not(:last-child) {
    margin-bottom: 25px
  }
}

.news-article__body__content h4,
.news-article__body__summary__body h4 {
  font-size: 1.7rem;
  letter-spacing: .15em;
  line-height: 1.5em;
  font-weight: 700;
  color: #414141;
  padding-left: 12px;
  border-left: 3px solid #f46b00;
  margin-top: -.5em;
  margin-bottom: -.5em
}

@media screen and (min-width:768px) {

  .news-article__body__content h4,
  .news-article__body__summary__body h4 {
    font-size: 1.8rem
  }
}

.news-article__body__content h4::before,
.news-article__body__summary__body h4::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em)
}

.news-article__body__content h4::after,
.news-article__body__summary__body h4::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em)
}

.news-article__body__content h4:not(:first-child),
.news-article__body__summary__body h4:not(:first-child) {
  margin-top: 35px
}

@media screen and (min-width:768px) {

  .news-article__body__content h4:not(:first-child),
  .news-article__body__summary__body h4:not(:first-child) {
    margin-top: 40px
  }
}

.news-article__body__content h4:not(:last-child),
.news-article__body__summary__body h4:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (min-width:768px) {

  .news-article__body__content h4:not(:last-child),
  .news-article__body__summary__body h4:not(:last-child) {
    margin-bottom: 25px
  }
}

.news-article__body__content p,
.news-article__body__summary__body p {
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 2em;
  line-height: 2em;
  color: #414141;
  margin-top: -.5em;
  margin-bottom: -.5em
}

.news-article__body__content p::before,
.news-article__body__summary__body p::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em)
}

.news-article__body__content p::after,
.news-article__body__summary__body p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em)
}

@media screen and (min-width:768px) {

  .news-article__body__content p,
  .news-article__body__summary__body p {
    font-size: 1.6rem
  }
}

.news-article__body__content p:not(:first-child),
.news-article__body__summary__body p:not(:first-child) {
  margin-top: 20px
}

.news-article__body__content p:not(:last-child),
.news-article__body__summary__body p:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (min-width:768px) {

  .news-article__body__content p:not(:last-child),
  .news-article__body__summary__body p:not(:last-child) {
    margin-bottom: 30px
  }
}

.news-article__body__content img,
.news-article__body__summary__body img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.news-article__body__content img:not(:first-child),
.news-article__body__summary__body img:not(:first-child) {
  margin-top: 35px
}

@media screen and (min-width:768px) {

  .news-article__body__content img:not(:first-child),
  .news-article__body__summary__body img:not(:first-child) {
    margin-top: 40px
  }
}

.news-article__body__content img:not(:last-child),
.news-article__body__summary__body img:not(:last-child) {
  margin-bottom: 35px
}

@media screen and (min-width:768px) {

  .news-article__body__content img:not(:last-child),
  .news-article__body__summary__body img:not(:last-child) {
    margin-bottom: 40px
  }
}

.news-article__body__summary {
  margin-top: 50px;
  border: 1px solid #cbc9bb;
  border-radius: 5px
}

@media screen and (min-width:768px) {
  .news-article__body__summary {
    margin-top: 60px
  }
}

.news-article__body__summary__head {
  background-color: #f1f1ed;
  border-radius: 5px 5px 0 0;
  padding: 11px 20px 10px
}

@media screen and (min-width:768px) {
  .news-article__body__summary__head {
    padding: 14px 30px
  }
}

.news-article__body__summary__head__heading {
  font-size: 1.8rem;
  letter-spacing: .2em;
  font-weight: 700;
  color: #414141
}

@media screen and (min-width:768px) {
  .news-article__body__summary__head__heading {
    font-size: 2.2rem
  }
}

.news-article__body__summary__body {
  padding: 20px
}

@media screen and (min-width:768px) {
  .news-article__body__summary__body {
    padding: 30px
  }
}

.news-article__body__cta__anchor {
  display: block
}

.news-article__body__cta__content img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto
}

.news-article__body__cta:not(:first-child) {
  margin-top: 60px
}

@media screen and (min-width:768px) {
  .news-article__body__cta:not(:first-child) {
    margin-top: 80px
  }
}

.news-article__body__cta:not(:last-child) {
  margin-bottom: 60px
}

@media screen and (min-width:768px) {
  .news-article__body__cta:not(:last-child) {
    margin-bottom: 80px
  }
}

.news-article__foot {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid #cbc9bb
}

@media screen and (min-width:768px) {
  .news-article__foot {
    margin-top: 80px
  }
}

@media screen and (min-width:560px) {
  .news-article__foot__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    margin-right: -30px
  }
}

@media screen and (min-width:560px) {
  .news-article__foot__nav__list__item {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.news-article__foot__nav__list__item--prev {
  margin-right: auto
}

.news-article__foot__nav__list__item--next {
  margin-left: auto;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #cbc9bb
}

@media screen and (min-width:560px) {
  .news-article__foot__nav__list__item--next {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    border-left: 1px dotted #cbc9bb
  }
}

.news-article__foot__nav__list__item--next .news-article__foot__nav__list__item__heading {
  text-align: right
}

.news-article__foot__nav__list__item__heading {
  color: #414141;
  font-size: 1.6rem;
  letter-spacing: .2em;
  font-weight: 700
}

.news-article__foot__nav__list__item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px
}

.news-article__foot__nav__list__item__block__image {
  width: 100%;
  max-width: 110px
}

@media screen and (min-width:560px) {
  .news-article__foot__nav__list__item__block__image {
    max-width: 120px
  }
}

.news-article__foot__nav__list__item__block__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle
}

.news-article__foot__nav__list__item__block__heading {
  width: 100%;
  margin-left: 15px;
  font-size: 1.4rem;
  letter-spacing: .15em;
  line-height: 1.6em;
  font-weight: 500;
  -webkit-transition: color .3s;
  transition: color .3s
}

@media screen and (min-width:560px) {
  .news-article__foot__nav__list__item__block__heading {
    max-width: 210px
  }
}

a:hover .news-article__foot__nav__list__item__block__heading {
  color: #4c5768
}

.news-article__foot__back {
  margin-top: 60px;
  text-align: center
}

@media screen and (min-width:560px) {
  .news-article__foot__back {
    margin-top: 80px
  }
}

.news-article__foot__back__anchor {
  color: #414141;
  font-size: 1.6rem;
  letter-spacing: .15em;
  line-height: 1.4em;
  font-weight: 500;
  position: relative;
  padding-left: 38px;
  -webkit-transition: color .3s;
  transition: color .3s
}

.news-article__foot__back__anchor__icon {
  display: block;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.news-article__foot__back__anchor__icon__circle {
  fill: #414141;
  -webkit-transition: fill .3s;
  transition: fill .3s
}

a:hover .news-article__foot__back__anchor__icon__circle {
  fill: #4c5768
}

.news-article__foot__back__anchor:hover {
  color: #4c5768
}

.news-archive__menu {
  margin-bottom: 15px
}

.news-archive__menu__laptop-wider__list {
  display: none
}

@media screen and (min-width:768px) {
  .news-archive__menu__laptop-wider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.news-archive__menu__laptop-wider__list__item:not(:first-child) .news-archive__menu__laptop-wider__list__item__anchor {
  padding: 2px 20px;
  border-left: 1px dotted #cbc9bb
}

.news-archive__menu__laptop-wider__list__item:hover {
  color: #4c5768
}

.news-archive__menu__laptop-wider__list__item.is-current {
  color: #f46b00
}

.news-archive__menu__laptop-wider__list__item__anchor {
  display: block;
  padding: 2px 20px 2px 0;
  -webkit-transition: color .3s;
  transition: color .3s
}

.news-archive__menu__laptop-wider__list__item__anchor.is-active {
  position: relative
}

.news-archive__menu__laptop-wider__list__item__anchor.is-active .tab_icon {
  content: '';
  width: 50px;
  height: 5px;
  left: calc(50% - 25px);
  bottom: -15px;
  overflow: hidden;
  position: absolute;
  z-index: -1
}

.news-archive__menu__laptop-wider__list__item__anchor.is-active.all .tab_icon {
  left: 0
}

.news-archive__menu__laptop-wider__list__item__anchor.is-active .tab_icon:before {
  content: '';
  background-color: #f46b00;
  height: 10px;
  width: 50px;
  left: calc(50% - 25px);
  top: -1px;
  position: absolute;
  z-index: -1
}

@media screen and (min-width:768px) {
  .news-archive__menu__palmtop {
    display: none
  }
}

.news-archive__menu__palmtop__label {
  display: block;
  position: relative
}

.news-archive__menu__palmtop__label__icon {
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 6px;
  height: 8px
}

.news-archive__menu__palmtop__label__icon__arrow {
  fill: #414141
}

.news-archive__menu__palmtop__label__select {
  display: block;
  outline: 0;
  text-indent: .01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cbc9bb;
  border-radius: 5px;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: .15em;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px
}

.news-archive__content__list {
  border-top: 1px solid #cbc9bb;
  border-bottom: 1px dotted #cbc9bb
}

.news-archive__content__list__item:not(:first-child) {
  border-top: 1px dotted #cbc9bb
}

.news-archive__content__list__item__anchor {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

@media screen and (min-width:768px) {
  .news-archive__content__list__item__anchor {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media screen and (min-width:768px) {
  .news-archive__content__list__item__anchor:hover {
    background-color: #e1e9ef
  }
}

@media screen and (min-width:768px) {
  .news-archive__content__list__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.news-archive__content__list__item__content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:768px) {
  .news-archive__content__list__item__content__head {
    width: 250px
  }
}

.news-archive__content__list__item__content__head__date {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  letter-spacing: .15em;
  color: #004077;
  font-weight: 500
}

@media screen and (min-width:768px) {
  .news-archive__content__list__item__content__head__date {
    font-size: 1.4rem
  }
}

.news-archive__content__list__item__content__head__category {
  margin-left: 15px
}

@media screen and (min-width:768px) {
  .news-archive__content__list__item__content__head__category {
    margin-left: 20px
  }
}

.news-archive__content__list__item__content__head__category__inner {
  display: inline-block;
  background-color: #f1f1ed;
  font-size: 1.2rem;
  letter-spacing: .15em;
  padding: 5px;
  min-width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

@media screen and (min-width:768px) {
  .news-archive__content__list__item__content__head__category__inner {
    font-size: 1.3rem;
    min-width: 120px
  }
}

.news-archive__content__list__item__content__body {
  margin-top: 15px
}

@media screen and (min-width:768px) {
  .news-archive__content__list__item__content__body {
    margin-top: 0;
    margin-left: 30px
  }
}

.news-archive__pager {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:560px) {
  .news-archive__pager {
    margin-top: 75px
  }
}

.news-archive__pager__item:not(:first-child) {
  margin-left: 15px
}

.news-archive__pager__item__anchor {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1em;
  color: #cbc9bb;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: color .3s;
  transition: color .3s
}

@media screen and (min-width:560px) {
  .news-archive__pager__item__anchor {
    font-size: 1.8rem
  }
}

.news-archive__pager__item__anchor__icon {
  display: block;
  width: 28px;
  height: 28px
}

.news-archive__pager__item__anchor__icon__circle {
  fill: #cbc9bb;
  -webkit-transition: fill .3s;
  transition: fill .3s
}

a:hover .news-archive__pager__item__anchor__icon__circle {
  fill: #4c5768
}

.news-archive__pager__item__anchor:hover {
  color: #4c5768
}

.news-archive__pager__item__anchor--prev .news-archive__pager__item__anchor__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@charset "UTF-8";

.section-front--wide-bg {
  position: relative;
  padding: 120px 0;
  background-color: #e1e9ef
}

@media screen and (max-width:767px) {
  .section-front--wide-bg {
    padding: 60px 0
  }

  .section-front--wide-bg.official-documents {
    padding-top: 0
  }
}

.animation-box {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s
}

.animation-box.is-animation-active {
  opacity: 1;
  transform: translateY(0)
}

.white-box {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 70px;
  box-shadow: 0px 0px 30px 0px rgb(0 68 119 / 8%);
  background-color: #fff
}

@media screen and (max-width:1049px) {
  .white-box {
    padding: 70px 50px
  }
}

@media screen and (max-width:767px) {
  .white-box {
    padding: 40px 20px;
    border-radius: 0
  }
}

.front-heading-2 {
  font-size: 32px;
  color: #004077;
  letter-spacing: .1em;
  line-height: 1.5em;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .front-heading-2 {
    font-size: 22px;
    letter-spacing: .14em
  }
}

.front-heading-2:not(:last-child) {
  margin-bottom: 45px
}

@media screen and (max-width:767px) {
  .front-heading-2:not(:last-child) {
    margin-bottom: 25px
  }
}

.front-heading-2__sub {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .14em;
  display: block
}

.front-heading-2 .front-heading-2__grad {
  display: inline-block;
  background: linear-gradient(to right, #f45700, #f39800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.front-heading-2 .front-heading-2__small {
  font-size: 24px
}

@media screen and (max-width:767px) {
  .front-heading-2 .front-heading-2__small {
    font-size: 18px
  }
}

.heading-3-front {
  color: #004077;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .heading-3-front {
    font-size: 16px
  }
}

.heading-3-front__em {
  color: #f46b00
}

.front-icon-heading {
  text-align: center
}

.front-icon-heading .figure {
  margin-bottom: 10px
}

@media screen and (max-width:767px) {
  .front-icon-heading .figure {
    max-width: 45px
  }
}

.front-icon-heading .front-heading-2:first-letter,
.front-heading-2__em {
  color: #f46b00
}

/* Disable the orange first-letter accent for specific headings only */
.front-icon-heading .front-heading-2.front-heading-2--no-first-letter:first-letter {
  color: inherit
}

.hero-front {
  position: relative;
  padding-top: 90px;
  padding-bottom: 140px;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.hero-front:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 26, 65, .25) 0%, rgba(0, 26, 65, .55) 55%, rgba(0, 26, 65, .7) 100%);
  z-index: 0
}

.hero-front .scroll,
.hero-front .container {
  position: relative;
  z-index: 1
}

@media screen and (max-width:1049px) {
  .hero-front {
    padding-top: 73px;
    padding-bottom: 160px
  }
}

@media screen and (max-width:767px) {
  .hero-front {
    padding-top: 45px;
    padding-bottom: 110px
  }
}

.hero-front__lead {
  margin: 0 auto;
  max-width: 730px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.5;
  font-size: 28px;
  text-shadow: 0 0 10px #001a41, 0 0 20px #001a41;
}

@media screen and (max-width:767px) {
  .hero-front__lead {
    font-size: 18px
  }
}

.hero-front__lead:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 85%, rgba(0, 0, 0, 0) 100%)
}

.hero-front__heading {
  margin-top: 40px;
  text-align: center;
  position: relative;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 68px;
  line-height: 1.5;
  text-shadow: 0 0 10px #001a41, 0 0 20px #001a41;
}

@media screen and (max-width:767px) {
  .hero-front__heading {
    margin-top: 30px;
    font-size: 36px
  }
}

.hero-front__heading__sub {
  display: block;
  margin-top: 50px;
  font-size: 32px;
  letter-spacing: .04em;
  color: #fff;
  text-shadow: none;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  .hero-front__heading__sub {
    background: linear-gradient(to right, #ffa21f, #ffd01e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: none
  }
}

@media screen and (max-width:1049px) {
  .hero-front__heading__sub {
    margin-top: 30px;
    text-shadow: none;
  }
}

@media screen and (max-width:767px) {
  .hero-front__heading__sub {
    font-size: 20px;
    text-shadow: none;
  }
}

.hero-front__button-columns {
  margin: 50px auto 0;
  display: flex;
  max-width: 900px
}

@media screen and (max-width:1049px) {
  .hero-front__button-columns {
    display: block;
    max-width: 420px
  }
}

@media screen and (max-width:767px) {
  .hero-front__button-columns {
    margin: 35px auto 0
  }
}

.hero-front__button-columns__column {
  padding: 0 15px;
  width: 50%
}

@media screen and (max-width:1049px) {
  .hero-front__button-columns__column {
    padding: 0;
    width: 100%
  }

  .hero-front__button-columns__column:not(:first-child) {
    margin-top: 20px
  }
}

.hero-front__button-columns__column .link-button {
  max-width: none
}

.hero-front__button-columns__column .link-button .link-button__anchor {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 10px 15px 10px -1px rgba(0, 49, 91, 1)
}

.hero-front__button-columns__column .link-button__anchor__inner__small {
  display: block;
  font-size: 13px
}

.hero-front__button-columns__column:nth-child(1) .link-button__anchor {
  padding: 13px 50px 13px 30px
}

.hero-front__button-columns__column:nth-child(2) .link-button__anchor {
  background: linear-gradient(90deg, rgba(243, 120, 0, 1) 0%, rgba(243, 152, 0, 1) 100%)
}

.hero-front .scroll {
  position: absolute;
  left: 32px;
  top: calc(50% - 70px);
  padding-bottom: 133px
}

@media screen and (max-width:1049px) {
  .hero-front .scroll {
    left: -10px;
    top: inherit;
    bottom: 115px
  }
}

@media screen and (max-width:767px) {
  .hero-front .scroll {
    display: none
  }
}

.hero-front .scroll::before,
.hero-front .scroll::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: ""
}

.hero-front .scroll::before {
  border-radius: 50%;
  background: #fff;
  z-index: 10;
  bottom: 74px;
  width: 11px;
  height: 11px;
  -webkit-animation: dot-move 2s ease-out 0s infinite;
  animation: dot-move 2s ease-out 0s infinite
}

.hero-front .scroll::after {
  bottom: 0;
  height: 80px;
  border-left: 1px solid #fff
}

.hero-front .scroll .scroll__text {
  display: block;
  transform: rotate(-90deg);
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  letter-spacing: .35em
}

@-webkit-keyframes dot-move {
  0% {
    bottom: 74px;
    opacity: 1
  }

  90% {
    bottom: 0;
    opacity: 0
  }

  100% {
    bottom: 0;
    opacity: 0
  }
}

@keyframes dot-move {
  0% {
    bottom: 74px;
    opacity: 1
  }

  90% {
    bottom: 0;
    opacity: 0
  }

  100% {
    bottom: 0;
    opacity: 0
  }
}

.cta-front {
  padding: 35px 0;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_cta_pc.jpg)
}

@media screen and (max-width:1049px) {
  .cta-front {
    padding: 50px
  }
}

@media screen and (max-width:767px) {
  .cta-front {
    padding: 0px 20px 20px 20px
  }
}

@media screen and (min-width: 1050px) {
  .cta-front {
    padding: 50px 0
  }
}

.cta-front:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #f45700, #f39800);
  z-index: 0;
  opacity: .85
}

.cta-front.first:before {
  background: #004077
}

.cta-front .link-button__anchor {
  box-shadow: 10px 10px 10px -1px rgb(120 53 0 / 30%)
}


.cta-front__columns {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1
}

@media screen and (max-width:1049px) {
  .cta-front__columns {
    flex-wrap: wrap
  }
}

.cta-front__columns__column {
  box-sizing: border-box;
  padding: 25px 50px;
  width: 50%
}

.cta-front__columns__column:not(:first-child) {
  border-left: solid 1px #fff
}

@media screen and (max-width:767px) {
  .cta-front__columns__column:not(:first-child) {
    border-left: 0
  }
}

@media screen and (max-width:1049px) {
  .cta-front__columns__column:nth-child(1) {
    width: 50%;
    padding: 0px 25px 0px 0px
  }

  .cta-front__columns__column:nth-child(2) {
    width: 50%;
    padding: 0px 0px 0px 25px
  }

  .cta-front__columns__column:nth-child(3) {
    padding: 50px 0px 0px 0px;
    width: 100%;
    border-left: 0;
    border-top: solid 1px #fff;
    margin-top: 50px
  }
}

@media screen and (max-width:767px) {
  .cta-front__columns__column:nth-child(1) {
    width: 100%;
    padding: 40px 0;
    border-bottom: solid 1px #fff
  }

  .cta-front__columns__column:nth-child(2) {
    width: 100%;
    padding: 40px 0
  }

  .cta-front__columns__column:nth-child(3) {
    margin-top: 0
  }
}

.cta-front__columns__column.button--no-link .link-button {
  opacity: .5
}

.cta-front__columns__column .link-button__anchor__inner__small {
  font-size: 15px
}

@media screen and (max-width:767px) {
  .cta-front__columns__column .link-button__anchor__inner__small {
    font-size: 13px
  }
}

.cta-front__columns__column.cta-front__columns__column--no-link {
  display: table
}

.cta-front__columns__column.cta-front__columns__column--no-link .cta-front__columns__column__heading {
  display: table-cell;
  vertical-align: middle
}

.cta-front__columns__column__heading {
  width: 100%;
  text-align: center;
  font-size: 30px;
  letter-spacing: .14em;
  line-height: 1.5em;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .cta-front__columns__column__heading {
    font-size: 20px
  }
}

.cta-front__columns__column__heading__small {
  display: block;
  font-size: 26px
}

@media screen and (max-width:767px) {
  .cta-front__columns__column__heading__small {
    font-size: 16px
  }
}

.cta-front__columns__column .paragraph {
  color: #fff;
  width: 100%;
  text-align: center
}

.cta-front__columns__column .link-button {
  width: 100%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto
}

.cta-front__columns__column .link-button:not(:first-child) {
  margin-top: 35px
}

.section-front.message {
  position: relative
}

.section-front.message:before,
.section-front.message:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.section-front.message:before {
  width: 603px;
  height: 460px;
  top: 0;
  left: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric1.png)
}

@media screen and (max-width:1049px) {
  .section-front.message:before {
    width: 398px;
    height: 424px;
    top: 80px;
    left: -150px
  }
}

.section-front.message .white-box {
  text-align: center
}

@media screen and (max-width:767px) {
  .section-front.message .front-heading-2 {
    font-size: 24px
  }
}

@media screen and (min-width:768px) {
  .section-front.message .front-heading-2 {
    font-size: 36px
  }
}

.message__lead {
  margin: 45px 0 30px;
  font-size: 22px;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .message__lead {
    margin: 30px 0;
    font-size: 15px;
    text-align: left
  }
}

.message__grad-lead {
  margin-top: 45px
}

.message__grad-lead__inner {
  margin: 5px 0;
  display: inline-block;
  background: linear-gradient(to right, #f45700, #f39800);
  padding: 5px 15px;
  color: #fff;
  font-size: 30px;
  letter-spacing: .14em;
  line-height: 1.5em;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .message__grad-lead__inner {
    margin: 2.5px 0;
    padding: 5px 5px;
    font-size: 18px
  }
}

@media screen and (max-width:767px) {
  .message .paragraph {
    text-align: left !important
  }
}

.message__grad-lead.view--is-laptop-lower {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width:768px) {
  .message__grad-lead.view--is-laptop-lower {
    max-width: 500px
  }
}

.section-front.section--anchor-front {
  position: relative
}

.section-front.section--anchor-front:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 658px;
  height: 503px;
  bottom: -80px;
  right: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric2.png)
}

@media screen and (max-width:1049px) {
  .section-front.section--anchor-front:after {
    width: 536px;
    right: -150px
  }
}

.anchor-front {
  display: flex;
  align-items: stretch;
  margin-left: -5px;
  margin-right: -5px
}

@media screen and (max-width:1049px) {
  .anchor-front {
    flex-wrap: wrap
  }
}

.anchor-front__item {
  box-sizing: border-box;
  width: 20%;
  padding-left: 5px;
  padding-right: 5px
}

@media screen and (max-width:1049px) {
  .anchor-front__item {
    width: 33.333%
  }
}

@media screen and (max-width:767px) {
  .anchor-front__item {
    width: 50%
  }
}

@media screen and (min-width:768px) and (max-width:1049px) {
  .anchor-front__item:nth-child(n+5) {
    margin-top: 10px
  }
}

@media screen and (max-width:767px) {
  .anchor-front__item:nth-child(n+2) {
    margin-top: 10px
  }

  .anchor-front__item:last-child {
    width: 100%
  }
}

@media screen and (min-width:768px) {
  .anchor-front__item.anchor-front__item--sp {
    display: none
  }
}

.anchor-front__item.anchor-front__item--sp {
  width: 100%
}

.anchor-front__item.anchor-front__item--sp .anchor-front__item__link .figure img {
  max-height: 33px
}

.anchor-front__item__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  padding: 40px 30px 70px 30px;
  background-color: #004077;
  transition: .5s;
  text-align: center;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  z-index: 2
}

@media screen and (max-width:767px) {
  .anchor-front__item__link {
    padding: 20px 20px 45px 20px
  }
}

.anchor-front__item__link:after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4zMSAxNS4yMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjE1IDE1LjIxIDAgOC4wNiAxLjQxIDYuNjUgNy4xNSAxMi4zOSAxMi44OSA2LjY1IDE0LjMgOC4wNiA3LjE1IDE1LjIxIi8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSI2LjE1IiB3aWR0aD0iMiIgaGVpZ2h0PSIxMyIvPjwvZz48L2c+PC9zdmc+);
  left: calc(50% - 7px);
  bottom: 30px;
  width: 14px;
  height: 16px;
  display: block;
  content: ""
}

@media screen and (max-width:767px) {
  .anchor-front__item__link:after {
    bottom: 20px
  }
}

@media screen and (min-width:768px) {
  .anchor-front__item__link:hover {
    background-color: #003058
  }
}

.anchor-front__item__link .figure {
  max-height: 52px
}

@media screen and (max-width:767px) {
  .anchor-front__item__link .figure img {
    max-height: 27px
  }
}

.anchor-front__item__link__text {
  width: 100%;
  margin-top: 25px;
  color: #fff;
  font-size: 22px;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:767px) {
  .anchor-front__item__link__text {
    margin-top: 15px;
    font-size: 16px
  }
}

.anchor-front__item__link__text__small {
  font-size: 15px;
  display: block;
  line-height: 1.2
}

@media screen and (max-width:767px) {
  .anchor-front__item__link__text__small {
    font-size: 14px
  }
}

.section-front.skillmap {
  padding-top: 340px;
  position: relative
}

@media screen and (max-width:767px) {
  .section-front.skillmap {
    padding-top: 220px
  }
}

.section-front.skillmap:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_about_pc.jpg);
  left: 0;
  top: 0;
  width: 100%;
  height: 340px
}

@media screen and (max-width:767px) {
  .section-front.skillmap:before {
    height: 220px
  }
}

@media screen and (max-width:767px) {
  .skillmap .paragraph {
    text-align: left
  }
}

.skillmap__inner {
  position: relative
}

.skillmap__inner:before,
.skillmap__inner:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.skillmap__inner:before {
  width: 603px;
  height: 460px;
  top: 80px;
  left: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric3.png)
}

@media screen and (max-width:767px) {
  .skillmap__inner:before {
    width: 203px
  }
}

.skillmap__inner:after {
  width: 727px;
  height: 515px;
  top: 60%;
  right: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric4.png)
}

@media screen and (max-width:767px) {
  .skillmap__inner:after {
    width: 261px;
    height: 270px
  }
}

.section-front.skillmap .white-box {
  position: relative;
  z-index: 2;
  text-align: center
}

.skillmap .contents-heading {
  border-radius: 5px
}

.skillmap .contents-heading:after {
  content: none
}

.contents-columns {
  text-align: center;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px
}

@media screen and (max-width:767px) {
  .contents-columns {
    display: block;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0
  }
}

.contents-columns__column {
  box-sizing: border-box;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px
}

@media screen and (max-width:767px) {
  .contents-columns__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }
}

@media screen and (max-width:767px) {
  .contents-columns__column:not(:first-child) {
    margin-top: 15px
  }
}

.contents-columns__column:nth-child(n+3) {
  margin-top: 20px
}

@media screen and (min-width:768px) {
  .contents-columns--three {
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: flex-start
  }

  .contents-columns--three .contents-columns__column {
    width: auto;
    flex: 1 1 0;
    min-width: 0
  }

  .contents-columns--three .contents-columns__column:nth-child(n+3) {
    margin-top: 0
  }
}

.contents-heading {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: relative;
  border-radius: 5px 5px 0 0;
  padding: 25px;
  background-color: #004077;
  color: #fff;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em
}

.contents-heading:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  opacity: .2
}

.contents-heading.contents-heading--ai:before {
  content: none;
  display: none
}

.contents-heading.contents-heading--study:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3Mi44NiA1OS42NCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI1Ljg1LDM3LjA1YTExLjIxLDExLjIxLDAsMSwxLDExLjItMTEuMkExMS4yMiwxMS4yMiwwLDAsMSwyNS44NSwzNy4wNVptMC0yMC45MWE5LjcxLDkuNzEsMCwxLDAsOS43LDkuNzFBOS43Myw5LjczLDAsMCwwLDI1Ljg1LDE2LjE0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTU1LjI5LDQ5YTYuODMsNi44MywwLDAsMS0yLjgxLS42LDYuOTMsNi45MywwLDEsMSwyLjgxLjZabTAtMTIuMzZhNS40Nyw1LjQ3LDAsMCwwLTIsLjM2LDUuNDMsNS40MywwLDEsMCw2LjksNy4yOWgwYTUuNDUsNS40NSwwLDAsMC0yLjc0LTcuMThBNS41Miw1LjUyLDAsMCwwLDU1LjMxLDM2LjY1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTU5LjM1LDU5LjY0YS43NS43NSwwLDAsMS0uNjctLjQybC0xLjgzLTMuNjhhMTMuNjQsMTMuNjQsMCwwLDEtMy44My0uMUw1MSw1OWEuNzUuNzUsMCwwLDEtMSwuMzJMNDYsNTcuNTFhLjc1Ljc1LDAsMCwxLS40MS0uOTJsMS4zMi0zLjg5YTEzLjQ1LDEzLjQ1LDAsMCwxLTIuNjQtMi43OWwtNCwxLjFhLjc1Ljc1LDAsMCwxLS45LS40NUwzNy44LDQ2LjRhLjc0Ljc0LDAsMCwxLC4zNy0uOTRsMy42OC0xLjgzQTEzLjI4LDEzLjI4LDAsMCwxLDQyLDM5LjhsLTMuNTgtMmEuNzUuNzUsMCwwLDEtLjMxLTFsMS44MS00LjA3YS43Ni43NiwwLDAsMSwuOTMtLjRsMy44OSwxLjMxQTEzLjQyLDEzLjQyLDAsMCwxLDQ3LjQ4LDMxbC0xLjExLTRhLjc2Ljc2LDAsMCwxLC40Ni0uOUw1MSwyNC41OGEuNzUuNzUsMCwwLDEsLjk0LjM2bDEuODIsMy42OWExMy4zNSwxMy4zNSwwLDAsMSwzLjg0LjFsMi0zLjU4YS43NS43NSwwLDAsMSwxLS4zMWw0LjA3LDEuODFhLjc3Ljc3LDAsMCwxLC40MS45M2wtMS4zMiwzLjg5YTEzLjIsMTMuMiwwLDAsMSwyLjY0LDIuNzlsNC0xLjExYS43Ni43NiwwLDAsMSwuOS40NmwxLjU5LDQuMTZhLjc1Ljc1LDAsMCwxLS4zNy45NGwtMy42OCwxLjgyYTEzLjcxLDEzLjcxLDAsMCwxLS4xLDMuODRsMy41NywyYS43NS43NSwwLDAsMSwuMzIsMWwtMS44Miw0LjA3YS43NS43NSwwLDAsMS0uOTIuNDFMNjUuOTIsNTAuNWExMy40LDEzLjQsMCwwLDEtMi43OSwyLjYzbDEuMSw0YS43NS43NSwwLDAsMS0uNDUuOTFsLTQuMTYsMS41OUEuODYuODYsMCwwLDEsNTkuMzUsNTkuNjRaTTU3LjI5LDU0YS43NS43NSwwLDAsMSwuNjcuNDJsMS43NiwzLjU1LDIuODgtMS4xTDYxLjU0LDUzYS43NC43NCwwLDAsMSwuMzItLjgzLDEyLDEyLDAsMCwwLDMuMTgtMywuNzQuNzQsMCwwLDEsLjg1LS4yN2wzLjc1LDEuMjcsMS4yNi0yLjgzLTMuNDUtMS45NGEuNzUuNzUsMCwwLDEtLjM2LS44MSwxMi4xNiwxMi4xNiwwLDAsMCwuMTEtNC4zOC43NC43NCwwLDAsMSwuNDEtLjc5bDMuNTUtMS43Ni0xLjEtMi44OS0zLjgyLDEuMDdhLjc0Ljc0LDAsMCwxLS44My0uMzIsMTIsMTIsMCwwLDAtMy0zLjE5LjczLjczLDAsMCwxLS4yNy0uODRsMS4yNy0zLjc2LTIuODItMS4yNi0xLjk1LDMuNDVhLjc2Ljc2LDAsMCwxLS44MS4zNywxMS43MywxMS43MywwLDAsMC00LjM4LS4xMS43Ny43NywwLDAsMS0uNzktLjQxbC0xLjc2LTMuNTZMNDgsMjcuMzNsMS4wNywzLjgyYS43Ni43NiwwLDAsMS0uMzIuODMsMTEuODUsMTEuODUsMCwwLDAtMy4xOCwzLC43Ny43NywwLDAsMS0uODUuMjdMNDEsMzRsLTEuMjYsMi44MiwzLjQ1LDEuOTVhLjc1Ljc1LDAsMCwxLC4zNi44MUExMS43MiwxMS43MiwwLDAsMCw0My40MSw0NGEuNzcuNzcsMCwwLDEtLjQxLjc5TDM5LjQ0LDQ2LjVsMS4xMSwyLjg4LDMuODItMS4wNmEuNzUuNzUsMCwwLDEsLjgzLjMxLDExLjg5LDExLjg5LDAsMCwwLDMsMy4xOS43NS43NSwwLDAsMSwuMjcuODVsLTEuMjcsMy43NUw1MCw1Ny42OCw1Miw1NC4yM2EuNzMuNzMsMCwwLDEsLjgxLS4zNiwxMi4xNSwxMi4xNSwwLDAsMCw0LjM4LjExWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI5LjExLDUxLjY5SDIyLjU5YS43NS43NSwwLDAsMS0uNzUtLjY4bC0uNTktNi4yMmExOS40OSwxOS40OSwwLDAsMS01LjU0LTIuMzFsLTQuODMsNGEuNzUuNzUsMCwwLDEtMSwwTDUuMjYsNDEuODJhLjc1Ljc1LDAsMCwxLDAtMWw0LTQuODNhMTkuMTgsMTkuMTgsMCwwLDEtMi4zLTUuNTRMLjY4LDI5Ljg2QS43NS43NSwwLDAsMSwwLDI5LjExVjIyLjU5YS43NS43NSwwLDAsMSwuNjgtLjc1bDYuMjMtLjU5YTE5LjE4LDE5LjE4LDAsMCwxLDIuMy01LjU0bC00LTQuODNhLjc0Ljc0LDAsMCwxLDAtMUw5Ljg4LDUuMjZhLjc0Ljc0LDAsMCwxLDEsMGw0LjgzLDRhMTkuMTgsMTkuMTgsMCwwLDEsNS41NC0yLjNMMjEuODQuNjhBLjc1Ljc1LDAsMCwxLDIyLjU5LDBoNi41MmEuNzMuNzMsMCwwLDEsLjc0LjY4bC41OSw2LjIzQTE5LjE4LDE5LjE4LDAsMCwxLDM2LDkuMjFsNC44My00YS43NS43NSwwLDAsMSwxLDBsNC42MSw0LjYyYS43NS43NSwwLDAsMSwwLDFsLTQsNC44M2ExOS4zOCwxOS4zOCwwLDAsMSwyLjQzLDYuMDguNzUuNzUsMCwwLDEtMS40Ny4zMSwxNy43NywxNy43NywwLDAsMC0yLjUxLTYsLjc1Ljc1LDAsMCwxLDAtLjg5bDMuOTEtNC43Mkw0MS4yNCw2LjgxbC00LjcyLDMuOWEuNzcuNzcsMCwwLDEtLjg5LjA2LDE3LjcxLDE3LjcxLDAsMCwwLTYtMi41MkEuNzMuNzMsMCwwLDEsMjksNy41OUwyOC40MywxLjVIMjMuMjdsLS41OCw2LjA5YS43My43MywwLDAsMS0uNTkuNjYsMTcuODgsMTcuODgsMCwwLDAtNiwyLjUyLjc3Ljc3LDAsMCwxLS44OS0uMDZsLTQuNzItMy45TDYuODEsMTAuNDVsMy45LDQuNzJhLjc3Ljc3LDAsMCwxLC4wNi44OSwxNy43OSwxNy43OSwwLDAsMC0yLjUyLDYsLjc1Ljc1LDAsMCwxLS42Ni42bC02LjA5LjU3djUuMTZMNy41OSwyOWEuNzMuNzMsMCwwLDEsLjY2LjU5LDE3LjcxLDE3LjcxLDAsMCwwLDIuNTIsNiwuNzcuNzcsMCwwLDEtLjA2Ljg5bC0zLjksNC43MiwzLjY0LDMuNjVMMTUuMTcsNDFhLjc1Ljc1LDAsMCwxLC44OSwwLDE3Ljc3LDE3Ljc3LDAsMCwwLDYsMi41MS43NS43NSwwLDAsMSwuNTkuNjZsLjU4LDYuMDloNS4xNkwyOSw0NC4xYS43NS43NSwwLDAsMSwuNTktLjY2LDE3LjY5LDE3LjY5LDAsMCwwLDYtMi41MS43NS43NSwwLDEsMSwuODIsMS4yNiwxOS40NCwxOS40NCwwLDAsMS02LDIuNkwyOS44NSw1MUEuNzMuNzMsMCwwLDEsMjkuMTEsNTEuNjlaIi8+PC9nPjwvZz48L3N2Zz4=);
  width: 74px;
  height: 60px;
  top: 22px;
  left: 75px
}

.contents-heading.contents-heading--literacy:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni4xMSA1Ny45OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI5LjMyLDU0Ljc1YS41OS41OSwwLDAsMS0uMjMsMCwuNy43LDAsMCwxLS40Ny0uNjRsLS40NC0yOC4xNEw1LjUxLDEzLjA5YS43LjcsMCwwLDEtLjM1LS42Ni42Ny42NywwLDAsMSwuNDMtLjZMMjguMzQsMi43NGEuNjkuNjksMCwwLDEsLjc1LjE1TDUzLjIxLDI2LjM2YS42OS42OSwwLDAsMSwwLDFMMjkuODUsNTQuNUEuNjkuNjksMCwwLDEsMjkuMzIsNTQuNzVaTTcuNDcsMTIuNTksMjkuMjIsMjQuOWEuNzEuNzEsMCwwLDEsLjM2LjZMMzAsNTIuMTksNTEuNzYsMjYuOSwyOC40NCw0LjIxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI5LjMyLDU0Ljc1YS43MS43MSwwLDAsMS0uMzEtLjA4TDMuNjIsNDIuMTFhLjY3LjY3LDAsMCwxLS4zNi0uNDQuNjkuNjksMCwwLDEsLjA5LS41Nmw5LjU0LTE0Ljc0TDUuMjQsMTIuODJhLjcuNywwLDAsMSwxLjIyLS42OUwxMy43NSwyNSwyOCwzYS42OS42OSwwLDAsMSwxLS4yMS43LjcsMCwwLDEsLjIxLDFMMTQuNTMsMjYuNDIsMjkuOTMsNTMuN2EuNzEuNzEsMCwwLDEtLjEuODNBLjcuNywwLDAsMSwyOS4zMiw1NC43NVpNNSw0MS4yMSwyNy42LDUyLjQxLDEzLjY3LDI3Ljc0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUyLjcyLDI3LjU2aDBMMjguODQsMjYuMjFhLjcuNywwLDAsMSwuMDgtMS40bDIzLjg0LDEuMzVhLjcuNywwLDAsMSwwLDEuNFoiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjI4LjYiIGN5PSIzLjM5IiByPSIzLjM5Ii8+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI1Mi43MiIgY3k9IjI2Ljg2IiByPSIzLjM5Ii8+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI1Ljg1IiBjeT0iMTIuNDgiIHI9IjMuMzkiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjI4Ljg4IiBjeT0iMjUuNTEiIHI9IjMuOTQiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjMuOTQiIGN5PSI0MS40OSIgcj0iMy45NCIvPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMjkuMzIiIGN5PSI1NC4wNSIgcj0iMy45NCIvPjwvZz48L2c+PC9zdmc+);
  width: 55px;
  height: 57px;
  top: 25px;
  left: 25px
}

.contents-heading.contents-heading--business:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni41MyA2Mi4zOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM4LDU2LjY1YS43NS43NSwwLDAsMS0uNjYtLjM5QTYyLjc1LDYyLjc1LDAsMCwwLDMyLDQ4LjUyQzMwLjgyLDQ3LDI4LjY0LDQ2LDI2LjExLDQ0Ljc2Yy0zLjkxLTEuODQtOC43Ny00LjE0LTExLjg0LTkuNDdDMTAuMDgsMjgsMTIuODgsMTguNTEsMjAuNTEsMTQuMTJzMTcuMjUtMiwyMS40NCw1LjI1YzMuNDYsNiwyLjgzLDExLjIzLDIuMzIsMTUuNDItLjMxLDIuNTctLjU3LDQuNzkuMTgsNi41NiwyLjA4LDQuOSw0LDguNDUsNC4wNiw4LjQ5YS43NC43NCwwLDAsMS0uMjgsMWwtNS45MiwzLjQxYS43NS43NSwwLDAsMS0uNzUtMS4zbDUuMjktM2MtLjY2LTEuMjYtMi4xOS00LjI0LTMuNzgtOC0uOTEtMi4xNS0uNjItNC41NS0uMjgtNy4zMy41LTQuMTgsMS4wNy04LjkxLTIuMTQtMTQuNDktMy43OC02LjU3LTEyLjQ4LTguNjctMTkuMzktNC43UzExLjgsMjgsMTUuNTcsMzQuNTRjMi44Myw0LjkyLDcuMjcsNywxMS4xOCw4Ljg2LDIuNywxLjI4LDUsMi4zNyw2LjQ2LDQuMTlhNjUuMjUsNjUuMjUsMCwwLDEsNS40MSw3Ljk1Ljc2Ljc2LDAsMCwxLS4zLDFBLjc3Ljc3LDAsMCwxLDM4LDU2LjY1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM5LjYxLDU5LjUxYS43NS43NSwwLDAsMS0uMzgtMS40bDkuOS01LjY5YS43NS43NSwwLDAsMSwxLC4yNy43Ni43NiwwLDAsMS0uMjgsMUw0MCw1OS40MUEuNzQuNzQsMCwwLDEsMzkuNjEsNTkuNTFaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDEuMjYsNjIuMzhhLjc1Ljc1LDAsMCwxLS4zOC0xLjRsOS45LTUuN2EuNzYuNzYsMCwwLDEsMSwuMjguNzUuNzUsMCwwLDEtLjI4LDFsLTkuOSw1LjdBLjc0Ljc0LDAsMCwxLDQxLjI2LDYyLjM4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4LjA3LDEwLjYzYS43NS43NSwwLDAsMS0uNjUtLjM3TDE0LjM5LDVhLjc1Ljc1LDAsMSwxLDEuMy0uNzVsMyw1LjI3YS43NC43NCwwLDAsMS0uNjUsMS4xMloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMC4xMywxOC4zNmEuNy43LDAsMCwxLS4zNi0uMWwtNS4zOS0zQS43NS43NSwwLDAsMSw1LjExLDE0bDUuMzksM2EuNzUuNzUsMCwwLDEtLjM3LDEuNDFaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNLjc1LDI4Ljg4YS43NS43NSwwLDAsMSwwLTEuNUw3LDI3LjI2YS43NS43NSwwLDEsMSwwLDEuNWwtNi4zMS4xMloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00LjEzLDQyLjI0YS43Ni43NiwwLDAsMS0uNjUtLjM4Ljc0Ljc0LDAsMCwxLC4yOC0xbDUuNTMtMy4xOWEuNzUuNzUsMCwwLDEsMSwuMjhBLjc0Ljc0LDAsMCwxLDEwLDM5TDQuNSw0Mi4xNEEuNjkuNjksMCwwLDEsNC4xMyw0Mi4yNFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNCw1MS44N2EuNzYuNzYsMCwwLDEtLjY0LTEuMTRsMy4yOC01LjM5YS43NS43NSwwLDAsMSwxLjI4Ljc4bC0zLjI3LDUuMzlBLjc2Ljc2LDAsMCwxLDE0LDUxLjg3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQ5LjQ4LDI3Ljk0YS43NS43NSwwLDAsMSwwLTEuNWw2LjMxLS4xMmgwYS43NC43NCwwLDAsMSwuNzUuNzMuNzYuNzYsMCwwLDEtLjczLjc3bC02LjMxLjEyWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQ2Ljg3LDE3LjY1YS43Ni43NiwwLDAsMS0uNjUtLjM4Ljc0Ljc0LDAsMCwxLC4yOC0xTDUyLDEzLjA2YS43NS43NSwwLDAsMSwxLC4yOC43NC43NCwwLDAsMS0uMjcsMWwtNS41MywzLjE4QS43Ni43NiwwLDAsMSw0Ni44NywxNy42NVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zOS4yOCwxMC4yMmEuNy43LDAsMCwxLS4zOS0uMTEuNzYuNzYsMCwwLDEtLjI1LTFsMy4yOC01LjM5YS43NS43NSwwLDAsMSwxLS4yNS43Ni43NiwwLDAsMSwuMjUsMUwzOS45Miw5Ljg2QS43NS43NSwwLDAsMSwzOS4yOCwxMC4yMloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yOC43NCw3LjY1aDBBLjc1Ljc1LDAsMCwxLDI4LDYuODlMMjguMTMuNzNBLjc4Ljc4LDAsMCwxLDI4LjksMGEuNzUuNzUsMCwwLDEsLjczLjc3bC0uMTQsNi4xNUEuNzQuNzQsMCwwLDEsMjguNzQsNy42NVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zOS4wOCwyNC40OGEuNzUuNzUsMCwwLDEtLjY4LS40MmMtNC4xNi04LjUyLTEzLTYuMTktMTMuMTQtNi4xN2EuNzUuNzUsMCwwLDEtLjQtMS40NWMuMSwwLDEwLjE4LTIuNjYsMTQuODksN2EuNzUuNzUsMCwwLDEtLjM0LDFBLjY3LjY3LDAsMCwxLDM5LjA4LDI0LjQ4WiIvPjwvZz48L2c+PC9zdmc+);
  width: 56px;
  height: 62px;
  top: 22px;
  left: 60px
}

.contents-heading:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #004077 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -8px
}

.contents-heading__sub {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2
}

@media screen and (max-width:1049px) {
  .contents-heading__sub {
    font-size: 16px
  }
}

@media screen and (max-width:767px) {
  .contents-heading__sub {
    font-size: 14px
  }
}

.contents-heading__main {
  display: block;
  width: 100%;
  font-size: 22px;
  line-height: 1.2
}

@media screen and (max-width:767px) {
  .contents-heading__main {
    font-size: 18px
  }
}

.contents-list {
  overflow: hidden;
  border-radius: 0 0 5px 5px
}

.contents-list__item {
  padding: 15px 35px 20px 35px;
  background-color: #e1e9ef;
  text-align: center
}

.contents-list__item > a {
  display: inline-flex;
  vertical-align: top
}

.contents-list__item:not(:first-child) {
  margin-top: 2px
}

.contents-list__item__sub {
  display: block;
  margin-top: 5px;
  font-size: 13px
}

.contents-list__item__main {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 700;
  color: #004077
}

.contents-list__item__main::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.253%22%20height%3D%2216%22%20viewBox%3D%220%200%2013.253%2016%22%3E%3Cg%20transform%3D%22translate(-5495.741%20-4944.496)%22%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M5504.981%2C4945.5l1.426%2C1.427%2C1.6%2C1.68v10.907h-11.266V4945.5h8.24m.413-1h-9.653v16h13.253v-12.32l-1.88-1.96Z%22%20fill%3D%22%23004077%22%2F%3E%3Cpath%20d%3D%22M5505.941%2C4953.643a1.032%2C1.032%2C0%2C0%2C0-.427-.307%2C2.417%2C2.417%2C0%2C0%2C0-.853-.106h-1.134l-.2-.187a6.989%2C6.989%2C0%2C0%2C1-.826-1.16c.12-.493.24-.973.32-1.493a1.9%2C1.9%2C0%2C0%2C0%2C0-.894.88.88%2C0%2C0%2C0-.307-.426.675.675%2C0%2C0%2C0-.573-.12.664.664%2C0%2C0%2C0-.427.346%2C1.151%2C1.151%2C0%2C0%2C0-.16.534%2C3.452%2C3.452%2C0%2C0%2C0%2C0%2C.84%2C4.114%2C4.114%2C0%2C0%2C0%2C.373%2C1%2C.494.494%2C0%2C0%2C0%2C0%2C.12l-.573%2C1.44c-.133.28-.253.56-.373.826a6.666%2C6.666%2C0%2C0%2C0-.707.307%2C4.028%2C4.028%2C0%2C0%2C0-.693.4%2C2.09%2C2.09%2C0%2C0%2C0-.627.613.707.707%2C0%2C0%2C0-.093.534.693.693%2C0%2C0%2C0%2C.346.466.768.768%2C0%2C0%2C0%2C.574%2C0%2C1.523%2C1.523%2C0%2C0%2C0%2C.426-.2%2C2.661%2C2.661%2C0%2C0%2C0%2C.64-.573%2C6.948%2C6.948%2C0%2C0%2C0%2C.427-.64c.133-.213.28-.427.4-.653h.173l1.534-.48h.186a4.674%2C4.674%2C0%2C0%2C0%2C.934.64%2C2.6%2C2.6%2C0%2C0%2C0%2C.773.24.917.917%2C0%2C0%2C0%2C.493%2C0%2C.723.723%2C0%2C0%2C0%2C.454-.414A.626.626%2C0%2C0%2C0%2C5505.941%2C4953.643Zm-4.12-3.04a2.559%2C2.559%2C0%2C0%2C1%2C0-.707c0-.213.133-.4.24-.413s.24.093.266.28a1.568%2C1.568%2C0%2C0%2C1%2C0%2C.64%2C3.808%2C3.808%2C0%2C0%2C1-.32.76A1.959%2C1.959%2C0%2C0%2C1%2C5501.821%2C4950.6Zm-2.174%2C5.093a.679.679%2C0%2C0%2C1-.44.214c-.066-.027-.08%2C0-.106-.107a.279.279%2C0%2C0%2C1%2C0-.227%2C1.478%2C1.478%2C0%2C0%2C1%2C.52-.413%2C5.186%2C5.186%2C0%2C0%2C1%2C.653-.347h.133A3.66%2C3.66%2C0%2C0%2C1%2C5499.647%2C4955.7Zm2.267-2.146c.12-.32.253-.627.373-.947a6.978%2C6.978%2C0%2C0%2C0%2C.68.827c-.373.093-.76.173-1.133.28Zm3.6.493a.45.45%2C0%2C0%2C1-.373.173%2C1.216%2C1.216%2C0%2C0%2C1-.667-.146%2C3.982%2C3.982%2C0%2C0%2C1-.587-.387%2C3.661%2C3.661%2C0%2C0%2C1%2C.774%2C0%2C1.746%2C1.746%2C0%2C0%2C1%2C.68.147c.08%2C0%2C.16.106.173.173A.138.138%2C0%2C0%2C1%2C5505.514%2C4954.043Z%22%20fill%3D%22%23004077%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain
}

@media screen and (max-width:767px) {
  .contents-list__item__main {
    font-size: 16px
  }
}

.container--accodion-margin {
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .container--accodion-margin {
    margin-top: 20px
  }
}

.accodion__list {
  position: relative;
  box-shadow: 0px 0px 30px 0px rgb(0 68 119 / 8%)
}

.accodion__list__item__question {
  border-radius: 5px;
  padding: 15px 85px 15px 25px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: linear-gradient(to right, #f45700, #f39800);
  color: #fff;
  transition: .5s
}

@media screen and (min-width:1050px) {
  .accodion__list__item__question {
    padding: 20px 100px 20px 80px
  }
}

.accodion__list__item__question:hover {
  background-color: #003058
}

.accodion__list__item__question__inner {
  font-size: 1.6rem;
  letter-spacing: .14em;
  line-height: 1.5em;
  font-weight: 700
}

@media screen and (min-width:768px) {
  .accodion__list__item__question__inner {
    font-size: 2.8rem
  }
}

.accodion__list__item__question__button {
  pointer-events: none;
  border-radius: 30px;
  position: absolute;
  padding: 0;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  right: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #fff
}

@media screen and (min-width:768px) {
  .accodion__list__item__question__button {
    width: 50px;
    height: 50px;
    right: 50px;
    top: calc(50% - 25px)
  }
}

.accodion__list__item__question__button::before,
.accodion__list__item__question__button::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 10px);
  width: 20px;
  height: 2px;
  background-color: #f46b00;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

@media screen and (min-width:768px) {

  .accodion__list__item__question__button::before,
  .accodion__list__item__question__button::after {
    width: 14px;
    right: calc(50% - 7px)
  }
}

.is-active .accodion__list__item__question__button::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.accodion__list__item__question__button::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.is-active .accodion__list__item__question__button::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.accodion__list__item__answer {
  background: #fff;
  display: none;
  padding: 25px 20px 40px 20px
}

@media screen and (min-width:768px) {
  .accodion__list__item__answer {
    padding: 30px 50px 50px 50px
  }
}

@media screen and (min-width:1050px) {
  .accodion__list__item__answer {
    padding: 50px 75px 75px 75px
  }
}

.accodion__list__item__answer__inner {
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 2em
}

@media screen and (min-width:768px) {
  .accodion__list__item__answer__inner {
    font-size: 1.6rem
  }
}

.accodion__list__item__answer__inner .heading-3 {
  font-weight: 700
}

.voice {
  position: relative
}

.voice:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.voice:before {
  width: 763px;
  height: 532px;
  top: -80px;
  left: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric5.png)
}

@media screen and (max-width:1049px) {
  .voice:before {
    width: 415px;
    height: 478px;
    top: 500px
  }
}

@media screen and (max-width:767px) {
  .voice:before {
    top: -60px
  }
}

.voice .front-heading-2 {
  text-align: center
}

.voice-box-wrap {
  position: relative;
  padding-bottom: 70px;
  margin-top: 50px
}

@media screen and (max-width:767px) {
  .voice-box-wrap {
    padding-bottom: 60px;
    margin-top: 30px
  }
}

.voice-box-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 51.5px 0 51.5px;
  border-color: #004077 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 51.5px);
  bottom: 0
}

@media screen and (max-width:767px) {
  .voice-box-wrap:after {
    border-width: 27px 45px 0 45px;
    left: calc(50% - 45px)
  }
}

.voice-box {
  position: relative;
  padding: 45px 45px 40px 210px;
  border-radius: 5px;
  border: 4px solid #e1e9ef
}

@media screen and (max-width:1049px) {
  .voice-box {
    padding: 40px 45px
  }
}

@media screen and (max-width:767px) {
  .voice-box {
    padding: 25px 20px 30px
  }
}

.voice-box:not(:first-child) {
  margin-top: 20px
}

@media screen and (max-width:1049px) {
  .voice-ballon-wrap {
    padding-left: 140px;
    min-height: 120px
  }
}

@media screen and (max-width:767px) {
  .voice-ballon-wrap {
    padding-left: 70px;
    min-height: 80px
  }
}

.voice-box__heading {
  margin-bottom: 10px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  background-color: #004077
}

@media screen and (max-width:767px) {
  .voice-box__heading {
    padding: 15px 15px
  }
}

@media screen and (max-width:1049px) {}

.voice-box__heading:before {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDQwNzc7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0LDBTMy41OCwxLjM4LDAsMTBBMjAuMzksMjAuMzksMCwwLDEsMTQsN1oiLz48L2c+PC9nPjwvc3ZnPg==);
  left: -14px;
  bottom: calc(50% - 5px);
  width: 14px;
  height: 10px;
  display: block;
  content: ""
}

@media screen and (max-width:767px) {
  .voice-box__heading:before {
    bottom: inherit;
    left: -9px;
    top: 10px;
    bottom: inherit
  }
}

.voice-box__heading__inner {
  color: #fff;
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:767px) {
  .voice-box__heading__inner {
    font-size: 1.5rem
  }
}

.voice-box .figure {
  margin-top: 0 !important;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 55px;
  height: 55px
}

@media screen and (min-width:768px) {
  .voice-box .figure {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 113px;
    height: 113px
  }
}

@media screen and (min-width:1050px) {
  .voice-box .figure {
    width: 130px;
    height: 130px;
    top: 45px;
    left: 45px
  }
}

.grad-lead {
  margin-top: 30px;
  text-align: center
}

.grad-lead__inner {
  padding: 0 10px;
  position: relative;
  display: inline-block
}

.grad-lead__inner:after {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  display: block;
  content: "";
  background: linear-gradient(to right, #f45700, #f39800);
  opacity: .5
}

.grad-lead__inner__text {
  position: relative;
  z-index: 2;
  color: #004077;
  font-weight: 700;
  font-size: 3.0rem;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:767px) {
  .grad-lead__inner__text {
    font-size: 18px
  }
}

.sample-exam {
  position: relative
}

.section-front.sample-exam {
  padding: 100px 0 130px !important
}

@media screen and (max-width:767px) {
  .section-front.sample-exam {
    padding: 50px 0 70px !important
  }
}

.sample-exam:before,
.sample-exam:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.sample-exam:after {
  width: 763px;
  height: 382px;
  bottom: -180px;
  right: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric6.png)
}

@media screen and (max-width:1049px) {
  .sample-exam:after {
    width: 544px;
    height: 355px;
    right: -100px
  }
}

.sample-exam-kaisetsu {
  text-align: center;
  margin: 0 auto 16px
}

.sample-exam-kaisetsu__img {
  display: block;
  margin: 0 auto;
  width: 287px;
  height: auto
}

@media screen and (max-width:767px) {
  .sample-exam-kaisetsu__img {
    width: 50%;
    max-width: none
  }
}

.sample-exam-h2 {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  padding: 20px 25px 25px 25px;
  background-color: #004077;
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:767px) {
  .sample-exam-h2 {
    padding: 20px 20px 25px 20px;
    font-size: 18px
  }
}

.sample-exam-h2:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #004077 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -8px
}

.sample-exam-lead {
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  color: #004077;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:767px) {
  .sample-exam-lead {
    margin-top: 30px;
    font-size: 16px
  }
}

.sample-exam-columns {
  margin-top: 40px
}

.sample-exam-columns__column {
  position: relative;
  padding-top: 40px
}

.sample-exam-columns__column__point {
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #004077;
  font-family: 'Barlow', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .3em;
  border-radius: 60px;
  top: 0;
  left: 0
}

@media screen and (max-width:767px) {
  .sample-exam-columns__column__point {
    padding: 22px;
    width: 90px;
    height: 90px;
    font-size: 12px;
    left: -10px
  }
}

.sample-exam-columns__column__point__number {
  display: inline-block;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: .08em
}

@media screen and (max-width:767px) {
  .sample-exam-columns__column__point__number {
    font-size: 34px;
    margin-top: 5px
  }
}

.sample-exam-columns .figure:not(:first-child) {
  margin-top: 0
}

.sample-exam-columns .heading-3-front.heading-3:not(:first-child) {
  margin-top: 30px
}

.contents-exam {
  position: relative
}

.contents-exam:before,
.contents-exam:after {
  display: none
}

.contents-exam .front-icon-heading+.paragraph {
  margin-top: 45px;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-exam .front-icon-heading+.paragraph {
    margin-top: 25px;
    text-align: left
  }
}

.examination-grade {
  position: relative
}

.examination-grade:before,
.examination-grade:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.examination-grade:before {
  width: 799px;
  height: 859px;
  bottom: -400px;
  left: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric7.png)
}

@media screen and (max-width:1049px) {
  .examination-grade:before {
    width: 705px;
    height: 875px;
    left: -300px;
    bottom: -400px
  }
}

.examination-grade-ballon {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQ5IDE0OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQ5IDE0OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNGMDFFNEE7fQoJLnN0MXtmaWxsOnVybCgjU1ZHSURfMV8pO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTExNi42LDEzNS40YzEuMSw4LjUsNi4xLDEyLjUsNi4xLDEyLjVjLTcuNS0wLjktMTItNC4xLTE1LjctNi44Yy05LjgsNC44LTIwLjgsNy41LTMyLjQsNy41CgljLTQwLjksMC03NC4xLTMzLjItNzQuMS03NC4xYzAtNDAuOSwzMy4yLTc0LjEsNzQuMS03NC4xczc0LjEsMzMuMiw3NC4xLDc0LjFDMTQ4LjYsOTkuOCwxMzUuOSwxMjIuOCwxMTYuNiwxMzUuNHoiLz4KPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSItNDIyLjEzMDkiIHkxPSI1NzIuMTMwOSIgeDI9Ii00MjEuNDIzOCIgeTI9IjU3MS40MjM4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDE0OC4xMzEgMCAwIC0xNDguMTI5IDYyNTMxLjEwOTQgODQ3NDkuNjA5NCkiPgoJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0Y0NTcwMCIvPgoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0YzOTgwMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTE2LjYsMTM1LjRjMS4xLDguNSw2LjEsMTIuNSw2LjEsMTIuNWMtNy41LTAuOS0xMi00LjEtMTUuNy02LjhjLTkuOCw0LjgtMjAuOCw3LjUtMzIuNCw3LjUKCWMtNDAuOSwwLTc0LjEtMzMuMi03NC4xLTc0LjFjMC00MC45LDMzLjItNzQuMSw3NC4xLTc0LjFzNzQuMSwzMy4yLDc0LjEsNzQuMUMxNDguNiw5OS44LDEzNS45LDEyMi44LDExNi42LDEzNS40eiIvPgo8L3N2Zz4K);
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5;
  top: -30px;
  left: 200px;
  z-index:1
}

@media screen and (max-width:1049px) {
  .examination-grade-ballon {
    left: -25px
  }
}

@media screen and (max-width:767px) {
  .examination-grade-ballon {
    padding: 10px 0px;
    top: -50px;
    left: -10px;
    width: 90px;
    height: 90px;
    font-size: 11px;
    letter-spacing: .08em
  }
}

.examination-grade-columns {
  position: relative;
  margin-top: 40px;
  display: flex;
  margin-left: -10px;
  margin-right: -10px
}

@media screen and (max-width:767px) {
  .examination-grade-columns {
    margin-top: 50px;
    display: block;
    margin-left: 0;
    margin-right: 0
  }
}

.examination-grade-columns__column {
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #e1e9ef;
  border-radius: 5px;
  overflow: hidden
}

@media screen and (max-width:767px) {
  .examination-grade-columns__column {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}

@media screen and (max-width:767px) {
  .examination-grade-columns__column:not(:first-child) {
    margin-top: 15px
  }
}

.examination-grade-heading {
  text-align: center;
  padding: 12px;
  background-color: #004077;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:767px) {
  .examination-grade-heading {
    font-size: 16px
  }
}

.examination-grade-content {
  padding: 40px 35px
}

@media screen and (max-width:1049px) {
  .examination-grade-content {
    padding: 40px 30px
  }
}

@media screen and (max-width:767px) {
  .examination-grade-content {
    padding: 25px 20px
  }
}

.examination-grade__dl {
  display: flex;
  align-items: center;
  text-align: center
}

@media screen and (max-width:1049px) {
  .examination-grade__dl {
    display: block
  }
}

.examination-grade__dl:not(:first-of-type) {
  margin-top: 2px
}

.examination-grade__dl:first-of-type {
  margin-top: 40px;
  border-radius: 5px 5px 0 0;
  overflow: hidden
}

@media screen and (max-width:767px) {
  .examination-grade__dl:first-of-type {
    margin-top: 30px
  }
}

.examination-grade__dl:last-of-type {
  border-radius: 0 0 5px 5px;
  overflow: hidden
}

.examination-grade__dl__dt {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 70px;
  padding: 20px 5px;
  background-color: #004077;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:1049px) {
  .examination-grade__dl__dt {
    display: block;
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .examination-grade__dl__dt {
    padding: 10px;
    font-size: 14px
  }
}

.examination-grade__dl__dd {
  display: block;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: calc(100% - 70px);
  padding: 15px 20px;
  background-color: #fff;
  color: #4c5768;
  font-size: 16px;
  letter-spacing: .14em;
  line-height: 2em;
  text-align: left;
}

.examination-grade__dl__dd .strong {
  font-weight: bold;
  color: #004077;
  display: block;
}

@media screen and (max-width:1049px) {
  .examination-grade__dl__dd {
    display: block;
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .examination-grade__dl__dd {
    padding: 5px 20px;
    font-size: 14px
  }
}

.question-format {
  position: relative
}

.question-format:before,
.question-format:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.question-format:after {
  width: 512px;
  height: 866px;
  bottom: -540px;
  right: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric10.png)
}

.question-format__dl {
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden
}

@media screen and (max-width:767px) {
  .question-format__dl {
    display: block
  }
}

.question-format__dl:not(:first-of-type) {
  margin-top: 10px
}

@media screen and (max-width:767px) {
  .question-format__dl:not(:first-of-type) {
    margin-top: 15px
  }
}

.question-format__dl:first-of-type {
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .question-format__dl:first-of-type {
    margin-top: 25px
  }
}

.question-format__dl__dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  box-sizing: border-box;
  width: 350px;
  padding: 0 20px 0 24px;
  text-align: left;
  color: #004077;
  background-color: #e1e9ef;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em;
  border-top: 4px solid #e1e9ef;
  border-left: 4px solid #e1e9ef;
  border-bottom: 4px solid #e1e9ef
}

@media screen and (max-width:767px) {
  .question-format__dl__dt {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding: 5px 20px
  }
}

.question-format__dl__items__main {
  display: block
}

.question-format__dl__items__small {
  display: block;
  font-size: 14px;
  font-weight: 500
}

.question-format__dl__dd {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: calc(100% - 130px);
  padding: 20px;
  background-color: #fff;
  color: #4c5768;
  font-size: 16px;
  letter-spacing: .14em;
  line-height: 2em;
  border-top: 4px solid #e1e9ef;
  border-right: 4px solid #e1e9ef;
  border-bottom: 4px solid #e1e9ef
}

/* dd が flex のとき、テキスト＋ .highlight が別アイテムになり末尾が縦積みになるのを防ぐ */
.question-format__dl__dd__inner {
  display: block;
  width: 100%;
  min-width: 0
}

@media screen and (max-width:1049px) {
  .question-format__dl__dd {
    padding: 35px 25px
  }
}

@media screen and (max-width:767px) {
  .question-format__dl__dd {
    padding: 15px 20px;
    display: block;
    width: 100%;
    font-size: 13px;
    border-top: 0;
    border-right: 2px solid #e1e9ef;
    border-bottom: 2px solid #e1e9ef;
    border-left: 2px solid #e1e9ef
  }
}

.question-format__ol__li {
  position: relative;
  padding-left: 25px
}

@media screen and (max-width:767px) {
  .question-format__ol__li {
    padding-left: 20px
  }
}

.question-format__ol__li__num {
  position: absolute;
  top: 0;
  left: 0
}

.conclusion {
  position: relative
}

@media screen and (min-width:768px) {
  .section-front.conclusion {
    padding-bottom: 120px
  }
}

.conclusion:before,
.conclusion:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.conclusion:before {
  width: 588px;
  height: 866px;
  top: 540px;
  left: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric9.png)
}

.conclusion:after {
  width: 558px;
  height: 875px;
  bottom: 300px;
  left: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric12.png)
}

@media screen and (max-width:1049px) {
  .conclusion:after {
    width: 414px;
    height: 498px;
    bottom: -250px
  }
}

.conclusion-columns {
  position: relative;
  margin-top: 50px;
  display: flex;
  margin-left: -10px;
  margin-right: -10px
}

@media screen and (max-width:767px) {
  .conclusion-columns {
    margin-top: 25px;
    display: block;
    margin-left: 0;
    margin-right: 0
  }
}

.conclusion-columns__column {
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #e1e9ef;
  border-radius: 5px;
  overflow: hidden
}

@media screen and (max-width:767px) {
  .conclusion-columns__column {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}

@media screen and (max-width:767px) {
  .conclusion-columns__column:not(:first-child) {
    margin-top: 15px
  }
}

.conclusion-heading {
  text-align: center;
  padding: 12px;
  background-color: #004077;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:767px) {
  .conclusion-heading {
    padding: 5px 10px;
    font-size: 13px
  }
}

.conclusion-content {
  padding: 40px 20px;
  text-align: center
}

@media screen and (max-width:767px) {
  .conclusion-content {
    padding: 20px
  }
}

.conclusion-content .paragraph {
  font-size: 18px
}

@media screen and (max-width:767px) {
  .conclusion-content .paragraph {
    font-size: 13px
  }
}

.conclusion-separation {
  margin-top: 65px;
  margin-bottom: 30px;
  text-align: center;
  position: relative
}

@media screen and (max-width:767px) {
  .conclusion-separation {
    margin-top: 40px;
    margin-bottom: 25px
  }
}

.conclusion-separation:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #e1e9ef;
  position: absolute;
  top: calc(50% - 2px)
}

@media screen and (max-width:767px) {
  .conclusion-separation:before {
    height: 2px;
    top: calc(50% - 1px)
  }
}

.conclusion-separation__text {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 0px 40px;
  color: #004077;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:767px) {
  .conclusion-separation__text {
    padding: 0px 20px;
    font-size: 16px
  }
}

.conclusion-figure-h4 {
  display: block;
  max-width: 300px;
  text-align: center;
  margin: 40px auto 0;
  padding: 12px 20px;
  background-color: #004077;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em
}

.figure.conclusion-figure {
  padding: 35px 50px;
  background-color: #e1e9ef;
  border-radius: 5px
}

@media screen and (max-width:767px) {
  .figure.conclusion-figure {
    padding: 15px
  }
}

.figure.conclusion-figure:not(:first-child) {
  margin-top: 0
}

.figure.conclusion-figure img {
  display: block;
  border-radius: 5px
}

.border-box {
  position: relative;
  margin-top: 50px;
  padding: 60px;
  border-radius: 5px;
  border: 4px solid #e1e9ef
}

@media screen and (max-width:767px) {
  .border-box {
    margin-top: 40px;
    padding: 20px 15px;
    border: 2px solid #e1e9ef
  }
}

.border-box.border-box--small {
  padding: 40px 50px 50px 50px
}

@media screen and (max-width:1049px) {
  .border-box.border-box--small {
    padding: 35px 40px 40px 40px
  }
}

@media screen and (max-width:1049px) {
  .border-box.border-box--small {
    padding: 20px 15px
  }
}

.border-box__heading-3 {
  margin-bottom: 30px;
  text-align: center;
  color: #004077;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:767px) {
  .border-box__heading-3 {
    margin-bottom: 0;
    font-size: 16px;
    text-align: left
  }
}

.border-box__heading-4 {
  border-radius: 5px;
  margin-bottom: 25px;
  background-color: #e1e9ef;
  padding: 10px 25px;
  color: #004077;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:767px) {
  .border-box__heading-4 {
    font-size: 13px;
    padding: 10px 13px
  }
}

.border-box__heading-4:not(:first-child) {
  margin-top: 35px
}

.conclusion .border-box .paragraph {
  text-align: center
}

@media screen and (max-width:767px) {
  .conclusion .border-box .paragraph {
    text-align: left
  }
}

@media screen and (max-width:767px) {
  .border-box__content {
    display: none;
    margin-top: 30px
  }
}

.border-box__button {
  border-radius: 30px;
  position: absolute;
  padding: 0;
  width: 34px;
  height: 34px;
  top: 15px;
  right: 15px;
  border: 0;
  background-color: #004077;
  z-index: 10
}

@media screen and (min-width:768px) {
  .border-box__button {
    display: none
  }
}

.border-box__button::before,
.border-box__button::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 7.5px);
  width: 15px;
  height: 2px;
  background-color: #fff
}

;
-webkit-transition:-webkit-transform .3s;
transition:-webkit-transform .3s;
transition:transform .3s;
transition:transform .3s,
-webkit-transform .3s
}

.is-active.border-box__button::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.border-box__button::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.is-active.border-box__button::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.matching {
  position: relative
}

.matching:before,
.matching:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.matching:before {
  width: 829px;
  height: 771px;
  top: -220px;
  right: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric13.png)
}

@media screen and (max-width:1049px) {
  .matching:before {
    width: 601px;
    height: 529px;
    top: -170px;
    right: -100px
  }
}

.matching-tab_box {
  margin-top: 50px
}

/*@media screen and (max-width:767px) {
  .matching-tab_box {
    display: none
  }
}*/

.matching-tab_box .btn_area {
  margin: 0 -5px;
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}

/* Only the "あなたにマッチする検定は" tabs; don't affect sample-exam tabs (.original) */
.section-front.matching .matching-tab_box .btn_area {
  margin-bottom: 10px;
}

.matching-tab_box .matching-tab_btn {
  width: 25%;
  margin: 0 5px;
  padding: 20px 10px;
  box-sizing: border-box;
  color: #333;
  background: #e1e9ef;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease 0s;
  color: #0a2c60;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .14em;
  border-radius: 5px
}

@media screen and (max-width:767px) {
  /* Only the "あなたにマッチする検定は" tabs; don't affect sample-exam tabs (.original) */
  .section-front.matching .matching-tab_box .matching-tab_btn {
    font-size: 14px;
  }
}

.matching-tab_box .matching-tab_btn:hover,
.matching-tab_box .matching-tab_btn.active {
  background-color: #004077;
  color: #fff
}

.matching-tab_box .panel_area {
  padding: 20px;
  background-color: #e1e9ef
}

.matching-tab_box .matching-tab_panel {
  display: none;
  border-radius: 5px;
  padding: 40px 30px;
}

@media screen and (max-width:767px) {
  /* Only the "あなたにマッチする検定は" panels; don't affect sample-exam panels (.original) */
  .section-front.matching .matching-tab_box .matching-tab_panel {
    padding: 0;
  }
}

.matching-tab_box .matching-tab_panel.active {
  display: block
}

@media screen and (min-width:768px) {
  .matching-modal {
    display: none
  }
}

.matching-modal {
  margin-top: 35px
}

.matching-modal__btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px
}

.matching-modal__btn__item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5px
}

.matching-modal__btn__item:nth-child(n+3) {
  margin-top: 20px
}

.matching-modal__btn__item .heading-4 {
  font-size: 1.5rem;
  letter-spacing: .14em
}

.matching-modal__inner {
  text-align: center
}

.matching-modal__inner__title {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px;
  min-width: 140px;
  background-color: #e1e9ef;
  color: #0a2c60;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .14em
}

.matching-modal__inner .figure:not(:first-child) {
  margin-top: 20px
}

.skillmap-contact {
  position: relative
}

.skillmap-contact:before,
.skillmap-contact:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.skillmap-contact:before {
  width: 635px;
  height: 823px;
  top: 100px;
  left: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric15.png)
}

.skillmap-contact:after {
  width: 644px;
  height: 823px;
  top: 40%;
  right: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric14.png)
}

.skillmap-contact-ballon {
  margin-top: 50px;
  margin-bottom: 35px;
  position: relative;
  border-radius: 5px;
  padding: 20px 25px 18px 25px;
  background-color: #004077;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:767px) {
  .skillmap-contact-ballon {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 9px 15px 10px 15px;
    font-size: 1.8rem
  }
}

.skillmap-contact-ballon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #004077 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -8px
}

.skillmap-contact-ballon+.paragraph {
  text-align: center
}

@media screen and (max-width:767px) {
  .skillmap-contact-ballon+.paragraph {
    text-align: left
  }
}

.skillmap-contact-columns {
  position: relative;
  margin-top: 40px;
  display: flex;
  margin-left: -10px;
  margin-right: -10px
}

@media screen and (max-width:1049px) {
  .skillmap-contact-columns {
    display: block;
    margin-left: 0;
    margin-right: 0
  }
}

@media screen and (max-width:767px) {
  .skillmap-contact-columns {
    margin-top: 30px
  }
}

.skillmap-contact-columns__column {
  box-sizing: border-box;
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  border: 4px solid #e1e9ef;
  padding: 50px 40px
}

@media screen and (max-width:1049px) {
  .skillmap-contact-columns__column {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}

@media screen and (max-width:767px) {
  .skillmap-contact-columns__column {
    border: 2px solid #e1e9ef;
    padding: 30px 20px
  }
}

@media screen and (max-width:1049px) {
  .skillmap-contact-columns__column:not(:first-child) {
    margin-top: 20px
  }
}

@media screen and (max-width:767px) {
  .skillmap-contact-columns__column:not(:first-child) {
    margin-top: 15px
  }
}

.skillmap-contact-columns__column .heading-3-front {
  text-align: center
}

.skillmap-contact-columns__column .heading-3-front:not(:first-child) {
  margin-top: 35px
}

@media screen and (max-width:1049px) {
  .skillmap-contact-columns__column .link-button {
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (max-width:767px) {
  .skillmap-contact-columns__column .link-button {
    margin-top: 25px
  }
}

@media screen and (max-width:767px) {
  .skillmap-contact-columns__column .figure {
    max-width: 70%
  }
}

.related-documents .front-icon-heading {
  text-align: left
}

.related-documents .link-button {
  max-width: 420px
}

.learning-method {
  position: relative
}

.learning-method:before,
.learning-method:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.learning-method:before {
  width: 653px;
  height: 452px;
  top: -80px;
  left: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric17.png)
}

@media screen and (max-width:1049px) {
  .learning-method:before {
    width: 395px;
    height: 827px;
    top: -80px;
    left: 0
  }
}

@media screen and (max-width:767px) {
  .learning-method:before {
    top: -60px;
    width: 195px;
    height: 327px
  }
}

.learning-method:after {
  width: 744px;
  height: 922px;
  bottom: -600px;
  right: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric18.png)
}

@media screen and (max-width:1049px) {
  .learning-method:after {
    width: 600px;
    height: 808px;
    bottom: -500px;
    right: -200px
  }
}

.learning-method .front-icon-heading+.paragraph {
  margin-top: 45px;
  text-align: center
}

@media screen and (max-width:767px) {
  .learning-method .front-icon-heading+.paragraph {
    margin-top: 25px;
    text-align: left
  }
}

.learning-method .front-heading-2__sub {
  margin-top: 10px
}

.learning-method .bg-box {
  margin-top: 50px;
  padding: 50px 60px;
  background-color: #e1e9ef;
  border-radius: 5px;
  text-align: center
}

@media screen and (max-width:1049px) {
  .learning-method .bg-box {
    padding: 50px 30px
  }
}

@media screen and (max-width:767px) {
  .learning-method .bg-box {
    margin-top: 30px;
    padding: 35px 20px
  }
}

@media screen and (max-width:767px) {
  .learning-method .bg-box .paragraph {
    text-align: left
  }
}

.bg-box .figure {
  margin-top: 40px
}

.learning-method-under {
  position: relative;
  margin-top: 40px;
  padding-top: 40px
}

@media screen and (max-width:767px) {
  .learning-method-under {
    margin-top: 30px;
    padding-top: 27px
  }
}

.learning-method-under:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 51.5px 0 51.5px;
  border-color: #004077 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 51.5px);
  top: 0
}

@media screen and (max-width:767px) {
  .learning-method-under:before {
    border-width: 27px 45px 0 45px;
    left: calc(50% - 45px)
  }
}

@media screen and (max-width:767px) {
  .learning-method-under .grad-lead {
    margin-top: 20px
  }

  .learning-method-under .grad-lead__inner {
    padding: 0 4px
  }

  .learning-method-under .grad-lead__inner__text {
    letter-spacing: .06em
  }
}

.learning-method-under-ballon {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
  border-radius: 5px;
  display: inline-block;
  padding: 15px 30px;
  background-color: #004077
}

@media screen and (max-width:1049px) {
  .learning-method-under-ballon {
    top: -30px;
    right: -50px
  }
}

@media screen and (max-width:767px) {
  .learning-method-under-ballon {
    padding: 15px 13px;
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 25px
  }
}

.learning-method-under-ballon:before {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwIDE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzAwNDA3Nzt9Cjwvc3R5bGU+CjxnIGlkPSLjg6zjgqTjg6Tjg7xfMl8wMDAwMDE1OTQyODgzNDk2NTI0NzIyNTk5MDAwMDAwODkzMjgyODc4MTQ2Njc3NzUwNl8iPgoJPGcgaWQ9IuODrOOCpOODpOODvF8xLTIiPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zLDBjMC43LDQuOS0wLjMsOS44LTMsMTRDOC42LDEwLjQsMTAsMCwxMCwwTDMsMHoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
  left: 50px;
  bottom: -15px;
  width: 16px;
  height: 23px;
  display: block;
  content: ""
}

@media screen and (max-width:767px) {
  .learning-method-under-ballon:before {
    left: inherit;
    bottom: inherit;
    right: 20px;
    top: -15px;
    transform: scale(-1, 1) rotate(180deg)
  }
}

.learning-method-under-ballon__text {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: .14em;
  line-height: 1.5em
}

.course .front-icon-heading .front-heading-2:first-letter {
  color: #004077
}

.course .front-icon-heading+.paragraph {
  margin-top: 45px;
  text-align: center
}

@media screen and (max-width:767px) {
  .course .front-icon-heading+.paragraph {
    margin-top: 25px;
    text-align: left
  }
}

.course-columns {
  position: relative;
  text-align: center;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px
}

@media screen and (max-width:1049px) {
  .course-columns {
    justify-content: center
  }
}

@media screen and (max-width:767px) {
  .course-columns {
    display: block;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0
  }
}

.course-columns__column {
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative
}

@media screen and (max-width:1049px) {
  .course-columns__column {
    width: 50%
  }

  .course-columns__column:nth-child(n+3) {
    margin-top: 20px
  }
}

@media screen and (max-width:767px) {
  .course-columns__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }

  .course-columns__column:nth-child(n+3) {
    margin-top: 15px
  }

  .course-columns__column:nth-child(n+2) {
    margin-top: 15px
  }
}

.course-columns__column--recommend:before {
  content: "おすすめ";
  width: 101px;
  height: 101px;
  border-radius: 60px;
  padding: 45px 10px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: -55px;
  right: -45px;
  background: linear-gradient(to right, #f45700, #f39800);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  z-index: 2
}

@media screen and (max-width:1049px) {
  .course-columns__column--recommend:before {
    top: -15px;
    right: -70px
  }
}

@media screen and (max-width:767px) {
  .course-columns__column--recommend:before {
    top: -10px;
    right: -35px;
    width: 70px;
    height: 70px;
    padding: 29px 5px;
    font-size: 12px
  }
}

.course-columns__column__h3 {
  position: relative;
  border-radius: 5px 5px 0 0;
  padding: 25px;
  background-color: #004077;
  color: #fff;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:1049px) {
  .course-columns__column__h3 {
    padding: 25px
  }
}

@media screen and (max-width:767px) {
  .course-columns__column__h3 {
    padding: 20px 10px
  }
}

.course-columns__column__h3__main {
  display: block;
  margin-top: 15px;
  font-size: 22px;
  line-height: 1.5
}

@media screen and (max-width:767px) {
  .course-columns__column__h3__main {
    margin-top: 5px;
    font-size: 17px
  }
}

.course-columns__column__h3__sub {
  display: block;
  font-size: 16px;
  line-height: 1.5
}

@media screen and (max-width:1049px) {
  .course-columns__column__h3__sub {
    font-size: 17px
  }
}

@media screen and (max-width:767px) {
  .course-columns__column__h3__sub {
    font-size: 14px
  }
}

.course-columns__column__h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #004077 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -8px
}

.course-columns__column__price {
  border-left: 4px solid #e1e9ef;
  border-right: 4px solid #e1e9ef;
  border-bottom: 4px solid #e1e9ef;
  border-radius: 0 0 5px 5px;
  padding: 50px 50px 40px 50px;
  font-family: 'Barlow', sans-serif;
  font-size: 55px;
  color: #004077;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1em
}

@media screen and (max-width:1049px) {
  .course-columns__column__price {
    padding: 25px 30px 20px 30px
  }
}

@media screen and (max-width:767px) {
  .course-columns__column__price {
    font-size: 32px;
    border-left: 2px solid #e1e9ef;
    border-right: 2px solid #e1e9ef;
    border-bottom: 2px solid #e1e9ef
  }
}

.course-columns__column__price .course-columns__column__price__unit {
  padding-left: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .14em
}

@media screen and (max-width:767px) {
  .course-columns__column__price .course-columns__column__price__unit {
    font-size: 18px
  }
}

.course .link-button {
  max-width: 420px
}

@media screen and (min-width:768px) {
  .course .paragraph--pctb-center {
    text-align: center
  }
}

.official-documents__h2 {
  margin-bottom: 20px;
  color: #004077;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5em
}

@media screen and (max-width:767px) {
  .official-documents__h2 {
    font-size: 22px
  }
}

.official-documents__h2:first-letter {
  color: #f46b00
}

.official-documents .check-list:not(:last-child) {
  margin-bottom: 50px
}

@media screen and (max-width:767px) {
  .official-documents .check-list:not(:last-child) {
    margin-bottom: 40px
  }
}

.official-documents__box {
  margin-top: 30px;
  padding: 50px;
  border: 4px solid #fff;
  border-radius: 5px
}

@media screen and (max-width:767px) {
  .official-documents__box {
    margin-top: 15px;
    padding: 20px;
    border: 2px solid #fff
  }
}

.official-documents__box .figure.figure--radius {
  background-color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (min-width:1050px) {
  /* テキスト左・画像右（columns--reverse）: 画像に十分な幅、テキストはやや狭め（約55:45） */
  .official-documents__box .columns--two.columns--one-two.columns--reverse > .columns__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    width: auto
  }

  .official-documents__box .columns--two.columns--one-two.columns--reverse > .columns__column:nth-child(2) {
    -webkit-box-flex: 1.22;
    -ms-flex: 1.22 1 0;
    flex: 1.22 1 0;
    min-width: 0;
    width: auto
  }

  .official-documents__box .columns--two > .columns__column {
    width: auto
  }

  .official-documents__box .figure.figure--radius {
    max-width: 100%;
    overflow: hidden
  }

  .official-documents__box .figure.figure--radius img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
  }
}

@media screen and (max-width:1049px) {
  .official-documents__box .columns {
    margin-left: 0;
    margin-right: 0
  }

  .official-documents__box .columns .columns__column {
    flex: auto !important;
    width: 100%;
    padding: 0;
    min-width: 0
  }

  .official-documents__box .columns--reverse>.columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .official-documents__box .columns--reverse>.columns__column:nth-child(2) {
    margin-top: 40px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .official-documents__box .figure {
    max-width: 100%
  }

  .official-documents__box .figure.figure--radius img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
  }
}

.official-documents__box .link-button {
  max-width: 450px
}

.official-documents__box h3.heading-5 {
  font-weight: 700;
  font-size: 20px
}

@media screen and (max-width:767px) {
  .official-documents__box h3.heading-5 {
    font-size: 18px
  }
}

.official-documents__dl {
  display: flex
}

.official-documents__dl:not(:first-child) {
  margin-top: 18px
}

@media screen and (max-width:767px) {
  .official-documents__dl__dt {
    min-width: 70px
  }
}

.official-documents__dl__dt .paragraph {
  font-weight: 700
}

.page-top {
  text-align: right;
  margin-left: auto;
  position: absolute;
  right: 10px;
  bottom: -25px;
  z-index: 2
}

@media screen and (min-width:768px) {
  .page-top {
    right: 20px;
    bottom: -35px
  }
}

.page-top__anchor {
  width: 45px;
  height: 45px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadowshadow: 0px 10px 40px 0 rgba(124, 152, 160, 0.18);
  box-shadow: 0px 10px 40px 0 rgb(124 152 160 / 18%);
  transition: .5s
}

@media screen and (min-width:768px) {
  .page-top__anchor {
    width: 70px;
    height: 70px
  }
}

@media screen and (min-width:1050px) {
  .page-top__anchor {
    transition: transform .2s
  }

  .page-top__anchor:hover {
    transform: scale(1.05)
  }
}

.page-top__anchor::before {
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #004077;
  border-width: 2px 2px 0 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: ""
}

.page-top__anchor::before {
  margin-top: 2px;
  width: 7px;
  height: 7px
}

@media screen and (min-width:768px) {
  .page-top__anchor::before {
    margin-top: 5px;
    width: 11px;
    height: 11px
  }
}

@charset "UTF-8";

.header-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}

@media screen and (min-width:768px) {
  .header-front {
    height: 70px
  }
}

@media screen and (min-width:1050px) {
  .header-front {
    display: block;
    height: auto
  }
}

.header-front--no-nav {
  height: auto;
  padding-top: 15px;
  padding-bottom: 5px
}

@media screen and (min-width:768px) {
  .header-front--no-nav {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media screen and (min-width:1050px) {
  .header-front--no-nav {
    padding-top: 49px;
    padding-bottom: 50px
  }
}

.header-front__container {
  width: 100%;
  padding: 15px 15px 15px 20px
}

@media screen and (min-width:768px) {
  .header-front__container {
    padding: 15px 15px 15px 25px
  }
}

@media screen and (min-width:1050px) {
  .header-front__container {
    width: auto
  }
}

@media screen and (min-width:1050px) {
  .header-front__container {
    width: auto
  }
}

@media screen and (min-width:768px) {
  .header-front__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px
  }
}

@media screen and (min-width:768px) {
  .header-front__columns__column {
    padding-left: 15px;
    padding-right: 15px
  }
}

.header-front__columns__column:nth-child(1) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:1050px) {
  .header-front__columns__column:nth-child(1) {
    width: auto
  }
}

.header-front__logo {
  width: 241px;
  margin-right: auto
}

.header-front__actions {
  display: none;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  width: 100%
}

@media screen and (min-width:1050px) {
  .header-front__actions {
    display: flex
  }
}

.header-front__action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 8px 16px;
  border-radius: 5px;
  background-color: #004077;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
  transition: background-color .3s
}

@media screen and (min-width:1050px) {
  .header-front__action-btn:hover,
  .header-front__action-btn:focus {
    background-color: #003058
  }
}

.header-front__logo__anchor,
.header-front__logo a {
  display: block
}

.header-front__logo__anchor img,
.header-front__logo a img {
  width: 60% !important;
  max-width: 100%;
  vertical-align: bottom
}

@media screen and (min-width:768px) {

  .header-front__logo__anchor img,
  .header-front__logo a img {
    width: 80% !important
  }
}

@media screen and (min-width:1050px) {

  .header-front__logo__anchor img,
  .header-front__logo a img {
    width: 100% !important
  }
}

.header-front__nav__item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2em;
  background-color: #004077;
  transition: .5s
}

@media screen and (min-width:1050px) {
  a.header-front__nav__item__link:hover {
    background-color: #003058
  }
}

@media screen and (max-width:767px) {
  .header-front__nav__item__link {
    border-radius: 5px
  }
}

.header-front__nav__item__link__small {
  font-size: 13px;
  display: block;
  margin-top: 5px
}

.header-front__nav__item__link.header-front__nav__item__link--nolink {
  color: #586c83;
  background-color: #003058
}

.header-front__main__logo {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #cbc9bb
}

@media screen and (min-width:768px) {
  .header-front__main__logo {
    height: 63px;
    margin-right: -30px;
    margin-left: -30px
  }
}

@media screen and (min-width:1050px) {
  .header-front__main__logo {
    display: none
  }
}

.header-front__main__logo__anchor {
  display: block;
  text-align: center
}

.header-front__main__logo__anchor img {
  width: 60%
}

@media screen and (min-width:768px) {
  .header-front__main__logo__anchor img {
    width: 80%
  }
}

.header-front__main__content {
  max-width: 647px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (min-width:560px) {
  .header-front__main__content {
    padding-top: 50px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 30px;
    padding-right: 30px
  }
}

@media screen and (min-width:768px) {
  .header-front__main__content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media screen and (min-width:1050px) {
  .header-front__main__content {
    display: block;
    padding-top: 0;
    max-width: none
  }
}

.header-front__main__content__above {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px
}

@media screen and (min-width:560px) {
  .header-front__main__content__above {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    padding-left: 30px;
    padding-right: 0
  }
}

@media screen and (min-width:1050px) {
  .header-front__main__content__above {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px)
  }
}

.header-front__main__content__above__info {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px
}

@media screen and (min-width:1050px) {
  .header-front__main__content__above__info {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.header-front__main__content__above__info__date {
  font-size: 1.3rem;
  letter-spacing: .15em;
  font-weight: 500;
  color: #cbc9bb
}

@media screen and (min-width:1050px) {
  .header-front__main__content__above__info__date {
    color: inherit;
    width: auto
  }
}

.header-front__main__content__above__info__tel {
  font-size: 1.4rem;
  letter-spacing: .2em;
  font-family: 'Roboto', sans-serif;
  margin-left: 20px;
  font-weight: 500;
  color: #cbc9bb
}

@media screen and (min-width:1050px) {
  .header-front__main__content__above__info__tel {
    color: inherit;
    width: auto
  }
}

.header-front__main__content__above__conversion {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media screen and (min-width:1050px) {
  .header-front__main__content__above__conversion {
    width: auto;
    margin-left: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.header-front__main__content__above__conversion>*:not(:first-child) {
  margin-top: 15px
}

@media screen and (min-width:560px) {
  .header-front__main__content__above__conversion>*:not(:first-child) {
    margin-top: 20px
  }
}

@media screen and (min-width:1050px) {
  .header-front__main__content__above__conversion>*:not(:first-child) {
    margin-top: 0;
    margin-left: 20px
  }
}

.header-front__main__content__above__conversion__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (min-width:1050px) {
  .header-front__main__content__above__conversion__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (min-width:1050px) {
  .header-front__main__content__above__conversion__list__item {
    width: 200px
  }
}

.header-front__main__content__above__conversion__list__item:not(:first-child) {
  margin-top: 15px
}

@media screen and (min-width:560px) {
  .header-front__main__content__above__conversion__list__item:not(:first-child) {
    margin-top: 20px
  }
}

@media screen and (min-width:1050px) {
  .header-front__main__content__above__conversion__list__item:not(:first-child) {
    margin-top: 0;
    margin-left: 20px
  }
}

.header-front__main__content__above__conversion__list__item__anchor {
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 10px 10px 9px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  letter-spacing: .35em;
  line-height: 1.75em;
  font-weight: 500;
  color: #fff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

@media screen and (min-width:1050px) {
  .header-front__main__content__above__conversion__list__item__anchor {
    border-radius: 0 0 10px 10px
  }
}

.header-front__main__content__above__conversion__list__item--magazine .header-front__main__content__above__conversion__list__item__anchor {
  background-color: #f46b00
}

.header-front__main__content__above__conversion__list__item--magazine .header-front__main__content__above__conversion__list__item__anchor:hover {
  opacity: .8
}

.header-front__main__content__above__conversion__list__item--contact .header-front__main__content__above__conversion__list__item__anchor {
  background-color: #414141
}

.header-front__main__content__above__conversion__list__item--contact .header-front__main__content__above__conversion__list__item__anchor:hover {
  opacity: .8
}

.header-front__main__content__below {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media screen and (min-width:560px) {
  .header-front__main__content__below {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    padding-right: 30px
  }
}

@media screen and (min-width:1050px) {
  .header-front__main__content__below {
    margin-top: 30px;
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
  }
}

@media screen and (min-width:560px) {
  .header-front__main__content__below__nav {
    margin-left: 0;
    margin-right: 0
  }
}

@media screen and (min-width:1050px) {
  .header-front__main__content__below__nav {
    margin-left: auto;
    margin-right: auto
  }
}

.header-front__main__content__below__nav__list {
  height: 100%;
  border-bottom: 1px solid #cbc9bb
}

@media screen and (min-width:1050px) {
  .header-front__main__content__below__nav__list {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -25px;
    margin-right: -25px
  }
}

@media screen and (min-width:1050px) {
  .header-front__main__content__below__nav__list__item {
    padding-left: 25px;
    padding-right: 25px
  }
}

.header-front__main__content__below__nav__list__item:not(:first-child) {
  border-top: 1px solid #cbc9bb
}

@media screen and (min-width:1050px) {
  .header-front__main__content__below__nav__list__item:not(:first-child) {
    border: 0
  }
}

.header-front__main__content__below__nav__list__item__anchor {
  display: block;
  font-size: 1.4rem;
  letter-spacing: .17em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 15px 40px 15px 20px;
  position: relative;
  color: #fff
}

@media screen and (min-width:1050px) {
  .header-front__main__content__below__nav__list__item__anchor {
    padding: 0
  }
}

@media screen and (min-width:1050px) {
  .header-front__main__content__below__nav__list__item__anchor {
    padding: 0;
    color: inherit
  }
}

@media screen and (min-width:1050px) {
  .header-front__main__content__below__nav__list__item__anchor::before {
    content: '';
    width: calc(100% + 8px);
    height: 100%;
    position: absolute;
    top: -1px;
    left: -4px;
    background-color: #f46b00;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99)
  }
}

.header-front__main__content__below__nav__list__item__anchor__inner {
  position: relative;
  z-index: 1
}

@media screen and (min-width:1050px) {
  .header-front__main__content__below__nav__list__item__anchor:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

.header-front__main__content__below__nav__list__item__anchor::after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-position: center;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px
}

@media screen and (min-width:1050px) {
  .header-front__main__content__below__nav__list__item__anchor::after {
    display: none
  }
}

.header-front__main__content__below__nav__list__item.is-current .header-front__main__content__below__nav__list__item__anchor::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}

@charset "UTF-8";

.footer-front {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-top: 80px;
  background-size: 17px 17px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxNyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmMWY0Zjc7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSLjg6rjg5Tjg7zjg4jjgrDjg6rjg4Pjg4lfMjI2IiBkYXRhLW5hbWU9IuODquODlOODvOODiOOCsOODquODg+ODiSAyMjYiPjxnIGlkPSLjgrDjg6vjg7zjg5dfNjQwMS05OSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNjQwMS05OSI+PHJlY3QgaWQ9IumVt+aWueW9ol8zODE4LTk5IiBkYXRhLW5hbWU9IumVt+aWueW9oiAzODE4LTk5IiBjbGFzcz0iY2xzLTEiIHk9IjEwIiB3aWR0aD0iMSIgaGVpZ2h0PSI3Ii8+PHJlY3QgaWQ9IumVt+aWueW9ol8zODIwLTk5IiBkYXRhLW5hbWU9IumVt+aWueW9oiAzODIwLTk5IiBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxIiBoZWlnaHQ9IjYiLz48cmVjdCBpZD0i6ZW35pa55b2iXzM4MTktOTkiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDM4MTktOTkiIGNsYXNzPSJjbHMtMSIgeD0iMSIgeT0iMTYiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz48cmVjdCBpZD0i6ZW35pa55b2iXzM4MjEtOTkiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDM4MjEtOTkiIGNsYXNzPSJjbHMtMSIgeD0iMTEiIHk9IjE2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==)
}

@media screen and (max-width:767px) {
  .footer-front {
    padding-top: 60px
  }
}

.footer-front:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 680px;
  height: 260px;
  bottom: 0;
  left: 0;
  background-image: url(https://f.hubspotusercontent40.net/hubfs/20512049/home/bg_%20geometric16.png)
}

@media screen and (max-width:1049px) {
  .footer-front:before {
    width: 615px;
    height: 347px;
    left: -300px
  }
}

.footer-front--no-nav {
  text-align: center
}

@media screen and (min-width:1050px) {
  .footer-front--no-nav {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.footer-front__above {
  position: relative;
  z-index: 2
}

.footer-front__above > .container {
  border-bottom: 1px solid #cbd0d9
}

@media screen and (min-width:1050px) {
  .footer-front__above__nav__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -30px;
    margin-right: -30px
  }
}

.footer-front__above__nav__columns__column {
  box-sizing: border-box
}

@media screen and (min-width:1050px) {
  .footer-front__above__nav__columns__column {
    padding-left: 30px;
    padding-right: 30px
  }

  .footer-front__above__nav__columns__column:nth-child(1) {
    width: 300px
  }

  .footer-front__above__nav__columns__column:nth-child(2) {
    width: calc(100% - 300px)
  }
}

.footer-front__above__nav__columns__column:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px
}

@media screen and (max-width:1049px) {
  .footer-front__above__nav__columns__column:nth-child(1) {
    padding-top: 0
  }
}

.header__hamburger-nav .footer-front__above__nav__columns__column:nth-child(1) {
  padding-top: 0
}

.footer-front__above__nav__logo {
  text-align: center;
  width: 300px;
  height: 68px
}

@media screen and (max-width:767px) {
  .footer-front__above__nav__logo {
    width: 240px;
    height: 54px
  }
}

.footer-front__above__nav__logo img {
  width: auto !important
}

@media screen and (min-width:1050px) {
  .footer-front__above__nav__logo {
    margin-left: 0;
    margin-right: 0
  }
}

.footer-front__above__nav__logo__anchor,
.footer-front__above__nav__logo a {
  display: block
}

.footer-front__above__nav__logo__anchor img,
.footer-front__above__nav__logo a img {
  width: 60%;
  max-width: 100%;
  vertical-align: bottom
}

@media screen and (min-width:768px) {

  .footer-front__above__nav__logo__anchor img,
  .footer-front__above__nav__logo a img {
    width: 80%
  }
}

@media screen and (min-width:1050px) {

  .footer-front__above__nav__logo__anchor img,
  .footer-front__above__nav__logo a img {
    width: 100%
  }
}

.footer-front__above__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (min-width:768px) {
  /* 3ボタン同じ高さ（いちばん高い項目に合わせ、実用数学技能検定・ビジネス数学検定も縦に伸びて中央揃え） */
  .footer-front__above__nav {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .footer-front__above__nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .footer-front__above__nav__item__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0
  }
}

@media screen and (max-width:1049px) {
  .footer-front__above__nav {
    margin-top: 30px;
    justify-content: start
  }
}

@media screen and (max-width:767px) {
  .footer-front__above__nav {
    display: block;
    margin-top: 40px
  }
}

.footer-front__above__nav__item:not(:first-child) {
  margin-left: 5px
}

@media screen and (max-width:767px) {
  .footer-front__above__nav__item:not(:first-child) {
    margin-left: 0;
    margin-top: 5px
  }
}

.footer-front__above__nav__item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  min-width: 200px;
  padding: 17.5px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .2em;
  background-color: #004077;
  transition: .5s
}

@media screen and (min-width:768px) {
  .footer-front__above__nav__item__link {
    padding: 10px 0
  }
}

@media screen and (min-width:1050px) {
  a.footer-front__above__nav__item__link:hover {
    background-color: #003058
  }
}

@media screen and (max-width:767px) {
  .footer-front__above__nav__item__link {
    max-width: 280px;
    font-size: 13px;
    padding: 0 44px 0 20px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.3;
    letter-spacing: .15em
  }

  .footer-front__above__nav__item__link:after {
    content: "";
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwLDBBMjAsMjAsMCwxLDAsNDAsMjAsMjAuMDYsMjAuMDYsMCwwLDAsMjAsMFptMi4xLDI2LjMtMS40LTEuNSw0LjUtNC4zSDEzLjN2LTJIMjUuMWwtNC40LTQuMiwxLjUtMS41LDYuOSw2LjhaIi8+PC9nPjwvZz48L3N2Zz4=)
  }

  .footer-front__above__nav__item__link--nolink:after {
    opacity: .4
  }
}

.footer-front__above__nav__item__link.footer-front__above__nav__item__link--nolink {
  color: #586c83;
  background-color: #003058
}

.footer-front__above__sub-nav {
  margin-top: 30px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:1049px) {
  .footer-front__above__sub-nav {
    justify-content: start;
    flex-wrap: wrap
  }
}

@media screen and (max-width:767px) {
  .footer-front__above__sub-nav {
    display: block
  }
}

.footer-front__above__sub-nav__item:not(:first-child) {
  margin-left: 30px
}

@media screen and (max-width:1049px) {
  .footer-front__above__sub-nav__item:not(:first-child) {
    margin-left: 15px
  }
}

@media screen and (max-width:767px) {
  .footer-front__above__sub-nav__item:not(:first-child) {
    margin-left: 0;
    margin-top: 15px
  }
}

@media screen and (max-width:1049px) {
  .footer-front__above__sub-nav__item {
    margin: 6px 15px
  }
}

@media screen and (max-width:767px) {
  .footer-front__above__sub-nav__item {
    margin: 0
  }
}

.footer-front__above__sub-nav__item__link {
  color: #4c5768;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .14em;
  transition: .5s
}

@media screen and (min-width:768px) {
  .footer-front__above__sub-nav__item__link:hover {
    opacity: .5
  }
}

.footer-front__above__nav__association-logo {
  margin-top: 35px;
  text-align: right
}

@media screen and (max-width:1049px) {
  .footer-front__above__nav__association-logo {
    text-align: left
  }
}

.footer-front__above__nav__association-logo {
  width: 160px;
  height: 34px
}

@media screen and (min-width:768px) {
  .footer-front__above__nav__association-logo {
    margin-left: auto
  }
}

.footer-front__above__nav__association-logo img {
  width: 100%
}

.footer-front__below {
  margin-top: 30px;
  position: relative;
  z-index: 2
}

.footer-front__below > .container {
  border-bottom: 1px solid #cbd0d9;
  padding-bottom: 30px
}

@media screen and (min-width:1050px) {
  .footer-front__below {
    border-top: 0;
    padding-top: 0
  }
}

@media screen and (min-width:1050px) {
  .footer-front__below__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.footer-front__below__columns__column:nth-child(2) {
  margin-top: 10px
}

@media screen and (min-width:768px) {
  .footer-front__below__columns__column:nth-child(2) {
    margin-top: 0
  }
}

.footer-front__below__nav {
  padding-top: 25px;
  border-top: 1px solid #cbd0d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:1049px) {
  .footer-front__below__nav {
    justify-content: start;
    flex-wrap: wrap
  }
}

@media screen and (max-width:767px) {
  .footer-front__below__nav {
    display: block
  }
}

.footer-front__below__nav__item:not(:first-child) {
  margin-left: 30px
}

@media screen and (max-width:1049px) {
  .footer-front__below__nav__item:not(:first-child) {
    margin-left: 15px
  }
}

@media screen and (max-width:767px) {
  .footer-front__below__nav__item:not(:first-child) {
    margin-left: 0;
    margin-top: 15px
  }
}

@media screen and (max-width:1049px) {
  .footer-front__below__nav__item {
    margin: 6px 15px
  }
}

@media screen and (max-width:767px) {
  .footer-front__below__nav__item {
    margin: 0
  }
}

.footer-front__below__nav__item__link {
  color: #4c5768;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .14em;
  transition: .5s
}

@media screen and (min-width:768px) {
  .footer-front__below__nav__item__link:hover {
    opacity: .5
  }
}

.footer-front__below__copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.1rem;
  letter-spacing: .14em;
  line-height: 1.75em;
  font-weight: 400;
  text-align: center;
  color: #4c5768
}

/* フッター注記（index.html の footer-front__below 内の素の ul） */
.footer-front__below > .container > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  line-height: 1.75em;
  letter-spacing: .14em;
  color: #4c5768
}

.footer-front__below > .container > ul > li {
  padding-left: 1.2em;
  text-indent: -1.2em
}

@media screen and (max-width:1049px) {
  .footer-front__below__copyright {
    text-align: center
  }
}

@media screen and (max-width:767px) {
  .footer-front__below__copyright {
    margin-top: 40px
  }
}

@charset "utf-8";
@media screen and (min-width:768px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px
  }
}

@media screen and (min-width:768px) {
  .columns__column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px
  }
}

.columns__column:not(:first-child) {
  margin-top: 20px
}

@media screen and (min-width:768px) {
  .columns__column:not(:first-child) {
    margin-top: 0
  }
}

.columns__column:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (min-width:768px) {
  .columns__column:not(:last-child) {
    margin-bottom: 0
  }
}

.columns--one>.columns__column.margin-top-heading-2:nth-child(n+2) {
  margin-top: 100px
}

@media screen and (max-width:767px) {
  .columns--one>.columns__column.margin-top-heading-2:nth-child(n+2) {
    margin-top: 80px
  }
}

@media screen and (min-width:768px) {
  .columns--two>.columns__column.margin-top-heading-2:nth-child(n+3) {
    margin-top: 100px
  }
}

@media screen and (max-width:767px) {
  .columns--two>.columns__column.margin-top-heading-2:not(:first-child) {
    margin-top: 80px
  }
}

.columns--two>.columns__column.margin-top-heading-3:nth-child(n+3) {
  margin-top: 60px
}

@media screen and (max-width:767px) {
  .columns--two>.columns__column.margin-top-heading-3:nth-child(n+2) {
    margin-top: 50px
  }
}

.columns__column.margin-top-heading-4 {
  margin-top: 50px
}

@media screen and (max-width:767px) {
  .columns__column.margin-top-heading-4 {
    margin-top: 40px
  }
}

.columns__column.margin-top-heading-5 {
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .columns__column.margin-top-heading-5 {
    margin-top: 30px
  }
}

.columns__column {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px
}

.columns .columns__column {
  padding-left: 25px;
  padding-right: 25px
}

.columns--one>.columns__column:nth-child(n+2),
.columns--one-two>.columns__column:nth-child(n+3),
.columns--two-one>.columns__column:nth-child(n+3),
.columns--four>.columns__column:nth-child(n+5) {
  margin-top: 50px
}

.columns--two>.columns__column:nth-child(n+3) {
  margin-top: 50px
}

.columns--three>.columns__column:nth-child(n+4) {
  margin-top: 50px
}

@media screen and (max-width:767px) {
  .columns .columns__column {
    padding-left: 0;
    padding-right: 0
  }
}

.columns--one>.columns__column {
  float: none;
  width: 100%
}

@media screen and (max-width:767px) {
  .columns--one {
    margin-left: 0;
    margin-right: 0
  }
}

.columns--two>.columns__column {
  width: 50%
}

@media screen and (max-width:767px) {
  .columns--two {
    margin-left: 0;
    margin-right: 0
  }

  .columns--two>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .columns--two>.columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .columns--two>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
}

@media screen and (max-width:1049px) {
  .columns--two.columns--to-two {
    margin-left: -15px;
    margin-right: -15px
  }

  .columns--two.columns--to-two>.columns__column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }

  .columns--two.columns--to-two>.columns__column:not(:first-child) {
    margin-top: 0
  }

  .columns--two.columns--to-two>.columns__column:nth-child(n+3) {
    margin-top: 30px
  }
}

.columns--one-two {
  margin-left: -25px;
  margin-right: -25px
}

.columns--one-two>.columns__column {
  padding-left: 25px;
  padding-right: 25px
}

.columns--one-two>.columns__column:nth-child(odd) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.columns--one-two>.columns__column:nth-child(even) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2
}

@media screen and (max-width:1049px) {
  .columns--one-two {
    margin-left: -15px;
    margin-right: -15px
  }

  .columns--one-two>.columns__column {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media screen and (max-width:767px) {
  .columns--one-two {
    margin-left: 0;
    margin-right: 0
  }

  .columns--one-two>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .columns--one-two>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .columns--one-two>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 20px
  }
}

.columns--two-one>.columns__column:nth-child(1) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2
}

.columns--two-one>.columns__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width:767px) {
  .columns--two-one {
    margin-left: 0;
    margin-right: 0
  }

  .columns--two-one>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .columns--two-one>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .columns--two-one>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 30px
  }
}

.columns--three-one>.columns__column:nth-child(1) {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3
}

.columns--three-one>.columns__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width:767px) {
  .columns--three-one {
    margin-left: 0;
    margin-right: 0
  }

  .columns--three-one>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .columns--three-one>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .columns--three-one>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 30px
  }
}

.columns--one-three {
  margin-bottom: 0
}

.columns--one-three>.columns__column:nth-child(odd) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.columns--one-three>.columns__column:nth-child(even) {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3
}

@media screen and (max-width:767px) {
  .columns--one-three {
    margin-left: 0;
    margin-right: 0
  }

  .columns--one-three>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .columns--one-three>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .columns--one-three>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 30px
  }
}

.columns--three>.columns__column {
  width: 33.333%
}

@media screen and (max-width:1049px) {
  .columns--three>.columns__column {
    width: 50%
  }

  .columns--three>.columns__column:not(:nth-child(1)),
  .columns--three>.columns__column:not(:nth-child(2)) {
    margin-top: 0
  }

  .columns--three>.columns__column:not(:nth-last-child(-n+2)) {
    margin-bottom: 50px
  }
}

@media screen and (max-width:767px) {
  .columns--three>.columns__column {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .columns--three>.columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .columns--three>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .columns--three.columns--to-two>.columns__column {
    -webkit-box-flex: ;
    -ms-flex: inherit;
    flex: inherit
  }
}

@media screen and (max-width:1049px) {
  .columns--three.columns--to-one>.columns__column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media screen and (max-width:767px) {
  .columns--three.columns--to-one>.columns__column {
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .columns--three.columns--to-two {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
  }

  .columns--three.columns--to-two>.columns__column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
  }

  .columns--three.columns--to-two>.columns__column:not(:first-child) {
    margin-top: 0
  }

  .columns--three.columns--to-two>.columns__column:nth-child(n+3) {
    margin-top: 30px
  }

  .columns--three.columns--to-two>.columns__column {
    -webkit-box-flex: ;
    -ms-flex: inherit;
    flex: inherit
  }
}

.columns.columns--four {
  margin-left: -15px;
  margin-right: -15px
}

.columns--four>.columns__column {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px
}

@media screen and (max-width:1049px) {

  .columns--four.columns--to-one>.columns__column,
  .columns--four.columns--to-two>.columns__column {
    width: 50%
  }

  .columns--four.columns--to-one>.columns__column:nth-child(n+3) {
    margin-top: 30px
  }

  .columns--four.columns--to-two>.columns__column:nth-child(n+3) {
    margin-top: 40px
  }
}

@media screen and (max-width:767px) {
  .columns--four.columns--to-one {
    margin-left: 0;
    margin-right: 0
  }

  .columns--four.columns--to-one>.columns__column {
    padding-left: 0;
    padding-right: 0;
    width: 100%
  }

  .columns--four.columns--to-one>.columns__column:nth-child(n+2) {
    margin-top: 30px
  }

  .columns--four.columns--to-two {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
  }

  .columns--four.columns--to-two>.columns__column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
  }

  .columns--four.columns--to-two>.columns__column {
    width: 50%
  }

  .columns--four.columns--to-two>.columns__column:not(:first-child) {
    margin-top: 0
  }

  .columns--four.columns--to-two>.columns__column:not(:last-child) {
    margin-bottom: 0
  }

  .columns--four.columns--to-two>.columns__column:nth-child(n+3) {
    margin-top: 30px
  }
}

.columns--reverse>.columns__column:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

@media screen and (max-width:767px) {
  .columns--reverse>.columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.columns--reverse>.columns__column:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media screen and (max-width:767px) {
  .columns--reverse>.columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.columns--vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.text-button-heading-columns:not(:last-child) {
  margin-bottom: 50px
}

@media screen and (min-width:768px) {

  .l_h2_gt_r_img .columns,
  .l_h2_r_img .columns,
  .l_h3_gt_r_img .columns,
  .l_h3_r_img .columns,
  .l_img_lt_r_h2 .columns,
  .l_img_lt_r_h3 .columns,
  .l_img_r_h2 .columns,
  .l_img_r_h3 .columns {
    flex-wrap: nowrap
  }
}

.l_h2_gt_r_img .columns__column,
.l_h2_r_img .columns__column,
.l_h3_gt_r_img .columns__column,
.l_h3_r_img .columns__column,
.l_img_lt_r_h2 .columns__column,
.l_img_lt_r_h3 .columns__column,
.l_img_r_h2 .columns__column,
.l_img_r_h3 .columns__column {
  width: 50%
}

@media screen and (max-width:767px) {

  .l_h2_gt_r_img .columns__column,
  .l_h2_r_img .columns__column,
  .l_h3_gt_r_img .columns__column,
  .l_h3_r_img .columns__column,
  .l_img_lt_r_h2 .columns__column,
  .l_img_lt_r_h3 .columns__column,
  .l_img_r_h2 .columns__column,
  .l_img_r_h3 .columns__column {
    width: 100%
  }
}

.l_h2_gt_r_img {
  margin-top: 40px;
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_h2_gt_r_img {
    margin-top: 55px;
    margin-bottom: 40px
  }
}

@media screen and (min-width:768px) {
  .l_h2_gt_r_img .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 365px
  }
}

@media screen and (min-width:768px) {
  .l_h2_gt_r_img .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 740px
  }
}

.l_h2_gt_r_img .heading-2 {
  margin-top: 0;
  margin-bottom: 0
}

.l_h2_gt_r_img .heading-2:not(:first-child) {
  margin-top: 0
}

.l_h2_gt_r_img .heading-2:not(:last-child) {
  margin-bottom: 20px
}

.l_h2_gt_r_img .paragraph {
  margin-top: 0;
  margin-bottom: 0
}

.l_h2_gt_r_img .paragraph:not(:first-child) {
  margin-top: 10px
}

.l_h2_gt_r_img .paragraph:not(:last-child) {
  margin-bottom: 25px
}

.l_h2_gt_r_img .link-button {
  margin-top: 0;
  margin-bottom: 0
}

.l_h2_gt_r_img .link-button:not(:first-child) {
  margin-top: 25px
}

@media screen and (min-width:768px) {
  .l_h2_gt_r_img .link-button:not(:first-child) {
    margin-top: 40px
  }
}

.l_h2_gt_r_img .link-button:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_h2_gt_r_img .link-button:not(:last-child) {
    margin-bottom: 40px
  }
}

.l_h2_r_img {
  margin-top: 40px;
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_h2_r_img {
    margin-top: 80px;
    margin-bottom: 45px
  }
}

@media screen and (min-width:768px) {
  .l_h2_r_img .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media screen and (min-width:768px) {
  .l_h2_r_img .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.l_h2_r_img .heading-2 {
  margin-top: 0;
  margin-bottom: 0
}

.l_h2_r_img .heading-2:not(:first-child) {
  margin-top: 0
}

.l_h2_r_img .heading-2:not(:last-child) {
  margin-bottom: 20px
}

.l_h2_r_img .paragraph {
  margin-top: 0;
  margin-bottom: 0
}

.l_h2_r_img .paragraph:not(:first-child) {
  margin-top: 20px
}

.l_h2_r_img .paragraph:not(:last-child) {
  margin-bottom: 20px
}

.l_h2_r_img .link-button {
  margin-top: 0;
  margin-bottom: 0
}

.l_h2_r_img .link-button:not(:first-child) {
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .l_h2_r_img .link-button:not(:first-child) {
    margin-top: 40px
  }
}

.l_h2_r_img .link-button:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_h2_r_img .link-button:not(:last-child) {
    margin-bottom: 40px
  }
}

.l_h3_gt_r_img {
  margin-top: 40px;
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_h3_gt_r_img {
    margin-top: 55px;
    margin-bottom: 40px
  }
}

@media screen and (min-width:768px) {
  .l_h3_gt_r_img .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 365px
  }
}

@media screen and (min-width:768px) {
  .l_h3_gt_r_img .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 740px
  }
}

.l_h3_gt_r_img .heading-3 {
  margin-top: 0;
  margin-bottom: 0
}

.l_h3_gt_r_img .heading-3:not(:first-child) {
  margin-top: 0
}

.l_h3_gt_r_img .heading-3:not(:last-child) {
  margin-bottom: 20px
}

.l_h3_gt_r_img .paragraph {
  margin-top: 0;
  margin-bottom: 0
}

.l_h3_gt_r_img .paragraph:not(:first-child) {
  margin-top: 10px
}

.l_h3_gt_r_img .paragraph:not(:last-child) {
  margin-bottom: 25px
}

.l_h3_gt_r_img .link-button {
  margin-top: 0;
  margin-bottom: 0
}

.l_h3_gt_r_img .link-button:not(:first-child) {
  margin-top: 25px
}

@media screen and (min-width:768px) {
  .l_h3_gt_r_img .link-button:not(:first-child) {
    margin-top: 40px
  }
}

.l_h3_gt_r_img .link-button:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_h3_gt_r_img .link-button:not(:last-child) {
    margin-bottom: 40px
  }
}

.l_h3_r_img {
  margin-top: 40px;
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_h3_r_img {
    margin-top: 55px;
    margin-bottom: 40px
  }
}

@media screen and (min-width:768px) {
  .l_h3_r_img .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media screen and (min-width:768px) {
  .l_h3_r_img .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.l_h3_r_img .heading-3 {
  margin-top: 0;
  margin-bottom: 0
}

.l_h3_r_img .heading-3:not(:first-child) {
  margin-top: 0
}

.l_h3_r_img .heading-3:not(:last-child) {
  margin-bottom: 10px
}

@media screen and (min-width:768px) {
  .l_h3_r_img .heading-3:not(:last-child) {
    margin-bottom: 20px
  }
}

.l_h3_r_img .paragraph {
  margin-top: 0;
  margin-bottom: 0
}

.l_h3_r_img .paragraph:not(:first-child) {
  margin-top: 10px
}

.l_h3_r_img .paragraph:not(:last-child) {
  margin-bottom: 25px
}

.l_h3_r_img .link-button {
  margin-top: 0;
  margin-bottom: 0
}

.l_h3_r_img .link-button:not(:first-child) {
  margin-top: 25px
}

@media screen and (min-width:768px) {
  .l_h3_r_img .link-button:not(:first-child) {
    margin-top: 40px
  }
}

.l_h3_r_img .link-button:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_h3_r_img .link-button:not(:last-child) {
    margin-bottom: 40px
  }
}

.l_img_lt_r_h2 {
  margin-top: 40px;
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_img_lt_r_h2 {
    margin-top: 55px;
    margin-bottom: 40px
  }
}

@media screen and (min-width:768px) {
  .l_img_lt_r_h2 .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 365px
  }
}

@media screen and (min-width:768px) {
  .l_img_lt_r_h2 .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 740px
  }
}

.l_img_lt_r_h2 .heading-2 {
  margin-top: 0;
  margin-bottom: 0
}

.l_img_lt_r_h2 .heading-2:not(:first-child) {
  margin-top: 0
}

.l_img_lt_r_h2 .heading-2:not(:last-child) {
  margin-bottom: 20px
}

.l_img_lt_r_h2 .paragraph {
  margin-top: 0;
  margin-bottom: 0
}

.l_img_lt_r_h2 .paragraph:not(:first-child) {
  margin-top: 10px
}

.l_img_lt_r_h2 .paragraph:not(:last-child) {
  margin-bottom: 25px
}

.l_img_lt_r_h2 .link-button {
  margin-top: 0;
  margin-bottom: 0
}

.l_img_lt_r_h2 .link-button:not(:first-child) {
  margin-top: 25px
}

@media screen and (min-width:768px) {
  .l_img_lt_r_h2 .link-button:not(:first-child) {
    margin-top: 40px
  }
}

.l_img_lt_r_h2 .link-button:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_img_lt_r_h2 .link-button:not(:last-child) {
    margin-bottom: 40px
  }
}

.l_img_lt_r_h3 {
  margin-top: 40px;
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_img_lt_r_h3 {
    margin-top: 55px;
    margin-bottom: 40px
  }
}

@media screen and (min-width:768px) {
  .l_img_lt_r_h3 .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 365px
  }
}

@media screen and (min-width:768px) {
  .l_img_lt_r_h3 .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 740px
  }
}

.l_img_lt_r_h3 .heading-3 {
  margin-top: 0;
  margin-bottom: 0
}

.l_img_lt_r_h3 .heading-3:not(:first-child) {
  margin-top: 0
}

.l_img_lt_r_h3 .heading-3:not(:last-child) {
  margin-bottom: 20px
}

.l_img_lt_r_h3 .paragraph {
  margin-top: 0;
  margin-bottom: 0
}

.l_img_lt_r_h3 .paragraph:not(:first-child) {
  margin-top: 10px
}

.l_img_lt_r_h3 .paragraph:not(:last-child) {
  margin-bottom: 25px
}

.l_img_lt_r_h3 .link-button {
  margin-top: 0;
  margin-bottom: 0
}

.l_img_lt_r_h3 .link-button:not(:first-child) {
  margin-top: 25px
}

@media screen and (min-width:768px) {
  .l_img_lt_r_h3 .link-button:not(:first-child) {
    margin-top: 40px
  }
}

.l_img_lt_r_h3 .link-button:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_img_lt_r_h3 .link-button:not(:last-child) {
    margin-bottom: 40px
  }
}

.l_img_r_h2 {
  margin-top: 40px;
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_img_r_h2 {
    margin-top: 80px;
    margin-bottom: 45px
  }
}

@media screen and (min-width:768px) {
  .l_img_r_h2 .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (min-width:768px) {
  .l_img_r_h2 .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.l_img_r_h2 .heading-2 {
  margin-top: 0;
  margin-bottom: 0
}

.l_img_r_h2 .heading-2:not(:first-child) {
  margin-top: 0
}

.l_img_r_h2 .heading-2:not(:last-child) {
  margin-bottom: 20px
}

.l_img_r_h2 .paragraph {
  margin-top: 0;
  margin-bottom: 0
}

.l_img_r_h2 .paragraph:not(:first-child) {
  margin-top: 20px
}

.l_img_r_h2 .paragraph:not(:last-child) {
  margin-bottom: 20px
}

.l_img_r_h2 .link-button {
  margin-top: 0;
  margin-bottom: 0
}

.l_img_r_h2 .link-button:not(:first-child) {
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .l_img_r_h2 .link-button:not(:first-child) {
    margin-top: 40px
  }
}

.l_img_r_h2 .link-button:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_img_r_h2 .link-button:not(:last-child) {
    margin-bottom: 40px
  }
}

.l_img_r_h3 {
  margin-top: 40px;
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_img_r_h3 {
    margin-top: 55px;
    margin-bottom: 40px
  }
}

@media screen and (min-width:768px) {
  .l_img_r_h3 .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (min-width:768px) {
  .l_img_r_h3 .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.l_img_r_h3 .heading-3 {
  margin-top: 0;
  margin-bottom: 0
}

.l_img_r_h3 .heading-3:not(:first-child) {
  margin-top: 0
}

.l_img_r_h3 .heading-3:not(:last-child) {
  margin-bottom: 10px
}

@media screen and (min-width:768px) {
  .l_img_r_h3 .heading-3:not(:last-child) {
    margin-bottom: 20px
  }
}

.l_img_r_h3 .paragraph {
  margin-top: 0;
  margin-bottom: 0
}

.l_img_r_h3 .paragraph:not(:first-child) {
  margin-top: 10px
}

.l_img_r_h3 .paragraph:not(:last-child) {
  margin-bottom: 25px
}

.l_img_r_h3 .link-button {
  margin-top: 0;
  margin-bottom: 0
}

.l_img_r_h3 .link-button:not(:first-child) {
  margin-top: 25px
}

@media screen and (min-width:768px) {
  .l_img_r_h3 .link-button:not(:first-child) {
    margin-top: 40px
  }
}

.l_img_r_h3 .link-button:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .l_img_r_h3 .link-button:not(:last-child) {
    margin-bottom: 40px
  }
}

@charset "UTF-8";

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:767px) {
  .container.container--sp-narrow {
    width: 90%;
  }
}

@media screen and (min-width:1050px) {
  .container {
    max-width: calc(1160px + 50px * 2);
    padding-right: 50px;
    padding-left: 50px
  }
}

@media screen and (min-width:1370px) {
  .container {
    max-width: calc(1160px + 100px * 2);
    padding-right: 100px;
    padding-left: 100px
  }
}

.container--full {
  max-width: none
}

.section-entry-button {
  margin-top: 40px;
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .section-entry-button {
    margin-top: 30px;
    margin-bottom: 30px
  }
}

.entry-button:not(:last-child) {
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .entry-button:not(:last-child) {
    margin-top: 30px
  }
}

.entry-button:not(:last-child) {
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .entry-button:not(:last-child) {
    margin-bottom: 30px
  }
}

.entry-button {
  text-align: center
}

.entry-button a {
  background-color: #f46b00;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .2em;
  line-height: 2;
  min-width: 450px;
  text-align: left;
  padding: 12px 100px 18px 20px;
  position: relative;
  transition: .5s
}

@media screen and (max-width:767px) {
  .entry-button a {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    max-width: 450px;
    min-width: inherit;
    padding: 14px 93px 20px 20px
  }
}

.entry-button.is-active a {
  pointer-events: inherit
}

.entry-button a:after {
  content: attr(data-entry);
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .2em;
  line-height: 1;
  text-transform: uppercase;
  transition: .5s;
  width: 100%;
  opacity: .6
}

@media screen and (max-width:767px) {
  .entry-button a:after {
    font-size: 14px
  }
}

.entry-button a:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiMzNjM3NTYiLz4KPC9zdmc+Cg==);
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 100%;
  content: "";
  height: 28px;
  position: absolute;
  right: 20px;
  top: calc(50% - 14px);
  transition: .5s;
  width: 28px
}

@media screen and (max-width:767px) {
  .entry-button a:before {
    background-size: 5px;
    height: 24px;
    width: 24px
  }
}

@media screen and (min-width:1050px) {
  .entry-button a:hover {
    background-color: #414141
  }

  .entry-button a:hover:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxnIGlkPSJhcnJvdyIgZmlsbD0iIzM2Mzc1NiI+CiAgICA8cGF0aCBkPSJNIDEuNzkyNjk5OTMzMDUyMDYzIDcuNTAwMTAwMTM1ODAzMjIzIEwgMS4yMDY5MDc5ODc1OTQ2MDQgNy41MDAxMDAxMzU4MDMyMjMgTCA0LjM1MzE4OTk0NTIyMDk0NyA0LjM1MzEwOTgzNjU3ODM2OSBMIDQuNzA2NjY5ODA3NDM0MDgyIDMuOTk5NTYwMTE3NzIxNTU4IEwgNC4zNTMxNDk4OTA4OTk2NTggMy42NDYwNDk5NzYzNDg4NzcgTCAxLjIwNzA5OTkxNDU1MDc4MSAwLjUwMDAwMDA1OTYwNDY0NDggTCAxLjc5MjczMjk1NDAyNTI2OSAwLjUwMDAwMDA1OTYwNDY0NDggTCA1LjI5MzE1OTk2MTcwMDQzOSAzLjk5OTYzOTc0OTUyNjk3OCBMIDEuNzkyNjk5OTMzMDUyMDYzIDcuNTAwMTAwMTM1ODAzMjIzIFoiIHN0cm9rZT0ibm9uZSIvPgogICAgPHBhdGggZD0iTSAxLjk5OTc5OTk2NjgxMjEzNCA4LjAwMDEwMDEzNTgwMzIyMyBMIC0zLjQ3MTM3NDY1NDM5NTczMWUtMDggOC4wMDAxMDAxMzU4MDMyMjMgTCAzLjk5OTU5OTkzMzYyNDI2OCAzLjk5OTYwMDE3MjA0Mjg0NyBMIC0zLjQ3MTM3NDY1NDM5NTczMWUtMDggNi43OTAxNjA5NjY4Mjk3MTdlLTA4IEwgMS45OTk3OTk5NjY4MTIxMzQgNi43OTAxNjA5NjY4Mjk3MTdlLTA4IEwgNi4wMDAyOTk5MzA1NzI1MSAzLjk5OTYwMDE3MjA0Mjg0NyBMIDEuOTk5Nzk5OTY2ODEyMTM0IDguMDAwMTAwMTM1ODAzMjIzIFoiIHN0cm9rZT0ibm9uZSIgZmlsbD0iIzU0NTQ2MCIvPgogIDwvZz4KPC9zdmc+Cg==)
  }
}

.section-image-caption {
  margin-bottom: 60px;
  margin-top: 60px
}

@media screen and (max-width:767px) {
  .section-image-caption {
    margin-bottom: 40px;
    margin-top: 40px
  }
}

.figure:not(:first-child) {
  margin-top: 60px
}

@media screen and (max-width:767px) {
  .figure:not(:first-child) {
    margin-top: 30px
  }
}

.figure {
  text-align: center;
  margin: 0 auto
}

.figure img {
  max-width: 100%;
  height: auto
}

@media screen and (max-width:767px) {
  .figure img {
    max-width: 100% !important
  }
}

.figcaption {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .15em;
  text-align: left
}

.figcaption:not(:first-child) {
  margin-top: 15px
}

@media screen and (max-width:414px) {
  .figcaption {
    font-size: 12px
  }
}

.figure.figure--smallbottom:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .figure.figure--smallbottom:not(:last-child) {
    margin-bottom: 25px
  }
}

.figure.figure--radius {
  border-radius: 5px;
  overflow: hidden
}

.figure__pc {
  display: none
}

@media screen and (min-width:768px) {
  .figure__pc {
    display: block
  }
}

.figure__sp {
  display: none
}

@media screen and (max-width:767px) {
  .figure__sp {
    display: block
  }
}

@charset "UTF-8";

.heading-1 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: .3em;
  line-height: 1.4
}

@charset "UTF-8";

.section-heading2 {
  margin-top: 60px;
  margin-bottom: 25px
}

@media screen and (min-width:768px) {
  .section-heading2 {
    margin-top: 80px;
    margin-bottom: 45px
  }
}

.heading-2 {
  font-size: 2.2rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500
}

.heading-2::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em)
}

@media screen and (min-width:768px) {
  .heading-2 {
    font-size: 3.2rem
  }
}

.heading-2:not(:first-child) {
  margin-top: 60px
}

@media screen and (min-width:768px) {
  .heading-2:not(:first-child) {
    margin-top: 80px
  }
}

.heading-2:not(:last-child) {
  margin-bottom: 25px
}

@media screen and (min-width:768px) {
  .heading-2:not(:last-child) {
    margin-bottom: 45px
  }
}

.heading-2::before {
  content: attr(data-decoration-text);
  display: block;
  color: #004077;
  font-size: 1.1rem;
  letter-spacing: .35em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px
}

@media screen and (min-width:768px) {
  .heading-2::before {
    font-size: 1.4rem
  }
}

.heading-2--reverse {
  color: #fff
}

.heading-2--reverse::before {
  color: #fff
}

_:-ms-lang(x)::-ms-backdrop,
.heading-2::before {
  transform: translateX(-15px)
}

_:-ms-lang(x)::-ms-backdrop,
.heading-2.heading-2--decoration:before {
  transform: inherit
}

@charset "UTF-8";

.section-heading3 {
  margin-top: 25px;
  margin-bottom: 20px
}

@media screen and (min-width:768px) {
  .section-heading3 {
    margin-top: 55px;
    margin-bottom: 30px
  }
}

.heading-3 {
  color: #004077;
  font-size: 1.8rem;
  letter-spacing: .14em;
  line-height: 1.5em;
  font-weight: 500
}

.heading-3::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em)
}

.heading-3::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em)
}

@media screen and (min-width:768px) {
  .heading-3 {
    font-size: 2.4rem
  }
}

.heading-3:not(:first-child) {
  margin-top: 25px
}

@media screen and (min-width:768px) {
  .heading-3:not(:first-child) {
    margin-top: 55px
  }
}

.heading-3:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (min-width:768px) {
  .heading-3:not(:last-child) {
    margin-bottom: 30px
  }
}

@charset "UTF-8";

.section-heading4 {
  margin-top: 30px;
  margin-bottom: 20px
}

@media screen and (min-width:768px) {
  .section-heading4 {
    margin-top: 45px;
    margin-bottom: 25px
  }
}

.heading-4 {
  color: #004077;
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500
}

@media screen and (min-width:768px) {
  .heading-4 {
    font-size: 2.0rem
  }
}

.heading-4:not(:first-child) {
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .heading-4:not(:first-child) {
    margin-top: 45px
  }
}

.heading-4:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (min-width:768px) {
  .heading-4:not(:last-child) {
    margin-bottom: 25px
  }
}

@charset "UTF-8";

.section-heading5 {
  margin-top: 30px;
  margin-bottom: 20px
}

.heading-5 {
  color: #004077;
  font-size: 1.5rem;
  letter-spacing: .14em;
  line-height: 1.5em;
  font-weight: 500
}

@media screen and (min-width:768px) {
  .heading-5 {
    font-size: 1.8rem
  }
}

.heading-5:not(:first-child) {
  margin-top: 30px
}

.heading-5:not(:last-child) {
  margin-bottom: 20px
}

.heading-5--icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: .5s
}

.heading-5--icon .heading-5--icon__image {
  margin-right: 15px;
  width: 40px
}

@media screen and (max-width:767px) {
  .heading-5--icon .heading-5--icon__image {
    margin-right: 10px;
    width: 35px
  }
}

.heading-5--icon .heading-5--text {
  width: calc(100% - 55px)
}

@charset "UTF-8";
@charset "UTF-8";

.heading-subtitle {
  position: relative;
  padding-left: 11px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #414141
}

.heading-subtitle:not(:last-child) {
  margin-bottom: 15px
}

.heading-subtitle::before {
  content: '';
  width: 5px;
  height: 2px;
  background-color: #f46b00;
  position: absolute;
  top: 4px;
  left: 0
}

_:-ms-lang(x)::-ms-backdrop,
.heading-subtitle::before {
  top: 7px
}

.heading-subtitle+.heading-2,
.heading-subtitle+.heading-3,
.heading-subtitle+.heading-4,
.heading-subtitle+.heading-5,
.heading-subtitle+.heading-6 {
  margin-top: 0
}

@charset "UTF-8";

.image {
  margin-left: auto;
  margin-right: auto
}

.image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle
}

.image__anchor {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.image__anchor:hover {
  opacity: .7
}

@charset "UTF-8";

.section-lead {
  margin-top: 80px;
  margin-bottom: 60px
}

@media screen and (min-width:768px) {
  .section-lead {
    margin-top: 60px
  }
}

.lead {
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 2em;
  font-weight: 700
}

.lead::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em)
}

.lead::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em)
}

@media screen and (min-width:768px) {
  .lead {
    font-size: 1.7rem
  }
}

@media screen and (max-width:767px) {
  .lead {
    max-width: none !important
  }
}

.lead:not(:first-child) {
  margin-top: 80px
}

@media screen and (min-width:768px) {
  .lead:not(:first-child) {
    margin-top: 60px
  }
}

.lead:not(:last-child) {
  margin-bottom: 60px
}

@media screen and (min-width:768px) {
  .lead:not(:last-child) {
    margin-bottom: 60px
  }
}

.lead.text-center {
  margin-left: auto;
  margin-right: auto
}

.lead.text-right {
  margin-left: auto
}

@charset "UTF-8";

.section-button {
  margin-top: 30px;
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .section-button {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.link-button {
  max-width: 380px
}

.link-button:not(:first-child) {
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .link-button:not(:first-child) {
    margin-top: 40px
  }
}

.link-button:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (min-width:768px) {
  .link-button:not(:last-child) {
    margin-bottom: 40px
  }
}

.link-button__anchor {
  display: block;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  background: linear-gradient(90deg, rgba(244, 87, 0, 1) 0%, rgba(243, 152, 0, 1) 100%);
  padding: 15px 50px 14px 30px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: 5px 5px 8px -1px rgb(120 53 0 / 30%)
}

@media screen and (min-width:768px) {
  .link-button__anchor {
    font-size: 1.8rem;
    padding: 27px 50px 26px 30px
  }

  a.link-button__anchor:hover {
    transform: scale(1.05)
  }
}

.link-button--ja .link-button__anchor {
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif
}

.link-button--eng .link-button__anchor {
  font-weight: 700;
  font-family: 'Roboto', sans-serif
}

.link-button__anchor__inner {
  text-transform: uppercase;
  position: relative;
  z-index: 1
}

.link-button__anchor__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  right: 20px;
  -webkit-transition: all .3s;
  transition: all .3s
}

@media screen and (min-width:768px) {
  .link-button__anchor__icon {
    width: 40px;
    height: 40px;
    right: 30px
  }
}

.link-button__anchor__icon__circle {
  fill: #fff
}

.link-button--no-link .link-button__anchor {
  color: #967f5c;
  background: linear-gradient(to right, #923400, #925b00)
}

.link-button--no-link .link-button__anchor__icon__circle {
  fill: #967f5c
}

.link-button--reverse .link-button__anchor {
  color: #f46b00;
  background: #fff
}

.first .link-button--reverse .link-button__anchor {
  color: #004077;
}

.link-button--reverse .link-button__anchor__icon__circle {
  fill: #f46b00
}

.first .link-button--reverse .link-button__anchor__icon__circle {
  fill: #004077;
}

.link-button--blue .link-button__anchor {
  background: #004077;
  box-shadow: none
}

@media screen and (min-width:768px) {
  .link-button--blue .link-button__anchor {
    font-size: 1.7rem;
    padding: 22px 80px 23px 30px
  }
}

@media screen and (min-width:768px) {
  .mdss .link-button--blue .link-button__anchor__inner {
    white-space: nowrap;
    word-break: keep-all
  }
}

.link-button--blue.link-button--no-link .link-button__anchor {
  color: #586c83;
  background: #003058
}

.link-button--blue.link-button--no-link .link-button__anchor__icon__circle {
  fill: #586c83
}

.link-button--center {
  margin: 0 auto
}

.contents-exam__link-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  gap: 20px
}

.contents-exam__link-row .link-button {
  width: 100%;
  max-width: 380px;
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.contents-exam__link-row__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px
}

.contents-exam__link-note {
  margin: 0 0 10px;
  color: #004077;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1.5;
  text-align: center
}

@media screen and (min-width:768px) {
  .contents-exam__link-note {
    font-size: 15px
  }

  .contents-exam__link-row {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px
  }

  /* 固定幅ボタンを等分伸ばさず、グループを justify-content:center で中央に */
  .contents-exam__link-row > .link-button,
  .contents-exam__link-row__stack {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex: 0 0 auto;
    min-width: 0;
    width: min(100%, 380px);
    max-width: 380px
  }

  .contents-exam__link-row__stack .link-button {
    flex: none;
    width: 100%
  }
}

@charset "UTF-8";

.section-text-button {
  margin-top: 15px;
  margin-bottom: 15px
}

@media screen and (min-width:768px) {
  .section-text-button {
    margin-top: 25px;
    margin-bottom: 25px
  }
}

.link-text {
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500
}

.link-text::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em)
}

.link-text::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em)
}

.link-text:not(:first-child) {
  margin-top: 15px
}

@media screen and (min-width:768px) {
  .link-text:not(:first-child) {
    margin-top: 25px
  }
}

.link-text:not(:last-child) {
  margin-bottom: 15px
}

@media screen and (min-width:768px) {
  .link-text:not(:last-child) {
    margin-bottom: 25px
  }
}

.link-text__anchor {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s
}

.link-text--ja .link-text__anchor {
  font-family: 'Noto Sans JP', sans-serif
}

.link-text--eng .link-text__anchor {
  font-family: 'Roboto', sans-serif
}

.link-text__anchor__icon {
  display: block;
  width: 5px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

@media screen and (min-width:768px) {
  .link-text__anchor__icon {
    top: calc(50% - 4px);
    width: 6px;
    height: 8px
  }
}

.link-text__anchor__icon__arrow {
  fill: #4c5768;
  -webkit-transition: fill .3s;
  transition: fill .3s
}

.link-text__anchor:hover {
  color: #f46b00
}

.link-text__anchor:hover .link-text__anchor__icon__arrow {
  fill: #f46b00
}

.link-text--reverse .link-text__anchor {
  color: #fff
}

.link-text--reverse .link-text__anchor:hover {
  color: #f46b00
}

.link-text--reverse .link-text__anchor__icon__arrow {
  fill: #fff
}

.link {
  font-weight: 700;
  color: #004077;
  display: inline-block;
  text-decoration: underline;
  position: relative;
  transition: .5s;
  word-break: break-all
}

.link:hover {
  opacity: .5;
  text-decoration: underline
}

.link--window {
  padding-left: 20px
}

.link--window:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS45NyAxMS45NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDQwNzc7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9InN2ZzUyMjAiPjxwYXRoIGlkPSLjg5HjgrlfMjExIiBkYXRhLW5hbWU9IuODkeOCuSAyMTEiIGNsYXNzPSJjbHMtMSIgZD0iTTExLjQ0LDBINS4xYS41My41MywwLDAsMC0uNTMuNTNoMFYyLjE3SC43YS43LjcsMCwwLDAtLjcuN0gwdjguNGEuNy43LDAsMCwwLC43LjdIOS4xYS43LjcsMCwwLDAsLjctLjdoMFY3LjRoMS42NEEuNTMuNTMsMCwwLDAsMTIsNi44N2gwVi41M0EuNTMuNTMsMCwwLDAsMTEuNDQsMFpNOC44LDExSDFWMy4xN0g0LjU3djMuN2EuNTMuNTMsMCwwLDAsLjUzLjUzSDguOFpNMTEsNi40SDUuNTdWMUgxMVoiLz48L2c+PC9nPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
  content: "";
  height: 12px;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 16px;
  width: 12px
}

@media all and (-ms-high-contrast:none) {
  .link--window:before {
    margin-top: -11px
  }
}

.heading-link:not(:first-child) {
  margin-top: 30px
}

@media screen and (max-width:767px) {
  .heading-link:not(:first-child) {
    margin-top: 20px
  }
}

.section-heading-link {
  margin-top: 30px;
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .section-heading-link {
    margin-top: 20px;
    margin-bottom: 30px
  }
}

.heading-link:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .heading-link:not(:last-child) {
    margin-bottom: 20px
  }
}

.heading-link a {
  color: #004077;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: .5s
}

.heading-2.heading-link a {
  padding-left: 45px
}

.heading-3.heading-link a {
  padding-left: 40px
}

.heading-4.heading-link a,
.heading-5.heading-link a {
  padding-left: 35px
}

@media screen and (max-width:767px) {
  .heading-2.heading-link a {
    padding-left: 35px
  }

  .heading-3.heading-link a {
    padding-left: 30px
  }

  .heading-4.heading-link a,
  .heading-5.heading-link a {
    padding-left: 30px
  }
}

.heading-link a:before {
  background-color: #004077;
  border-radius: 100%;
  content: "";
  left: 0;
  position: absolute;
  transition: .5s
}

.heading-2.heading-link a:before {
  height: 32px;
  top: 7px;
  width: 32px
}

.heading-3.heading-link a:before {
  height: 28px;
  top: 3px;
  width: 28px
}

.heading-4.heading-link a:before {
  height: 25px;
  top: 3px;
  width: 25px
}

.heading-5.heading-link a:before {
  height: 25px;
  top: 1px;
  width: 25px
}

@media screen and (max-width:767px) {
  .heading-2.heading-link a:before {
    height: 25px;
    top: 4px;
    width: 25px
  }

  .heading-3.heading-link a:before {
    height: 25px;
    top: 0px;
    width: 25px
  }

  .heading-4.heading-link a:before {
    height: 20px;
    top: 2px;
    width: 20px
  }

  .heading-5.heading-link a:before {
    height: 20px;
    top: 1px;
    width: 20px
  }
}

.heading-link a:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUuMyAxMy40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNS4zIDEzLjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI4LjQsMCA3LDEuNCAxMS4zLDUuNyAwLDUuNyAwLDcuNyAxMS41LDcuNyA3LDEyIDguNCwxMy40IDE1LjMsNi44ICIvPgo8L3N2Zz4K);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transition: .5s
}

.heading-2.heading-link a:after {
  left: 13px;
  height: 9px;
  top: 18px;
  width: 7px
}

.heading-3.heading-link a:after {
  left: 11px;
  height: 8px;
  top: 12px;
  width: 6px
}

.heading-4.heading-link a:after {
  left: 8px;
  height: 10px;
  top: 11px;
  width: 10px
}

.heading-5.heading-link a:after {
  left: 10px;
  height: 10px;
  top: 9px;
  width: 5px
}

@media screen and (max-width:767px) {
  .heading-2.heading-link a:after {
    left: 10px;
    height: 10px;
    top: 13px;
    width: 5px
  }

  .heading-3.heading-link a:after {
    left: 10px;
    height: 10px;
    top: 9px;
    width: 5px
  }

  .heading-4.heading-link a:after {
    left: 6px;
    height: 8px;
    top: 8px;
    width: 9px
  }

  .heading-5.heading-link a:after {
    left: 8px;
    height: 6px;
    top: 8px;
    width: 5px
  }
}

@media screen and (min-width:768px) {
  .heading-link a:hover {
    opacity: .5
  }
}

@charset "UTF-8";

.section-paragraph {
  margin-bottom: 20px;
  margin-top: 20px
}

.paragraph {
  color: #4c5768;
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 2em
}

.paragraph::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em)
}

.paragraph::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em)
}

.paragraph:not(:first-child) {
  padding-top: 20px
}

.paragraph:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (min-width:768px) {
  .paragraph {
    font-size: 1.6rem
  }
}

@media screen and (max-width:767px) {
  .paragraph {
    max-width: none !important
  }
}

.paragraph--reverse {
  color: #fff
}

.paragraph.text-center {
  margin-left: auto;
  margin-right: auto
}

.paragraph.text-right {
  margin-left: auto
}

@charset "UTF-8";

.section {
  margin-top: 60px;
  margin-bottom: 80px
}

@media screen and (min-width:1050px) {
  .section {
    margin-top: 80px;
    margin-bottom: 100px
  }
}

.section:not(:last-child) {
  margin-bottom: 60px
}

@media screen and (min-width:1050px) {
  .section:not(:last-child) {
    margin-bottom: 80px
  }
}

.dnd-section-color {
  padding-bottom: 60px;
  padding-top: 60px
}

@media screen and (min-width:1050px) {
  .dnd-section-color {
    padding-bottom: 80px;
    padding-top: 80px
  }
}

.dnd-section-color--bg {
  background-color: #e1e9ef
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -7.5px
}

.tag-list:not(:last-child) {
  margin-bottom: 20px
}

.tag-list__item {
  background-color: #cbc9bb;
  color: #fff;
  border-radius: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 1;
  padding: 9px 20px;
  text-align: center;
  margin: 7.5px 0
}

_:-ms-fullscreen,
:root .tag-list__item {
  padding: 10px 20px 2px 20px
}

.tag-list__item:not(:last-child) {
  margin-right: 15px
}

.heading-icon-columns .heading-4:not(:last-child) {
  margin-top: 30px
}

@media screen and (max-width:767px) {
  .tag-list__item {
    font-size: 13px;
    padding: 6px 15px;
    letter-spacing: .17em
  }
}

*/ .view--is-desktop {
  display: block
}

@media screen and (max-width:1049px) {
  .view--is-desktop {
    display: none !important
  }
}

.view--is-desktop-lower {
  display: block
}

@media screen and (max-width:767px) {
  .view--is-desktop-lower {
    display: none !important
  }
}

.view--is-laptop {
  display: none
}

@media screen and (min-width:768px) and (max-width:1049px) {
  .view--is-laptop {
    display: block
  }
}

.view--is-laptop-lower {
  display: none
}

@media screen and (max-width:1049px) {
  .view--is-laptop-lower {
    display: block
  }
}

.view--is-palmtop {
  display: none !important
}

@media screen and (max-width:767px) {
  .view--is-palmtop {
    display: block !important
  }
}

.section-sitemap {
  margin-top: 80px;
  margin-bottom: 80px
}

@media screen and (max-width:767px) {
  .section-sitemap {
    margin-top: 60px;
    margin-bottom: 60px
  }
}

.sitemap-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px
}

.sitemap-list-01 {
  box-sizing: border-box;
  display: block;
  width: 50%;
  padding-right: 25px;
  padding-left: 25px
}

@media screen and (max-width:1049px) {
  .sitemap-list-01 {
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .sitemap-list-01 {
    padding-right: 20px;
    padding-left: 20px
  }
}

.sitemap-list-01:nth-child(n+3) {
  margin-top: 50px
}

@media screen and (max-width:1049px) {
  .sitemap-list-01:nth-child(n+2) {
    margin-top: 50px
  }
}

@media screen and (max-width:767px) {
  .sitemap-list-01:nth-child(n+2) {
    margin-top: 40px
  }
}

.sitemap-list-02,
.sitemap-list-03,
.sitemap-list-04,
.sitemap-list-05,
.sitemap-list-06,
.sitemap-list-07 {
  margin-top: 15px
}

.sitemap-list-02 {
  padding-left: 30px
}

@media screen and (max-width:767px) {
  .sitemap-list-02 {
    padding-left: 20px
  }
}

.sitemap__link {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .2em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #414141;
  transition: all .3s
}

@media screen and (min-width:1050px) {
  .sitemap__link:hover {
    color: #004077
  }
}

.sitemap-list-01>a.sitemap__link {
  color: #4c5768;
  font-size: 24px
}

@media screen and (min-width:1050px) {
  .sitemap-list-01>a.sitemap__link:hover {
    color: #004077
  }
}

@media screen and (max-width:767px) {
  .sitemap-list-01>a.sitemap__link {
    font-size: 18px
  }
}

.sitemap-list-02>a.sitemap__link {
  font-size: 20px
}

@media screen and (max-width:767px) {
  .sitemap-list-02>a.sitemap__link {
    font-size: 16px
  }
}

.sitemap-list-03>a.sitemap__link {
  font-size: 18px
}

@media screen and (max-width:767px) {
  .sitemap-list-03>a.sitemap__link {
    font-size: 15px
  }
}

.sitemap-list-04>a.sitemap__link {
  font-size: 16px
}

.sitemap-list-05>a.sitemap__link {
  font-size: 15px
}

.sitemap-list-06>a.sitemap__link {
  font-size: 14px
}

.sitemap-list-07>a.sitemap__link {
  font-size: 13px
}

@media screen and (max-width:767px) {

  .sitemap-list-04>a.sitemap__link,
  .sitemap-list-05>a.sitemap__link,
  .sitemap-list-06>a.sitemap__link {
    font-size: 13px
  }
}

.sitemap__link .sitemap__link__inner {
  display: inline-block;
  position: relative
}

.sitemap-list-01>a.sitemap__link .sitemap__link__inner {
  padding-left: 30px
}

@media screen and (max-width:767px) {
  .sitemap-list-01>a.sitemap__link .sitemap__link__inner {
    padding-left: 20px
  }
}

.sitemap-list-01>a.sitemap__link .sitemap__link__inner:before {
  content: "";
  width: 13px;
  height: 3px;
  top: 18px;
  left: 0;
  background-color: #4c5768;
  position: absolute;
  transition: all .3s
}

@media screen and (max-width:767px) {
  .sitemap-list-01>a.sitemap__link .sitemap__link__inner:before {
    width: 10px;
    top: 13px
  }
}

.sitemap-list-01>a.sitemap__link .sitemap__link__inner:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #4c5768;
  border-right: 2px solid #4c5768;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  margin-bottom: 4px;
  position: relative;
  transition: all .3s
}

@media screen and (max-width:767px) {
  .sitemap-list-01>a.sitemap__link .sitemap__link__inner:after {
    width: 6px;
    height: 6px;
    margin-bottom: 3px
  }
}

@media screen and (min-width:1050px) {
  .sitemap-list-01>a.sitemap__link:hover .sitemap__link__inner:after {
    border-top: 2px solid #004077;
    border-right: 2px solid #004077
  }
}

.sitemap-list-02>a.sitemap__link .sitemap__link__inner:before {
  content: "";
  width: 5px;
  height: 2px;
  top: 15px;
  left: -20px;
  background-color: #414141;
  position: absolute;
  transition: all .3s
}

@media screen and (max-width:767px) {
  .sitemap-list-02>a.sitemap__link .sitemap__link__inner:before {
    top: 12px;
    left: -10px
  }
}

.sitemap-list-02>a.sitemap__link .sitemap__link__inner:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #414141;
  border-right: 2px solid #414141;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  margin-bottom: 4px;
  position: relative;
  transition: all .3s
}

@media screen and (max-width:767px) {
  .sitemap-list-02>a.sitemap__link .sitemap__link__inner:after {
    margin-bottom: 3px
  }
}

@media screen and (min-width:1050px) {
  .sitemap-list-02>a.sitemap__link:hover .sitemap__link__inner:after {
    border-top: 2px solid #004077;
    border-right: 2px solid #004077
  }
}

.sitemap-list-03>a.sitemap__link .sitemap__link__inner:before {
  content: "";
  width: 3px;
  height: 3px;
  top: 12px;
  left: -15px;
  background-color: #414141;
  position: absolute;
  transition: all .3s
}

@media screen and (max-width:767px) {}

.sitemap-list-04>a.sitemap__link .sitemap__link__inner:before {
  content: "";
  width: 2px;
  height: 2px;
  top: 11px;
  left: -15px;
  background-color: #414141;
  position: absolute;
  transition: all .3s
}

@media screen and (max-width:767px) {
  .sitemap-list-04>a.sitemap__link .sitemap__link__inner:before {
    top: 9px
  }
}

@media screen and (max-width:767px) {

  .sitemap-list-04>.sitemap-list__child,
  .sitemap-list-05>.sitemap-list__child,
  .sitemap-list-06>.sitemap-list__child {
    padding-left: 10px
  }
}

.sitemap-list-03>a.sitemap__link .sitemap__link__inner:after,
.sitemap-list-04>a.sitemap__link .sitemap__link__inner:after,
.sitemap-list-05>a.sitemap__link .sitemap__link__inner:after,
.sitemap-list-06>a.sitemap__link .sitemap__link__inner:after,
.sitemap-list-07>a.sitemap__link .sitemap__link__inner:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #414141;
  border-right: 2px solid #414141;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  margin-bottom: 3px;
  position: relative;
  transition: all .3s
}

@media screen and (max-width:767px) {

  .sitemap-list-03>a.sitemap__link .sitemap__link__inner:after,
  .sitemap-list-04>a.sitemap__link .sitemap__link__inner:after,
  .sitemap-list-05>a.sitemap__link .sitemap__link__inner:after,
  .sitemap-list-06>a.sitemap__link .sitemap__link__inner:after,
  .sitemap-list-07>a.sitemap__link .sitemap__link__inner:after {
    width: 4px;
    height: 4px;
    margin-bottom: 2px
  }
}

@media screen and (min-width:1050px) {

  .sitemap-list-03>a.sitemap__link:hover .sitemap__link__inner:after,
  .sitemap-list-04>a.sitemap__link:hover .sitemap__link__inner:after,
  .sitemap-list-05>a.sitemap__link:hover .sitemap__link__inner:after,
  .sitemap-list-06>a.sitemap__link:hover .sitemap__link__inner:after,
  .sitemap-list-07>a.sitemap__link:hover .sitemap__link__inner:after {
    border-top: 2px solid #004077;
    border-right: 2px solid #004077
  }
}

.sitemap-list--thanks {
  display: none
}

@charset "UTF-8";

.section-home-message {
  margin-top: 60px;
  margin-bottom: 60px
}

@media screen and (min-width:1050px) {
  .section-home-message {
    margin-top: 80px;
    margin-bottom: 80px
  }
}

.home-message__heading {
  font-size: 1.4rem;
  letter-spacing: .35em;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif;
  position: relative
}

@media screen and (min-width:768px) {
  .home-message__heading {
    font-size: 1.6rem
  }
}

.home-message__heading::before {
  content: '';
  display: block;
  width: calc((100vw - 100%) / 2);
  height: 1px;
  position: absolute;
  top: 0;
  right: 100%;
  border-top: 1px solid #707070
}

.home-message__heading__inner {
  display: inline-block;
  border-top: 1px solid #707070;
  padding-top: 7px;
  text-transform: uppercase
}

@charset "UTF-8";

.section-home-main {
  margin-top: 60px;
  margin-bottom: 60px
}

@media screen and (min-width:1050px) {
  .section-home-main {
    margin-top: 80px;
    margin-bottom: 80px
  }
}

.home-main__row:not(:first-child) {
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .home-main__row:not(:first-child) {
    margin-top: 50px
  }
}

.home-main__row__content {
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 75px 30px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  position: relative
}

@media screen and (min-width:768px) {
  .home-main__row__content {
    padding: 100px 80px
  }
}

.home-main__row__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4c5768;
  opacity: .3
}

.home-main__row__content__box {
  max-width: 800px;
  position: relative;
  z-index: 1
}

.home-main__row--reverse .home-main__row__content {
  margin-right: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2)
}

@charset "utf-8";

.section-home-sub {
  margin-top: 60px;
  margin-bottom: 60px
}

@media screen and (min-width:1050px) {
  .section-home-sub {
    margin-top: 80px;
    margin-bottom: 80px
  }
}

.home-sub {
  position: relative;
  padding-top: 60px
}

@media screen and (min-width:768px) {
  .home-sub {
    padding-top: 80px
  }
}

.home-sub::before {
  content: '';
  width: 100vw;
  height: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #e1e9ef;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (min-width:768px) {
  .home-sub::before {
    height: 78%
  }
}

.dnd-section-color--bg .home-sub::before {
  background-color: #fff
}

.home-sub__inner {
  position: relative;
  z-index: 2
}

@media screen and (min-width:768px) {
  .home-sub__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.home-sub__columns:not(:first-child) {
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .home-sub__columns:not(:first-child) {
    margin-top: 50px
  }
}

.home-sub__columns__column:not(:first-child) {
  margin-top: 1px
}

@media screen and (min-width:768px) {
  .home-sub__columns__column:not(:first-child) {
    margin-top: 0;
    margin-left: 1px
  }
}

.home-sub__content {
  display: block;
  position: relative
}

.home-sub__content__image {
  overflow: hidden
}

.home-sub__content__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  -webkit-transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99)
}

a:hover .home-sub__content__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.home-sub__content__image::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4c5768;
  opacity: .3
}

.home-sub__content__heading {
  font-size: 1.8rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center
}

@media screen and (min-width:768px) {
  .home-sub__content__heading {
    font-size: 2.2rem
  }
}

.home-sub__content__heading::before {
  content: attr(data-decoration-text);
  display: block;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: .35em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px
}

@media screen and (min-width:768px) {
  .home-sub__content__heading::before {
    font-size: 1.4rem
  }
}

@charset "UTF-8";

.section-home-blog {
  margin-top: 60px;
  margin-bottom: 60px
}

@media screen and (min-width:1050px) {
  .section-home-blog {
    margin-top: 80px;
    margin-bottom: 80px
  }
}

.home-blog__container {
  position: relative
}

.home-blog__slider {
  overflow: hidden;
  margin-right: calc(((100vw - 100%) / 2) * -1)
}

.home-blog__slider .slick-meta-wrapper {
  position: absolute;
  top: 0;
  right: 0
}

.home-blog__slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
  max-width: 1050px;
  padding-right: 20px;
  position: absolute;
  top: 30px;
  right: 0
}

@media screen and (min-width:768px) {
  .home-blog__slider__nav {
    margin-bottom: 40px;
    padding-right: 30px;
    top: 50px
  }
}

@media screen and (min-width:1050px) {
  .home-blog__slider__nav {
    padding-right: 55px
  }
}

.home-blog__slider__nav__pager {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
  margin-left: 20px;
  margin-right: 20px;
  width: auto
}

@media screen and (min-width:768px) {
  .home-blog__slider__nav__pager {
    margin-left: 30px;
    margin-right: 30px
  }
}

.home-blog__slider__nav__pager__of {
  width: 15px;
  height: 1px;
  background-color: #cbc9bb;
  margin-left: 20px;
  margin-right: 20px
}

@media screen and (min-width:768px) {
  .home-blog__slider__nav__pager__of {
    width: 25px
  }
}

.home-blog__slider__nav__pager__total {
  color: #cbc9bb
}

.home-blog__slider__nav__prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: static;
  cursor: pointer;
  outline: 0
}

.home-blog__slider__nav__prev::after {
  content: normal
}

.home-blog__slider__nav__prev__icon {
  width: 6px;
  height: 8px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.home-blog__slider__nav__prev__icon__arrow {
  fill: #cbc9bb;
  -webkit-transition: fill .3s;
  transition: fill .3s
}

@media screen and (min-width:768px) {
  .home-blog__slider__nav__prev:hover .home-blog__slider__nav__prev__icon__arrow {
    fill: #4c5768
  }
}

.home-blog__slider__nav__next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: static;
  cursor: pointer;
  outline: 0
}

.home-blog__slider__nav__next::after {
  content: normal
}

.home-blog__slider__nav__next__icon {
  width: 6px;
  height: 8px
}

.home-blog__slider__nav__next__icon__arrow {
  fill: #cbc9bb;
  -webkit-transition: fill .3s;
  transition: fill .3s
}

@media screen and (min-width:768px) {
  .home-blog__slider__nav__next:hover .home-blog__slider__nav__next__icon__arrow {
    fill: #4c5768
  }
}

.home-blog__slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px
}

@media screen and (min-width:768px) {
  .home-blog__slider__list {
    margin-left: -25px;
    margin-right: -25px
  }
}

.home-blog__slider__list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px
}

@media screen and (min-width:768px) {
  .home-blog__slider__list__item {
    padding-left: 25px;
    padding-right: 25px
  }
}

.home-blog__slider__list__item:focus {
  outline: 0
}

.home-blog__slider__list__item__card {
  display: block;
  width: 240px
}

@media screen and (min-width:560px) {
  .home-blog__slider__list__item__card {
    width: 375px
  }
}

.home-blog__slider__list__item__card:focus {
  outline: 0
}

.home-blog__slider__list__item__card__head__image img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle
}

.home-blog__slider__list__item__card__body {
  margin-top: 20px
}

.home-blog__slider__list__item__card__body__date {
  color: #cbc9bb;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1em
}

.home-blog__slider__list__item__card__body__heading {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.92em;
  font-weight: 500
}

@media screen and (min-width:768px) {
  .home-blog__slider__list__item__card__body__heading {
    font-size: 1.8rem
  }
}

@charset "UTF-8";

.section-home-news {
  margin-top: 30px;
  margin-bottom: 60px
}

@media screen and (min-width:1050px) {
  .section-home-news {
    margin-top: 45px;
    margin-bottom: 80px
  }
}

@media screen and (max-width:767px) {
  .home-news__menu {
    margin-bottom: 15px
  }
}

.home-news__menu__laptop-wider__list {
  display: none
}

@media screen and (min-width:768px) {
  .home-news__menu__laptop-wider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
  }
}

.home-news__menu__laptop-wider__list__item {
  padding: 5px 20px 25px 0;
  -webkit-transition: color .3s;
  transition: color .3s;
  cursor: pointer;
  position: relative
}

@media screen and (min-width:768px) {
  .home-news__menu__laptop-wider__list__item:not(:first-child):after {
    content: "";
    width: 1px;
    height: 18px;
    border-left: 1px dotted #cbc9bb;
    position: absolute;
    left: 0;
    top: 5px
  }
}

.home-news__menu__laptop-wider__list__item:not(:first-child) {
  padding: 5px 20px 25px 20px
}

.home-news__menu__laptop-wider__list__item:hover {
  color: #4c5768
}

.home-news__menu__laptop-wider__list__item.is-current {
  color: #f46b00
}

.home-news__menu__laptop-wider__list__item.is-current {
  position: relative
}

.home-news__menu__laptop-wider__list__item.is-current .tab_icon {
  content: '';
  width: 50px;
  height: 5px;
  left: calc(50% - 25px);
  bottom: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1
}

.home-news__menu__laptop-wider__list__item:first-child.is-current .tab_icon {
  left: 0
}

.home-news__menu__laptop-wider__list__item.is-current .tab_icon:before {
  content: '';
  background: #f46b00;
  height: 10px;
  width: 50px;
  left: calc(50% - 25px);
  top: -1px;
  position: absolute;
  z-index: -1
}

.home-news__menu__laptop-wider__list__item.is-current .tab_icon:before {
  left: 0
}

@media screen and (min-width:768px) {
  .home-news__menu__palmtop {
    display: none
  }
}

.home-news__menu__palmtop__label {
  display: block;
  position: relative
}

.home-news__menu__palmtop__label__icon {
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 6px;
  height: 8px
}

.home-news__menu__palmtop__label__icon__arrow {
  fill: #414141
}

.home-news__menu__palmtop__label__select {
  display: block;
  outline: 0;
  text-indent: .01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cbc9bb;
  border-radius: 5px;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: .15em;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px
}

.home-news__content__list {
  position: relative;
  border-top: 1px solid #cbc9bb;
  border-bottom: 1px dotted #cbc9bb
}

.home-news__content__list__item:not(:first-child) {
  border-top: 1px dotted #cbc9bb
}

.home-news__content__list__item__anchor {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

@media screen and (min-width:768px) {
  .home-news__content__list__item__anchor {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media screen and (min-width:768px) {
  .home-news__content__list__item__anchor:hover {
    background-color: #e1e9ef
  }
}

@media screen and (min-width:768px) {
  .home-news__content__list__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.home-news__content__list__item__content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:768px) {
  .home-news__content__list__item__content__head {
    width: 250px
  }
}

.home-news__content__list__item__content__head__date {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .15em;
  color: #cbc9bb;
  font-weight: 500
}

.home-news__content__list__item__content__head__category {
  margin-left: 15px
}

@media screen and (min-width:768px) {
  .home-news__content__list__item__content__head__category {
    margin-left: 20px
  }
}

.home-news__content__list__item__content__head__category__inner {
  display: inline-block;
  background-color: #f1f1ed;
  font-size: 1.2rem;
  letter-spacing: .15em;
  padding: 5px;
  min-width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

.dnd-section-color--bg .home-news__content__list__item__content__head__category__inner {
  background-color: #fff
}

@media screen and (min-width:768px) {
  .home-news__content__list__item__content__head__category__inner {
    font-size: 1.3rem;
    min-width: 120px
  }
}

.home-news__content__list__item__content__body {
  margin-top: 15px
}

@media screen and (min-width:768px) {
  .home-news__content__list__item__content__body {
    margin-top: 0;
    margin-left: 30px
  }
}

@charset "UTF-8";

.section-home-know {
  margin-top: 60px;
  margin-bottom: 60px
}

@media screen and (min-width:1050px) {
  .section-home-know {
    margin-top: 80px;
    margin-bottom: 80px
  }
}

.home-know__row {
  margin-left: -20px
}

@media screen and (min-width:768px) {
  .home-know__row {
    margin-left: 0
  }
}

.home-know__row:not(:first-child) {
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .home-know__row:not(:first-child) {
    margin-top: 50px
  }
}

.home-know__row__anchor {
  display: block;
  position: relative
}

@media screen and (min-width:768px) {
  .home-know__row__anchor:hover .home-know__row__content__box::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

.home-know__row__content {
  height: 398px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% calc(50% + 114px)
}

@media screen and (min-width:768px) {
  .home-know__row__content {
    height: auto;
    background-size: cover;
    background-position: calc(50% + 150px) 50%
  }
}

@media screen and (min-width:1050px) {
  .home-know__row__content {
    background-position: calc(50% + 200px) 50%
  }
}

.home-know__row__content__box {
  width: 100%;
  height: 228px;
  background-color: #414141;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  padding-left: 30px;
  overflow: hidden;
  position: relative
}

@media screen and (min-width:768px) {
  .home-know__row__content__box {
    padding-left: 50px;
    width: 300px;
    height: 400px
  }
}

@media screen and (min-width:1050px) {
  .home-know__row__content__box {
    padding-left: 60px;
    width: 400px;
    height: 400px
  }
}

.home-know__row__content__box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f46b00;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99)
}

.home-know__row__content__box__inner {
  position: relative;
  z-index: 1
}

.home-know__row__content__box__inner__heading {
  color: #fff
}

.home-know__row__content__box__inner__heading::before {
  content: attr(data-decoration-text);
  display: block;
  font-size: 2.5rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .2em;
  font-weight: 700
}

.home-know__row__content__box__inner__heading__text {
  display: block;
  margin-top: 9px;
  font-size: 1.6rem;
  letter-spacing: .15em;
  line-height: 2em
}

.home-know__row__content__box__inner .link-text {
  margin-top: 23px
}

.home-know__row__content__box__inner .link-text__anchor {
  color: #fff
}

.home-know__row__content__box__inner .link-text__anchor__icon__arrow {
  fill: #fff
}

.home-know__row__content__box__inner .link-text__anchor:hover .link-text__anchor__icon__arrow {
  fill: #fff
}

.home-know__row--reverse {
  margin-left: 0;
  margin-right: -20px
}

@media screen and (min-width:768px) {
  .home-know__row--reverse {
    margin-right: 0
  }
}

@media screen and (min-width:768px) {
  .home-know__row--reverse .home-know__row__content {
    height: auto;
    background-position: calc(50% - 150px) 50%
  }
}

@media screen and (min-width:768px) {
  .home-know__row--reverse .home-know__row__content {
    background-position: calc(50% - 200px) 50%
  }
}

.home-know__row--reverse .home-know__row__content__box {
  margin-left: auto;
  margin-right: 0
}

.home-know__row--reverse .home-know__row__content__box::before {
  -webkit-transform-origin: left top;
  transform-origin: left top
}

@media screen and (min-width:768px) {
  .home-know__row--reverse .home-know__row__anchor:hover .home-know__row__content__box::before {
    -webkit-transform-origin: right top;
    transform-origin: right top
  }
}

@charset "UTF-8";

.section-home-conversion {
  margin-top: 60px;
  margin-bottom: 60px
}

@media screen and (min-width:1050px) {
  .section-home-conversion {
    margin-top: 80px;
    margin-bottom: 80px
  }
}

.home-conversion__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px
}

@media screen and (min-width:768px) {
  .home-conversion__columns {
    margin-left: 0;
    margin-right: 0
  }
}

.home-conversion__columns__column {
  width: 50%
}

.home-conversion__anchor {
  display: block;
  height: 100%;
  background-color: #f46b00
}

@media screen and (min-width:768px) {
  .home-conversion__anchor:hover .home-conversion__content__box::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

@media screen and (min-width:768px) {
  .home-conversion__anchor:hover .home-conversion__content--reverse .home-conversion__content__box::before {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

.home-conversion__content {
  padding-bottom: 190px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

@media screen and (min-width:768px) {
  .home-conversion__content {
    padding-bottom: 150px
  }
}

.home-conversion__content__image {
  width: 100%;
  padding-top: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0
}

@media screen and (min-width:768px) {
  .home-conversion__content__image {
    padding-top: 150px
  }
}

.home-conversion__content--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 0;
  padding-top: 190px
}

@media screen and (min-width:768px) {
  .home-conversion__content--reverse {
    padding-top: 150px
  }
}

.home-conversion__content--reverse .home-conversion__content__image {
  bottom: auto;
  top: 0
}

.home-conversion__content--reverse .home-conversion__content__box::before {
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.home-conversion__content__box {
  width: 100%;
  background-color: #f46b00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  padding: 40px 15px;
  position: relative
}

@media screen and (min-width:768px) {
  .home-conversion__content__box {
    padding: 60px 50px
  }
}

.home-conversion__content__box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4c5768;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99)
}

.home-conversion__content__box__inner {
  position: relative;
  z-index: 1
}

.home-conversion__content__box__inner__heading {
  color: #fff;
  text-align: center;
  margin-bottom: 20px
}

@media screen and (min-width:768px) {
  .home-conversion__content__box__inner__heading {
    margin-bottom: 40px
  }
}

.home-conversion__content__box__inner__heading::after {
  content: attr(data-decoration-text);
  display: block;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .2em;
  margin-top: 11px
}

@media screen and (min-width:768px) {
  .home-conversion__content__box__inner__heading::after {
    font-size: 1.4rem
  }
}

.home-conversion__content__box__inner__heading__text {
  display: block;
  font-size: 1.8rem;
  letter-spacing: .2em;
  line-height: 1.5em
}

@media screen and (min-width:768px) {
  .home-conversion__content__box__inner__heading__text {
    font-size: 2.4rem
  }
}

@charset "UTF-8";

.section-strength-reason {
  margin-top: 60px;
  margin-bottom: 35px
}

@media screen and (min-width:1050px) {
  .section-strength-reason {
    margin-top: 80px;
    margin-bottom: 55px
  }
}

.strength-reason__title {
  position: relative;
  width: 100vw;
  margin: 60px calc(50% - 50vw) 0;
  height: 360px;
  background-color: #e6e6e6;
  background-size: cover;
  background-position: center
}

@media screen and (min-width:768px) {
  .strength-reason__title {
    margin: 80px calc(50% - 50vw) 0
  }
}

.strength-reason__title__box {
  background-color: #f46b00;
  width: 230px;
  height: 230px;
  position: absolute;
  top: calc(50% - 115px);
  left: calc(50% - 115px);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (min-width:768px) {
  .strength-reason__title__box {
    width: 250px;
    height: 250px;
    top: calc(50% - 125px);
    left: calc(50% - 125px)
  }
}

.strength-reason__title__box__number {
  color: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .35em;
  line-height: 1.5em
}

.strength-reason__title__box__heading {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 2.0rem;
  letter-spacing: .35em;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(250px - 40px);
  word-break: break-word;
  text-align: center
}

@charset "utf-8";

.section-cta {
  margin-top: 60px;
  margin-bottom: 60px
}

@media screen and (min-width:1050px) {
  .section-cta {
    margin-top: 80px;
    margin-bottom: 80px
  }
}

.cta__anchor,
.cta a {
  display: block
}

.cta__anchor img,
.cta a img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto
}

.cta:not(:first-child) {
  margin-top: 60px
}

@media screen and (min-width:768px) {
  .cta:not(:first-child) {
    margin-top: 80px
  }
}

.cta:not(:last-child) {
  margin-bottom: 60px
}

@media screen and (min-width:768px) {
  .cta:not(:last-child) {
    margin-bottom: 80px
  }
}

.section-front.cta {
  margin-top: 0;
  margin-bottom: 0
}

@charset "UTF-8";

.section-case-others {
  margin-top: 35px;
  margin-bottom: 45px
}

@media screen and (min-width:1050px) {
  .section-case-others {
    margin-top: 45px;
    margin-bottom: 60px
  }
}

.case-others__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.case-others__list__item {
  width: 100%
}

@media screen and (min-width:560px) {
  .case-others__list__item {
    width: calc(100% / 2)
  }
}

@media screen and (min-width:1050px) {
  .case-others__list__item {
    width: calc(100% / 3)
  }
}

.case-others__list__item:nth-child(n+2) {
  margin-top: 50px
}

@media screen and (min-width:560px) {
  .case-others__list__item:nth-child(n+2) {
    margin-top: 0
  }
}

@media screen and (min-width:768px) {
  .case-others__list__item:nth-child(n+2) {
    margin-top: 0
  }
}

@media screen and (min-width:768px) {
  .case-others__list__item:nth-child(n+3) {
    margin-top: 50px
  }
}

@media screen and (min-width:1050px) {
  .case-others__list__item:nth-child(n+3) {
    margin-top: 0
  }
}

@media screen and (min-width:768px) {
  .case-others__list__item:nth-child(n+4) {
    margin-top: 50px
  }
}

.case-others__list__item__card {
  display: block
}

.case-others__list__item__card:hover .link-text__anchor {
  color: #f46b00
}

.case-others__list__item__card:hover .link-text__anchor .link-text__anchor__icon__arrow {
  fill: #f46b00
}

.case-others__list__item__card__head {
  position: relative
}

.case-others__list__item__card__head__image {
  overflow: hidden
}

.case-others__list__item__card__head__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  -webkit-transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99)
}

a:hover .case-others__list__item__card__head__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.case-others__list__item__card__head__image::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4c5768;
  opacity: .3
}

.case-others__list__item__card__head__heading {
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 2.2rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center
}

.case-others__list__item__card__body {
  padding: 28px 10px 0 10px
}

@media screen and (min-width:768px) {
  .case-others__list__item__card__body {
    padding: 28px 25px 0 25px
  }
}

.case-others__list__item__card__body__number {
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .35em;
  line-height: 1.5em
}

@charset "UTF-8";

.section-service-flow {
  margin-top: 30px;
  margin-bottom: 60px
}

@media screen and (min-width:768px) {
  .section-service-flow {
    margin-top: 45px;
    margin-bottom: 80px
  }
}

.service-flow__list__item:not(:first-child) {
  margin-top: 50px;
  position: relative
}

.service-flow__list__item:not(:first-child)::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  border-color: #f46b00 transparent transparent transparent;
  position: absolute;
  top: -33px;
  left: calc(50% - 9px)
}

.service-flow__list__item__box {
  background-color: #e1e9ef;
  padding: 20px;
  border-radius: 5px
}

.dnd-section-color--bg .service-flow__list__item__box {
  background-color: #fff
}

@media screen and (min-width:768px) {
  .service-flow__list__item__box {
    padding: 28px 25px
  }
}

@media screen and (min-width:768px) {
  .service-flow__list__item__box__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
  }
}

@media screen and (min-width:768px) {
  .service-flow__list__item__box__columns__column:nth-child(1) {
    -ms-flex-preferred-size: 225px;
    flex-basis: 225px
  }
}

.service-flow__list__item__box__columns__column:nth-child(2) {
  margin-top: 10px
}

@media screen and (min-width:768px) {
  .service-flow__list__item__box__columns__column:nth-child(2) {
    -ms-flex-preferred-size: calc(100% - 225px);
    flex-basis: calc(100% - 225px);
    margin-top: 0;
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@charset "UTF-8";

.section-service-question {
  margin-top: 30px;
  margin-bottom: 60px
}

@media screen and (min-width:1050px) {
  .section-service-question {
    margin-top: 45px;
    margin-bottom: 80px
  }
}

.service-question__list__item:not(:first-child) {
  padding-top: 30px;
  margin-top: 27px;
  border-top: 1px dotted #cbc9bb
}

@media screen and (min-width:768px) {
  .service-question__list__item:not(:first-child) {
    padding-top: 40px;
    margin-top: 37px
  }
}

.service-question__list__item__question::before {
  content: attr(data-decoration-text);
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: .35em;
  line-height: 1.5em;
  background-color: #414141;
  width: 123px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  border-radius: 18px;
  padding: 5px 5px 4px
}

@media screen and (min-width:768px) {
  .service-question__list__item__question::before {
    font-size: 1.4rem;
    width: 146px;
    padding: 4px 5px 3px
  }
}

.service-question__list__item__question__inner {
  display: block;
  margin-top: 16px
}

.service-question__list__item__answer {
  margin-top: 17px
}

@media screen and (min-width:768px) {
  .service-question__list__item__answer {
    margin-top: 25px
  }
}

.service-question__list__item__answer::before {
  content: attr(data-decoration-text);
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: .35em;
  line-height: 1.5em;
  background-color: #f46b00;
  width: 123px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  border-radius: 18px;
  padding: 5px 5px 4px
}

@media screen and (min-width:768px) {
  .service-question__list__item__answer::before {
    font-size: 1.4rem;
    width: 146px;
    padding: 4px 5px 3px
  }
}

.service-question__list__item__answer__inner {
  display: block;
  margin-top: 16px
}

@charset "UTF-8";

.section-case-lead {
  margin-top: 60px;
  margin-bottom: 60px
}

@media screen and (min-width:1050px) {
  .section-case-lead {
    margin-top: 80px;
    margin-bottom: 80px
  }
}

.case-lead {
  background-color: #e1e9ef;
  padding-top: 60px;
  padding-bottom: 60px
}

.dnd-section-color--bg .case-lead {
  background-color: #fff
}

@media screen and (min-width:768px) {
  .case-lead__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    margin-right: -25px
  }
}

@media screen and (min-width:768px) {
  .case-lead__block__image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px
  }
}

.case-lead__block__image__box {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (min-width:768px) {
  .case-lead__block__image__box {
    width: 200px;
    height: 200px
  }
}

@media screen and (min-width:1050px) {
  .case-lead__block__image__box {
    width: 250px;
    height: 250px
  }
}

.case-lead__block__image__box__logo img {
  max-width: 100%;
  vertical-align: bottom
}

@media all and (-ms-high-contrast:none) {
  .case-lead__block__image__box__logo {
    min-width: 100%;
    text-align: center
  }
}

.case-lead__block__text {
  width: 100%
}

@media screen and (min-width:768px) {
  .case-lead__block__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px
  }
}

.case-lead__block__text__heading {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
  margin-top: 30px
}

.case-lead__block__text__heading::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em)
}

.case-lead__block__text__heading::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em)
}

@media screen and (min-width:768px) {
  .case-lead__block__text__heading {
    font-size: 3.2rem
  }
}

.case-lead__block__text__client {
  border-top: 1px solid #414141;
  padding-top: 20px;
  margin-top: 20px
}

@media screen and (min-width:768px) {
  .case-lead__block__text__client {
    margin-top: 45px
  }
}

.case-lead__block__text__client__name {
  font-size: 1.6rem;
  line-height: 1.5em
}

.case-lead__block__text__client__name::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em)
}

.case-lead__block__text__client__name::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em)
}

@charset "UTF-8";

.section-description-list {
  margin-top: 40px;
  margin-bottom: 60px
}

@media screen and (min-width:1050px) {
  .section-description-list {
    margin-top: 55px;
    margin-bottom: 80px
  }
}

.description-list__group {
  border-bottom: 1px dotted #cbc9bb
}

@media screen and (min-width:768px) {
  .description-list__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.description-list__group:not(:first-child) {
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .description-list__group:not(:first-child) {
    margin-top: 0
  }
}

.description-list__group__term {
  color: #414141;
  font-size: 1.3rem;
  letter-spacing: .15em;
  line-height: 2em;
  font-weight: 500
}

.description-list__group__term::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em)
}

.description-list__group__term::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em)
}

@media screen and (min-width:768px) {
  .description-list__group__term {
    max-width: 200px;
    min-width: 200px;
    font-size: 1.6rem;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.description-list__group__desc {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 15px;
  position: relative
}

@media screen and (min-width:768px) {
  .description-list__group__desc {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px
  }
}

.description-list__group__desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px dotted #cbc9bb;
  width: 1px;
  height: calc(100% - 10px)
}

@media screen and (min-width:768px) {
  .description-list__group__desc::before {
    top: 20px;
    height: calc(100% - 40px)
  }
}

.description-list .paragraph {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .2em
}

@charset "UTF-8";

.section-glossary-index {
  margin-top: 60px;
  margin-bottom: 60px
}

@media screen and (min-width:1050px) {
  .section-glossary-index {
    margin-top: 80px;
    margin-bottom: 80px
  }
}

.glossary-index__list {
  border-top: 1px solid #cbc9bb;
  border-bottom: 1px solid #cbc9bb
}

.glossary-index__list__item {
  padding-top: 40px;
  padding-bottom: 40px
}

.glossary-index__list__item:not(:first-child) {
  border-top: 1px solid #cbc9bb
}

.glossary-index__list__item__heading {
  font-size: 2.2rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500
}

.glossary-index__list__item__heading::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em)
}

.glossary-index__list__item__heading::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em)
}

@media screen and (min-width:768px) {
  .glossary-index__list__item__heading {
    font-size: 3.2rem
  }
}

.glossary-index__list__item__word-list {
  margin-top: 10px
}

@media screen and (min-width:768px) {
  .glossary-index__list__item__word-list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px
  }
}

@media screen and (min-width:768px) {
  .glossary-index__list__item__word-list__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100% / 3)
  }
}

@media screen and (min-width:1050px) {
  .glossary-index__list__item__word-list__item {
    width: calc(100% / 4)
  }
}

.glossary-index__list__item__word-list__item:nth-child(n+2) {
  margin-top: 2px
}

@media screen and (min-width:768px) {
  .glossary-index__list__item__word-list__item:nth-child(n+2) {
    margin-top: 0
  }
}

@media screen and (min-width:768px) {
  .glossary-index__list__item__word-list__item:nth-child(n+4) {
    margin-top: 30px
  }
}

@media screen and (min-width:1050px) {
  .glossary-index__list__item__word-list__item:nth-child(n+4) {
    margin-top: 0
  }
}

@media screen and (min-width:1050px) {
  .glossary-index__list__item__word-list__item:nth-child(n+5) {
    margin-top: 30px
  }
}

.glossary-index__list__item__word-list__item__anchor {
  display: block;
  text-decoration: underline;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-size: 1.6rem;
  letter-spacing: .15em;
  line-height: 2em;
  position: relative;
  padding-left: 15px
}

.glossary-index__list__item__word-list__item__anchor::before {
  content: '';
  position: absolute;
  top: 1em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #414141;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.glossary-index__list__item__word-list__item__anchor:hover {
  color: #f46b00;
  text-decoration: underline
}

@charset "UTF-8";

.section-faq-question {
  margin-top: 30px;
  margin-bottom: 40px
}

@media screen and (min-width:1050px) {
  .section-faq-question {
    margin-top: 45px;
    margin-bottom: 55px
  }
}

.faq-question__list__item {
  border-left: 1px dotted #414141;
  border-right: 1px dotted #414141
}

.faq-question__list__item:first-child {
  border-top: 1px dotted #414141
}

.faq-question__list__item:last-child {
  border-bottom: 1px dotted #414141
}

.faq-question__list__item:not(:first-child) {
  border-top: 1px dotted #414141
}

.faq-question__list__item__question {
  padding: 11px calc(15px + 36px) 9px 15px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

@media screen and (min-width:768px) {
  .faq-question__list__item__question {
    padding: 16px calc(20px + 60px) 14px 20px
  }
}

.faq-question__list__item__question:hover {
  background-color: #e1e9ef
}

.faq-question__list__item__question.is-active {
  border-bottom: 1px dotted #cbc9bb;
  background-color: #e1e9ef
}

.dnd-section-color--bg .faq-question__list__item__question:hover {
  background-color: #fff
}

.dnd-section-color--bg .faq-question__list__item__question.is-active {
  background-color: #fff
}

.faq-question__list__item__question__inner {
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500
}

@media screen and (min-width:768px) {
  .faq-question__list__item__question__inner {
    font-size: 2.0rem
  }
}

.faq-question__list__item__question__button {
  pointer-events: none;
  position: absolute;
  padding: 0;
  width: 36px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  border-left: 1px dotted #414141
}

@media screen and (min-width:768px) {
  .faq-question__list__item__question__button {
    width: 60px
  }
}

.faq-question__list__item__question__button::before,
.faq-question__list__item__question__button::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 5px);
  width: 10px;
  height: 2px;
  background-color: #4c5768;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

@media screen and (min-width:768px) {

  .faq-question__list__item__question__button::before,
  .faq-question__list__item__question__button::after {
    width: 14px;
    right: calc(50% - 7px)
  }
}

.is-active .faq-question__list__item__question__button::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.faq-question__list__item__question__button::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.is-active .faq-question__list__item__question__button::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.faq-question__list__item__answer {
  display: none;
  padding: 11px 15px 9px
}

@media screen and (min-width:768px) {
  .faq-question__list__item__answer {
    padding: 16px 20px 14px 20px
  }
}

.faq-question__list__item__answer__inner {
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 2em
}

@media screen and (min-width:768px) {
  .faq-question__list__item__answer__inner {
    font-size: 1.6rem
  }
}

.table {
  width: 100%
}

@media screen and (max-width:600px) {
  .js-table-scroll {
    margin-right: -20px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative
  }

  .js-table-scroll>.table {
    width: 600px
  }

  .js-table-scroll:before,
  .js-table-scroll:after {
    content: ""
  }

  .js-table-scroll:before {
    background-color: rgba(15, 15, 15, .3);
    border-radius: 5px;
    box-sizing: border-box;
    content: "SWIPE";
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    left: 50%;
    line-height: 60px;
    height: 120px;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
    padding-top: 35px;
    position: absolute;
    transition: .5s;
    top: 50%;
    width: 120px;
    z-index: 1
  }

  .js-table-scroll:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNjEgOCI+CiAgPHBhdGggaWQ9IuODkeOCuV8zNiIgZGF0YS1uYW1lPSLjg5HjgrkgMzYiIGQ9Ik04MjguMDI1LDI3Ny43NzgsODIyLjEzOSwyNzFsLTEuNjE2LDIuNWE2OC40NzksNjguNDc5LDAsMCwwLTI0LjM2MS00LjA5NGMtMjAuMjQyLDAtMjkuNTI0LDYuODI2LTI5LjkwOSw3LjExNmwuNzEyLjk0NWMuMDkxLS4wNjksOS4zOTItNi44NzgsMjkuMi02Ljg3OGE2Ny42NzEsNjcuNjcxLDAsMCwxLDIzLjY4MywzLjk2bC0xLjQ1NiwyLjI1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjYuMjUzIC0yNjkuNDEyKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    height: 8px;
    left: calc(50% - 30px);
    position: absolute;
    top: calc(50% - 20px);
    width: 61px;
    z-index: 2
  }

  .js-table-scroll.is-checked:before,
  .js-table-scroll.is-checked:after {
    opacity: 0
  }
}

.section-table1 {
  margin-bottom: 30px;
  margin-top: 30px
}

@media screen and (min-width:1050px) {
  .section-table1 {
    margin-bottom: 40px;
    margin-top: 40px
  }
}

.table-normal__table {
  border: 1px dotted #414141
}

.table-normal__head__row__header {
  max-width: 200px;
  color: #fff;
  background-color: #cbc9bb;
  border-bottom: 1px dotted #414141;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 2;
  padding: 15px 15px;
  text-align: left
}

@media screen and (max-width:767px) {
  .table-normal__head__row__header {
    font-size: 13px
  }
}

.table-normal__head__row__header:not(:first-child) {
  background-color: #cbc9bb
}

.table-normal__head__row__header:not(:last-child) {
  border-right: 1px dotted #414141
}

.table-normal__head__row__header.table__head__row__header--notitle {
  background-color: #cbc9bb
}

.table-normal__body__row__header {
  border-right: 1px dotted #414141;
  box-sizing: border-box;
  color: #414141;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 2;
  padding: 20px 15px;
  text-align: left;
  width: 250px
}

.table-normal__body__row__header--bg {
  background-color: #f1f1ed
}

@media screen and (max-width:1049px) {
  .table-normal__body__row__header {
    padding: 15px 15px;
    width: 180px
  }
}

@media screen and (max-width:767px) {
  .table-normal__body__row__header {
    font-size: 13px;
    width: 150px
  }
}

.table-normal__body__row:not(:last-child) {
  border-bottom: 1px dotted #414141
}

.table-normal__body__row__data {
  max-width: 200px;
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 2;
  color: #414141;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 15px 15px;
  text-align: left;
  vertical-align: middle
}

@media screen and (max-width:767px) {
  .table-normal__body__row__data {
    font-size: 13px;
    padding: 15px 15px
  }
}

.table-normal__body__row__data:not(:last-child) {
  border-right: 1px dotted #414141
}

.dnd-section-color--bg .table-normal__body__row__header {
  background-color: #fff
}

.dnd-section-color--bg .table-normal__head__row__header:not(:first-child) {
  background-color: #cbc9bb
}

.dnd-section-color--bg .table-normal__head__row__header.table__head__row__header--notitle {
  background-color: #cbc9bb
}

.section-table2 {
  margin-bottom: 30px;
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .section-table2 {
    margin-bottom: 40px;
    margin-top: 40px
  }
}

.table-combination__table {
  border: 1px dotted #414141
}

.table-combination__head__row__header.table__head__row__header--title {
  background-color: #414141;
  color: #fff
}

.table-combination__head__row__header {
  color: #414141;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .17em;
  line-height: 1.5;
  padding: 10px 20px;
  width: 350px
}

.table-combination__head__row__header:not(:last-child) {
  border-right: 1px dotted #414141
}

@media screen and (max-width:1049px) {
  .table-combination__body__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
  }
}

.table-combination__body__row:not(:last-child) {
  border-bottom: 1px dotted #414141
}

.table-combination__body__row__header {
  box-sizing: border-box;
  color: #414141;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5;
  padding: 20px 15px;
  vertical-align: middle;
  width: 252px
}

.table-combination__body__row__header:not(:last-child) {
  border-right: 1px dotted #414141;
  border-bottom: 1px dotted #414141
}

@media screen and (max-width:1049px) {
  .table-combination__body__row__header {
    border-right: 0;
    padding: 20px 15px;
    text-align: center
  }

  .table-combination__body__row__header:not(:last-child) {
    border-right: 0;
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .table-combination__body__row__header {
    font-size: 13px;
    padding: 15px 15px;
    text-align: center
  }

  .table-combination__body__row__header:not(:last-child) {
    width: 100%
  }
}

.table-combination__body__row__data {
  padding: 20px 15px;
  box-sizing: border-box;
  width: 260px
}

@media screen and (max-width:1049px) {
  .table-combination__body__row__data {
    padding: 20px 15px;
    width: 50%
  }

  .table-combination__body__row__data:last-child {
    border-left: 0
  }
}

.table-combination__body__row__data:not(:last-child) {
  border-right: 1px dotted #414141
}

.table-combination__body__row__data.table-combination__body__row__data--bg:last-child {
  background-color: #f1f1ed
}

@media screen and (max-width:767px) {
  .table-combination__body__row__data {
    padding: 15px 15px
  }
}

.table-comparison__body__row__data .list--default>.list__item:before {
  background-color: #414141;
  content: "";
  height: 3px;
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  border-radius: 3px
}

.dnd-section-color--bg .table-combination__table {
  border: 1px dotted #414141
}

.dnd-section-color--bg .table-combination__head__row__header:not(:last-child) {
  border-right: 1px dotted #414141
}

.dnd-section-color--bg .table-combination__body__row:not(:last-child) {
  border-bottom: 1px dotted #414141
}

.dnd-section-color--bg .table-combination__body__row__header:not(:last-child) {
  border-right: 1px dotted #414141;
  border-bottom: 1px dotted #414141
}

.dnd-section-color--bg .table-combination__body__row__data:not(:last-child) {
  border-right: 1px dotted #414141
}

.dnd-section-color--bg .table-combination__body__row__data.table-combination__body__row__data--bg:last-child {
  background-color: #cbc9bb
}

.section-table3 {
  margin-bottom: 30px;
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .section-table3 {
    margin-bottom: 40px;
    margin-top: 40px
  }
}

.table-comparison__table {
  border: 1px solid #414141
}

.table-comparison__head__row__header {
  border-bottom: 1px solid #414141
}

.table-comparison__head__row__header.table__head__row__header--logo {
  background-color: #f46b00;
  border-right: 1px solid #414141;
  vertical-align: middle;
  width: 350px
}

@-moz-document url-prefix() {
  .table-comparison__head__row__header.table__head__row__header--logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px
  }
}

@media screen and (max-width:1049px) {
  .table-comparison__head__row__header.table__head__row__header--logo {
    display: table-cell;
    min-height: inherit
  }
}

@media screen and (max-width:767px) {
  .table-comparison__head__row__header.table__head__row__header--logo {
    width: 200px
  }
}

.table-comparison__head__row__header.table__head__row__header--logo img {
  display: table-cell;
  margin: 0 auto
}

@media screen and (max-width:767px) {
  .table-comparison__head__row__header.table__head__row__header--logo img {
    max-width: 130px
  }
}

.table-comparison__head__row__header {
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  width: 350px
}

@media screen and (max-width:767px) {
  .table-comparison__head__row__header {
    font-size: 16px;
    padding: 5px 20px;
    width: 200px
  }
}

.table-comparison__head__row__header:not(:last-child) {
  border-right: 1px solid #414141
}

.table-comparison__body__row:not(:last-child) {
  border-bottom: 1px solid #414141
}

.table-comparison__body__row:not(:first-child) {
  border-top: 1px solid #414141
}

.table-comparison__body__row__header {
  background-color: #e1e9ef;
  color: #414141;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5;
  padding: 9px 20px;
  text-align: center
}

@media all and (-ms-high-contrast:none) {
  .heading-2:before {
    padding: 13px 20px 9px 20px
  }
}

@media screen and (max-width:767px) {
  .table-comparison__body__row__header {
    font-size: 15px;
    padding: 6px 20px;
    text-align: left
  }
}

.table-comparison__body__row__data {
  padding: 20px 25px;
  position: relative
}

@media screen and (max-width:767px) {
  .table-comparison__body__row__data {
    padding: 9px 25px
  }
}

.table-comparison__body__row__data:first-child:before {
  content: "";
  background-color: #f46b00;
  height: 100%;
  left: 0;
  opacity: .05;
  position: absolute;
  top: 0;
  width: 100%
}

.table-comparison__body__row__data:not(:last-child) {
  border-right: 1px solid #414141
}

.table-comparison__body__row__data:first-of-type .data_circle {
  border: 3px solid;
  height: 26px;
  width: 26px
}

.table-comparison__body__row__data:first-of-type .data_circle {
  border: 3px solid;
  height: 26px;
  width: 26px
}

.table-comparison__body__row__data:first-of-type .data_triangle {
  height: 23px;
  width: 30px
}

.table-comparison__body__row__data:first-of-type .data_triangle:before {
  border-width: 0 15px 23px 15px;
  border-color: transparent transparent #f46b00 transparent
}

.table-comparison__body__row__data:first-of-type .data_triangle:after {
  border-width: 0 9px 14px 9px;
  left: 6px;
  top: 6px
}

.table-comparison__body__row__data:first-of-type .data_cross {
  display: block;
  height: 23px;
  position: relative;
  margin: 0 auto;
  width: 4px
}

.table-comparison__body__row__data:first-of-type .data_cross:before,
.table-comparison__body__row__data:first-of-type .data_cross:after {
  background-color: #f46b00;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px
}

.dnd-section-color--bg .table-comparison__body__row__header {
  background-color: #cbc9bb
}

.section-table4 {
  margin-bottom: 30px;
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .section-table4 {
    margin-bottom: 40px;
    margin-top: 40px
  }
}

.table-assessment__table {
  border: 1px solid #414141
}

.table-assessment__head__row__header {
  border-bottom: 1px solid #414141
}

.table-assessment__head__row__header.table__head__row__header--title {
  background-color: #414141;
  color: #fff
}

@media screen and (max-width:767px) {
  .table-assessment__head__row__header.table__head__row__header--title {
    width: 180px
  }
}

.table-assessment__head__row__header.table__head__row__header--logo {
  background-color: #f46b00;
  border-right: 1px solid #414141;
  vertical-align: middle;
  width: 350px
}

@-moz-document url-prefix() {
  .table-assessment__head__row__header.table__head__row__header--logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px
  }
}

@media screen and (max-width:1049px) {
  .table-assessment__head__row__header.table__head__row__header--logo {
    width: 157px
  }
}

@media screen and (max-width:767px) {
  .table-assessment__head__row__header.table__head__row__header--logo {
    width: 130px
  }
}

.table__head__row__header--logo img {
  display: table-cell;
  margin: 0 auto
}

.table-assessment__head__row__header {
  color: #414141;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  letter-spacing: .2em;
  line-height: 1.5;
  padding: 10px 24px;
  text-align: center;
  width: 350px
}

@media screen and (max-width:1049px) {
  .table-assessment__head__row__header {
    width: 157px
  }
}

@media screen and (max-width:767px) {
  .table-assessment__head__row__header {
    font-size: 16px;
    padding: 5px 20px;
    width: 130px
  }
}

.table-assessment__head__row__header:not(:last-child) {
  border-right: 1px solid #414141
}

.table-assessment__body__row__header {
  border-right: 1px solid #414141;
  background-color: #e1e9ef;
  color: #414141;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: .17em;
  line-height: 2;
  padding: 17px 20px
}

@media screen and (max-width:767px) {
  .table-assessment__body__row__header {
    font-size: 13px;
    padding: 10px 20px
  }
}

.table-assessment__body__row:not(:last-child) {
  border-bottom: 1px solid #414141
}

.table-assessment__body__row__data {
  padding: 20px 25px;
  text-align: center;
  vertical-align: middle
}

@media screen and (max-width:767px) {
  .table-assessment__body__row__data {
    padding: 10px 25px
  }
}

.table-assessment__body__row__data:not(:last-child) {
  border-right: 1px solid #414141
}

.table-assessment__body__row__header {
  background-color: #f1f1ed
}

.table-assessment__body__row__data:first-of-type {
  color: #f46b00;
  position: relative
}

.table-assessment__body__row__data:first-of-type:before {
  background-color: #f46b00;
  content: "";
  height: 100%;
  left: 0;
  opacity: .05;
  position: absolute;
  top: 0;
  width: 100%
}

.data_circle {
  box-sizing: border-box;
  border: 2px solid #414141;
  border-radius: 100%;
  display: block;
  height: 18px;
  margin: 0 auto;
  width: 18px
}

.data_triangle {
  display: block;
  height: 17px;
  position: relative;
  margin: 0 auto;
  width: 20px
}

.data_triangle:before,
.data_triangle:after {
  border-style: solid;
  content: "";
  height: 0;
  width: 0
}

.data_triangle:before {
  border-width: 0 10px 17px 10px;
  border-color: transparent transparent #414141 transparent;
  left: 0;
  position: absolute;
  top: 0
}

.data_triangle:after {
  border-width: 0 6px 11px 6px;
  border-color: transparent transparent #fff transparent;
  left: 4px;
  position: absolute;
  top: 4px
}

.data_cross {
  display: block;
  height: 16px;
  position: relative;
  margin: 0 auto;
  width: 0
}

.data_cross:before,
.data_cross:after {
  background-color: #414141;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px
}

.data_cross:before {
  transform: rotate(45deg)
}

.data_cross:after {
  transform: rotate(135deg)
}

.table-assessment__body__row__data:first-of-type .data_circle {
  border: 3px solid #f46b00;
  height: 26px;
  width: 26px
}

@media screen and (max-width:767px) {
  .table-assessment__body__row__data:first-of-type .data_circle {
    height: 22px;
    width: 22px
  }
}

.table-assessment__body__row__data:first-of-type .data_triangle {
  height: 23px;
  width: 30px
}

.table-assessment__body__row__data:first-of-type .data_triangle:before {
  border-width: 0 15px 23px 15px;
  border-color: transparent transparent #f46b00 transparent
}

@media screen and (max-width:767px) {
  .table-assessment__body__row__data:first-of-type .data_triangle:before {
    border-width: 0 13px 21px 13px
  }
}

.table-assessment__body__row__data:first-of-type .data_triangle:after {
  border-width: 0 9px 14px 9px;
  left: 6px;
  top: 6px
}

@media screen and (max-width:767px) {
  .table-assessment__body__row__data:first-of-type .data_triangle:after {
    border-width: 0 7px 12px 7px
  }
}

.table-assessment__body__row__data:first-of-type .data_cross {
  display: block;
  height: 23px;
  position: relative;
  margin: 0 auto;
  width: 4px
}

.table-assessment__body__row__data:first-of-type .data_cross:before,
.table-assessment__body__row__data:first-of-type .data_cross:after {
  background-color: #f46b00;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px
}

@media screen and (max-width:767px) {

  .table-assessment__body__row__data:first-of-type .data_cross:before,
  .table-assessment__body__row__data:first-of-type .data_cross:after {
    height: 23px
  }
}

.dnd-section-color--bg .table-assessment__body__row__header {
  background-color: #cbc9bb
}

.section-list--default,
.section-list--line,
.section-list--number {
  margin-bottom: 25px;
  margin-top: 25px
}

@media screen and (min-width:768px) {

  .section-list--default,
  .section-list--line,
  .section-list--number {
    margin-bottom: 30px;
    margin-top: 30px
  }
}

.section-list--check {
  margin-bottom: 30px;
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .section-list--check {
    margin-bottom: 40px;
    margin-top: 40px
  }
}

.list--default:not(:first-child) {
  margin-top: 30px
}

@media screen and (max-width:767px) {
  .list--default:not(:first-child) {
    margin-top: 25px
  }
}

.list--default:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .list--default:not(:last-child) {
    margin-bottom: 25px
  }
}

.list--line:not(:first-child) {
  margin-top: 30px
}

@media screen and (max-width:767px) {
  .list--line:not(:first-child) {
    margin-top: 25px
  }
}

.list--line:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .list--line:not(:last-child) {
    margin-bottom: 25px
  }
}

.list--check:not(:first-child) {
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .list--check:not(:first-child) {
    margin-top: 30px
  }
}

.list--check:not(:last-child) {
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .list--check:not(:last-child) {
    margin-bottom: 30px
  }
}

.list--number:not(:first-child) {
  margin-top: 30px
}

@media screen and (max-width:767px) {
  .list--number:not(:first-child) {
    margin-top: 25px
  }
}

.list--number:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .list--number:not(:last-child) {
    margin-bottom: 25px
  }
}

.list__item:not(:first-child) {
  margin-top: 5px
}

.list__item:not(:last-child) {
  margin-bottom: 5px
}

@media screen and (max-width:767px) {
  .list__item:not(:first-child) {
    margin-top: 10px
  }

  .list__item:not(:last-child) {
    margin-bottom: 10px
  }
}

.list--default>.list__item {
  list-style-type: none;
  padding-left: 25px;
  position: relative
}

@media screen and (max-width:767px) {
  .list--default>.list__item {
    padding-left: 20px
  }
}

.list--default>.list__item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 10px
}

@media screen and (max-width:767px) {
  .list--default>.list__item:before {
    top: 5px
  }
}

.list--line .list__item {
  padding-left: 15px;
  position: relative
}

.list--line .list__item:before {
  color: #414141;
  content: "-";
  left: 0;
  line-height: 1;
  position: absolute;
  top: 8px
}

@media screen and (max-width:767px) {
  .list--line .list__item:before {
    top: 6px
  }
}

.list.list--check .list__item {
  position: relative
}

.list.list--check .list__item .paragraph {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding-left: 25px;
  position: relative
}

@media screen and (max-width:767px) {
  .list.list--check .list__item .paragraph {
    font-size: 15px;
    line-height: 1.5
  }
}

.list.list--check .list__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #004077;
  border-bottom: 2px solid #004077;
  transform: rotate(-45deg)
}

@media all and (-ms-high-contrast:none) {
  .list.list--check .list__item:before {
    top: 7px
  }
}

@media screen and (max-width:767px) {
  .list.list--check .list__item:before {
    top: 5px
  }
}

.list--number {
  counter-reset: number
}

.list--number .list__item {
  padding-left: 35px;
  position: relative
}

@media screen and (max-width:767px) {
  .list--number .list__item {
    padding-left: 25px
  }
}

.list--number .list__item:before {
  color: #414141;
  content: counter(number) ".";
  counter-increment: number;
  left: 0;
  line-height: 2;
  position: absolute;
  top: 3px;
  text-transform: uppercase
}

@media screen and (max-width:767px) {
  .list--number .list__item:before {
    top: -1px
  }
}

.sub-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}

.section-tab {
  margin-bottom: 50px;
  margin-top: 50px
}

.sub-navigation.sub-navigation--tab {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end
}

.sub-navigation--tab__list {
  flex: 1;
  text-align: center;
  padding-bottom: 20px;
  position: relative
}

@media only screen and (max-width:1049px) {
  .sub-navigation--tab__list {
    flex: inherit;
    width: calc(25% - 4px)
  }
}

.sub-navigation--tab__list:not(:first-child) {
  margin-left: 2px
}

.sub-navigation--tab__list__link {
  display: block;
  padding: 15px 10px 10px 10px;
  border-bottom: 8px solid #f1f1ed;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #414141;
  position: relative;
  transition: .5s
}

@media only screen and (max-width:767px) {
  .sub-navigation--tab__list__link {
    font-size: 14px
  }
}

.sub-navigation--tab__list__link a {
  color: #cbc9bb;
  transition: .5s
}

.sub-navigation--tab__list__link:before,
.sub-navigation--tab__list__link:after {
  content: "";
  width: 2px;
  display: inline-block;
  position: absolute;
  left: calc(50% - 1px)
}

.sub-navigation--tab__list__link:before {
  content: "";
  height: 0;
  bottom: -8px;
  background-color: #fff;
  z-index: 2;
  transition: .2s .3s
}

.sub-navigation--tab__list__link:after {
  content: "";
  height: 0;
  bottom: -28px;
  transition: .3s;
  background-color: #f46b00
}

.sub-navigation--tab__list__link .tab__list__link__text {
  display: block;
  position: relative;
  padding-top: 15px
}

.sub-navigation--tab__list__link:hover:before {
  height: 8px
}

.sub-navigation--tab__list__link:hover:after {
  height: 23px
}

.sub-navigation--tab__list:hover .sub-navigation--tab__list__link {
  border-bottom: 8px solid #f46b00
}

.sub-navigation--tab__list:hover .sub-navigation--tab__list__link a {
  color: #f46b00
}

.sub-navigation--tab__list:hover .sub-navigation--tab__list__link:before {
  height: 8px
}

.sub-navigation--tab__list:hover .sub-navigation--tab__list__link:after {
  height: 20px
}

.sub-navigation--tab__list:hover .sub-navigation--tab__list__link .sub-navigation--tab__list__link__text:before,
.sub-navigation--tab__list__link:hover .sub-navigation--tab__list__link__text:before {
  transform: translateY(0);
  opacity: 1
}

@media only screen and (max-width:767px) {
  .sub-navigation--tab__list {
    flex: inherit;
    width: calc(50% - 1px)
  }

  .sub-navigation--tab__list:not(:first-child) {
    margin-left: 0
  }

  .sub-navigation--tab__list:nth-child(2n) {
    margin-left: 2px
  }

  .sub-navigation--tab__list .tab__list__link {
    padding: 0 10px 5px 10px;
    font-size: 14px
  }

  .sub-navigation--tab__list .tab__list__link__text:before {
    width: 35px;
    height: 4px;
    left: calc(50% - 18px)
  }
}

.dnd-section-color--bg .sub-navigation--tab__list__link {
  border-bottom: 8px solid #cbc9bb
}

.section-anchor {
  margin-bottom: 40px;
  margin-top: 40px
}

@media only screen and (min-width:768px) {
  .section-anchor {
    margin-bottom: 60px;
    margin-top: 60px
  }
}

.linkin-page {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:1049px) {
  .linkin-page {
    margin-left: 0;
    margin-right: 0
  }
}

.linkin-page:not(:first-child) {
  margin-top: 60px
}

@media screen and (max-width:767px) {
  .linkin-page:not(:first-child) {
    margin-bottom: 40px
  }
}

.linkin-page:not(:last-child) {
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .linkin-page:not(:last-child) {
    margin-bottom: 40px
  }
}

.linkin-page__item {
  box-sizing: border-box;
  width: calc(25% - 23px)
}

.linkin-page__item:nth-child(n+5) {
  margin-top: 40px
}

@media screen and (min-width:768px) {
  .linkin-page__item:not(:nth-child(4n+4)) {
    margin-right: 30px
  }
}

@media screen and (max-width:767px) {
  .linkin-page__item {
    padding: 0;
    width: 100%
  }

  .linkin-page__item:not(:first-child) {
    margin-top: 25px
  }
}

.linkin-page__item a {
  border-top: 1px solid #4c5768;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  transition: .5s
}

.linkin-page__item a:hover {
  border-top: 1px solid #f46b00
}

@media screen and (max-width:767px) {
  .linkin-page__item a {
    display: block
  }
}

.linkin-page__item__text {
  color: #4c5768;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .2em;
  line-height: 1.5;
  transition: .5s
}

@media screen and (max-width:767px) {
  .linkin-page__item__text {
    font-size: 13px
  }

  .linkin-page__item__text:not(:first-child) {
    margin-top: 5px
  }
}

@media screen and (min-width:1050px) {
  .linkin-page__item a:hover .linkin-page__item__text {
    color: #f46b00
  }
}

.linkin-page__item__text__inner {
  display: block;
  padding-top: 15px;
  padding-right: 25px;
  position: relative
}

.linkin-page__item a .linkin-page__item__text__inner:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 5px;
  display: inline-block;
  border-bottom: solid 1px #4c5768;
  border-right: solid 1px #4c5768;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: .5s
}

.linkin-page__item a:hover .linkin-page__item__text__inner:before {
  border-color: #f46b00
}

@media screen and (max-width:767px) {
  .linkin-page__item a .linkin-page__item__text__inner:before {
    height: 6px;
    width: 6px
  }
}

.section-index {
  margin-bottom: 50px;
  margin-top: 50px
}

.sub-navigation--anchor {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px
}

@media screen and (max-width:1049px) {
  .sub-navigation--anchor {
    margin-left: 0;
    margin-right: 0
  }
}

.sub-navigation--anchor:not(:first-child) {
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .sub-navigation--anchor:not(:first-child) {
    margin-bottom: 30px
  }
}

.sub-navigation--anchor:not(:last-child) {
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .sub-navigation--anchor:not(:last-child) {
    margin-bottom: 30px
  }
}

.sub-navigation--anchor__item {
  box-sizing: border-box;
  margin-top: 20px;
  width: 10%
}

.sub-navigation--anchor__item a {
  text-align: center;
  border-left: 2px solid #cbc9bb;
  display: block;
  padding: 18px 10px;
  position: relative;
  text-decoration: none
}

@media screen and (min-width:1050px) {
  .sub-navigation--anchor__item:nth-child(10n+10) {
    border-right: 2px solid #cbc9bb
  }
}

.sub-navigation--anchor__item:last-child a {
  border-right: 2px solid #cbc9bb !important
}

.sub-navigation--anchor__item a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: calc(50% - 2.5px);
  display: inline-block;
  border-bottom: solid 2px #f46b00;
  border-right: solid 2px #f46b00;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  transition: .5s
}

.sub-navigation--anchor__item a:hover:before {
  bottom: -3px
}

.sub-navigation--anchor__item__text {
  color: #4c5768;
  display: block;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.5;
  transition: .5s
}

@media screen and (max-width:767px) {
  .sub-navigation--anchor__item__text {
    font-size: 14px
  }
}

@media screen and (max-width:1049px) {
  .sub-navigation--anchor__item {
    margin-top: 0;
    box-sizing: border-box;
    padding: 0;
    width: 20%;
    flex: inherit
  }

  .sub-navigation--anchor__item:nth-child(n+6) {
    margin-top: 30px
  }

  .sub-navigation--anchor__item:nth-child(5n) a {
    border-right: 2px solid #cbc9bb
  }
}

@media screen and (max-width:767px) {
  .sub-navigation--anchor__item {
    padding: 0;
    width: 25%
  }

  .sub-navigation--anchor__item a {
    padding: 13px 5px;
    font-size: 14px
  }

  .sub-navigation--anchor__item:nth-child(5n) a {
    border-right: 0
  }

  .sub-navigation--anchor__item:nth-child(n+6) {
    margin-top: 0
  }

  .sub-navigation--anchor__item:nth-child(n+5) {
    margin-top: 20px
  }

  .sub-navigation--anchor__item:nth-child(4n) a {
    border-right: 2px solid #cbc9bb
  }
}

@charset "utf-8";

.section-movie {
  margin-top: 20px;
  margin-bottom: 20px
}

@media screen and (min-width:768px) {
  .section-movie {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.section-movie .movie-caption {
  margin-top: 15px;
  color: #414141;
  font-size: 14px;
  letter-spacing: .15em;
  line-height: 1.5
}

@media screen and (max-width:767px) {
  .section-movie .movie-caption {
    margin-top: 10px;
    font-size: 12px
  }
}

.section-sound-link {
  margin-bottom: 40px;
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .section-sound-link {
    margin-bottom: 30px;
    margin-top: 30px
  }
}

@media all and (-ms-high-contrast:none) {
  .section-sound-link {
    transition: .5s
  }
}

@media screen and (max-width:1049px) and (min-width:768px) {
  .sound-link-column.columns--four.columns--to-one {
    margin-left: 15px;
    margin-right: -15px
  }

  .sound-link-column.columns--four.columns--to-one>.columns__column {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%
  }

  .sound-link-column.columns--four.columns--to-one>.columns__column:nth-child(n+3) {
    margin-top: 0
  }

  .sound-link-column.columns--four.columns--to-one>.columns__column:nth-child(n+5) {
    margin-top: 35px
  }
}

@media screen and (max-width:767px) {
  .sound-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .sound-link-column.columns--four.columns--to-one>.columns__column:nth-child(n+2) {
    margin-top: 20px
  }
}

.sound-link__inner {
  position: relative;
  text-align: center
}

@media screen and (max-width:767px) {
  .sound-link__inner {
    margin-right: 15px;
    width: 100px
  }
}

.sound-link>.paragraph {
  text-align: center
}

@media screen and (max-width:767px) {
  .sound-link>.paragraph {
    text-align: left;
    width: calc(100% - 115px)
  }

  .sound-link>.paragraph:not(:first-child) {
    margin-top: 0
  }
}

.sound-link__inner:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzYiIGhlaWdodD0iNzUuOTk5IiB2aWV3Qm94PSIwIDAgNzYgNzUuOTk5Ij48ZGVmcz48ZmlsdGVyIGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iNzYiIGhlaWdodD0iNzUuOTk5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBpbnB1dD0iU291cmNlQWxwaGEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1IiByZXN1bHQ9ImIiLz48ZmVGbG9vZCBmbG9vZC1jb2xvcj0iIzE4MjA0NSIgZmxvb2Qtb3BhY2l0eT0iMC4wNzgiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9ImIiLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgMCwgMCkiIGZpbHRlcj0idXJsKCNhKSI+PHBhdGggZD0iTS0xOTQuMzcsNjY0LjMzNWEyMywyMywwLDAsMC0yMywyMywyMywyMywwLDAsMCwyMywyMywyMywyMywwLDAsMCwyMy0yM0EyMywyMywwLDAsMC0xOTQuMzcsNjY0LjMzNVptLTQuMjY4LDMwLjYzVjY3OS43bDEzLjIxNiw3LjYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMyLjM3IC02NDkuMzQpIiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: calc(50% - 38px);
  height: 76px;
  position: absolute;
  top: calc(50% - 10px);
  transition: background-image .5s;
  transform: translateY(-50%);
  width: 76px
}

@media screen and (max-width:1449px) {
  .sound-link__inner:before {
    left: calc(50% - 25px);
    height: 50px;
    top: calc(50% - 10px);
    width: 50px
  }
}

@media screen and (max-width:1049px) {
  .sound-link__inner:before {
    left: calc(50% - 17.5px);
    height: 35px;
    width: 35px
  }
}

@media screen and (max-width:767px) {
  .sound-link__inner:before {
    left: calc(50% - 12.5px);
    height: 25px;
    top: calc(50% - 7px);
    width: 25px
  }
}

.sound-link__inner:after {
  color: #fff;
  content: "play";
  font-family: ;
  font-size: 14px;
  left: 50%;
  letter-spacing: .35em;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: .5s;
  top: calc(50% + 22px)
}

@media screen and (max-width:1449px) {
  .sound-link__inner:after {
    top: calc(50% + 14px)
  }
}

@media screen and (max-width:1049px) {
  .sound-link__inner:after {
    top: calc(50% + 9px)
  }
}

@media screen and (max-width:767px) {
  .sound-link__inner:after {
    font-size: 11px;
    top: calc(50% + 4px)
  }
}

.sound-link a {
  color: #414141;
  text-decoration: none;
  transition: .5s
}

@media screen and (min-width:1050px) {
  .sound-link:hover a {
    color: #f46b00
  }
}

.sound-link__inner__bg {
  max-width: 240px;
  width: 100%;
  vertical-align: bottom
}

@media screen and (max-width:1049px) {
  .sound-link__inner__bg {
    height: auto
  }
}

.sound-link .sound-link__inner__bg path {
  transition: opacity .5s
}

.sound-link .sound-link__inner__bg .default {
  fill: #cbc9bb
}

.sound-link .sound-link__inner__bg .hov {
  fill: #f46b00;
  opacity: 0
}

.sound-link:hover .sound-link__inner__bg .default {
  opacity: 0
}

.sound-link:hover .sound-link__inner__bg .hov {
  opacity: 1
}

.section-map {
  margin-bottom: 40px;
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .section-map {
    margin-bottom: 20px;
    margin-top: 20px
  }
}

.map iframe {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  position: absolute !important
}

.section-zoom {
  margin-bottom: 60px;
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .section-zoom {
    margin-bottom: 40px;
    margin-top: 25px
  }
}

@media screen and (max-width:767px) {
  .change {
    max-width: 450px;
    margin: 0 auto
  }
}

.change .flex {
  margin-top: 55px;
  margin-left: -25px;
  margin-right: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:1049px) {
  .change .flex {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    display: block
  }
}

.change .flex .flex__item {
  padding-left: 25px;
  padding-right: 25px
}

@media screen and (max-width:1049px) {
  .change .flex .flex__item {
    padding-left: 0;
    padding-right: 0
  }
}

.change .flex .change__main {
  position: relative;
  max-width: 620px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media screen and (max-width:1049px) {
  .change .flex .change__main {
    margin-top: 25px;
    max-width: none
  }
}

@media screen and (max-width:767px) {
  .change .flex .change__main {
    margin-top: 20px
  }
}

.change .flex .change__main .change__main__inner {
  position: relative
}

.change .flex .change__main .change__main__inner:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  opacity: .6
}

.change .flex .change__main .change__main__inner:after {
  content: "";
  display: block;
  width: 22px;
  height: 21px;
  position: absolute;
  right: 12px;
  bottom: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS4zOSAyMC42NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7fS5jbHMtMntmaWxsOiM3MDcwNzA7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTUxIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNTEiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTMyIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxMzIiPjxnIGlkPSLlkIjkvZNfMjIiIGRhdGEtbmFtZT0i5ZCI5L2TIDIyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNy43NCwyMC42NmwtNS4yOS01LjI5YTguMjYsOC4yNiwwLDEsMSwzLjQxLTMuODlMMjEuMzksMTdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjAsMTdsLTQuODItNC44My0uNDgtLjQ3LjI2LS42MmE3LjI2LDcuMjYsMCwxLDAtMywzLjQxbC42Ny0uMzkuNTQuNTUsNC41OSw0LjU4TDIwLDE3bTEuNDIsMC0zLjY1LDMuNjUtNS4yOS01LjI5YTguMjUsOC4yNSwwLDEsMSwzLjQxLTMuODlaIi8+PC9nPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTUwIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNTAiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTQ5IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNDkiPjxnIGlkPSLmpZXlhoblvaJfMyIgZGF0YS1uYW1lPSLmpZXlhoblvaIgMyI+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI4LjI1IiBjeT0iOC4yNSIgcj0iNS4xNiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTguMjUsMTMuNDFBNS4wOSw1LjA5LDAsMCwxLDQuNjEsMTEuOWE1LjE0LDUuMTQsMCwwLDEsMC03LjI5aDBhNS4xNiw1LjE2LDAsMCwxLDguOCwzLjY0LDUuMTYsNS4xNiwwLDAsMS01LjE2LDUuMTZaTTUuMzEsNS4zMWE0LjE2LDQuMTYsMCwwLDAsMCw1Ljg4LDQuMTYsNC4xNiwwLDEsMCwyLjk0LTcuMUE0LjE2LDQuMTYsMCwwLDAsNS4zMSw1LjMxWiIvPjwvZz48L2c+PC9nPjwvZz48ZyBpZD0i6ZW35pa55b2iXzg2NSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgODY1Ij48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjUuODkiIHk9IjcuNzUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjYuMzkiIHk9IjcuNzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48L2c+PGcgaWQ9IumVt+aWueW9ol84NjYiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDg2NiI+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3Ljg5IiB5PSI1Ljc1IiB3aWR0aD0iMSIgaGVpZ2h0PSI1Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSI3Ljg5IiB5PSI2LjI1IiB3aWR0aD0iMSIgaGVpZ2h0PSI0Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==)
}

@media screen and (max-width:1049px) {

  .change .flex .change__main .change__main__inner:before,
  .change .flex .change__main .change__main__inner:after {
    display: none
  }
}

.change .flex .change__main img {
  width: 100%;
  vertical-align: bottom
}

.change .flex .change_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.change__thumb {
  margin-top: 28px;
  margin-left: -14px;
  margin-right: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:767px) {
  .change__thumb {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px
  }
}

.change__thumb .change__thumb__item {
  box-sizing: border-box;
  width: 25%;
  padding-left: 14px;
  padding-right: 14px
}

@media screen and (max-width:1049px) {
  .change__thumb .change__thumb__item {
    width: 20%
  }
}

@media screen and (max-width:767px) {
  .change__thumb .change__thumb__item {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px
  }
}

.change__thumb .change__thumb__item:nth-child(n+5) {
  margin-top: 28px
}

@media screen and (max-width:1049px) {
  .change__thumb .change__thumb__item:nth-child(n+5) {
    margin-top: auto
  }

  .change__thumb .change__thumb__item:nth-child(n+6) {
    margin-top: 28px
  }
}

@media screen and (max-width:767px) {
  .change__thumb .change__thumb__item:nth-child(n+6) {
    margin-top: auto
  }

  .change__thumb .change__thumb__item:nth-child(n+5) {
    margin-top: 10px
  }
}

.change__thumb .change__thumb__item img {
  max-width: 100%;
  width: 100%
}

.zoomContainer {
  z-index: 10
}

@media screen and (max-width:1049px) {
  .zoomContainer {
    display: none
  }
}

.zoomLens {
  width: 150px !important;
  height: 135px !important;
  background-position: center !important;
  background-size: 21px 19px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS4zOSAyMC42NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7fS5jbHMtMntmaWxsOiM3MDcwNzA7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTUxIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNTEiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTMyIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxMzIiPjxnIGlkPSLlkIjkvZNfMjIiIGRhdGEtbmFtZT0i5ZCI5L2TIDIyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNy43NCwyMC42NmwtNS4yOS01LjI5YTguMjYsOC4yNiwwLDEsMSwzLjQxLTMuODlMMjEuMzksMTdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjAsMTdsLTQuODItNC44My0uNDgtLjQ3LjI2LS42MmE3LjI2LDcuMjYsMCwxLDAtMywzLjQxbC42Ny0uMzkuNTQuNTUsNC41OSw0LjU4TDIwLDE3bTEuNDIsMC0zLjY1LDMuNjUtNS4yOS01LjI5YTguMjUsOC4yNSwwLDEsMSwzLjQxLTMuODlaIi8+PC9nPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTUwIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNTAiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTQ5IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNDkiPjxnIGlkPSLmpZXlhoblvaJfMyIgZGF0YS1uYW1lPSLmpZXlhoblvaIgMyI+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI4LjI1IiBjeT0iOC4yNSIgcj0iNS4xNiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTguMjUsMTMuNDFBNS4wOSw1LjA5LDAsMCwxLDQuNjEsMTEuOWE1LjE0LDUuMTQsMCwwLDEsMC03LjI5aDBhNS4xNiw1LjE2LDAsMCwxLDguOCwzLjY0LDUuMTYsNS4xNiwwLDAsMS01LjE2LDUuMTZaTTUuMzEsNS4zMWE0LjE2LDQuMTYsMCwwLDAsMCw1Ljg4LDQuMTYsNC4xNiwwLDEsMCwyLjk0LTcuMUE0LjE2LDQuMTYsMCwwLDAsNS4zMSw1LjMxWiIvPjwvZz48L2c+PC9nPjwvZz48ZyBpZD0i6ZW35pa55b2iXzg2NSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgODY1Ij48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjUuODkiIHk9IjcuNzUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjYuMzkiIHk9IjcuNzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48L2c+PGcgaWQ9IumVt+aWueW9ol84NjYiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDg2NiI+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3Ljg5IiB5PSI1Ljc1IiB3aWR0aD0iMSIgaGVpZ2h0PSI1Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSI3Ljg5IiB5PSI2LjI1IiB3aWR0aD0iMSIgaGVpZ2h0PSI0Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==)
}

.section-checklist {
  margin-bottom: 50px;
  margin-top: 50px
}

@media screen and (max-width:767px) {
  .section-checklist {
    margin-bottom: 30px;
    margin-top: 30px
  }
}

.checklist .checklist__item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #cbc9bb
}

@media screen and (max-width:767px) {
  .checklist .checklist__item {
    display: block;
    padding: 25px 0
  }
}

.checklist .checklist__item:first-child {
  padding-top: 0
}

.checklist .checklist__item .checklist__item__title {
  width: 180px;
  margin-right: 40px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .checklist .checklist__item .checklist__item__title {
    font-size: 14px
  }
}

.checklist .checklist__item .checklist__item__contents {
  width: calc(100% - 220px)
}

@media screen and (max-width:1049px) {
  .checklist .checklist__item .checklist__item__title {
    width: 160px;
    margin-right: 20px
  }

  .checklist .checklist__item .checklist__item__contents {
    width: calc(100% - 180px)
  }
}

@media screen and (max-width:767px) {
  .checklist .checklist__item .checklist__item__title {
    width: 100%
  }

  .checklist .checklist__item .checklist__item__contents {
    margin-top: 15px;
    width: 100%;
    max-width: 365px
  }
}

@media screen and (max-width:375px) {
  .checklist .checklist__item .checklist__item__contents {
    max-width: none
  }
}

.checklist .checklist__item .checklist__item__contents ul {
  display: flex;
  flex-wrap: wrap
}

.checklist .checklist__item .checklist__item__contents>ul li {
  display: inline-block;
  padding-right: 20px;
  transition: .5s;
  width: calc(25% - 20px)
}

@media screen and (min-width:1050px) {
  .checklist .checklist__item .checklist__item__contents>ul li:nth-child(n+5) {
    margin-top: 20px
  }
}

@media screen and (max-width:1049px) and (min-width:768px) {
  .checklist .checklist__item .checklist__item__contents>ul li {
    width: calc(33.333% - 20px)
  }

  .checklist .checklist__item .checklist__item__contents>ul li:nth-child(n+4) {
    margin-top: 20px
  }
}

@media screen and (max-width:767px) {
  .checklist .checklist__item .checklist__item__contents ul li {
    width: calc(50% - 8px);
    padding-right: 5px
  }

  .checklist .checklist__item .checklist__item__contents ul li:nth-child(n+3) {
    margin-top: 10px
  }
}

.checklist .checklist__item .checklist__item__contents ul li:hover {
  cursor: pointer;
  color: #4c5768
}

.checklist .checklist__item .checklist__item__contents .transportation {
  display: flex;
  align-items: center
}

@media screen and (max-width:767px) {
  .checklist .checklist__item .checklist__item__contents .transportation {
    display: block
  }

  .checklist .checklist__item .checklist__item__contents .transportation:not(:first-child) {
    margin-top: 20px
  }
}

.checklist .checklist__item .checklist__item__contents .transportation .transportation__item--title {
  width: 60px;
  margin-right: 30px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .checklist .checklist__item .checklist__item__contents .transportation .transportation__item--title {
    font-size: 13px
  }
}

.checklist .checklist__item .checklist__item__contents .transportation .transportation__item--contents {
  width: calc(100% - 100px)
}

.checklist .checklist__item .checklist__item__contents .transportation .transportation__item ul li {
  width: 33.333%
}

@media screen and (max-width:1049px) {
  .checklist .checklist__item .checklist__item__contents .transportation .transportation__item ul li {
    width: 50%
  }
}

@media screen and (max-width:767px) {
  .checklist .checklist__item .checklist__item__contents .transportation .transportation__item--contents {
    width: 100%;
    margin-top: 15px
  }

  .checklist .checklist__item .checklist__item__contents .transportation .transportation__item ul li {
    width: calc(50% - 5px);
    padding-right: 5px
  }
}

.checklist input {
  display: none
}

.checklist label {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  min-height: 20px;
  display: inline-block;
  position: relative
}

@media screen and (max-width:767px) {
  .checklist label {
    font-size: 13px;
    padding: 2px 0 0 30px
  }
}

.checklist .checklist__item__contents__list__text:before {
  border: 1px solid #f46b00;
  border-radius: 100%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  transition: .5s;
  top: 3px;
  width: 20px
}

.checklist .checklist__item__contents__list__item__input:checked+.checklist__item__contents__list__text:before {
  background-color: #f46b00
}

.checklist .checklist__item__contents__list__item__input:checked+.checklist__item__contents__list__text:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6.5px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg)
}

.checklist__item__contents__list__item__input:checked+.checkbox-list__item__text {
  color: #f46b00
}

.checklist__item__contents__list__item__input:checked+.checkbox-list__item__text .checkbox-list__item__text__icon {
  fill: #f46b00
}

.checklist__item__contents__dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:767px) {
  .checklist__item__contents__dl {
    display: block
  }
}

.checklist__item__contents__dl:not(:last-child) {
  margin-bottom: 30px
}

.checklist__item__contents__dl__dd {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-right: 20px;
  width: 60px
}

@media screen and (max-width:767px) {
  .checklist__item__contents__dl__dd {
    font-size: 13px;
    margin-bottom: 10px;
    width: 100%
  }
}

.checklist__item__contents__dl__dt {
  width: calc(100% - 80px)
}

@media screen and (max-width:767px) {
  .checklist__item__contents__dl__dt {
    width: 100%
  }
}

.checklist__item__contents__dl__dt__list__item {
  padding-right: 20px;
  width: calc(33.3333% - 20px)
}

@media screen and (max-width:767px) {
  .checklist__item__contents__dl__dt__list__item {
    width: calc(50% - 20px)
  }
}

@media screen and (min-width:1050px) {
  .checklist__item__contents__dl__dt__list__item:nth-child(n+4) {
    margin-top: 20px
  }
}

@media screen and (max-width:1049px) and (min-width:768px) {
  .checklist__item__contents__dl__dt__list__item {
    width: calc(50% - 20px)
  }

  .checklist__item__contents__dl__dt__list__item:nth-child(n+3) {
    margin-top: 20px
  }
}

.section-checkbox-list {
  margin-top: 40px;
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .section-checkbox-list {
    margin-top: 30px;
    margin-bottom: 30px
  }
}

.checkbox-list {
  border-bottom: 1px dotted #cbc9bb;
  border-top: 1px dotted #cbc9bb;
  padding: 25px 0
}

.checkbox-list__item:not(:last-child) {
  margin-bottom: 15px
}

@media screen and (max-width:767px) {
  .checkbox-list__item:not(:last-child) {
    margin-bottom: 5px
  }
}

.checkbox-list__item__input {
  display: none
}

.checkbox-list__item__text {
  color: #cbc9bb;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .2em;
  line-height: 2;
  padding-left: 30px;
  position: relative;
  transition: .5s
}

@media screen and (max-width:767px) {
  .checkbox-list__item__text {
    font-size: 15px
  }
}

.checkbox-list__item__text__icon {
  height: 20px;
  left: 0;
  position: absolute;
  transition: .5s;
  top: 6px;
  width: 20px
}

.checkbox-list__item__text__icon path {
  transition: opacity .5s
}

.checkbox-list__item__text__icon .default {
  fill: #cbc9bb
}

.checkbox-list__item__text__icon .hov {
  fill: #414141;
  opacity: 0
}

.checkbox-list__item__text__icon .active {
  fill: #f46b00;
  opacity: 0
}

@media screen and (max-width:767px) {
  .checkbox-list__item__text__icon {
    height: 18px;
    width: 18px
  }
}

@media screen and (min-width:1050px) {
  .checkbox-list__item:hover .checkbox-list__item__text {
    color: #414141
  }

  .checkbox-list__item:hover .checkbox-list__item__text__icon .default {
    opacity: 0
  }

  .checkbox-list__item:hover .checkbox-list__item__text__icon .hov {
    opacity: 1
  }
}

.checkbox-list__item__input:checked+.checkbox-list__item__text {
  color: #f46b00
}

.checkbox-list__item__input:checked+.checkbox-list__item__text .checkbox-list__item__text__icon .default {
  opacity: 0
}

.checkbox-list__item__input:checked+.checkbox-list__item__text .checkbox-list__item__text__icon .active {
  opacity: 1
}

.section-name {
  margin-bottom: 60px;
  margin-top: 20px
}

@media screen and (max-width:767px) {
  .section-name {
    margin-bottom: 40px;
    margin-top: 20px
  }
}

.name .figure {
  margin-top: 10px;
  margin-left: auto;
  margin-right: 0;
  max-width: 500px
}

.name .figure .img--is-palmtop {
  display: none
}

@media screen and (max-width:767px) {
  .name .figure {
    max-width: 280px
  }

  .name .figure .img--is-desktop-lower {
    display: none
  }

  .name .figure .img--is-palmtop {
    display: inline-block
  }
}

.name .figure img {
  display: inline-block;
  width: inherit
}

.name .natural:not(:last-child) {
  margin-bottom: 15px
}

.section-group-image {
  margin-bottom: 40px;
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .section-group-image {
    margin-bottom: 30px;
    margin-top: 30px
  }
}

.group-image {
  margin-left: 0;
  margin-right: 0
}

@media screen and (max-width:767px) {
  .group-image {
    display: block;
    max-width: 450px;
    margin: 0 auto
  }
}

.group-image .columns__column {
  padding-left: 0;
  padding-right: 0;
  width: calc(50% - 1px)
}

@media screen and (max-width:767px) {
  .group-image .columns__column {
    width: 100%
  }
}

.group-image .columns__column .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  width: 100%
}

.group-image .columns__column .columns .columns__column {
  margin-bottom: 1px;
  margin-right: 1px;
  width: calc(50% - .5px);
  padding-left: 0;
  padding-right: 0
}

.group-image .columns__column .columns .columns__column:nth-of-type(even) {
  margin-right: 0
}

.group-image .columns__column .columns .columns__column:nth-last-child(-n+2) {
  margin-bottom: 0
}

.group-image .columns__column:nth-child(1),
.group-image .columns__column:nth-child(2) {
  margin-top: 0
}

.group-image .columns__column:nth-child(odd) {
  margin-right: 1px
}

@media screen and (max-width:767px) {
  .columns--two.group-image>.columns__column:first-child {
    margin-bottom: 1px
  }

  .columns--two>.columns__column:not(:last-child) {
    -webkit-box-flex: inherit;
    flex: inherit
  }

  .columns--two.group-image>.columns__column:first-child {
    -webkit-box-flex: inherit;
    flex: inherit
  }

  .columns--two.group-image>.columns__column:nth-child(2) {
    margin-top: 1px
  }

  _::-webkit-full-page-media,
  _:future,
  :root .columns--two.group-image>.columns__column:nth-child(2) {
    margin-top: 2px
  }

  _::-webkit-full-page-media,
  _:future,
  :root .group-image .columns__column .columns .columns__column {
    margin-bottom: 2px
  }
}

.group-image img {
  display: block;
  max-width: 100%;
  width: 100%
}

.section-logo-area {
  margin-top: 80px;
  margin-bottom: 80px
}

@media screen and (max-width:767px) {
  .section-logo-area {
    margin-top: 60px;
    margin-bottom: 60px
  }
}

.logo-area {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 130px 30px 0;
  position: relative;
  width: calc(100% - 100px);
  font-size: 17px
}

@media screen and (max-width:1049px) {
  .logo-area {
    padding: 130px 50px 0
  }
}

@media screen and (max-width:767px) {
  .logo-area {
    padding: 130px 20px 0;
    width: 100%;
    font-size: 15px
  }
}

.logo-area.logo-area--bg-none {
  padding: 0;
  width: 100%
}

@media screen and (max-width:767px) {
  .logo-area.logo-area--bg-none {
    padding: 0
  }
}

.logo-area.logo-area--bg-none .logo-area__inner__iamge {
  padding-top: 0
}

.logo-area .logo-area__bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 270px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

@media screen and (max-width:1450px) {
  .logo-area .logo-area__bg {
    left: 50%;
    transform: translateX(-50%)
  }
}

.logo-area .logo-area__inner {
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  padding: 0 80px;
  position: relative;
  margin: 0 auto;
  max-width: 890px
}

@media screen and (max-width:767px) {
  .logo-area .logo-area__inner {
    padding: 0 25px
  }
}

.logo-area .logo-area__inner:before {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  content: "";
  left: 0;
  height: 140px;
  position: absolute;
  top: 0;
  width: 100%
}

.logo-area .logo-area__inner__iamge {
  padding-top: 40px;
  position: relative;
  text-align: center
}

@media screen and (max-width:767px) {
  .logo-area .logo-area__inner__iamge {
    padding-top: 30px
  }
}

.logo-area .logo-area__inner__iamge img {
  max-width: 500px
}

@media screen and (max-width:767px) {
  .logo-area .logo-area__inner__iamge img {
    max-width: 194px
  }
}

.logo-area .logo-area__inner__iamge:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .logo-area .logo-area__inner__iamge:not(:last-child) {
    margin-bottom: 20px
  }
}

.logo-area .logo-area__inner__text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .2em;
  line-height: 2;
  position: relative
}

@media screen and (max-width:767px) {
  .logo-area .logo-area__inner__text p {
    font-size: 15px
  }
}

.section-bg-on-text {
  margin-bottom: 80px;
  margin-top: 80px
}

@media screen and (max-width:767px) {
  .section-bg-on-text {
    margin-bottom: 60px;
    margin-top: 60px
  }
}

.bg-on-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 320px;
  padding: 50px 0;
  position: relative;
  width: 100%;
  z-index: 1
}

@media screen and (max-width:767px) {
  .bg-on-text {
    padding: 30px 0 40px 0
  }
}

.bg-on-text--button {
  padding: 100px 0 80px 0
}

@media screen and (max-width:767px) {
  .bg-on-text--button {
    padding: 60px 0 40px 0
  }
}

@media screen and (max-width:767px) {
  .bg-on-text--button .bg-on-text__inner {
    max-width: 450px;
    margin: 0 auto
  }
}

.bg-on-text:hover .button--text.button--white a:before,
.button--text.button--white .button--text__link:before {
  width: 110px
}

.bg-on-text--repeat {
  margin: 0;
  padding: 90px 0 100px 0
}

@media screen and (max-width:767px) {
  .bg-on-text--repeat {
    padding: 70px 0 40px 0
  }
}

.bg-on-text--repeat:not(:last-child) {
  margin-bottom: 50px
}

@media screen and (max-width:767px) {
  .bg-on-text--repeat:not(:last-child) {
    margin-bottom: 40px
  }
}

.bg-on-text--repeat:nth-child(odd) {
  width: calc(100% - 200px);
  margin-left: 200px
}

.bg-on-text--repeat:nth-child(even) {
  width: calc(100% - 200px)
}

@media screen and (max-width:1449px) {
  .bg-on-text--repeat:nth-child(odd) {
    width: calc(100% - 100px);
    margin-left: 100px
  }

  .bg-on-text--repeat:nth-child(even) {
    width: calc(100% - 100px)
  }
}

@media screen and (max-width:767px) {
  .bg-on-text--repeat:nth-child(odd) {
    width: calc(100% - 20px);
    margin-left: 20px
  }

  .bg-on-text--repeat:nth-child(even) {
    width: calc(100% - 20px)
  }
}

.bg-on-text:before {
  background: #4c5768;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: .5s;
  width: 100%;
  opacity: .3
}

.bg-on-text.bl-hover:before {
  opacity: .5
}

.bg-on-text__container {
  padding-left: 80px;
  padding-right: 80px
}

@media screen and (max-width:1049px) {
  .bg-on-text__container {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media screen and (max-width:767px) {
  .bg-on-text__container {
    padding-left: 20px;
    padding-right: 20px
  }
}

.bg-on-text--center .bg-on-text__container,
.bg-on-text--button .bg-on-text__container {
  padding-left: 200px;
  padding-right: 200px
}

@media screen and (max-width:1449px) {

  .bg-on-text--center .bg-on-text__container,
  .bg-on-text--button .bg-on-text__container {
    padding-left: 100px;
    padding-right: 100px
  }
}

@media screen and (max-width:1049px) {

  .bg-on-text--center .bg-on-text__container,
  .bg-on-text--button .bg-on-text__container {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media screen and (max-width:767px) {

  .bg-on-text--center .bg-on-text__container,
  .bg-on-text--button .bg-on-text__container {
    padding-left: 20px;
    padding-right: 20px
  }
}

.section-bg-on-text .bg-on-text .bg-on-text__inner .link-text .link-text__anchor {
  color:
}

.section-bg-on-text .bg-on-text .bg-on-text__inner .link-text .link-text__anchor:hover .link-text__anchor__icon__arrow {
  fill:
}

.section-bg-on-text .bg-on-text .bg-on-text__inner .link-text .link-text__anchor:before {
  background-color:
}

.section-bg-on-text .bg-on-text .bg-on-text__inner .link-text .link-text__anchor:after {
  background-color:
}

.bg-on-text--repeat:nth-child(odd) .bg-on-text__container {
  padding-left: 80px;
  padding-right: calc(50% - 200px)
}

@media screen and (max-width:1449px) {
  .bg-on-text--repeat:nth-child(odd) .bg-on-text__container {
    padding-left: 80px;
    padding-right: 100px
  }
}

@media screen and (max-width:1049px) {
  .bg-on-text--repeat:nth-child(odd) .bg-on-text__container {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media screen and (max-width:767px) {
  .bg-on-text--repeat:nth-child(odd) .bg-on-text__container {
    padding-left: 20px;
    padding-right: 20px
  }
}

.bg-on-text__inner {
  position: relative
}

@media screen and (max-width:767px) {
  .bg-on-text__inner .heading-2:not(:last-child) {
    margin-bottom: 20px
  }
}

.cta-heading-2--main {
  color: #fff !important
}

.bg-on-text__inner__text {
  color: #fff;
  margin: 0 auto;
  max-width: 950px
}

.bg-on-text__inner__text p {
  color: #fff
}

.bg-on-text__inner .bg-on-text__button--center {
  position: relative;
  text-align: center
}

.bg-on-text-wrap {
  position: relative;
  padding-bottom: 60px
}

@media screen and (max-width:767px) {
  .bg-on-text-wrap {
    padding-bottom: 50px
  }
}

.bg-on-text-wrap:after {
  background-color: #414141;
  content: "";
  height: 210px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0
}

@media screen and (max-width:767px) {
  .bg-on-text-wrap:after {
    height: 150px
  }
}

.bg-on-text--center {
  max-width: 1050px;
  margin: 0 auto
}

.bg-on-text--center .bg-on-text__inner {
  max-width: none
}

.bg-on-text__inner .h2-wrap:not(:last-child) {
  margin-bottom: 25px
}

@media screen and (min-width:768px) {
  .bg-on-text__inner .h2-wrap:not(:last-child) {
    margin-bottom: 45px
  }
}

@media screen and (min-width:768px) {

  .bg-on-text--center .button--text,
  .bg-on-text--center .heading-2 {
    text-align: center
  }

  .bg-on-text--center .heading-2:before {
    left: calc(50% - 25px)
  }
}

@media screen and (max-width:1449px) {
  .bg-on-text--center {
    width: calc(100% - 200px)
  }
}

@media screen and (max-width:1049px) {
  .bg-on-text--center {
    width: calc(100% - 100px)
  }
}

@media screen and (max-width:767px) {
  .bg-on-text--center {
    width: calc(100% - 40px)
  }

  .bg-on-text--center {
    max-width: 1050px;
    margin: 0 auto
  }
}

.section-bg-image-bottom {
  margin-bottom: 45px;
  margin-top: 80px
}

@media screen and (max-width:767px) {
  .section-bg-image-bottom {
    margin-bottom: 25px;
    margin-top: 60px
  }
}

.bg-image-bottom {
  position: relative
}

.bg-image-bottom__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 420px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 100%
}

@media screen and (max-width:1049px) {
  .bg-image-bottom__bg {
    height: 300px
  }
}

@media screen and (max-width:767px) {
  .bg-image-bottom__bg {
    height: 150px
  }
}

.bg-image-bottom__inner {
  box-sizing: border-box;
  padding-bottom: 400px;
  max-width: calc(100% - 200px);
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  z-index: 1
}

@media screen and (max-width:1449px) {
  .bg-image-bottom__inner {
    max-width: calc(100% - 100px)
  }
}

@media screen and (max-width:1049px) {
  .bg-image-bottom__inner {
    max-width: calc(100% - 50px);
    padding-bottom: 270px;
    padding-left: 50px;
    padding-right: 50px
  }
}

@media screen and (max-width:767px) {
  .bg-image-bottom__inner {
    padding-bottom: 150px;
    max-width: calc(100% - 20px);
    padding-left: 20px;
    padding-right: 20px
  }
}

.bg-image-bottom__inner:before {
  background-color: #fff;
  top: 0;
  content: "";
  height: calc(100% - 360px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1
}

.dnd-section-color--bg .bg-image-bottom__inner:before {
  background-color: #e1e9ef
}

@media screen and (max-width:1049px) {
  .bg-image-bottom__inner:before {
    height: calc(100% - 230px)
  }
}

@media screen and (max-width:767px) {
  .bg-image-bottom__inner:before {
    height: calc(100% - 130px)
  }
}

.bg-image-bottom .bg-image-bottom__inner .lead:not(:first-child) {
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .bg-image-bottom .bg-image-bottom__inner .lead:not(:first-child) {
    margin-top: 30px
  }
}

.section--bg .bg-image-bottom .bg-image-bottom__inner:before {
  background-color: #e1e9ef
}

.section-bg-image-top {
  margin-top: 80px;
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .section-bg-image-top {
    margin-top: 60px;
    margin-bottom: 30px
  }
}

.bg-image-top {
  position: relative
}

.bg-image-top__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 420px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%
}

@media screen and (max-width:1049px) {
  .bg-image-top__bg {
    height: 300px
  }
}

.bg-image-top__inner {
  box-sizing: border-box;
  padding-top: 450px;
  max-width: calc(100% - 300px);
  padding-left: 150px;
  padding-right: 100px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1
}

@media screen and (max-width:1449px) {
  .bg-image-top__inner {
    padding-left: 80px;
    max-width: calc(100% - 100px)
  }
}

@media screen and (max-width:1049px) {
  .bg-image-top__inner {
    max-width: calc(100% - 80px);
    padding-top: 320px;
    padding-left: 50px;
    padding-right: 60px
  }
}

@media screen and (max-width:767px) {
  .bg-image-top__inner {
    max-width: calc(100% - 50px);
    padding-top: 280px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 30px
  }
}

.bg-image-top__inner:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: calc(100% - 350px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1
}

.dnd-section-color--bg .bg-image-top__inner:before {
  background-color: #e1e9ef
}

.bg_image__inner:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: calc(100% - 350px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1
}

@media screen and (max-width:1049px) {
  .bg-image-top__inner:before {
    height: calc(100% - 230px)
  }
}

.section--bg .bg-image-top .bg-image-top__inner:before {
  background-color: #e1e9ef
}

.bg-image-top .heading-2--decoration {
  position: relative
}

.bg-image-top .heading-2--decoration:before {
  font-family: 'Roboto', sans-serif;
  color: #f46b00;
  font-size: 70px;
  left: -70px;
  letter-spacing: .15em;
  line-height: 1;
  margin-bottom: 0;
  opacity: .1;
  position: absolute;
  top: -42px;
  z-index: -1;
  text-transform: uppercase
}

@media screen and (max-width:1049px) {
  .bg-image-top .heading-2--decoration:before {
    left: -25px
  }
}

@media screen and (max-width:767px) {
  .bg-image-top .heading-2--decoration:before {
    font-size: 30px;
    left: -10px;
    top: -15px
  }
}

_:-ms-lang(x)::-ms-backdrop,
.heading-2.bg-image-top .heading-2--decoration:before {
  transform: inherit
}

.bg-image-top--bottom {
  position: relative
}

.bg-image-top--bottom__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 420px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 100%
}

@media screen and (max-width:1049px) {
  .bg-image-top--bottom__bg {
    height: 300px
  }
}

@media screen and (max-width:767px) {
  .bg-image-top--bottom__bg {
    height: 150px
  }
}

.bg-image-top--bottom__inner {
  box-sizing: border-box;
  padding-bottom: 400px;
  max-width: calc(100% - 200px);
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  z-index: 1
}

@media screen and (max-width:1449px) {
  .bg-image-top--bottom__inner {
    max-width: calc(100% - 100px)
  }
}

@media screen and (max-width:1049px) {
  .bg-image-top--bottom__inner {
    max-width: calc(100% - 50px);
    padding-bottom: 270px;
    padding-left: 50px;
    padding-right: 50px
  }
}

@media screen and (max-width:767px) {
  .bg-image-top--bottom__inner {
    padding-bottom: 150px;
    max-width: calc(100% - 20px);
    padding-left: 20px;
    padding-right: 20px
  }
}

.bg_image--bottom__inner:before {
  background-color: #fff;
  top: 0;
  content: "";
  height: calc(100% - 360px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1
}

@media screen and (max-width:1049px) {
  .bg-image-top--bottom__inner:before {
    height: calc(100% - 230px)
  }
}

@media screen and (max-width:767px) {
  .bg-image-top--bottom__inner:before {
    height: calc(100% - 130px)
  }
}

.bg-image-top--bottom .bg-image-top--bottom__inner .lead:not(:first-child) {
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .bg-image-top--bottom .bg-image-top--bottom__inner .lead:not(:first-child) {
    margin-top: 30px
  }
}

.section--bg .bg-image-top--bottom .bg-image-top--bottom__inner:before {
  background-color: #e1e9ef
}

.bg-image-top.bg-image-top--heading3:not(:first-child) {
  margin-top: 55px
}

.bg-image-top.bg-image-top--heading3 .bg-image-top__bg {
  height: 400px;
  width: calc(100% - 200px)
}

@media screen and (max-width:1199px) {
  .bg-image-top.bg-image-top--heading3 .bg-image-top__bg {
    width: calc(100% - 100px)
  }
}

.bg-image-top.bg-image-top--heading3:nth-child(odd) .bg-image-top__bg {
  left: inherit;
  right: 0
}

.bg-image-top.bg-image-top--heading3:nth-child(even) .bg-image-top__bg {
  left: 0
}

.bg-image-top.bg-image-top--heading3 .bg-image-top__inner {
  max-width: calc(100% - 450px);
  padding: 380px 80px 0px 80px
}

.bg-image-top.bg-image-top--heading3:nth-child(odd) .bg-image-top__inner {
  margin-left: 450px
}

.bg-image-top.bg-image-top--heading3 .bg-image-top__inner:before {
  right: 0;
  height: calc(100% - 320px)
}

@media screen and (max-width:1199px) {
  .bg-image-top.bg-image-top--heading3 .bg-image-top__inner {
    max-width: calc(100% - 350px)
  }

  .bg-image-top.bg-image-top--heading3:nth-child(odd) .bg-image-top__inner {
    margin-left: 350px
  }
}

@media screen and (max-width:1049px) {
  .bg-image-top.bg-image-top--heading3 .bg-image-top__bg {
    height: 280px;
    width: calc(100% - 50px)
  }

  .bg-image-top.bg-image-top--heading3 .bg-image-top__inner {
    max-width: calc(100% - 100px);
    padding: 265px 50px 0 50px
  }

  .bg-image-top.bg-image-top--heading3:nth-child(odd) .bg-image-top__inner {
    margin-left: 100px
  }

  .bg-image-top.bg-image-top--heading3 .bg-image-top__inner:before {
    height: calc(100% - 210px)
  }
}

@media screen and (max-width:767px) {
  .bg-image-top.bg-image-top--heading3 .bg-image-top__bg {
    height: 150px;
    width: 100%
  }

  .bg-image-top.bg-image-top--heading3 .bg-image-top__inner {
    max-width: calc(100% - 20px);
    padding: 145px 30px 0 30px
  }

  .bg-image-top.bg-image-top--heading3:nth-child(odd) .bg-image-top__inner {
    margin-left: 20px
  }

  .bg-image-top.bg-image-top--heading3 .bg-image-top__inner:before {
    height: calc(100% - 120px)
  }

  .bg-image-top.bg-image-top--heading3 .bg-image-top__inner .heading-3:not(:last-child) {
    margin-top: 0
  }

  .bg-image-top__inner .heading-3:not(:last-child) {
    margin-bottom: 20px
  }
}

.section-bg-image-lr {
  margin-bottom: 55px;
  margin-top: 55px
}

@media screen and (max-width:767px) {
  .section-bg-image-lr {
    margin-bottom: 40px;
    margin-top: 40px
  }
}

.bg-image-lr {
  position: relative
}

.bg-image-lr__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  right: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 200px)
}

@media screen and (max-width:1049px) {
  .bg-image-lr__bg {
    height: 280px;
    width: calc(100% - 50px)
  }
}

@media screen and (max-width:767px) {
  .bg-image-lr__bg {
    height: 150px;
    width: 100%
  }
}

.bg-image-lr__inner {
  box-sizing: border-box;
  padding-top: 380px;
  max-width: calc(100% - 450px);
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1
}

@media screen and (max-width:1049px) {
  .bg-image-lr__inner {
    max-width: calc(100% - 80px);
    padding-top: 265px;
    padding-left: 50px;
    padding-right: 50px
  }
}

@media screen and (max-width:767px) {
  .bg-image-lr__inner {
    max-width: calc(100% - 20px);
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 30px
  }
}

.bg-image-lr__inner::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: calc(100% - 320px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1
}

.dnd-section-color--bg .bg-image-lr__inner::before {
  background-color: #e1e9ef
}

@media screen and (max-width:1049px) {
  .bg-image-lr__inner::before {
    height: calc(100% - 210px)
  }
}

@media screen and (max-width:767px) {
  .bg-image-lr__inner::before {
    height: calc(100% - 120px)
  }
}

.section-heading-category {
  margin-bottom: 80px;
  margin-top: 80px
}

@media screen and (max-width:767px) {
  .section-heading-category {
    margin-bottom: 60px;
    margin-top: 60px
  }
}

.heading-category {
  margin-bottom: 40px
}

.heading-category.heading-category--tagwrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.heading-category.heading-category--tagwrap .heading-2 {
  max-width: 50%
}

.heading-category .tag-list {
  margin-left: 30px
}

@media screen and (max-width:767px) {
  .heading-category .tag-list {
    margin-left: 20px
  }
}

.heading-category .tag-list {
  display: inline-block;
  max-width: 50%;
  margin-bottom: -10px;
  margin-top: -10px
}

@media only screen and (max-width:767px) {
  .heading-category .tag-list {
    margin-bottom: -5px;
    margin-top: -5px
  }
}

.heading-category .tag-list .tag-list__item {
  margin: 10px 5px;
  padding: 4px 17px;
  display: inline-block;
  letter-spacing: .2em;
  line-height: 1.4;
  font-family: ;
  color: ;
  font-size: 14px;
  border-radius: 15px;
  vertical-align: middle;
  transition: .5s
}

@media only screen and (max-width:767px) {
  .heading-category .tag-list .tag-list__item {
    margin: 5px
  }
}

_:-ms-lang(x)::-ms-backdrop,
.heading-category .tag-list .tag-list__item {
  padding: 8px 17px 2px 17px
}

@media only screen and (max-width:767px) {
  .heading-category {
    margin-bottom: 20px;
    padding-right: 0
  }

  .heading-category .tag-list .tag-list__item {
    font-size: 11px
  }
}

.section-2column_img_h_txt_btn {
  margin-top: 80px;
  margin-bottom: 45px
}

@media screen and (max-width:767px) {
  .section-2column_img_h_txt_btn {
    margin-top: 60px;
    margin-bottom: 30px
  }
}

.section-2column_img_h_txt_btn__wrap--border {
  border: 1px solid #cbc9bb;
  padding: 45px;
  padding: 45px 40px;
  font-size: 20px;
  letter-spacing: .17em;
  line-height: 1.5
}

@media screen and (max-width:1049px) {
  .section-2column_img_h_txt_btn__wrap--border {
    padding: 40px 30px
  }
}

@media screen and (max-width:767px) {
  .section-2column_img_h_txt_btn__wrap--border {
    padding: 20px
  }
}

.section-2column_img_h_txt_btn .columns:not(:first-child) {
  margin-top: 55px
}

@media screen and (max-width:767px) {
  .section-2column_img_h_txt_btn .columns:not(:first-child) {
    margin-top: 40px
  }
}

.section-heading-icon-columns {
  margin-top: 55px;
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .section-heading-icon-columns {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.heading-icon-columns:not(:first-child) {
  margin-top: 40px
}

.heading-icon-columns.in-icon:not(:first-child) {
  margin-top: 50px
}

.heading-icon-columns__icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px
}

@media screen and (max-width:1049px) {
  .heading-icon-columns__icon-list {
    margin-top: 5px
  }
}

@media screen and (max-width:767px) {
  .heading-icon-columns__icon-list {
    max-width: 80px;
    margin-top: 0
  }
}

.heading-icon-columns__icon-list.view--is-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:1049px) {
  .heading-icon-columns__icon-list.view--is-desktop {
    display: none
  }
}

.heading-icon-columns__icon-list.view--is-laptop-lower {
  display: none
}

@media screen and (max-width:1049px) {
  .heading-icon-columns__icon-list.view--is-laptop-lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (min-width:768px) {
  .heading-icon-columns__icon-list__item:not(:last-child) {
    margin-right: 10px;
    max-width: 80px
  }
}

.heading-icon-columns__icon-list__item {
  position: relative;
  margin: 5px 0
}

@media screen and (max-width:767px) {
  .heading-icon-columns__icon-list__item {
    margin-top: 0;
    max-width: 35px
  }

  .heading-icon-columns__icon-list__item:nth-child(odd) {
    margin-right: 10px
  }

  .heading-icon-columns__icon-list__item:nth-child(n+3) {
    margin-top: 5px
  }

  .heading-icon-columns>.columns__column:first-child {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .heading-icon-columns>.columns__column:first-child .figure {
    max-width: 450px;
    margin-right: auto;
    width: calc(100% - 90px)
  }

  .heading-icon-columns.in-icon>.columns__column:first-child .figure {
    margin-right: 10px
  }
}

@media screen and (min-width:1050px) {
  .heading-icon-columns__icon-list__item:before {
    content: attr(data-icon-ballon);
    background-color: rgba(84, 84, 96, .8);
    border-radius: 4px;
    bottom: 40px;
    width: 250px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .35em;
    left: 50%;
    opacity: 0;
    padding: 10px 20px;
    position: absolute;
    transition: .5s;
    transform: translateX(-50%);
    z-index: 2
  }

  .heading-icon-columns__icon-list__item:after {
    content: "";
    border-style: solid;
    border-width: 13px 12.5px 0 12.5px;
    border-color: rgba(84, 84, 96, .8) transparent transparent transparent;
    bottom: 27px;
    content: "";
    height: 0;
    left: calc(50% - 12.5px);
    opacity: 0;
    position: absolute;
    transition: .5s;
    width: 0;
    z-index: 2
  }

  .heading-icon-columns__icon-list__item:hover:before,
  .heading-icon-columns__icon-list__item:hover:after {
    opacity: 1
  }
}

@media screen and (max-width:1049px) {
  .heading-icon-columns .figure:not(:last-child) {
    margin-bottom: 10px
  }
}

.section-leftimg_ttlL_category {
  margin-top: 55px;
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .section-leftimg_ttlL_category {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.columns.category-columns:not(:first-child) {
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .columns.category-columns:not(:first-child) {
    margin-top: 30px
  }
}

@media screen and (max-width:1049px) and (min-width:768px) {
  .columns.category-columns>.columns__column:nth-child(2) .heading-3 {
    display: none
  }

  .columns.category-columns>.columns__column:nth-child(2) .tag-list {
    display: none
  }
}

.columns.category-columns>.columns__column .heading-3:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (max-width:767px) {
  .columns.category-columns>.columns__column .heading-3:not(:last-child) {
    margin-bottom: 15px
  }
}

.columns.category-columns>.columns__column .heading-4:not(:first-child) {
  margin-top: 30px
}

.columns.category-columns>.columns__column .heading-4:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (max-width:1049px) {
  .columns.category-columns {
    display: block;
    margin-left: 0;
    margin-right: 0
  }

  .columns.category-columns>.columns__column {
    padding-left: 0;
    padding-right: 0;
    width: 100%
  }

  .columns.category-columns>.columns__column:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .columns.category-columns>.columns__column:first-child .figure {
    margin-right: 30px;
    width: 190px
  }

  .columns.category-columns>.columns__column:first-child .figure:not(:last-child) {
    margin-bottom: 0
  }

  .columns.category-columns>.columns__column:first-child>div {
    width: calc(100% - 230px)
  }

  .columns.category-columns>.columns__column:nth-child(2) .heading-4:not(:first-child) {
    margin-top: 25px
  }
}

@media screen and (max-width:767px) {
  .columns.category-columns>.columns__column:first-child .figure {
    margin: 0 auto;
    max-width: 180px;
    width: inherit
  }
}

.title-wrap-columns {
  border: 1px solid #cbc9bb;
  box-sizing: border-box;
  padding: 40px 70px;
  position: relative
}

@media screen and (max-width:1449px) {
  .title-wrap-columns {
    padding: 40px 45px
  }
}

@media screen and (max-width:1049px) {
  .title-wrap-columns {
    padding: 40px 35px
  }
}

@media screen and (max-width:767px) {
  .title-wrap-columns {
    padding: 30px 20px
  }
}

.section-h3_lead_border {
  padding-top: 55px;
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .section-h3_lead_border {
    padding-top: 40px;
    margin-bottom: 40px
  }
}

.title-wrap-columns:not(:first-child) {
  padding-top: 55px
}

@media screen and (max-width:767px) {
  .title-wrap-columns:not(:first-child) {
    padding-top: 40px
  }
}

.title-wrap-columns:not(:last-child) {
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .title-wrap-columns:not(:last-child) {
    margin-bottom: 40px
  }
}

.title-wrap-columns__heading {
  background-color: #cbc9bb;
  border-radius: 40px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 24px;
  left: 50%;
  letter-spacing: .17em;
  line-height: 1.5;
  max-width: calc(100% - 100px);
  min-width: 283px;
  position: absolute;
  padding: 7px 30px;
  text-align: center;
  transform: translateX(-50%)
}

@media screen and (max-width:767px) {
  .title-wrap-columns__heading {
    font-size: 18px;
    max-width: calc(100% - 90px);
    min-width: 187px;
    padding: 6px 20px
  }
}

.title-wrap-columns .lead:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .title-wrap-columns .lead:not(:last-child) {
    margin-bottom: 20px
  }
}

@media screen and (max-width:767px) {
  .title-wrap-columns .columns {
    max-width: 450px;
    margin: 0 auto
  }
}

@media screen and (max-width:767px) {
  .title-wrap-columns .columns--two>.columns__column:not(:first-child) {
    margin-top: 20px
  }
}

.section-bgimg_on_h3_p {
  margin-top: 55px
}

@media screen and (max-width:767px) {
  .section-bgimg_on_h3_p {
    margin-top: 40px
  }
}

.section-bgimg_on_h3_p {
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .section-bgimg_on_h3_p {
    margin-bottom: 40px
  }
}

.square_column2 {
  padding: 50px 0;
  position: relative
}

.square_column2:not(:first-child) {
  margin-top: -15px
}

@media screen and (max-width:1049px) {
  .square_column2 {
    padding: 30px 0
  }

  .square_column2:not(:first-child) {
    margin-top: 0
  }
}

@media screen and (max-width:767px) {
  .square_column2 {
    padding: 160px 0 0 0
  }

  .square_column2:not(:last-child) {
    margin-bottom: 30px
  }
}

.square_column2 .square_column2__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  top: 0;
  width: calc(50% - 15px)
}

@media screen and (max-width:767px) {
  .square_column2 .square_column2__bg {
    height: 253px;
    width: calc(100% - 20px);
    max-width: 450px
  }
}

@media screen and (max-width:366px) {
  .square_column2 .square_column2__bg {
    height: 190px;
    width: calc(100% - 20px)
  }
}

.square_column2:nth-child(odd) .square_column2__bg {
  left: 0
}

.square_column2:nth-child(even) .square_column2__bg {
  right: 0
}

.square_column2>.square_column2__inner {
  min-height: 350px;
  background-color: #e1e9ef;
  position: relative;
  padding: 60px 80px;
  position: relative;
  width: calc(50% + 70px);
  margin-left: calc(50% - 100px);
  box-sizing: border-box
}

.dnd-section-color--bg .square_column2>.square_column2__inner {
  background-color: #fff
}

@media screen and (max-width:1049px) {
  .square_column2>.square_column2__inner {
    padding: 50px;
    width: calc(50% + 70px);
    margin-left: calc(50% - 100px)
  }
}

@media screen and (max-width:767px) {
  .square_column2>.square_column2__inner {
    min-height: inherit;
    padding: 30px;
    width: calc(100% - 20px);
    margin-left: 20px
  }
}

.square_column2:nth-child(even) .square_column2__inner {
  margin-left: 30px
}

@media screen and (max-width:767px) {
  .square_column2:nth-child(even) .square_column2__inner {
    margin-left: 0
  }
}

@media screen and (max-width:767px) {
  .square_column2 .square_column2__inner .heading-3:not(:last-child) {
    margin-top: 0;
    margin-bottom: 20px
  }

  .square_column2 .square_column2__inner .button--default a {
    margin: 0
  }
}

.section-img_bg_on_h3_p {
  margin-top: 55px
}

@media screen and (max-width:767px) {
  .section-img_bg_on_h3_p {
    margin-top: 40px
  }
}

.section-img_bg_on_h3_p {
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .section-img_bg_on_h3_p {
    margin-bottom: 40px
  }
}

.case-introduction {
  position: relative;
  min-height: 370px
}

.case-introduction:not(:first-child) {
  margin-top: 55px
}

.case-introduction:before {
  background-color: #e1e9ef;
  content: "";
  height: calc(100% - 65px);
  position: absolute;
  bottom: 0;
  width: 70.344%;
  z-index: 0
}

.dnd-section-color--bg .case-introduction:before {
  background-color: #fff
}

.columns.case-introduction__columns {
  position: relative;
  margin-left: 0;
  margin-right: 0
}

.columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  width: calc(50% - 25px);
  min-height: 330px;
  position: absolute;
  z-index: 1;
  top: 0
}

@media screen and (max-width:1199px) {
  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    min-height: 264px
  }
}

.columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
  width: calc(50% + 100px);
  min-width: 500px;
  position: relative;
  z-index: 2
}

.columns.case-introduction__columns .columns__column.case-introduction__columns__column--text .natural {
  margin-top: 35px
}

.case-introduction:nth-child(odd):before {
  right: 0
}

.case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
  margin-left: 50%;
  margin-right: -100px;
  padding: 20px 0 40px 25px
}

.case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
  left: 0
}

.case-introduction:nth-child(even):before {
  left: 0
}

.case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
  margin-left: -100px;
  padding: 20px 25px 40px 0
}

.case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
  right: 0
}

@media screen and (max-width:1299px) {
  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    width: 50%
  }

  .case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    margin-right: 0
  }

  .case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    margin-left: 0
  }
}

@media screen and (max-width:1049px) {
  .case-introduction {
    min-height: 375px
  }

  .case-introduction:before {
    width: calc(100% - 50px);
    height: calc(100% - 115px)
  }

  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    width: calc(100% - 260px);
    min-height: 230px;
    max-width: 450px
  }

  .case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    left: -50px
  }

  .case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    right: -50px
  }

  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text .natural {
    margin-top: 40px
  }

  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    width: 100%
  }

  .case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    width: 100%;
    margin-left: 0;
    padding: 255px 0 30px 30px
  }

  .case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    width: 100%;
    padding: 255px 30px 30px 0
  }
}

@media screen and (max-width:767px) {
  .case-introduction {
    min-height: inherit
  }

  .case-introduction:before {
    min-height: inherit;
    height: calc(100% - 85px);
    width: calc(100% - 20px)
  }

  .columns.case-introduction__columns {
    padding-top: 0
  }

  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    top: inherit;
    min-height: 253px;
    width: calc(100% + 20px)
  }

  .case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    left: -20px
  }

  .case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    right: -20px
  }

  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    position: relative;
    width: 100%;
    min-width: auto;
    margin-top: 0
  }

  .case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    margin-left: 0;
    padding: 270px 0 20px 20px
  }

  .case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    margin-left: 0;
    padding: 270px 20px 20px 0
  }

  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text .heading-3:not(:last-child) {
    margin-top: 0;
    margin-bottom: 20px
  }

  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text .natural {
    margin-top: 20px
  }
}

@media screen and (max-width:375px) {
  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    min-height: 169px
  }

  .case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    padding: 185px 0 20px 20px
  }

  .case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    padding: 185px 20px 20px 0
  }
}

.section-img_h3_p_widebg {
  margin-top: 55px
}

@media screen and (max-width:767px) {
  .section-img_h3_p_widebg {
    margin-top: 40px
  }
}

.section-img_h3_p_widebg {
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .section-img_h3_p_widebg {
    margin-bottom: 40px
  }
}

.case-detail {
  position: relative;
  min-height: 485px;
  padding-top: 50px
}

.case-detail:not(:first-child) {
  margin-top: 55px
}

@media screen and (max-width:767px) {
  .case-detail:not(:first-child) {
    margin-top: 40px
  }
}

.case-detail:before {
  background-color: #e1e9ef;
  content: "";
  min-height: 350px;
  height: calc(100% - 210px);
  position: absolute;
  top: 0;
  width: calc(50% + 75px);
  z-index: 0
}

.dnd-section-color--bg .case-detail:before {
  background-color: #fff
}

.columns.case-detail__columns {
  position: relative
}

.columns.case-detail__columns .columns__column.case-detail__columns__column--img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  width: 50%;
  min-height: 380px;
  position: absolute;
  z-index: 1;
  top: 50px
}

.columns.case-detail__columns .columns__column.case-detail__columns__column--text {
  width: calc(50% + 25px);
  position: relative;
  z-index: 2;
  padding: 50px 0 50px 50px;
  background-color: #fff
}

.dnd-section-color--bg .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
  background-color: #e1e9ef
}

.case-detail:nth-child(odd):before {
  left: 0
}

.case-detail:nth-child(odd) .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
  margin-left: calc(50% - 25px);
  padding: 50px 25px 130px 50px
}

.case-detail:nth-child(odd) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
  left: 25px
}

.case-detail:nth-child(even):before {
  right: 0
}

.case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
  margin-left: 0;
  padding: 50px 50px 130px 25px
}

.case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
  right: 25px
}

@media screen and (max-width:1049px) {
  .case-detail {
    padding-top: 30px;
    min-height: 375px
  }

  .case-detail:before {
    min-height: auto;
    height: 268px
  }

  .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    top: 30px;
    width: calc(50% + 30px);
    min-height: 315px
  }

  .case-detail:nth-child(odd) .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
    padding-bottom: 50px
  }

  .case-detail:nth-child(odd) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    left: 5px
  }

  .case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
    padding-bottom: 50px
  }

  .case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    right: 5px
  }
}

@media screen and (max-width:767px) {
  .case-detail {
    min-height: inherit
  }

  .case-detail:before {
    min-height: inherit;
    height: 157px;
    width: calc(100% - 20px)
  }

  .columns.case-detail__columns {
    padding-top: 0
  }

  .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    position: relative;
    top: inherit;
    height: 312px;
    width: 100%;
    max-width: 450px
  }

  .case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    right: 0;
    margin-left: calc(100% - 450px)
  }

  .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
    padding: 30px 10px 30px 30px;
    position: relative;
    width: 100%;
    margin-top: -30px
  }

  .case-detail:nth-child(odd) .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
    margin-left: 0;
    padding: 30px 30px 25px 30px
  }

  .case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
    padding: 30px 30px 30px 25px
  }
}

@media screen and (max-width:541px) {
  .case-detail {
    min-height: inherit
  }

  .case-detail:before {
    min-height: inherit;
    height: 157px;
    width: calc(100% - 20px)
  }

  .columns.case-detail__columns {
    padding-top: 0
  }

  .columns.case-detail__columns .heading-3:not(:last-child) {
    margin-top: 0
  }

  .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    position: relative;
    top: inherit;
    min-height: inherit;
    height: 187px;
    width: calc(100% + 20px)
  }

  .case-detail:nth-child(odd) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    left: -50px
  }

  .case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    right: -30px;
    margin-left: inherit
  }

  .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
    padding: 30px 10px 30px 30px;
    position: relative;
    width: 100%;
    margin-top: -30px
  }

  .case-detail:nth-child(odd) .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
    margin-left: 0
  }
}

.section-h2_btn_img_widebg {
  margin-top: 80px
}

@media screen and (max-width:767px) {
  .section-h2_btn_img_widebg {
    margin-top: 40px
  }
}

.section-h2_btn_img_widebg {
  margin-bottom: 80px
}

@media screen and (max-width:767px) {
  .section-h2_btn_img_widebg {
    margin-bottom: 40px
  }
}

.h2_btn_img_widebg {
  min-height: 485px;
  position: relative;
  box-sizing: border-box;
  padding: 50px 0 70px 0
}

.h2_btn_img_widebg:not(:first-child) {
  margin-top: 70px
}

@media screen and (max-width:1049px) {
  .h2_btn_img_widebg {
    padding: 0 0 70px 0
  }
}

@media screen and (max-width:767px) {
  .h2_btn_img_widebg {
    padding: 0 0 30px 0
  }

  .h2_btn_img_widebg:not(:first-child) {
    margin-top: 40px
  }

  .h2_btn_img_widebg .container,
  .h2_btn_img_widebg .row-fluid [class*="span"] .container {
    min-width: inherit !important
  }
}

@media screen and (max-width:599px) {
  .h2_btn_img_widebg:not(:first-child) {
    margin-top: 30px
  }
}

.h2_btn_img_widebg:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  bottom: 0;
  background-color: #e1e9ef;
  width: calc(100% - 100px);
  height: calc(100% - 50px)
}

.h2_btn_img_widebg .container {
  position: relative;
  z-index: 1
}

.dnd-section-color--bg .h2_btn_img_widebg:before {
  background-color: #fff
}

@media screen and (max-width:1049px) {
  .h2_btn_img_widebg:before {
    height: 100%;
    width: calc(100% - 200px)
  }
}

@media screen and (max-width:767px) {
  .h2_btn_img_widebg:before {
    width: calc(100% - 317px)
  }
}

@media screen and (max-width:599px) {
  .h2_btn_img_widebg:before {
    width: calc(100% - 40px)
  }
}

.h2_btn_img_widebg .columns {
  z-index: 1
}

@media screen and (max-width:1049px) {
  .h2_btn_img_widebg .columns--two>.columns__column {
    width: calc(100% - 70px)
  }

  .h2_btn_img_widebg:nth-child(even) .columns--two>.columns__column {
    margin-left: 70px
  }
}

@media screen and (max-width:767px) {
  .h2_btn_img_widebg .columns--two>.columns__column {
    width: calc(100% - 277px)
  }

  .h2_btn_img_widebg:nth-child(even) .columns--two>.columns__column {
    margin-left: 277px
  }

  .h2_btn_img_widebg .columns--two>.columns__column .link-button {
    max-width: 240px
  }
}

@media screen and (max-width:599px) {
  .h2_btn_img_widebg .columns--two>.columns__column {
    width: 100%
  }

  .h2_btn_img_widebg:nth-child(even) .columns--two>.columns__column {
    margin-left: 0
  }
}

.h2_btn_img_widebg:nth-child(even) .columns .columns__column:nth-child(1) {
  order: 2
}

.h2_btn_img_widebg:nth-child(even) .columns .columns__column:nth-child(2) {
  order: 1
}

.h2_btn_img_widebg:nth-child(odd):before {
  left: 0
}

.h2_btn_img_widebg:nth-child(even):before {
  right: 0
}

@media screen and (max-width:767px) {
  .h2_btn_img_widebg:nth-child(odd):after {
    right: 0
  }
}

.h2_btn_img_widebg .heading-2 {
  margin-top: 70px
}

@media screen and (max-width:767px) {
  .h2_btn_img_widebg .heading-2 {
    margin-top: 0;
    padding-top: 60px
  }
}

@media screen and (max-width:1049px) {
  .h2_btn_img_widebg .heading-2 {
    margin-bottom: 30px;
    width: calc(100% - 130px)
  }

  .h2_btn_img_widebg .natural {
    width: calc(100% - 130px)
  }

  .h2_btn_img_widebg:nth-child(even) .heading-2,
  .h2_btn_img_widebg:nth-child(even) .natural,
  .h2_btn_img_widebg:nth-child(even) .link-button {
    margin-left: 130px
  }
}

@media screen and (max-width:767px) {
  .h2_btn_img_widebg .heading-2 {
    margin-bottom: 20px;
    width: calc(100% - 40px)
  }

  .h2_btn_img_widebg .natural {
    width: calc(100% - 40px)
  }

  .h2_btn_img_widebg:nth-child(even) .heading-2,
  .h2_btn_img_widebg:nth-child(even) .natural,
  .h2_btn_img_widebg:nth-child(even) .link-button {
    margin-left: 40px
  }

  .h2_btn_img_widebg:nth-child(odd) .link-button {
    margin-right: 40px
  }
}

.h2_btn_img_widebg .view--is-desktop.figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: calc(50% - 25px);
  height: 415px;
  top: 0;
  margin-top: 0
}

@media screen and (max-width:1199px) {
  .h2_btn_img_widebg .view--is-desktop.figure {
    height: 297px
  }
}

.h2_btn_img_widebg:nth-child(odd) .view--is-desktop.figure {
  right: 0;
  margin-top: 0
}

.h2_btn_img_widebg:nth-child(even) .view--is-desktop.figure {
  left: 0;
  margin-top: 0
}

.h2_btn_img_widebg .figure.view--is-laptop-lower {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left
}

.h2_btn_img_widebg:nth-child(even) .figure.view--is-laptop-lower {
  margin-top: 0;
  text-align: right
}

@media screen and (max-width:767px) {
  .h2_btn_img_widebg .figure.view--is-laptop-lower img {
    max-width: 450px
  }
}

.section-h2_btn_img_bg {
  margin-top: 80px
}

@media screen and (max-width:767px) {
  .section-h2_btn_img_bg {
    margin-top: 40px
  }
}

.section-h2_btn_img_bg {
  margin-bottom: 80px
}

@media screen and (max-width:767px) {
  .section-h2_btn_img_bg {
    margin-bottom: 40px
  }
}

.h2_btn_img_bg {
  position: relative;
  box-sizing: border-box
}

.h2_btn_img_bg:not(:first-child) {
  margin-top: 80px
}

@media screen and (max-width:767px) {
  .h2_btn_img_bg:not(:first-child) {
    margin-top: 30px
  }
}

.h2_btn_img_bg .figure {
  position: relative;
  width: calc(100% + 50px);
  padding-bottom: 50px
}

.h2_btn_img_bg:nth-child(even) .figure {
  left: -50px
}

@media screen and (max-width:1049px) {
  .h2_btn_img_bg .figure {
    width: 100%
  }

  .h2_btn_img_bg:nth-child(even) .figure {
    left: 0
  }
}

.h2_btn_img_bg .figure:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  background-color: #e1e9ef;
  width: 100%;
  height: 270px
}

.dnd-section-color--bg .h2_btn_img_bg .figure:before {
  background-color: #fff
}

@media screen and (max-width:1049px) {
  .h2_btn_img_bg .figure:before {
    height: 152px
  }
}

@media screen and (max-width:414px) {
  .h2_btn_img_bg .figure {
    padding-bottom: 0
  }

  .h2_btn_img_bg .figure:before {
    height: 138px;
    bottom: -100px
  }
}

.h2_btn_img_bg:nth-child(odd) .figure:before {
  left: -100px
}

.h2_btn_img_bg:nth-child(even) .figure:before {
  right: -100px
}

@media screen and (max-width:414px) {
  .h2_btn_img_bg:nth-child(odd) .figure:before {
    left: -20px
  }

  .h2_btn_img_bg:nth-child(even) .figure:before {
    right: -20px
  }
}

.h2_btn_img_bg .figure img {
  position: relative;
  z-index: 1
}

.h2_btn_img_bg .columns {
  z-index: 1
}

.h2_btn_img_bg .heading-2,
.h2_btn_img_bg .paragraph,
.h2_btn_img_bg .button {
  position: relative;
  z-index: 2
}

.h2_btn_img_bg .heading-2:not(:first-child) {
  margin-top: 0
}

@media screen and (min-width:415px) and (max-width:767px) {
  .h2_btn_img_bg .columns--two {
    max-width: 500px
  }

  .h2_btn_img_bg:nth-child(even) .columns--two {
    margin-left: auto
  }

  .h2_btn_img_bg .columns--two>.columns__column .view--is-palmtop {
    display: none !important
  }

  .h2_btn_img_bg .columns--two>.columns__column.view--is-desktop-lower {
    display: block !important
  }
}

@media screen and (max-width:414px) {
  .h2_btn_img_bg .columns--two {
    margin-left: 0;
    margin-right: 0
  }

  .h2_btn_img_bg .columns--two>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .h2_btn_img_bg .columns--two>.columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .h2_btn_img_bg .columns--two>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .h2_btn_img_bg .heading-2:not(:first-child) {
    margin-top: 30px;
    margin-bottom: 20px
  }
}

.h2_btn_img_bg:nth-child(even) .columns .columns__column:nth-child(1) {
  order: 2
}

.h2_btn_img_bg:nth-child(even) .columns .columns__column:nth-child(2) {
  order: 1
}

.h2_btn_img_bg:nth-child(odd):before {
  left: 0
}

.h2_btn_img_bg:nth-child(even):before {
  right: 0
}

.h2_btn_img_bg .columns__column.view--is-desktop-lower {
  position: relative
}

.h2_btn_img_bg .figure.view--is-palmtop {
  margin-bottom: 20px
}

.section-h2_btn_slider {
  margin-top: 80px
}

@media screen and (max-width:767px) {
  .section-h2_btn_slider {
    margin-top: 60px
  }
}

.section-h2_btn_slider {
  margin-bottom: 80px
}

@media screen and (max-width:767px) {
  .section-h2_btn_slider {
    margin-bottom: 60px
  }
}

.slideimg-wrap {
  counter-reset: number
}

.slideimg {
  padding: 100px 0 80px
}

@media screen and (max-width:767px) {
  .slideimg {
    padding: 60px 0 60px
  }
}

.slideimg:nth-child(odd) {
  background-color: #f1f1ed
}

.slideimg .container {
  max-width: 1350px !important
}

.slideimg:nth-child(odd) .columns .columns__column:nth-child(1) {
  order: 2
}

.slideimg:nth-child(odd) .columns .columns__column:nth-child(2) {
  order: 1
}

@media screen and (max-width:1049px) {
  .slideimg .columns {
    display: block;
    margin-left: 0;
    margin-right: 0
  }

  .slideimg .columns .columns__column {
    padding-left: 0;
    padding-right: 0;
    width: 100%
  }

  .slideimg:nth-child(odd) .columns .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .slideimg:nth-child(odd) .columns .columns__column:nth-child(2) {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .slideimg:nth-child(even) .columns .columns__column:nth-child(2) {
    margin-top: 30px
  }
}

@media screen and (max-width:767px) {
  .slideimg .columns {
    max-width: 450px;
    margin: 0 auto
  }

  .slideimg:nth-child(odd) .columns .columns__column:nth-child(2) {
    margin-top: 20px
  }

  .slideimg:nth-child(even) .columns .columns__column:nth-child(2) {
    margin-top: 20px
  }
}

@media screen and (max-width:1049px) {
  .slideimg .link-button {
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (max-width:767px) {
  .slideimg .link-button {
    margin-left: inherit;
    margin-right: inherit
  }
}

.heading-2--point {
  position: relative
}

@media screen and (max-width:1049px) {
  .heading-2--point {
    padding-top: 0
  }
}

@media screen and (max-width:767px) {
  .heading-2--point {
    padding-top: 0
  }
}

.heading-2.heading-2--point .heading-2__inner--main {
  position: relative
}

.heading-2.heading-2--point .heading-2__inner__decolation {
  display: block;
  overflow-wrap: break-word;
  counter-increment: number;
  color: #f46b00;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 70px;
  line-height: .9;
  letter-spacing: .15em;
  position: relative;
  margin-top: -10px
}

.heading-2.heading-2--point .heading-2__inner__decolation:after {
  content: counter(number, decimal-leading-zero)
}

@media screen and (max-width:1049px) {
  .heading-2.heading-2--point {
    text-align: center;
    margin-bottom: 30px
  }

  .heading-2.heading-2--point .heading-2__inner__decolation {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0
  }
}

@media screen and (max-width:767px) {
  .heading-2.heading-2--point {
    margin-bottom: 20px
  }

  .heading-2.heading-2--point .heading-2__inner__decolation {
    font-size: 30px
  }
}

.slideimg:nth-child(odd) .heading-2.heading-2--point .heading-2__inner__decolation {
  color: #fff
}

.slideimg:nth-child(even) .heading-2.heading-2--point .heading-2__inner__decolation {
  color: #f1f1ed
}

.heading-2.heading-2--point .heading-2__inner.heading-2__inner--sub:before {
  display: none
}

@media screen and (max-width:1049px) {
  .slideimg .button--default a {
    margin: 0 auto
  }
}

@media screen and (max-width:320px) {
  .slideimg .button--default a {
    margin-left: 20px
  }
}

.slideimg .slideimg_slick {
  padding-bottom: 40px
}

.slideimg .slideimg_slick img {
  width: 100%
}

.slideimg .slick-prev,
.slideimg .slick-next {
  padding: 0px;
  font-size: 0px;
  line-height: 0;
  position: absolute;
  transform: none;
  cursor: pointer;
  border: 0px;
  outline: 0px;
  width: 40px;
  height: 40px;
  background-color: #414141;
  top: inherit;
  bottom: 0;
  background-position: center;
  background-size: 6px 8px;
  background-repeat: no-repeat;
  z-index: 5;
  transition: .5s
}

.slideimg .slick-prev {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImFycm93X3doaXRlXyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IgoJIHk9IjBweCIgdmlld0JveD0iMCAwIDYgOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNiA4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJhcnJvdyIgY2xhc3M9InN0MCIgZD0iTTYsMEwyLDRsNCw0SDRMMCw0bDQtNEg2eiIvPgo8L3N2Zz4K")
}

.slideimg .slick-next {
  right: inherit;
  left: 41px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYXJyb3dfd2hpdGVfIiBkYXRhLW5hbWU9ImFycm93KHdoaXRlKSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNiA4Ij4KICA8cGF0aCBpZD0iYXJyb3ciIGQ9Ik0wLDgsNCw0LDAsMEgyTDYsNCwyLDhaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=")
}

.slideimg .slick-prev:hover,
.slideimg .slick-next:hover {
  background-color: #f46b00
}

.slideimg .slick-dots {
  list-style: none;
  padding: 0px;
  text-align: right;
  z-index: 2;
  width: calc(100% - 100px);
  margin-left: 100px;
  position: absolute;
  bottom: 13px
}

@media screen and (max-width:767px) {
  .slideimg .slick-dots {
    bottom: 8px
  }
}

.slideimg .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  margin: 0 10px;
  width: 5px;
  height: 5px
}

.slideimg .slick-dots li:last-child {
  margin-right: 0
}

.slideimg .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: 0;
  border-radius: 0;
  width: 3px;
  height: 3px;
  background-color: #4c5768
}

.slick-dots li button:before {
  display: none
}

.slideimg .slick-dots li button:hover,
.slideimg .slick-dots li button:focus,
.slideimg .slick-dots li.slick-active button {
  width: 5px;
  height: 5px;
  background-color: #4c5768
}

@media screen and (max-width:767px) {
  .slideimg .slideimg_slick {
    padding-bottom: 30px
  }

  .slideimg .slick-prev,
  .slideimg .slick-next {
    width: 30px;
    height: 30px
  }

  .slideimg .slick-next {
    left: 31px
  }

  .slideimg .slick-dots li {
    margin: 0 7.5px
  }
}

.section-talk {
  margin-top: 55px;
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .section-talk {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.ballon-columns-wrapper:not(:last-child) {
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .ballon-columns-wrapper:not(:last-child) {
    margin-bottom: 40px
  }
}

.ballon-columns {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  padding-top: 40px
}

@media screen and (max-width:767px) {
  .ballon-columns {
    display: block;
    padding-top: 30px
  }
}

.ballon-columns:before {
  background-color: #f1f1ed;
  content: "";
  height: 230px;
  position: absolute;
  top: 0;
  width: calc(100% + 200px);
  z-index: 0
}

.dnd-section-color--bg .ballon-columns:before {
  background-color: #fff
}

@media screen and (min-width:1500px) {
  .ballon-columns:before {
    width: calc(100% + 500px)
  }
}

@media screen and (max-width:1049px) {
  .ballon-columns:before {
    height: 210px
  }
}

@media screen and (max-width:767px) {
  .ballon-columns:before {
    height: 100%;
    max-height: 560px;
    left: -20px;
    right: inherit;
    width: calc(60% + 50px)
  }
}

@media screen and (max-width:414px) {
  .ballon-columns:before {
    width: 100%
  }
}

.ballon-columns-wrapper:nth-child(odd) .ballon-columns:before {
  right: -200px
}

@media screen and (min-width:1500px) {
  .ballon-columns-wrapper:nth-child(odd) .ballon-columns:before {
    right: -500px
  }
}

.ballon-columns-wrapper:nth-child(even) .ballon-columns:before {
  left: -200px
}

@media screen and (min-width:1500px) {
  .ballon-columns-wrapper:nth-child(even) .ballon-columns:before {
    left: -500px
  }
}

@media screen and (max-width:767px) {
  .ballon-columns-wrapper:nth-child(even) .ballon-columns:before {
    left: inherit;
    right: -20px
  }
}

.ballon-columns .natural p {
  color: #4c5768;
  letter-spacing: .15em
}

.ballon-columns__content {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 50px;
  width: calc(50% - 25px)
}

@media screen and (max-width:767px) {
  .ballon-columns__content {
    padding: 0;
    width: calc(60% + 50px)
  }

  .ballon-columns__content .natural {
    padding-right: 20px
  }
}

@media screen and (max-width:414px) {
  .ballon-columns__content {
    width: 100%
  }
}

.ballon-columns-wrapper:nth-child(even) .ballon-columns__content {
  order: 2
}

@media screen and (max-width:767px) {
  .ballon-columns-wrapper:nth-child(even) .ballon-columns__content {
    margin-left: auto
  }

  .ballon-columns-wrapper:nth-child(even) .ballon-columns__content .natural {
    padding-left: 30px;
    padding-right: 0
  }
}

.ballon-columns__content figure:not(:last-child) {
  margin-bottom: 20px
}

.ballon-columns__ballon {
  background-color: #fff;
  border: 1px solid #cbc9bb;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
  width: calc(50% + 25px)
}

@media screen and (max-width:767px) {
  .ballon-columns__ballon {
    max-width: 600px;
    margin-top: 35px;
    padding: 20px;
    width: 100%
  }
}

.ballon-columns-wrapper:nth-child(even) .ballon-columns__ballon {
  order: 1
}

.ballon-columns__ballon:before {
  border-style: solid;
  border-width: 17px 17px 17px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  height: 0;
  left: -17px;
  position: absolute;
  top: 42px;
  width: 0;
  z-index: 1
}

@media screen and (max-width:767px) {
  .ballon-columns__ballon:before {
    border-color: transparent transparent #fff transparent;
    border-width: 0 15px 15px 15px;
    left: 40px;
    top: -15px
  }
}

.ballon-columns-wrapper:nth-child(even) .ballon-columns__ballon:before {
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #fff;
  left: inherit;
  right: -17px
}

@media screen and (max-width:767px) {
  .ballon-columns-wrapper:nth-child(even) .ballon-columns__ballon:before {
    border-color: transparent transparent #fff transparent;
    border-width: 0 15px 15px 15px;
    right: 42px;
    top: -15px
  }
}

.ballon-columns__ballon:after {
  border-style: solid;
  border-width: 19px 19px 19px 0;
  border-color: transparent #cbc9bb transparent transparent;
  content: "";
  height: 0;
  left: -19px;
  position: absolute;
  top: 40px;
  width: 0;
  z-index: 0
}

@media screen and (max-width:767px) {
  .ballon-columns__ballon:after {
    border-color: transparent transparent #cbc9bb transparent;
    border-width: 0 17px 17px 17px;
    left: 38px;
    top: -17px
  }
}

.ballon-columns-wrapper:nth-child(even) .ballon-columns__ballon:after {
  border-width: 19px 0 19px 19px;
  border-color: transparent transparent transparent #cbc9bb;
  left: inherit;
  right: -19px
}

@media screen and (max-width:767px) {
  .ballon-columns-wrapper:nth-child(even) .ballon-columns__ballon:after {
    border-color: transparent transparent #cbc9bb transparent;
    border-width: 0 17px 17px 17px;
    right: 40px;
    top: -17px
  }
}

.section-category_textbutton {
  margin-top: 35px
}

@media screen and (max-width:767px) {
  .section-category_textbutton {
    margin-top: 25px
  }
}

.section-category_textbutton {
  margin-bottom: 35px
}

@media screen and (max-width:767px) {
  .section-category_textbutton {
    margin-bottom: 25px
  }
}

.columns--two>.columns__column.category-items:nth-child(n+3) {
  margin-top: 25px
}

@media screen and (max-width:767px) {

  .columns--two>.columns__column.category-items:not(:first-child),
  .columns--two>.columns__column.category-items:nth-child(n+3) {
    margin-top: 15px
  }
}

.glossary-link .tag-list__item {
  font-size: 14px;
  padding: 7px 20px
}

.glossary-link .tag-list:not(:last-child) {
  margin-bottom: 0px
}

@media screen and (max-width:767px) {
  .glossary-link .tag-list__item {
    font-size: 11px
  }

  .glossary-link .tag-list:not(:last-child) {
    margin-bottom: 0
  }

  .glossary-link .tag-list__item {
    margin-bottom: 0
  }
}

.glossary-link__link {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cbc9bb
}

@media screen and (max-width:767px) {
  .glossary-link__link {
    padding-bottom: 15px
  }
}

.glossary-link__link a {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .15em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #414141;
  display: inline-block;
  padding-left: 40px;
  position: relative;
  text-decoration: none;
  transition: .5s
}

@media screen and (max-width:767px) {
  .glossary-link__link a {
    font-size: 14px;
    padding-left: 35px
  }
}

.glossary-link__link a:before {
  background-color: #4c5768;
  border-radius: 100%;
  content: "";
  left: 0;
  height: 28px;
  position: absolute;
  top: 0;
  transition: .5s;
  width: 28px
}

@media screen and (max-width:767px) {
  .glossary-link__link a:before {
    height: 24px;
    top: calc(50% - 12px);
    width: 24px
  }
}

.glossary-link__link a:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  left: 11.5px;
  height: 8px;
  position: absolute;
  transition: .5s;
  top: calc(50% - 4px);
  width: 6px
}

.glossary-link__link a:hover {
  color: #f46b00
}

@media screen and (max-width:767px) {
  .glossary-link__link a:after {
    left: 10px;
    height: 6px;
    top: calc(50% - 3px);
    width: 5px
  }
}

.glossary-link__link a:hover:before {
  background-color: #f46b00
}

@media only screen and (max-width:767px) {
  .glossary-link {
    margin-top: 0;
    display: block;
    padding-right: 0
  }
}

.section-h2_check_img {
  margin-top: 80px
}

@media screen and (max-width:767px) {
  .section-h2_check_img {
    margin-top: 60px
  }
}

.section-h2_check_img {
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .section-h2_check_img {
    margin-bottom: 40px
  }
}

.check-list-columns {
  margin-left: -25px;
  margin-right: -25px
}

@media screen and (max-width:767px) {
  .check-list-columns {
    margin-left: 0;
    margin-right: 0
  }
}

.check-list-columns:not(:first-child) {
  margin-top: 45px
}

@media screen and (max-width:767px) {
  .check-list-columns:not(:first-child) {
    margin-top: 25px
  }
}

.check-list-columns>.columns__column {
  padding-left: 25px;
  padding-right: 25px
}

@media screen and (max-width:767px) {
  .check-list-columns>.columns__column {
    padding-left: 0;
    padding-right: 0
  }
}

.check-list:not(:last-child) {
  margin-bottom: 20px
}

.check-list .check-list__item {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: .17em;
  line-height: 2;
  padding-left: 30px;
  position: relative
}

@media screen and (max-width:767px) {
  .check-list .check-list__item {
    font-size: 15px
  }
}

.check-list .check-list__item:not(:last-child) {
  margin-bottom: 10px
}

.check-list .check-list__item:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTAuNzEgMTkwLjcxIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwNDA3Nzt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggaWQ9ImNoZWNrIiBjbGFzcz0iY2xzLTEiIGQ9Ik05NS4zNSwwYTk1LjM2LDk1LjM2LDAsMSwwLDk1LjM2LDk1LjM1QTk1LjM1LDk1LjM1LDAsMCwwLDk1LjM1LDBabS0yMCwxMzcuMjNMMzUuOTQsOTkuNiw0OS43Miw4NS4xNyw3NiwxMTAuMjdsNjUuNy01Ni43OSwxMywxNS4wOFoiLz48L2c+PC9nPjwvc3ZnPg==);
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 20px
}

@media screen and (max-width:767px) {
  .check-list .check-list__item:before {
    height: 18px;
    top: 6px;
    width: 18px
  }
}

.section-h3_check_img {
  margin-top: 55px
}

@media screen and (max-width:767px) {
  .section-h3_check_img {
    margin-top: 40px
  }
}

.section-h3_check_img {
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .section-h3_check_img {
    margin-bottom: 30px
  }
}

.illust_column {
  position: relative
}

.illust_column__image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 50px)
}

.illust_column__image img {
  width: 100%
}

@media screen and (max-width:1049px) {
  .illust_column__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    position: static;
    transform: inherit;
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .illust_column__image {
    max-width: 450px
  }
}

.illust_column__inner {
  box-sizing: border-box;
  padding: 0 50px 0 100px;
  position: relative;
  width: calc(50% + 50px)
}

@media screen and (max-width:1049px) {
  .illust_column__inner {
    padding: 0 50px;
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .illust_column__inner {
    padding: 0 20px
  }
}

@media screen and (max-width:1049px) {
  .illust_column .natural {
    margin-bottom: 24px
  }
}

@media screen and (max-width:767px) {
  .illust_column .natural {
    margin-bottom: 15px
  }
}

.square_column1 {
  padding: 90px 0;
  position: relative
}

@media screen and (max-width:1049px) {
  .square_column1 {
    padding: 30px 0
  }
}

@media screen and (max-width:767px) {
  .square_column1 {
    padding: 120px 0 0 0
  }

  .square_column1:not(:last-child) {
    margin-bottom: 60px
  }
}

.square_column1 .square_column1__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%
}

@media screen and (max-width:767px) {
  .square_column1 .square_column1__bg {
    height: calc(100% - 40px);
    width: calc(50% + 100px)
  }
}

@media screen and (max-width:414px) {
  .square_column1 .square_column1__bg {
    max-height: 237px;
    width: calc(100% - 20px)
  }
}

.square_column1:nth-child(odd) .square_column1__bg {
  right: 0
}

.square_column1:nth-child(even) .square_column1__bg {
  left: 0
}

.square_column1>.square_column1__inner {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  padding: 50px 100px;
  position: relative;
  width: calc(50% + 150px);
  z-index: 0
}

.dnd-section-color--bg .square_column1>.square_column1__inner {
  background-color: #e1e9ef
}

@media screen and (max-width:1049px) {
  .square_column1>.square_column1__inner {
    padding: 50px;
    width: calc(50% + 200px)
  }
}

@media screen and (max-width:767px) {
  .square_column1>.square_column1__inner {
    padding: 50px 30px 0 20px;
    width: calc(100% - 20px)
  }
}

.square_column1:nth-child(even) .square_column1__inner {
  margin-left: auto
}

@media screen and (max-width:767px) {
  .square_column1 .square_column1__inner .button--default a {
    margin: 0
  }
}

@media screen and (min-width:1050px) {
  .square_column1 .square_column1__inner .heading-2 {
    margin-bottom: 35px
  }
}

.link-arrow-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.link-arrow-columns:not(:first-child),
.section-2column_ttl_bgimg {
  margin-top: 80px
}

@media screen and (max-width:767px) {

  .link-arrow-columns:not(:first-child),
  .section-2column_ttl_bgimg {
    margin-top: 60px
  }
}

.link-arrow-columns:not(:last-child),
.section-2column_ttl_bgimg {
  margin-bottom: 80px
}

@media screen and (max-width:767px) {

  .link-arrow-columns:not(:last-child),
  .section-2column_ttl_bgimg {
    margin-bottom: 60px
  }
}

.link-arrow-columns__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%
}

.link-arrow-columns__item a {
  color: #fff;
  display: block;
  padding: 73px 100px;
  position: relative
}

@media screen and (max-width:1049px) {
  .link-arrow-columns__item a {
    padding: 73px 25px
  }
}

@media screen and (max-width:1049px) {
  .link-arrow-columns__item a {
    padding: 48px 20px
  }
}

.link-arrow-columns__item a:after {
  background: #4c5768;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: .5s;
  transition-timing-function: ease-in;
  width: 100%;
  opacity: .3
}

.link-arrow-columns__item a:hover:after {
  opacity: .5
}

.link-arrow-columns__item__heading {
  box-sizing: border-box;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: .2em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 1
}

@media screen and (max-width:767px) {
  .link-arrow-columns__item__heading {
    font-size: 18px
  }
}

.link-arrow-columns__item__heading:after {
  content: attr(data-link-arrow-columns);
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: .35em;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase
}

@media screen and (max-width:767px) {
  .link-arrow-columns__item__heading:after {
    font-size: 11px
  }
}

.link-arrow-columns__item__button {
  background-color: #fff;
  border-radius: 100%;
  display: block;
  height: 28px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 28px;
  z-index: 1
}

@media screen and (max-width:767px) {
  .link-arrow-columns__item__button {
    height: 24px;
    margin-top: 20px;
    width: 24px
  }
}

.link-arrow-columns__item__button:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiMxODIwNDUiLz4KPC9zdmc+Cg==);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  left: 12px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  transition: .5s;
  width: 6px
}

@media screen and (max-width:767px) {
  .link-arrow-columns__item__button:after {
    height: 6px;
    left: 10px;
    top: calc(50% - 3px);
    transition: .5s;
    width: 5px
  }
}

.section-2column_ttl_bgimg_bgband {
  margin-top: 80px;
  margin-bottom: 80px
}

@media screen and (max-width:767px) {
  .section-2column_ttl_bgimg_bgband {
    margin-top: 60px;
    margin-bottom: 60px
  }
}

.bg-on-text-wrap--two {
  display: flex;
  justify-content: center
}

@media screen and (max-width:767px) {
  .bg-on-text-wrap--two:after {
    height: 50px
  }
}

.bg-on-text-wrap--two .bg-on-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  max-width: 524px;
  margin: 0;
  padding: 40px 0;
  min-height: 290px;
  margin-left: 100px
}

.bg-on-text-wrap--two .bg-on-text:last-child {
  margin-left: 2px;
  margin-right: 100px
}

.bg-on-text-wrap--two .bg-on-text:after {
  position: absolute;
  background-color: #4c5768;
  content: "";
  left: 15px;
  top: 15px;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  transition: .5s;
  opacity: 0
}

.bg-on-text-wrap--two .bg-on-text__container {
  padding-left: 20px;
  padding-right: 20px
}

.bg-on-text-wrap--two .bg-on-text__inner {
  padding-bottom: 0
}

.bg-on-text-wrap--two .bg-on-text__inner .heading-2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.bg-on-text-wrap--two .bg-on-text__inner .heading-2:not(:last-child) {
  margin-bottom: 0
}

.bg-on-text-wrap--two .hov-area {
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
  width: 100%;
  transition: .5s;
  opacity: 0;
  z-index: 2
}

.bg-on-text-wrap--two .hov-area .bg-on-text__button {
  position: relative;
  bottom: auto;
  left: auto
}

.bg-on-text-wrap--two .hov-area .bg-on-text__button .link-text__anchor:hover {
  color: #fff
}

.bg-on-text-wrap--two .hov-area .bg-on-text__button .link-text__anchor:hover .link-text__anchor__icon__arrow {
  fill: #fff
}

.bg-on-text-wrap--two .bg-on-text.bl-hover:after {
  opacity: .5
}

.bg-on-text-wrap--two .bg-on-text.bl-hover .hov-area {
  opacity: 1
}

@media screen and (max-width:1049px) {
  .bg-on-text-wrap--two .bg-on-text {
    margin-left: 50px;
    padding: 0 20px;
    min-height: 260px
  }

  .bg-on-text-wrap--two .bg-on-text:last-child {
    margin-right: 50px
  }

  .bg-on-text-wrap--two .bg-on-text__container {
    padding-left: 0;
    padding-right: 0
  }

  .bg-on-text-wrap--two .hov-area {
    display: none
  }

  .bg-on-text-wrap--two .bg-on-text__inner .heading-2 {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0)
  }
}

@media screen and (max-width:767px) {
  .bg-on-text-wrap--two .bg-on-text {
    margin-left: 0
  }

  .bg-on-text-wrap--two .bg-on-text:last-child {
    margin-right: 0
  }
}

.section-h3_img_alternate_bg {
  margin-top: 80px
}

@media screen and (max-width:767px) {
  .section-h3_img_alternate_bg {
    margin-top: 60px
  }
}

.section-h3_img_alternate_bg {
  margin-bottom: 80px
}

@media screen and (max-width:767px) {
  .section-h3_img_alternate_bg {
    margin-bottom: 60px
  }
}

.heading-2.heading-2--h3_img_alternate_bg:before {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 70px;
  letter-spacing: .15em;
  color: #f46b00;
  margin-bottom: -45px;
  opacity: .1
}

@media screen and (max-width:767px) {
  .heading-2.heading-2--h3_img_alternate_bg:before {
    font-size: 30px;
    margin-bottom: -20px
  }
}

.h3_img_alternate_bg {
  margin-top: 50px
}

@media screen and (max-width:767px) {
  .h3_img_alternate_bg {
    margin-top: 30px
  }
}

.h3_img_alternate_bg .h3_img_alternate_bg__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column {
  width: 50%;
  box-sizing: border-box;
  padding: 70px 50px;
  position: relative;
  overflow: hidden
}

@media screen and (max-width:1049px) {
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column {
    padding: 70px 30px
  }
}

.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:first-child,
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n),
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n+1) {
  background-color: #f1f1ed
}

@media screen and (max-width:767px) {
  .h3_img_alternate_bg .h3_img_alternate_bg__columns {
    display: block
  }

  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column {
    width: 100%;
    padding: 40px 30px
  }

  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:first-child,
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n),
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n+1) {
    background: inherit
  }

  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(odd) {
    background-color: #f1f1ed
  }

  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(even) {
    background-color: inherit
  }
}

.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner {
  max-width: 525px;
  margin: 0 auto
}

.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner .figure:not(:last-child) {
  margin-top: 30px;
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner .figure:not(:last-child) {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner .figure {
    max-width: 450px;
    margin: 0 auto
  }
}

.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner .natural {
  margin-top: 30px
}

.section-3_4column_img_h_txt_btn {
  margin-top: 55px
}

@media screen and (max-width:767px) {
  .section-3_4column_img_h_txt_btn {
    margin-top: 30px
  }
}

.section-3_4column_img_h_txt_btn {
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .section-3_4column_img_h_txt_btn {
    margin-bottom: 30px
  }
}

@media screen and (min-width:768px) {
  .section-3_4column_img_h_txt_btn .columns.columns--to-one.columns--three {
    margin-left: -15px;
    margin-right: -15px
  }

  .section-3_4column_img_h_txt_btn .columns.columns--to-one.columns--three .columns__column {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media screen and (max-width:767px) {
  .section-3_4column_img_h_txt_btn .columns--three.columns--to-one>.columns__column {
    padding-left: 0;
    padding-right: 0
  }
}

@media screen and (max-width:767px) {
  .section-3_4column_img_h_txt_btn .columns--four.columns--to-two {
    margin-left: -10px;
    margin-right: -10px
  }

  .section-3_4column_img_h_txt_btn .columns--four.columns--to-two>.columns__column {
    padding-left: 10px;
    padding-right: 10px
  }
}

.section-3_4column_img_h_txt_btn .figure img {
  vertical-align: bottom
}

.section-3_4column_img_h_txt_btn .heading-2:not(:first-child),
.section-3_4column_img_h_txt_btn .heading-3:not(:first-child),
.section-3_4column_img_h_txt_btn .heading-4:not(:first-child),
.section-3_4column_img_h_txt_btn .heading-5:not(:first-child) {
  margin-top: 20px
}

@media screen and (min-width:768px) {

  .section-3_4column_img_h_txt_btn .heading-2:not(:first-child),
  .section-3_4column_img_h_txt_btn .heading-3:not(:first-child),
  .section-3_4column_img_h_txt_btn .heading-4:not(:first-child),
  .section-3_4column_img_h_txt_btn .heading-5:not(:first-child) {
    margin-top: 30px
  }
}

.section-3_4column_img_h_txt_btn .columns__column__inner.columns__column__inner--bg {
  padding: 30px;
  background-color: #f1f1ed
}

@media screen and (max-width:1049px) {
  .section-3_4column_img_h_txt_btn .columns__column__inner.columns__column__inner--bg {
    padding: 25px 20px
  }
}

.section-3column_h2_link_txt_bgimg {
  margin-top: 45px
}

@media screen and (max-width:767px) {
  .section-3column_h2_link_txt_bgimg {
    margin-top: 30px
  }
}

.section-3column_h2_link_txt_bgimg {
  margin-bottom: 45px
}

@media screen and (max-width:767px) {
  .section-3column_h2_link_txt_bgimg {
    margin-bottom: 30px
  }
}

.relation-link .heading-2 {
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .relation-link .heading-2 {
    margin-bottom: 25px
  }
}

.relation-link .bg_img-columns--three {
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width:767px) {
  .relation-link .bg_img-columns--three {
    display: block
  }
}

.relation-link .bg_img-columns--three .bg_img-columns__column {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  width: 33.333%;
  position: relative
}

@media screen and (min-width:1050px) {
  .relation-link .bg_img-columns--three .bg_img-columns__column.bl-hover:before {
    background-color: #4c5768;
    opacity: .6
  }
}

.relation-link.relation-link--1 .bg_img-columns--three .bg_img-columns__column {
  padding: 60px 55px 80px
}

.relation-link.relation-link--2 .bg_img-columns--three .bg_img-columns__column {
  padding: 70px 80px
}

@media screen and (max-width:1449px) {
  .relation-link.relation-link--1 .bg_img-columns--three .bg_img-columns__column {
    padding: 60px 40px
  }
}

@media screen and (max-width:1049px) {
  .relation-link.relation-link--1 .bg_img-columns--three .bg_img-columns__column {
    padding: 50px 40px
  }

  .relation-link.relation-link--2 .bg_img-columns--three .bg_img-columns__column {
    padding: 70px 20px
  }
}

@media screen and (max-width:767px) {
  .relation-link .bg_img-columns--three .bg_img-columns__column {
    width: 100%
  }

  .relation-link.relation-link--1 .bg_img-columns--three .bg_img-columns__column {
    padding: 40px 20px 50px 20px
  }

  .relation-link.relation-link--2 .bg_img-columns--three .bg_img-columns__column {
    padding: 50px 35px
  }
}

@media screen and (max-width:414px) {
  .relation-link.relation-link--2 .bg_img-columns--three .bg_img-columns__column {
    padding: 50px 20px
  }
}

.relation-link .bg_img-columns--three .bg_img-columns__column:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4c5768;
  position: absolute;
  z-index: 0;
  transition: .5s;
  opacity: .3
}

.relation-link .bg_img-columns--three .bg_img-columns__column .heading-link a:before {
  background-color: #fff
}

.relation-link .bg_img-columns--three .bg_img-columns__column .heading-link a:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiMxMzE0MTUiLz4KPC9zdmc+Cg==")
}

.relation-link .bg_img-columns--three .bg_img-columns__column .heading-3 {
  position: relative
}

@media screen and (max-width:1049px) {
  .relation-link .bg_img-columns--three .bg_img-columns__column .heading-3:not(:last-child) {
    margin-bottom: 25px
  }
}

@media screen and (max-width:767px) {
  .relation-link .bg_img-columns--three .bg_img-columns__column .heading-3:not(:last-child) {
    margin-bottom: 15px
  }
}

.relation-link .bg_img-columns--three .bg_img-columns__column .heading-link__inner {
  color: #fff
}

.relation-link .bg_img-columns--three .bg_img-columns__column .natural p,
.relation-link .bg_img-columns--three .bg_img-columns__column .paragraph {
  color: #fff;
  position: relative;
  z-index: 1
}

.section-3column_h2_link_bgimg {
  margin-top: 45px
}

@media screen and (max-width:767px) {
  .section-3column_h2_link_bgimg {
    margin-top: 30px
  }
}

.section-3column_h2_link_bgimg {
  margin-bottom: 45px
}

@media screen and (max-width:767px) {
  .section-3column_h2_link_bgimg {
    margin-bottom: 30px
  }
}

.relation-link.relation-link--2 .bg_img-columns__column__inner {
  display: table;
  width: 100%;
  height: 100%
}

.relation-link.relation-link--2 .bg_img-columns__column__inner .heading-3 {
  display: table-cell;
  vertical-align: middle
}

.relation-link--2 .heading-link a {
  padding-left: 0;
  padding-bottom: 40px
}

.relation-link--2 .heading-link a:before {
  top: inherit;
  left: calc(50% - 14px);
  bottom: 0
}

.relation-link--2 .heading-link a:after {
  top: inherit;
  left: calc(50% - 2px);
  bottom: 10px
}

@media screen and (max-width:767px) {
  .relation-link--2 .heading-link a:before {
    left: calc(50% - 12px)
  }

  .relation-link--2 .heading-link a:after {
    left: calc(50% - 3px);
    bottom: 9px
  }
}

.section-3column_icon_txt_link {
  margin-top: 40px
}

.section-3column_icon_txt_link {
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .section-3column_icon_txt_link {
    margin-top: 30px
  }

  .section-3column_icon_txt_link {
    margin-bottom: 30px
  }
}

.icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: number;
  flex-wrap: wrap
}

.icon-list__item {
  border-radius: 3px;
  box-sizing: border-box;
  padding: 30px 20px;
  position: relative;
  transition: .5s;
  width: calc(33.3333% - 20px);
  z-index: 0;
  background: #f1f1ed
}

@media screen and (min-width:1050px) {
  .icon-list__item:hover {
    background: #f46b00
  }
}

@media screen and (max-width:1049px) and (min-width:768px) {
  .icon-list__item {
    width: calc(50% - 12.5px)
  }

  .icon-list__item:nth-child(odd) {
    margin-right: 25px
  }

  .icon-list__item:nth-child(n+3) {
    margin-top: 30px
  }
}

@media screen and (max-width:767px) {
  .icon-list__item {
    padding: 25px 20px;
    width: 100%
  }

  .icon-list__item:not(:last-child) {
    margin-bottom: 20px
  }
}

@media screen and (min-width:1050px) {
  .icon-list__item:not(:nth-child(3n+3)) {
    margin-right: 30px
  }

  .icon-list__item:nth-child(n+4) {
    margin-top: 30px
  }
}

.icon-list__item__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.icon-list__item__title:not(:last-child) {
  margin-bottom: 20px
}

.icon-list__item__title__icon {
  width: 60px;
  margin-right: 15px
}

.icon-list__item__title__icon__src {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
  max-width: 60px;
  position: absolute;
  transition: .5s
}

.icon-list__item .icon-list__item__title__icon__src--hover {
  opacity: 0
}

.icon-list__item:hover .icon-list__item__title__icon__src {
  opacity: 0
}

.icon-list__item:hover .icon-list__item__title__icon__src--hover {
  opacity: 1
}

.icon-list__item__title__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .17em;
  line-height: 1.5;
  width: calc(100% - 75px)
}

@media screen and (max-width:767px) {
  .icon-list__item__title__text {
    font-size: 16px
  }
}

.icon-list__item__title__text a {
  color: #4c5768;
  text-decoration: none;
  transition: .5s
}

.icon-list__item .paragraph {
  transition: .5s
}

.icon-list__item:hover .icon-list__item__title__text,
.icon-list__item:hover .icon-list__item__title__text a,
.icon-list__item:hover .paragraph {
  color: #fff
}

.section-3column_squarebgimg_ttl_category {
  margin-top: 55px
}

@media screen and (max-width:767px) {
  .section-3column_squarebgimg_ttl_category {
    margin-top: 40px
  }
}

.section-3column_squarebgimg_ttl_category {
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .section-3column_squarebgimg_ttl_category {
    margin-bottom: 40px
  }
}

.case-list .columns.columns--three {
  margin-left: -15px;
  margin-right: -15px
}

.case-list .columns--three>.columns__column:nth-child(n+4) {
  margin-top: 50px
}

.case-list .columns.columns--three .columns__column {
  padding-left: 15px;
  padding-right: 15px
}

.case-list .case-list__inner {
  margin-top: -60px;
  background-color: #fff;
  margin-left: 25px;
  padding: 30px 0 0 20px;
  position: relative;
  z-index: 5
}

.dnd-section-color--bg .case-list .case-list__inner {
  background-color: #e1e9ef
}

.case-list .case-list__figure {
  width: 100%;
  overflow: hidden;
  height: 320px;
  position: relative
}

.case-list .case-list__figure:before {
  content: "";
  background-color: #4c5768;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 2;
  transition: .5s
}

.case-list .columns__column.bl-hover .case-list__figure:before {
  opacity: .3
}

.case-list .case-list__figure .case-list__figure__inner {
  backface-visibility: hidden;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform 2.5s cubic-bezier(0.15, 0, 0, 1), -webkit-transform 2.5s cubic-bezier(0.15, 0, 0, 1)
}

@media all and (-ms-high-contrast:none) {
  .case-list .case-list__figure .case-list__figure__inner {
    transition: 1s
  }
}

.case-list .columns__column.bl-hover .case-list__figure .case-list__figure__inner {
  -webkit-transform: scale(1.1) rotateZ(0);
  transform: scale(1.1) rotateZ(0)
}

.case-list .columns__column.bl-hover .heading-link a {
  color: #f46b00
}

.case-list .columns__column.bl-hover .heading-link a:before {
  background-color: #f46b00
}

.case-list .heading-3:not(:last-child) {
  margin-top: 0;
  margin-bottom: 20px
}

@media only screen and (max-width:1049px) {
  .case-list .columns--three>.columns__column {
    width: 33.333%
  }

  .case-list .columns--three>.columns__column:not(:nth-last-child(-n+2)) {
    margin-bottom: 0
  }

  .case-list .case-list__figure {
    height: 200px
  }

  .case-list .case-list__inner {
    margin-top: -30px;
    margin-left: 10px;
    padding: 20px 0 0 20px
  }
}

@media only screen and (max-width:767px) {
  .case-list .columns.columns--three {
    max-width: 450px;
    margin: 0 auto
  }

  .case-list .columns--three>.columns__column {
    width: 100%
  }

  .case-list .columns.columns--three .columns__column {
    padding-left: 0;
    padding-right: 0
  }

  .case-list .columns--three>.columns__column:not(:first-child) {
    margin-top: 50px
  }

  .case-list .case-list__figure {
    height: 253px
  }

  .case-list .heading-3:not(:last-child) {
    margin-bottom: 10px
  }

  .case-list .case-list__inner {
    margin-top: -20px;
    margin-left: 20px
  }
}

@media only screen and (max-width:376px) {
  .case-list .columns--three>.columns__column {
    width: 100%
  }

  .case-list .columns--three>.columns__column:not(:nth-child(1)),
  .case-list .columns--three>.columns__column:not(:nth-child(2)) {
    margin-top: 0
  }

  .case-list .columns--three>.columns__column:not(:first-child) {
    margin-top: 50px
  }

  .case-list .case-list__figure {
    height: 160px
  }

  .case-list .heading-3:not(:last-child) {
    margin-bottom: 10px
  }
}

.case-list .case-list__inner .tag-list__item {
  font-size: 14px;
  padding: 6px 20px
}

@media only screen and (max-width:767px) {
  .case-list .case-list__inner .tag-list__item {
    font-size: 12px
  }
}

.section-title_P_txtL_dotted_line {
  margin-top: 40px
}

.section-title_P_txtL_dotted_line {
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .section-title_P_txtL_dotted_line {
    margin-top: 30px
  }

  .section-title_P_txtL_dotted_line {
    margin-bottom: 30px
  }
}

@media screen and (max-width:767px) {
  .mesh-columns.columns {
    margin-left: 0;
    margin-right: 0
  }
}

.mesh-columns .mesh-columns__column {
  padding: 50px 25px;
  position: relative;
  transition: .5s
}

@media screen and (min-width:1050px) {
  .mesh-columns__column:hover {
    background: #f46b00
  }
}

@media screen and (max-width:1049px) {
  .mesh-columns {
    flex-wrap: wrap
  }

  .mesh-columns .mesh-columns__column {
    padding: 40px 25px
  }
}

@media screen and (max-width:767px) {
  .mesh-columns .mesh-columns__column {
    border-bottom: 1px dotted #cbc9bb
  }

  .mesh-columns .mesh-columns__column {
    padding: 30px 15px
  }

  .mesh-columns>.mesh-columns__column:nth-child(n+5) {
    margin-top: 0
  }
}

@media screen and (min-width:1050px) {
  .mesh-columns .mesh-columns__column:not(:nth-child(4n)) {
    border-right: 1px dotted #cbc9bb
  }

  .mesh-columns .mesh-columns__column:nth-child(n+5) {
    border-top: 1px dotted #cbc9bb
  }

  .mesh-columns.columns--four>.columns__column:nth-child(n+5) {
    margin-top: 0
  }
}

@media screen and (max-width:1049px) and (min-width:768px) {
  .mesh-columns .mesh-columns__column:not(:nth-child(3n)) {
    border-right: 1px dotted #cbc9bb
  }

  .mesh-columns .mesh-columns__column:nth-child(n+4) {
    border-top: 1px dotted #cbc9bb
  }

  .mesh-columns.columns--four>.columns__column:nth-child(n+4) {
    margin-top: 0
  }
}

@media screen and (max-width:1049px) {
  .mesh-columns.columns--four>.columns__column {
    width: 33.33333%
  }
}

@media screen and (max-width:767px) {
  .mesh-columns.columns--four>.columns__column {
    width: 100%;
    margin: 0
  }
}

.heading-5--icon__image {
  position: relative
}

.heading-5--icon__image__src {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
  max-width: 40px;
  opacity: 1;
  position: absolute;
  transition: .5s;
  width: 100%
}

@media screen and (max-width:767px) {
  .heading-5--icon__image__src {
    max-width: 35px
  }
}

.mesh-columns__column .heading-5 {
  transition: .5s
}

@media screen and (min-width:1050px) {
  .mesh-columns__column:hover .heading-5--icon__image__src {
    opacity: 0
  }
}

.heading-5--icon__image__src.heading-5--icon__image__src--hover {
  opacity: 0
}

@media screen and (min-width:1050px) {
  .mesh-columns__column:hover .heading-5--icon__image__src--hover {
    opacity: 1
  }
}

@media screen and (max-width:767px) {
  .mesh-columns__column .natural {
    margin-bottom: 10px
  }

  .mesh-columns__column .button--text {
    margin-top: 5px
  }
}

.mesh-columns__column p {
  transition: .5s
}

@media screen and (min-width:1050px) {
  .mesh-columns__column:hover .heading-5 {
    color: #fff
  }

  .mesh-columns__column:hover .natural p {
    color: #fff
  }

  .mesh-columns__column:hover .link-text__anchor {
    color: #fff
  }

  .mesh-columns__column:hover .link-text__anchor {
    color: #fff
  }

  .mesh-columns__column:hover .link-text__anchor .link-text__anchor__icon__arrow {
    fill: #fff
  }
}

.section-point_h2_h3_bg {
  margin-top: 55px
}

@media screen and (max-width:767px) {
  .section-point_h2_h3_bg {
    margin-top: 30px
  }
}

.section-point_h2_h3_bg {
  margin-bottom: 55px
}

@media screen and (max-width:767px) {
  .section-point_h2_h3_bg {
    margin-bottom: 30px
  }
}

.point {
  counter-reset: number
}

.point .heading-2:not(:last-child) {
  margin-bottom: 45px
}

@media screen and (max-width:1049px) {
  .point .heading-2:not(:last-child) {
    margin-bottom: 20px
  }
}

.point .point-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}

@media screen and (max-width:1049px) {
  .point .point-columns {
    margin-left: 0;
    margin-right: 0
  }
}

@media screen and (max-width:767px) {
  .point .point-columns .point-columns__column:not(:first-child) {
    margin-top: 20px
  }
}

.point .point-columns .point-columns__column {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.333%
}

@media screen and (max-width:1049px) {
  .point .point-columns .point-columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }

  .point .point-columns .point-columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
}

@media screen and (max-width:767px) {
  .point .point-columns .point-columns__column:not(:first-child) {
    margin-top: 20px
  }
}

@media screen and (min-width:1050px) {
  .point .point-columns .point-columns__column:nth-child(n+4) {
    margin-top: 30px
  }
}

.point .point-columns .point-columns__column .point-columns__column__inner {
  position: relative;
  background-color: #f1f1ed;
  padding: 50px 30px 35px;
  box-sizing: border-box;
  height: 100%
}

@media screen and (max-width:767px) {
  .point .point-columns .point-columns__column .point-columns__column__inner {
    padding: 35px 20px 25px
  }
}

.point .point-columns .point-columns__column .point-columns__column__inner:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 20px)
}

.dnd-section-color--bg .point .point-columns .point-columns__column .point-columns__column__inner:before {
  background-color: #e1e9ef
}

@media screen and (max-width:767px) {
  .point .point-columns .point-columns__column .point-columns__column__inner:before {
    height: 5px
  }
}

.point .heading-3.heading-3--point {
  text-align: center
}

.point .heading-3.heading-3--point:before {
  content: none
}

.point .heading-3.heading-3--point .heading-3--point__main {
  display: block
}

.point .heading-3.heading-3--point .heading-3--point__decolation {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #004077;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: .35em;
  line-height: 1;
  top: 0;
  width: auto
}

.point .heading-3.heading-3--point .heading-3--point__decolation:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #004077;
  position: absolute;
  bottom: 0;
  left: calc(50% - 5px)
}

.point .heading-3.heading-3--point .heading-3--point__decolation:after {
  counter-increment: number;
  content: counter(number, decimal-leading-zero)
}

@media screen and (max-width:767px) {
  .point .heading-3.heading-3--point .heading-3--point__decolation {
    font-size: 11px
  }
}

.section-3column_h2_link_bg {
  margin-top: 45px
}

@media screen and (max-width:767px) {
  .section-3column_h2_link_bg {
    margin-top: 30px
  }
}

.section-3column_h2_link_bg {
  margin-bottom: 45px
}

@media screen and (max-width:767px) {
  .section-3column_h2_link_bg {
    margin-bottom: 30px
  }
}

@media screen and (max-width:767px) {
  .reason-column .columns {
    max-width: 500px
  }

  .reason-column .columns--three>.columns__column:not(:first-child) {
    margin-top: 40px
  }
}

.reason-column .heading-3:not(:first-child) {
  margin-top: 25px
}

@media screen and (max-width:767px) {
  .reason-column .heading-3:not(:first-child) {
    margin-top: 20px
  }
}

.relation-columns {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.relation-columns .relation-columns__column {
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 20px;
  padding-right: 20px
}

.relation-columns .relation-columns__column:nth-child(n+4) {
  margin-top: 30px
}

.relation-columns .heading-link a {
  font-size: 18px;
  padding-top: 5px;
  letter-spacing: .2em;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500
}

.relation-columns .heading-link a:hover,
.relation-columns .heading-link a:hover:before {
  color: #f46b00
}

@media screen and (max-width:767px) {
  .relation-columns .heading-link a {
    font-size: 15px;
    padding-top: 4px;
    padding-left: 35px
  }

  .relation-columns {
    margin-left: 0;
    margin-right: 0
  }

  .relation-columns .relation-columns__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }

  .relation-columns .relation-columns__column:nth-child(n+4) {
    margin-top: 20px
  }

  .relation-columns .relation-columns__column:not(:first-child) {
    margin-top: 20px
  }
}

.section-point {
  margin-top: 45px
}

@media screen and (max-width:767px) {
  .section-point {
    margin-top: 30px
  }
}

.section-point {
  margin-bottom: 45px
}

@media screen and (max-width:767px) {
  .section-point {
    margin-bottom: 30px
  }
}

.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: number;
  flex-wrap: wrap
}

@media screen and (max-width:1049px) {
  .point-list {
    display: block
  }
}

.point-list__item {
  border: 1px solid #cbc9bb;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 65px 30px 40px 30px;
  position: relative;
  width: calc(33.3333% - 33.333px);
  position: relative
}

.point-list__item:before {
  content: "";
  background-color: #004077;
  width: 107px;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (max-width:1049px) {
  .point-list__item:before {
    left: 30px;
    transform: inherit;
    width: 86px
  }
}

@media screen and (max-width:767px) {
  .point-list__item:before {
    left: 20px;
    width: 86px
  }
}

@media screen and (max-width:1049px) {
  .point-list__item {
    width: 100%
  }

  .point-list__item:not(:last-child) {
    margin-bottom: 30px
  }
}

@media screen and (max-width:767px) {
  .point-list__item {
    padding: 45px 20px 30px 20px
  }

  .point-list__item:not(:last-child) {
    margin-bottom: 20px
  }
}

@media screen and (min-width:1050px) {
  .point-list__item:not(:nth-child(3n+3)) {
    margin-right: 50px
  }

  .point-list__item:nth-child(n+4) {
    margin-top: 40px
  }
}

.point-list__item .point-list__item__decolation {
  color: #004077;
  content: attr(data-english);
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  left: 50%;
  letter-spacing: .35em;
  line-height: 1;
  padding-top: 18px;
  padding-right: 25px;
  position: absolute;
  top: -1px;
  transform: translateX(-50%)
}

.point-list__item:nth-child(n+10) .point-list__item__decolation {
  padding-right: 50px
}

@media screen and (max-width:767px) {
  .point-list__item:nth-child(n+10) .point-list__item__decolation {
    padding-right: 35px
  }
}

.point-list__item .point-list__item__decolation:after {
  content: counter(number);
  counter-increment: number;
  color: #004077;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 13px;
  right: 0
}

@media screen and (max-width:767px) {
  .point-list__item .point-list__item__decolation:after {
    font-size: 20px;
    top: 8px
  }
}

@media screen and (max-width:1049px) {
  .point-list__item .point-list__item__decolation {
    transform: inherit;
    padding-top: 15px;
    left: 30px
  }
}

@media screen and (max-width:767px) {
  .point-list__item .point-list__item__decolation {
    font-size: 11px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 10px;
    left: 20px
  }
}

.point-list__item .natural:not(:first-child) {
  margin-top: 0
}

.section-3column_icon_ttl_anchor {
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .section-3column_icon_ttl_anchor {
    margin-top: 30px
  }
}

.section-3column_icon_ttl_anchor {
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .section-3column_icon_ttl_anchor {
    margin-bottom: 30px
  }
}

.anchor {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:1049px) {
  .anchor {
    margin-left: 0;
    margin-right: 0
  }
}

.anchor:not(:first-child) {
  margin-top: 40px
}

@media screen and (mad-width:767px) {
  .anchor:not(:first-child) {
    margin-bottom: 30px
  }
}

.anchor:not(:last-child) {
  margin-bottom: 40px
}

@media screen and (mad-width:767px) {
  .anchor:not(:last-child) {
    margin-bottom: 30px
  }
}

.anchor__item {
  box-sizing: border-box;
  width: calc(33.333% - 20px)
}

.anchor__item:nth-child(n+4) {
  margin-top: 20px
}

@media screen and (min-width:1050px) {
  .anchor__item:not(:nth-child(3n+3)) {
    margin-right: 30px
  }
}

@media screen and (max-width:1049px) {
  .anchor__item {
    box-sizing: border-box;
    width: calc(50% - 25px)
  }

  .anchor__item:nth-child(-n+3) {
    margin-top: 20px
  }

  .anchor__item:nth-child(odd) {
    margin-right: 50px
  }
}

@media screen and (max-width:767px) {
  .anchor__item {
    margin-bottom: 20px;
    padding: 0;
    width: calc(50% - 15px)
  }

  .anchor__item:nth-child(-n+3) {
    margin-top: 15px
  }

  .anchor__item:nth-child(odd) {
    margin-right: 30px
  }
}

.anchor__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none
}

@media screen and (max-width:767px) {
  .anchor__item a {
    display: block
  }
}

.anchor__item__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 15px;
  text-align: center;
  width: 60px;
  position: relative
}

@media screen and (max-width:767px) {
  .anchor__item__image {
    max-width: 50px;
    margin: 0 auto
  }
}

.anchor__item__image__src {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
  max-width: 60px;
  position: absolute;
  transition: .5s
}

.anchor__item a:hover .anchor__item__image__src {
  opacity: 0
}

.anchor__item__image__src.anchor__item__image__src--hover {
  opacity: 0
}

.anchor__item a:hover .anchor__item__image__src.anchor__item__image__src--hover {
  opacity: 1
}

.anchor__item__text {
  color: #4c5768;
  display: block;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: .17em;
  line-height: 1.5;
  transition: .5s;
  width: calc(100% - 75px)
}

@media screen and (max-width:767px) {
  .anchor__item__text {
    font-size: 15px;
    text-align: center;
    width: 100%
  }

  .anchor__item__text:not(:first-child) {
    margin-top: 5px
  }
}

.anchor__item a:hover .anchor__item__text {
  color: #f46b00
}

.anchor__item__text__inner {
  display: block;
  padding-right: 10px;
  position: relative
}

.anchor__item a .anchor__item__text__inner:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  display: inline-block;
  border-bottom: solid 2px #f46b00;
  border-right: solid 2px #f46b00;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  transition: .5s;
  opacity: 0
}

@media screen and (max-width:1049px) {
  .anchor__item a .anchor__item__text__inner:after {
    opacity: 1
  }
}

@media screen and (max-width:767px) {
  .anchor__item a .anchor__item__text__inner:after {
    height: 6px;
    width: 6px
  }
}

.anchor__item a:hover .anchor__item__text__inner:after {
  opacity: 1
}

.section-4column_bgtxt {
  margin-top: 30px
}

@media screen and (max-width:767px) {
  .section-4column_bgtxt {
    margin-top: 25px
  }
}

.section-4column_bgtxt {
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .section-4column_bgtxt {
    margin-bottom: 25px
  }
}

.text-decoration-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

@media screen and (max-width:767px) {
  .text-decoration-list {
    margin-left: -20px;
    margin-right: -20px
  }
}

.text-decoration-list__item {
  display: table;
  background-color: #cbc9bb;
  box-sizing: border-box;
  color: #fff;
  border-radius: 100px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .35em;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  width: calc(25% - 22.5px)
}

@media screen and (min-width:1050px) {
  .text-decoration-list__item:not(:nth-child(4n)) {
    margin-right: 30px
  }

  .text-decoration-list__item:nth-child(n+5) {
    margin-top: 30px
  }
}

@media screen and (max-width:1049px) and (min-width:768px) {
  .text-decoration-list__item {
    width: calc(33.333% - 13.3333px)
  }

  .text-decoration-list__item:not(:nth-child(3n)) {
    margin-right: 20px
  }

  .text-decoration-list__item:nth-child(n+4) {
    margin-top: 20px
  }
}

@media screen and (max-width:767px) {
  .text-decoration-list__item {
    font-size: 12px;
    padding: 9px 15px;
    width: calc(50% - 7px)
  }

  .text-decoration-list__item:nth-child(odd) {
    border-radius: 0px 100px 100px 0px;
    margin-right: 14px
  }

  .text-decoration-list__item:nth-child(even) {
    border-radius: 100px 0px 0px 100px
  }

  .text-decoration-list__item:nth-child(n+3) {
    margin-top: 15px
  }
}

.text-decoration-list__item__text {
  display: table-cell;
  vertical-align: middle
}

@charset "UTF-8";

.hero {
  border-bottom: 1px solid #004077
}

.hero__heading {
  color: #004077;
  font-size: 2.4rem;
  letter-spacing: .22em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px
}

@media screen and (min-width:768px) {
  .hero__heading {
    font-size: 4.2rem;
    padding-top: 100px;
    padding-bottom: 100px
  }
}

.hero__image {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 calc(50% - 50vw)
}

@media screen and (min-width:768px) {
  .hero__image {
    height: 250px
  }
}

@media screen and (min-width:1050px) {
  .hero__image {
    height: 300px
  }
}

.hero-minimal {
  position: relative
}

.hero-minimal::after {
  content: none
}

.hero-minimal__heading {
  font-size: 2.4rem;
  letter-spacing: .22em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px
}

@media screen and (min-width:768px) {
  .hero-minimal__heading {
    font-size: 3.0rem;
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media screen and (min-width:1050px) {
  .hero-minimal__heading {
    font-size: 4.0rem
  }
}

.hero-minimal__heading::before {
  content: attr(data-decoration-text);
  display: block;
  font-size: 1.5rem;
  letter-spacing: .35em;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px
}

@media screen and (min-width:768px) {
  .hero-minimal__heading::before {
    font-size: 2.0rem
  }
}

.home-hero {
  height: calc(100vh - 56px);
  height: calc(var(--vh, 1vh) * 100 - 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-position: center;
  background-size: cover
}

@media screen and (min-width:768px) {
  .home-hero {
    height: 638px
  }
}

.home-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4c5768;
  opacity: .3
}

.home-hero__heading {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: .22em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1
}

@media screen and (min-width:768px) {
  .home-hero__heading {
    font-size: 3.0rem
  }
}

@media screen and (min-width:1050px) {
  .home-hero__heading {
    font-size: 4.0rem
  }
}

.home-hero__heading:not(:first-child) {
  margin-top: 0
}

.home-hero__heading:not(:last-child) {
  margin-bottom: 0
}

.home-hero__heading::before {
  content: attr(data-decoration-text);
  display: block;
  font-size: 1.5rem;
  letter-spacing: .35em;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px
}

@media screen and (min-width:768px) {
  .home-hero__heading::before {
    font-size: 2.0rem
  }
}

.home-hero__logo {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 1
}

.home-hero__scroll {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: .35em;
  line-height: 1.5em;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  padding-bottom: 40px;
  width: 100px;
  text-align: center;
  z-index: 1
}

@media screen and (min-width:768px) {
  .home-hero__scroll {
    font-size: 1.4rem;
    padding-bottom: 57px
  }
}

.home-hero__scroll::after {
  content: '';
  width: 1px;
  height: 25px;
  position: absolute;
  left: 50%;
  bottom: 1px;
  background-color: #fff;
  -webkit-animation: scroll 2s ease-out 0s infinite;
  animation: scroll 2s ease-out 0s infinite
}

@media screen and (min-width:768px) {
  .home-hero__scroll::after {
    height: 42px
  }
}

.heading-decoration {

  text-align: center;
  margin-bottom: 20px;
}

.heading-decoration span {
  display: inline-block;
  background-color: #004077;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica Neue", "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 16px;
  letter-spacing: 0.05em;
  text-align: center;
}

.video-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: 600px;
}

.video-container iframe {
  width: 100%;
  height: 600px;
  border: none;
  display: block;
}

/* Video Section Decorations Round 2 */
.video-section {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 45px 40px;
  border-radius: 5px;
  border: 4px solid #e1e9ef;
}

@media screen and (max-width: 768px) {
  .video-section {
    padding: 20px 15px;
  }
}

.video-section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.video-title-level {
  position: relative;
  display: inline-block;
  background-color: #004077;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 5px;
  letter-spacing: 0.08em;
}

.video-title-name {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  line-height: 1.4;
}

.video-paragraph {
  font-size: 16px;
  color: gray;
  line-height: 1.4;
  margin-top: 45px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .video-paragraph {
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
  }

  .video-container {
    height: 420px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }

  .video-container iframe {
    height: 420px;
  }

  .video-section__title {
    gap: 15px;
  }

  .video-title-level {
    font-size: 14px;
    padding: 8px 15px;
  }

  .video-title-name {
    font-size: 18px;
  }
}

/* --- PC時のスタイル（基本設定） --- */
.slide-box .flex-box {
  display: flex;
  gap: 30px;
  padding-top: 30px;
  /* 間に30pxの隙間 */
}

.slide-box .figure {
  margin: 0;
  /* figure固有の余白をリセット */
  flex: 1;
  /* 親要素に合わせて2つの要素を均等幅に広げる（両端揃えになる） */
}

.slide-box .figure img {
  width: 100%;
  /* 親要素（figure）の幅いっぱいに広げる */
  height: auto;
  display: block;
}

/* --- SP時のスタイル（画面幅が狭い時） --- */
@media screen and (max-width: 767px) {
  .slide-box .flex-box {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .slide-box .figure {
    width: 100%;
    max-width: none;
    align-items: center;
  }
}

.arrowafter::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 51.5px 0 51.5px;
  border-color: #004077 transparent transparent transparent;
  left: calc(50% - 51.5px);
  bottom: 0;
  margin: 30px auto 40px;
}

.map_plane {
  display: inline-block;
  background-color: #e1e9ef;
  padding: 20px;
  margin: 0 auto;
  border-radius: 10px;
}

@media screen and (max-width:767px) {
  .figure.map_plane {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 14px 18px;
    overflow: visible;
  }
  .figure.map_plane img {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }

  /* スキルマップ直下の見出しが画面幅をはみ出さないように */
  .section-front.skillmap .grad-lead {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
  .section-front.skillmap .grad-lead__inner {
    max-width: 100%;
    box-sizing: border-box;
  }
}

h4 {
  color: #004077;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 40px
}

.skill-box {
  margin-top: 50px
}

.skill-box h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  color: #004077;
  background-color: #ffffff;
  padding: 5px
}

@media screen and (max-width:767px) {
  .skill-box h3 {
    font-size: 17px;
  }
}

.skill-box h3.map-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-color: #004077;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width:767px) {
  .skill-box h3.map-title {
    height: 30px;
    border-radius: 15px;
  }
}

.map_job {
  margin: 0 auto;
  padding: 20px
}

@media screen and (max-width:767px) {
  .map_job {
    padding: 0;
  }
}

.map_job img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .map_job img {
    display: block;
    max-width: none;
  }
}

.highlight {
  color: #004077;
  font-weight: bold;
  background: linear-gradient(to right, rgba(244, 87, 0, .7), rgba(243, 152, 0, .7));
}

.map-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-color: #004077;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.paragraph {
  display: block;
  max-width: 840px;
  margin: 0 auto;
}

.ending-box {
  display: block;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  margin-top: 50px;
}

.ending-box h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #004077;
  background-color: #e1e9ef;
  margin-top: 50px;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .ending-box h3 {
    font-size: 1.7rem;
  }
}


.matching-tab_box.original {
  margin-top: 50px
}
@media screen and (max-width:767px) {
  .matching-tab_box.original {
    display: block
  }
  .matching-modal.original {
    display: none
  }
}
.matching-tab_box.original .btn_area {
  margin: 0 -5px;
  display: -webkit-box;
  display: flex
}
.matching-tab_box.original .matching-tab_btn {
  width: 50%;
  margin: 0 5px;
  padding: 20px 10px;
  box-sizing: border-box;
  color: #333;
  background: #b0c3d2;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease 0s;
  color: #0a2c60;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .14em;
  border-radius: 5px 5px 0 0
}

@media screen and (max-width:767px) {
  .matching-tab_box.original .matching-tab_btn {
    font-size: 13px;
    line-height: 1.3;
    background: #b0c3d2;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.matching-tab_box.original .matching-tab_btn:hover, .matching-tab_box.original .matching-tab_btn.active {
  background-color: #004077;
  color: #fff
}
.matching-tab_box.original .panel_area {
  padding: 3px;
  background-color: #004077
}
.matching-tab_box.original .matching-tab_panel {
  display: none;
  border-radius: 5px;
  padding: 85px 60px;
  background-color: #fff
}
.matching-tab_box.original .matching-tab_panel.active {
  display: block
}

@media screen and (max-width:767px) {
  .matching-tab_box.original .matching-tab_panel {
    padding: 30px 20px;
  }
}
@media screen and (min-width:768px) {
  .matching-modal.original {
    display: none
  }
}
.matching-modal.original {
  margin-top: 35px
}
.matching-modal.original__btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px
}
.matching-modal.original__btn__item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5px
}
.matching-modal.original__btn__item:nth-child(n+3) {
  margin-top: 20px
}
.matching-modal.original__btn__item .heading-4 {
  font-size: 1.5rem;
  letter-spacing: .14em
}
.matching-modal.original__inner {
  text-align: center
}
.matching-modal.original__inner__title {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px;
  min-width: 140px;
  background-color: #e1e9ef;
  color: #0a2c60;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .14em
}
.matching-modal.original__inner .figure:not(:first-child) {
  margin-top: 20px
}