@charset "UTF-8";


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  font-family: sans-serif;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1rem;
  line-height: inherit;
  font-style: normal;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007185;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #c7511f;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #6c757d;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  animation-name: modal-video;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  .modal-video-inner {
    box-sizing: border-box;
    padding: 10px 60px;
  }
}

.modal-video-movie-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #333;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
  animation-name: modal-video-inner;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 2;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background: transparent;
  border: none;
}
@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  margin-top: -6px;
  background: #fff;
  border-radius: 5px;
}

*,
html {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: auto;
}

body {
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Segoe UI", "メイリオ", Meiryo, Sans-Serif;
  color: #333;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.l-header {
  position: relative;
  z-index: 101;
  width: 100%;
  padding: 20px 0;
  background-color: #042B6C;
}
@media screen and (max-width: 1159.98px) {
  .l-header {
    padding: 20px;
  }
}
@media screen and (max-width: 959.98px) {
  .l-header {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 959.98px) {
  .l-header {
    padding: 20px;
  }
}

.l-header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.l-header__logo {
  width: 100px;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959.98px) {
  .l-header__logo {
    width: 80px;
  }
}

.l-footer {
  position: relative;
}
.l-footer__company {
  display: flex;
  align-items: center;
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 959.98px) {
  .l-footer__company {
    flex-direction: column;
    width: auto;
    padding: 40px 20px;
  }
}
.l-footer__logo-link {
  transition: all 0.2s linear;
}
.l-footer__logo-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .l-footer__logo-link {
    transition: none;
  }
  .l-footer__logo-link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 959.98px) {
  .l-footer__logo-link {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
}
.l-footer__logo {
  padding-right: 80px;
}
@media screen and (max-width: 959.98px) {
  .l-footer__logo {
    width: 80px;
    padding-right: 0;
  }
}
.l-footer__info {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 959.98px) {
  .l-footer__info {
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.75;
  }
}
.l-footer__info th {
  font-weight: normal;
}
@media screen and (max-width: 959.98px) {
  .l-footer__info th {
    width: 52px;
  }
}
.l-footer__info td {
  padding-left: 20px;
}
@media screen and (max-width: 959.98px) {
  .l-footer__info td {
    padding-left: 10px;
  }
}
.l-footer__location-list {
  margin-bottom: 0;
  list-style: none;
}
.l-footer__copyright {
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
  background-color: #E2DFF5;
}

.c-contents-section {
  padding: 80px 20px;
}
@media screen and (max-width: 959.98px) {
  .c-contents-section {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 519.98px) {
  .c-contents-section {
    padding: 30px 20px 60px;
  }
}
.c-contents-section:nth-child(odd) {
  background-color: #F1F0F8;
}
.c-contents-section__body {
  max-width: 1100px;
  margin: 0 auto;
}
.c-contents-section__title {
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
  color: #80784f;
}
@media screen and (max-width: 959.98px) {
  .c-contents-section__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.c-contents-section__title small {
  display: inline-block;
  line-height: 1.3;
}
.c-contents-section__desc {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .c-contents-section__desc {
    margin-bottom: 20px;
    text-align: left;
  }
}
.c-contents-section__desc--long {
  text-align: left;
}
.c-contents-section__link {
  display: block;
  margin-top: 60px;
  text-align: right;
}
@media screen and (max-width: 959.98px) {
  .c-contents-section__link {
    margin-top: 30px;
  }
}

.c-img-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 959.98px) {
  .c-img-item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 519.98px) {
  .c-img-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.c-img-item:last-child {
  margin-bottom: 0;
}
.c-img-item__text {
  width: 70%;
  max-width: 750px;
}
@media screen and (max-width: 959.98px) {
  .c-img-item__text {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 959.98px) {
  .c-img-item__text + .c-img-item__img--large {
    margin: 0 0 auto auto;
    border-radius: 10px;
  }
}
@media screen and (max-width: 519.98px) {
  .c-img-item__text + .c-img-item__img--large {
    margin: 0 calc(50% - 50vw) 20px;
    border-radius: 0;
  }
}
.c-img-item__title, .c-img-item__title-black {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #80784f;
}
@media screen and (max-width: 959.98px) {
  .c-img-item__title, .c-img-item__title-black {
    font-size: 18px;
  }
}
@media screen and (max-width: 519.98px) {
  .c-img-item__title, .c-img-item__title-black {
    margin-bottom: 0;
    padding: 10px 0;
  }
}
.c-img-item__title-black {
  color: #1b2938;
}
.c-img-item__desc {
  margin-bottom: 0;
  line-height: 1.75;
}
@media screen and (max-width: 959.98px) {
  .c-img-item__desc {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.c-img-item__desc + .c-img-item__desc {
  margin-top: 1rem;
}
.c-img-item__link {
  margin: 15px 0 0;
}
@media screen and (max-width: 959.98px) {
  .c-img-item__link {
    margin: 15px 0 20px;
  }
}
.c-img-item--column {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.c-img-item figure {
  margin-bottom: 0;
}
.c-img-item__fig-anchor {
  display: block;
}
@media screen and (max-width: 959.98px) {
  .c-img-item__fig {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 959.98px) and (max-width: 959.98px) {
  .c-img-item__fig {
    width: 43%;
    margin: 0 0 auto auto;
  }
}
@media screen and (max-width: 959.98px) and (max-width: 519.98px) {
  .c-img-item__fig {
    width: 100%;
  }
}
@media screen and (max-width: 959.98px) {
  .c-img-item__fig img {
    width: 100%;
    height: auto;
  }
}
.c-img-item__fig figcaption {
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .c-img-item__fig figcaption {
    font-size: 12px;
  }
}
.c-img-item__img, .c-img-item__img--secondary {
  height: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 959.98px) {
  .c-img-item__img, .c-img-item__img--secondary {
    width: 43%;
    margin: 0 0 auto auto;
  }
}
@media screen and (max-width: 519.98px) {
  .c-img-item__img, .c-img-item__img--secondary {
    width: 100%;
  }
}
.c-img-item__img.is-left, .is-left.c-img-item__img--secondary {
  margin-right: 30px;
}
@media screen and (max-width: 959.98px) {
  .c-img-item__img.is-left, .is-left.c-img-item__img--secondary {
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 519.98px) {
  .c-img-item__img.is-left, .is-left.c-img-item__img--secondary {
    width: 100%;
    margin: 0 auto 10px auto;
  }
}
.c-img-item__img.is-border, .is-border.c-img-item__img--secondary {
  border: 1px solid #DFE3E5;
}
@media screen and (max-width: 519.98px) {
  .c-img-item__img.is-half, .is-half.c-img-item__img--secondary {
    width: 50%;
    margin: 0 auto 10px auto;
  }
}
.c-img-item__img--secondary {
  height: auto;
}
@media screen and (max-width: 959.98px) {
  .c-img-item__img--secondary {
    display: inline-block;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 519.98px) {
  .c-img-item__img--secondary {
    margin: 0 0 20px;
  }
}
.c-img-item__img--large {
  width: 40%;
  max-width: 420px;
  height: auto;
  margin-left: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .c-img-item__img--large {
    width: 43%;
  }
}
@media screen and (max-width: 519.98px) {
  .c-img-item__img--large {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
  }
}
.c-img-item__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 959.98px) {
  .c-img-item__inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 519.98px) {
  .c-img-item__inner {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 959.98px) {
  .c-nav {
    display: none;
  }
}
.c-nav__menu {
  display: flex;
  margin-bottom: 0;
}
.c-nav__menu li:not(:last-child) {
  margin-right: 24px;
}
.c-nav__link {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  transition: all 0.3s ease;
}
.c-nav__link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

.c-nav-sp {
  display: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 959.98px) {
  .c-nav-sp {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 1;
    display: block;
    width: 255px;
    height: 100vh;
  }
  .c-nav-sp.is-active {
    right: 0;
  }
}
.c-nav-sp__menu {
  height: 100%;
  margin-bottom: 0;
  overflow-y: auto;
}
.c-nav-sp__menu li:not(:last-child) {
  border-bottom: 1px solid #b2b2b2;
}
.c-nav-sp__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 47px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #1b2938;
  background: #fff;
}
.c-nav-sp__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 0;
  border-right: 2px solid #554daa;
  border-bottom: 2px solid #554daa;
  border-left: 0;
  transform: rotate(-45deg);
}
.c-nav-sp__btn, .c-nav-sp__btn--side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  font-size: 10px;
  color: #fff;
  background: #554daa;
  border: 0;
}
.c-nav-sp__btn--side {
  position: absolute;
  top: 0;
  right: 255px;
  width: 65px;
}
.c-nav-sp__overlay {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 213, 213, 0.8);
}
.c-nav-sp__overlay.is-active {
  display: block;
}

.c-nav-hamburger {
  display: none;
}
@media screen and (max-width: 959.98px) {
  .c-nav-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #554daa;
    border: 0;
  }
}
.c-nav-hamburger__lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 28px;
}
.c-nav-hamburger__lines span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
}

.c-step__list {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
@media screen and (max-width: 1159.98px) {
  .c-step__list {
    flex-direction: column;
  }
}

.c-step__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
  height: 170px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1.05px;
  background-color: #D9D6F0;
  border-radius: 10px;
}
@media screen and (max-width: 1159.98px) {
  .c-step__item {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px 20px;
  }
  .c-step__item br {
    display: none;
  }
}
.c-step__item:nth-child(n+2) {
  margin-left: 37px;
}
@media screen and (max-width: 1159.98px) {
  .c-step__item:nth-child(n+2) {
    margin-top: 45px;
    margin-left: 0;
  }
}
.c-step__item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border: 11px 0 11px 16px solid transparent transparent transparent #554daa;
  border-width: 11px 0 11px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #554daa;
}
@media screen and (max-width: 1159.98px) {
  .c-step__item:nth-child(n+2)::before {
    top: -30px;
    right: 0;
    bottom: auto;
    left: 0;
    border: 15px 10px 0 10px solid #554daa transparent transparent transparent;
    border-width: 15px 10px 0 10px;
    border-style: solid;
    border-color: #554daa transparent transparent transparent;
  }
}

.c-step__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 10px auto;
  font-size: 16px;
  color: #fff;
  background-color: #554daa;
  border-radius: 50%;
}
@media screen and (max-width: 1159.98px) {
  .c-step__number {
    margin: 0;
  }
}

.c-step__name {
  display: flex;
  flex: 1 1;
  align-items: center;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1159.98px) {
  .c-step__name {
    flex: initial;
    margin: 0 0 0 5px;
    padding-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 519.98px) {
  .c-step__name {
    flex: 1 1;
    margin: 0 0 0 15px;
  }
}

.p-configuration__wrap {
  display: block;
  background-color: #fff;
}
.p-configuration__wrap img {
  width: 100%;
  height: auto;
}

.p-contact-anchor {
  margin-top: 40px;
}

.p-contact-anchor__desc {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #1b2938;
}
.p-contact-anchor__desc span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 959.98px) {
  .p-contact-anchor__desc span {
    font-size: 14px;
  }
}
@media screen and (max-width: 959.98px) {
  .p-contact-anchor__desc {
    font-size: 20px;
  }
}

.p-contact-anchor__btn-area {
  position: relative;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  border-radius: 40px;
}
@media screen and (max-width: 959.98px) {
  .p-contact-anchor__btn-area {
    max-width: 400px;
    height: 60px;
    font-size: 18px;
  }
}
.p-contact-anchor__btn-area--hero {
  max-width: 380px;
  height: 60px;
  margin-left: 0;
  font-size: 18px;
  border-radius: 30px;
}
@media screen and (max-width: 519.98px) {
  .p-contact-anchor__btn-area--hero {
    margin: 0 auto 10px;
  }
}
.p-contact-anchor__btn-area::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-right: 0;
  transform: translate(0, -50%) rotate(-45deg);
}

.p-contact-anchor__btn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-color: #ff7f2f;
  transition: all 0.3s ease;
}
.p-contact-anchor__btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d55505;
}
.p-contact-anchor__btn:hover::after {
  color: #d55505;
}
.p-contact-anchor__btn::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #d55505;
  transition: all 0.3s ease;
}
.p-contact-anchor__btn:hover::before {
  top: 0;
}

.p-contact {
  padding: 80px 30px;
  background: #1b2938;
}
@media screen and (max-width: 959.98px) {
  .p-contact {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 959.98px) {
  .p-contact {
    padding: 30px 20px;
  }
}

.p-contact__form {
  margin-top: 50px;
}
@media screen and (max-width: 959.98px) {
  .p-contact__form {
    margin-top: 30px;
  }
}

.p-contact__title {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .p-contact__title {
    margin-right: -1px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.p-contact__title-catch {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .p-contact__title-catch {
    font-size: 16px;
  }
}

.p-contact__body {
  max-width: 900px;
  margin: 0 auto;
}

.p-contact__tel {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border: solid 4px #fff;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .p-contact__tel {
    display: block;
    text-align: center;
    border-width: 2px;
  }
}

.p-contact__telTitle {
  width: 50%;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .p-contact__telTitle {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.p-contact__telNumber-wrap {
  padding-left: 30px;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .p-contact__telNumber-wrap {
    padding-left: 0;
  }
}

.p-contact__telNumber {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 36px;
}
.p-contact__telNumber a {
  color: #fff;
  transition: all 0.2s linear;
}
.p-contact__telNumber a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .p-contact__telNumber a {
    transition: none;
  }
  .p-contact__telNumber a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 959.98px) {
  .p-contact__telNumber {
    font-size: 24px;
  }
}

.p-contact__receptionTime {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .p-contact__receptionTime {
    font-size: 12px;
  }
}

.p-faq__list {
  margin-bottom: 0;
  list-style: none;
}

.p-faq-item {
  border-bottom: 1px solid #D8D8D8;
}
.p-faq-item:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-faq-item__question-head {
  margin-bottom: 0;
}
.p-faq-item__question {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 25px 56px 25px 64px;
  font-size: 18px;
  text-align: left;
  color: #1b2938;
  background: #fff;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 959.98px) {
  .p-faq-item__question {
    right: 0;
    padding: 20px 29px 20px 34px;
    font-size: 16px;
  }
}
.p-faq-item__question::before {
  content: "Q";
  position: absolute;
  top: 16px;
  left: 20px;
  font-weight: 600;
  font-size: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Sans-Serif;
  color: #554daa;
}
@media screen and (max-width: 959.98px) {
  .p-faq-item__question::before {
    left: 0;
    font-size: 22px;
  }
}
.p-faq-item__question::after {
  content: url(/img/lp_iotpack/icon/icon_faq_plus.svg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 5px;
  height: 18px;
  margin: auto;
}
@media screen and (max-width: 959.98px) {
  .p-faq-item__question::after {
    right: 0;
  }
}
.p-faq-item__question.is-open::after {
  content: url(/img/lp_iotpack/icon/icon_faq_minus.svg);
  height: 32px;
}
.p-faq-item__answer {
  position: relative;
  display: none;
  margin-bottom: 0;
  padding: 25px 20px 25px 64px;
  line-height: 1.75;
}
@media screen and (max-width: 959.98px) {
  .p-faq-item__answer {
    padding: 20px 20px 20px 47px;
    font-size: 14px;
  }
}
.p-faq-item__answer::before {
  content: "A";
  position: absolute;
  top: 16px;
  left: 20px;
  font-weight: 600;
  font-size: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Sans-Serif;
  color: #80784f;
}
@media screen and (max-width: 959.98px) {
  .p-faq-item__answer::before {
    font-size: 22px;
  }
}

.p-hero-section {
  background: #554daa;
}

.p-hero__content--wrapper {
  display: flex;
  align-items: flex-end;
  width: 1140px;
  margin: 0 auto;
  padding: 30px 20px 0;
}
@media screen and (max-width: 1159.98px) {
  .p-hero__content--wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 519.98px) {
  .p-hero__content--wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}

.p-hero__content--text {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  padding-bottom: 100px;
}
@media screen and (max-width: 1159.98px) {
  .p-hero__content--text {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 959.98px) {
  .p-hero__content--text {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 60px;
  }
}
@media screen and (max-width: 519.98px) {
  .p-hero__content--text {
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 1159.98px) {
  .p-hero__img {
    width: 35%;
    margin-left: 30px;
  }
  .p-hero__img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 519.98px) {
  .p-hero__img {
    display: block;
    width: 300px;
    margin: 10px auto 0;
  }
}

.p-hero__illust {
  text-align: right;
}

@media screen and (max-width: 519.98px) {
  .p-hero__point {
    display: none;
  }
}

.p-hero__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.35;
  color: #fff;
}
@media screen and (max-width: 1159.98px) {
  .p-hero__title {
    font-size: 46px;
  }
  .p-hero__title br {
    display: none;
  }
}
@media screen and (max-width: 959.98px) {
  .p-hero__title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.47;
  }
}
@media screen and (max-width: 519.98px) {
  .p-hero__title {
    font-size: 28px;
  }
}

.p-hero__lead {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  color: #ffdd38;
}
@media screen and (max-width: 1159.98px) {
  .p-hero__lead {
    font-size: 28px;
  }
}
@media screen and (max-width: 959.98px) {
  .p-hero__lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 519.98px) {
  .p-hero__lead {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.p-issue__theme {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .p-issue__theme {
    font-size: 24px;
  }
}
.p-issue__solution {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
  color: #554daa;
}
@media screen and (max-width: 959.98px) {
  .p-issue__solution {
    font-size: 24px;
  }
}
.p-issue__desc {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .p-issue__desc {
    font-size: 16px;
    text-align: left;
  }
}
.p-issue__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  margin-bottom: 10px;
  list-style: none;
  gap: 10px;
}
@media screen and (max-width: 1159.98px) {
  .p-issue__list {
    justify-content: flex-start;
  }
  .p-issue__list:last-child {
    margin: 0 auto;
  }
}
.p-issue__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(20% - 10px);
  min-height: 130px;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border: 2px solid #554daa;
  border-radius: 8px;
}
@media screen and (max-width: 1159.98px) {
  .p-issue__item {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 959.98px) {
  .p-issue__item {
    width: calc(50% - 10px);
    min-height: auto;
    font-size: 14px;
    text-align: left;
  }
}
.p-issue__arrow {
  display: block;
  margin: 20px auto 15px;
}

.p-merit .c-img-item__desc {
  font-size: 21px;
}
@media screen and (max-width: 1159.98px) {
  .p-merit .c-img-item__desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 959.98px) {
  .p-merit .c-img-item__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 519.98px) {
  .p-merit .c-img-item__desc {
    font-size: 14px;
  }
}

.p-pagetop {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 959.98px) {
  .p-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.p-pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #554daa;
  border-radius: 50%;
  transition: all 0.2s linear;
}
.p-pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .p-pagetop a {
    transition: none;
  }
  .p-pagetop a:hover {
    opacity: 1;
  }
}
.p-pagetop a::before {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  right: 50%;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  transform: translate(50%, -50%) rotate(-45deg);
}
.p-pagetop.js-visible {
  visibility: visible;
  opacity: 1;
}

.p-technology img {
  width: 100%;
  height: auto;
}
.p-technology__pc {
  display: block;
}
@media screen and (max-width: 959.98px) {
  .p-technology__pc {
    display: none;
  }
}
.p-technology__sp {
  display: none;
}
@media screen and (max-width: 959.98px) {
  .p-technology__sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* 要素間の隙間 */
  }
}
.p-technology__sp-item {
  width: calc(33.33% - 10px);
  padding: 0 10px;
}
@media screen and (max-width: 519.98px) {
  .p-technology__sp-item {
    width: calc(50% - 10px);
  }
}
.p-technology__sp-item:nth-child(odd) .p-technology__subtitle::before {
  transform: rotate(45deg);
}
.p-technology__subtitle {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 400;
  border-top: 5px solid #554daa;
}
@media screen and (max-width: 519.98px) {
  .p-technology__subtitle {
    padding-top: 5px;
    font-size: 14px;
  }
}
.p-technology__subtitle::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 20px;
  height: 4px;
  background: #554daa;
  transform: rotate(-45deg);
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.u-text--normal {
  font-weight: normal !important;
  font-style: normal !important;
}

.u-text--bold {
  font-weight: bold !important;
}

.u-text--italic {
  font-style: italic !important;
}

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

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

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

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

@media screen and (max-width: 1159.98px) {
  .u-hidden--pc {
    display: none !important;
  }
}

@media screen and (max-width: 959.98px) {
  .u-hidden--ipad {
    display: none !important;
  }
}

@media screen and (max-width: 519.98px) {
  .u-hidden--sp {
    display: none !important;
  }
}

.u-show--ipad {
  display: none !important;
}
@media screen and (max-width: 959.98px) {
  .u-show--ipad {
    display: block !important;
  }
}

.u-show--sp {
  display: none !important;
}
@media screen and (max-width: 519.98px) {
  .u-show--sp {
    display: block !important;
  }
}

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: 700;
}

.u-gold {
  color: #b98f17;
}

.mb0 {
  margin-bottom: 0 !important;
}

span {
  display: inline;
}
/*# sourceMappingURL=maps/lp_iotpack.css.map */