@charset "UTF-8";
@-webkit-keyframes showMenuItems {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes showMenuItems {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

.bg-primary {
  background-color: #14537b; }

.bg-brown {
  background-color: #bdad70; }

.bg-dark {
  background-color: #3e3a39; }

.bg-silver {
  background-color: #f0f0f0; }

.bg-orange {
  background-color: #ff8b61; }

.bg-light-orange {
  background-color: #ffae90 !important; }

.light-orange-color {
  background-color: #fbe0d5 !important; }

.thin-orange-color {
  background-color: #fceae2 !important; }

.bg-primary-light {
  background-color: #396e90; }

.text-red {
  color: #e83828; }

.text-blue-ocean {
  color: #00a0e9; }

.bg-grey {
  background-color: #f7f8f8; }

.bg-white {
  background-color: #fff; }

.text-light-blue {
  color: #396e90; }

.text-blue {
  color: #14537b; }

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

.border-radius {
  border-radius: 10px; }

.border-radius-none {
  border-radius: 0 !important; }

.noto-font {
  font-family: "Noto Sans", sans-serif; }

.notoJp-font {
  font-family: "Noto Sans JP", sans-serif; }

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

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

.text-underline {
  text-decoration: underline !important; }

.text-white {
  color: #fff !important; }

.text-orange {
  color: #ff8b61; }

.text-dark {
  color: #000000 !important; }

.font-weight-nomal {
  font-weight: 400 !important; }

.bg-thin-primary {
  background-color: #dae3ea !important; }

.bg-light-primary {
  background-color: #6d92ac !important; }

.bg-light-yellow {
  background-color: #fefccc !important; }

.bg-primary-color {
  background-color: #c9d6e2 !important; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/fonts/icomoon.eot?c2yvce");
  src: url("../fonts/icomoon/fonts/icomoon.eot?c2yvce#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?c2yvce") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?c2yvce") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?c2yvce#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-book:before {
  content: "\e902"; }

.icon-nav:before {
  content: "\e900"; }

.icon-email:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e903"; }

.icon-phone:before {
  content: "\e904"; }

.icon-item:before {
  content: "\e905"; }

.icon-layer:before {
  content: "\e906"; }

.icon-arrow-right-bold:before {
  content: "\e907"; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

a,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
mark,
menu,
nav,
ol,
p,
pre,
q,
s,
section,
select,
small,
span,
strong,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

ol,
ul {
  list-style: none; }

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: inherit;
  font-weight: bolder; }

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

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  outline: none; }

button,
input,
select {
  overflow: visible; }

button,
select {
  text-transform: none; }

[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield; }

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

blockquote,
q {
  quotes: none; }

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

img {
  max-width: 100%; }

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif; }

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  -webkit-flex-basis: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  -webkit-flex-basis: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  -webkit-flex-basis: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  -webkit-flex-basis: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  -webkit-flex-basis: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  -webkit-flex-basis: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  color: #3e3a39;
  font-weight: 400;
  overflow-x: auto;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif; }

@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem; } }

@media screen and (max-width: 1023px) {
  body {
    font-size: 1.4rem; } }

body a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #3e3a39;
  text-decoration: none; }

body a:hover {
  text-decoration: none;
  opacity: 0.8; }

.inner {
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.mContainer {
  padding: 7rem 0; }

@media screen and (max-width: 992px) {
  .mContainer {
    padding: 4rem 0; } }

@media screen and (max-width: 480px) {
  .mContainer {
    padding: 3rem 0; } }

/*==================================================================================================
	Image Object fit
==================================================================================================*/
.imgContainer {
  text-align: center; }

.imgContainer.-noImage {
  position: relative; }

.imgContainer.-noImage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #dcdddd; }

.imgContainer .featuredImage {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover; }

@media screen and (max-width: 768px) {
  .imgContainer .featuredImage {
    width: 80%; } }

.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center; }

.custom-object-fit .featuredImage {
  opacity: 0; }

/*==================================================================================================
	Heading box
==================================================================================================*/
.headBox {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 50px; }

@media screen and (max-width: 992px) {
  .headBox {
    font-size: 2.8rem; } }

@media screen and (max-width: 567px) {
  .headBox {
    font-size: 2rem;
    line-height: 30px; } }

.headBox.text-center {
  text-align: center; }

.headBox.-color-blue {
  color: #396e90; }

.headBox.-color-white {
  color: #fff; }

@media screen and (max-width: 768px) {
  .headTxt {
    font-size: 1.2rem; } }

.heading-h3 {
  font-size: 3rem;
  color: #000000;
  font-weight: 700;
  line-height: 30px; }

.shadow-top {
  -webkit-box-shadow: 0 -15px 15px -15px rgba(17, 17, 17, 0.5);
  box-shadow: 0 -15px 15px -15px rgba(17, 17, 17, 0.5); }

.boxHead {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 8rem; }

@media screen and (max-width: 992px) {
  .boxHead {
    font-size: 3.3rem;
    margin-bottom: 7rem; } }

@media screen and (max-width: 768px) {
  .boxHead {
    font-size: 3rem;
    margin-bottom: 5rem; } }

@media screen and (max-width: 480px) {
  .boxHead {
    font-size: 2.7rem;
    margin-bottom: 3rem; } }

.boxTtl {
  font-size: 2.5rem;
  color: #396e90;
  font-weight: 400;
  margin-bottom: 4rem; }

@media screen and (max-width: 992px) {
  .boxTtl {
    font-size: 2.2rem;
    margin-bottom: 3rem; } }

@media screen and (max-width: 480px) {
  .boxTtl {
    font-size: 2rem;
    margin-bottom: 2rem; } }

.boxTxt {
  font-size: 1.5rem; }

@media screen and (max-width: 992px) {
  .boxTxt {
    font-size: 1.4rem; } }

@media screen and (max-width: 768px) {
  .boxTxt {
    margin-bottom: 1rem; } }

@media screen and (max-width: 480px) {
  .boxTxt {
    font-size: 1.3rem; } }

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

/*==================================================================================================
	Row Box
==================================================================================================*/
.rowPost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 3rem; }

.rowPost.-small {
  max-width: 850px;
  margin: 0 auto; }

.rowPost.-small .rowPost__left {
  width: calc(100% - 300px); }

@media screen and (max-width: 768px) {
  .rowPost.-small .rowPost__left {
    width: 100%; } }

.rowPost.-small .rowPost__right {
  width: 300px; }

@media screen and (max-width: 992px) {
  .rowPost.-small .rowPost__right {
    width: 200px; } }

@media screen and (max-width: 768px) {
  .rowPost.-small .rowPost__right {
    margin: 0 auto;
    width: 100%; } }

.rowPost__left {
  width: calc(100% - 500px);
  font-size: 2.5rem;
  color: #3e3a39;
  line-height: 40px;
  padding-right: 1rem;
  font-weight: 700; }

@media screen and (max-width: 1026px) {
  .rowPost__left {
    font-size: 2.3rem;
    line-height: 30px; } }

@media screen and (max-width: 992px) {
  .rowPost__left {
    width: calc(100% - 400px);
    font-size: 1.8rem; }
  .rowPost__left br {
    display: none; } }

@media screen and (max-width: 768px) {
  .rowPost__left {
    padding-right: 0;
    margin-bottom: 1rem;
    line-height: initial;
    width: 100%;
    font-size: 1.6rem; } }

.rowPost__right {
  width: 500px; }

@media screen and (max-width: 992px) {
  .rowPost__right {
    width: 400px; } }

@media screen and (max-width: 768px) {
  .rowPost__right {
    width: 100%; } }

.rowPost__right img {
  width: 100%; }

@media screen and (max-width: 768px) {
  .rowPost__right img {
    max-width: 320px;
    display: block;
    margin: 0 auto; } }

/*==================================================================================================
	Arrow
==================================================================================================*/
.arrow-bottom {
  position: relative; }

.arrow-bottom:before {
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: -10px;
  position: absolute;
  border-top: 20px solid #ebeaea;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.arrow-bottom.-primary-color:before {
  border-top: 20px solid #396e90; }

.arrow-left {
  position: relative; }

.arrow-left:before {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ebeaea;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: -10px; }

.arrow-left.-primary-color:before {
  border-right: none;
  border-left: 20px solid #ebeaea; }

/*==================================================================================================
	List Doted
==================================================================================================*/
.lsDoted__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.lsDoted__item:before {
  content: "●";
  margin-right: 2rem;
  font-size: 12px;
  position: relative;
  top: 2px; }

.lsDoted__item .text {
  font-size: 1.4rem;
  position: relative;
  left: -15px; }

/*==================================================================================================
	Button
==================================================================================================*/
.btnGrey {
  max-width: 320px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); }

.btnGrey__icon {
  margin-right: 2rem; }

.btnOrange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 60px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  background-color: #ff8b61;
  padding: 1rem 2rem;
  margin-top: 3rem;
  font-weight: 600; }

.btnOrange__icon {
  margin-right: 1.5rem;
  font-size: 2rem; }

.btnWhite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  color: #000000;
  background-color: #fff;
  padding: 1rem 2rem;
  font-weight: 600; }

.btnWhite__icon {
  margin-right: 1.5rem;
  font-size: 2rem; }

.mg-auto {
  margin: 0 auto; }

.btnGroupFixed {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99; }

.btnGroupFixed .btn {
  display: block;
  margin-bottom: 8px;
  width: 70px;
  border-radius: 5px 0 0 5px;
  overflow: hidden; }

@media screen and (max-width: 992px) {
  .btnGroupFixed .btn {
    width: 50px; } }

@media screen and (max-width: 480px) {
  .btnGroupFixed .btn {
    width: 45px; } }

.btnGroupFixed .btn:last-child {
  margin-bottom: 0; }

.btnGroupFixed .btn .text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0 auto;
  font-weight: 700; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btnGroupFixed .btn .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; } }

@-moz-document url-prefix() {
  .btnGroupFixed .btn .text {
    display: flex;
    align-items: center;
    width: 100%; } }

@media screen and (max-width: 768px) {
  .btnGroupFixed .btn .text {
    display: none; } }

.btnGroupFixed .btn .btnGrey__icon {
  margin-right: 0;
  font-size: 10px; }

.btnGroupFixed .btn .btnTxt {
  padding: 1rem 0.5rem;
  height: 180px; }

@media screen and (max-width: 992px) {
  .btnGroupFixed .btn .btnTxt {
    height: 150px; } }

@media screen and (max-width: 768px) {
  .btnGroupFixed .btn .btnTxt {
    height: 45px; } }

@media screen and (max-width: 480px) {
  .btnGroupFixed .btn .btnTxt {
    height: 40px; } }

.btnGroupFixed .btn .btnIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0; }

@media screen and (max-width: 768px) {
  .btnGroupFixed .btn .btnIcon {
    display: none; } }

/*==================================================================================================
	Heading Page
==================================================================================================*/
.headingContainer {
  padding: 3.5rem 0; }

@media screen and (max-width: 992px) {
  .headingContainer {
    padding: 2.5rem 0; } }

@media screen and (max-width: 567px) {
  .headingContainer {
    padding: 1.5rem 0; } }

.headPage {
  font-size: 2.8rem;
  font-weight: 700; }

@media screen and (max-width: 992px) {
  .headPage {
    font-size: 2.4rem; } }

@media screen and (max-width: 567px) {
  .headPage {
    font-size: 2rem; } }

.headPage .iconLine {
  position: relative;
  padding-left: 7rem;
  padding-right: 7rem; }

@media screen and (max-width: 992px) {
  .headPage .iconLine {
    padding-left: 5rem;
    padding-right: 5rem; } }

@media screen and (max-width: 567px) {
  .headPage .iconLine {
    padding-left: 3rem;
    padding-right: 3rem; } }

.headPage .iconLine:before, .headPage .iconLine:after {
  content: "";
  position: absolute;
  background-color: #898989;
  width: 50px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 992px) {
  .headPage .iconLine:before, .headPage .iconLine:after {
    width: 30px; } }

@media screen and (max-width: 567px) {
  .headPage .iconLine:before, .headPage .iconLine:after {
    width: 25px; } }

.headPage .iconLine:before {
  left: 0; }

.headPage .iconLine:after {
  right: 0; }

.headCtn {
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 3rem; }

@media screen and (max-width: 768px) {
  .headCtn {
    font-size: 2rem; } }

@media screen and (max-width: 567px) {
  .headCtn {
    font-size: 1.8rem;
    margin-bottom: 1.5rem; } }

.headCtn .border {
  border-bottom: 4px solid #565352; }

.boxQuest {
  margin-bottom: 7rem; }

.boxQuest:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .boxQuest {
    margin-bottom: 5rem; } }

@media screen and (max-width: 567px) {
  .boxQuest {
    margin-bottom: 3rem; } }

.boxQuest__item {
  padding: 1.5rem 5rem 1.5rem 2.5rem;
  margin-bottom: 2.5rem;
  background-color: #fff;
  border-radius: 10px; }

@media screen and (max-width: 768px) {
  .boxQuest__item {
    padding: 1rem 4rem 1rem 1.5rem;
    margin-bottom: 1.5rem; } }

.boxQuest__item:last-child {
  margin-bottom: 0; }

.boxQuest__item .quest,
.boxQuest__item .answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.boxQuest__item .quest.icon,
.boxQuest__item .answer.icon {
  position: relative; }

.boxQuest__item .quest.icon.iconOpen::before, .boxQuest__item .quest.icon.iconClose::before,
.boxQuest__item .answer.icon.iconOpen::before,
.boxQuest__item .answer.icon.iconClose::before {
  content: "";
  position: absolute;
  background-image: url(../img/top/icon_arrowPlush.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 768px) {
  .boxQuest__item .quest.icon.iconOpen::before, .boxQuest__item .quest.icon.iconClose::before,
  .boxQuest__item .answer.icon.iconOpen::before,
  .boxQuest__item .answer.icon.iconClose::before {
    width: 20px;
    height: 20px; } }

.boxQuest__item .quest.icon.iconClose::before,
.boxQuest__item .answer.icon.iconClose::before {
  background-image: url(../img/top/icon_arrowMinus.svg); }

.boxQuest__item .quest .title,
.boxQuest__item .answer .title {
  font-weight: 700;
  font-size: 6rem;
  padding-right: 1.5rem;
  width: 65px;
  color: #396e90;
  line-height: 1; }

@media screen and (max-width: 768px) {
  .boxQuest__item .quest .title,
  .boxQuest__item .answer .title {
    font-size: 5rem;
    padding-right: 1rem;
    width: 55px; } }

@media screen and (max-width: 567px) {
  .boxQuest__item .quest .title,
  .boxQuest__item .answer .title {
    font-size: 4rem;
    padding-right: 1rem;
    width: 45px; } }

.boxQuest__item .quest .text,
.boxQuest__item .answer .text {
  width: calc(100% - 80px);
  font-weight: 700;
  font-size: 1.8rem;
  word-break: break-all; }

@media screen and (max-width: 768px) {
  .boxQuest__item .quest .text,
  .boxQuest__item .answer .text {
    font-size: 1.6rem;
    width: calc(100% - 63px); } }

@media screen and (max-width: 567px) {
  .boxQuest__item .quest .text,
  .boxQuest__item .answer .text {
    font-size: 1.4rem;
    width: calc(100% - 50px); } }

.boxQuest__item .answer {
  display: none;
  margin-top: 2rem; }

@media screen and (max-width: 567px) {
  .boxQuest__item .answer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 1rem; } }

.boxQuest__item .answer.showAnswer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.boxQuest__item .answer .title {
  color: #ff8b61;
  line-height: 1; }

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

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none; } }
