<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&amp;display=swap");

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

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

*,
*::before,
*::after {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style: none;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

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

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

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

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

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow: visible;
  color: #3e3e3e;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", メイリオ, meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
  word-break: break-word;
}

body.-showAreaSP {
  overflow: hidden;
}

a {
  color: #278cc3;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  color: #278cc3;
  text-decoration: none;
}

a.u-link {
  color: #278cc3;
}

a.u-link:hover {
  text-decoration: underline;
}

a img {
  transition: all 0.3s;
}

a img:hover {
  opacity: 0.7;
}

p {
  font-weight: inherit;
}

.l-header {
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: 0.5s ease;
}

.l-main {
  position: relative;
}

.l-main .l-contents {
  margin-top: 100px;
  padding: 0 0 120px;
}

@media (max-width: 768px) {
  .l-main .l-contents {
    margin-top: 85px;
    padding: 0 0 60px;
  }
}

.l-footer {
  position: relative;
}

.l-container {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.l-container.-typeB {
  max-width: 1230px;
}

@media (min-width: 1001px) and (max-width: 1260px) {
  .l-container.-typeB {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-container.-full {
  max-width: 100%;
}

.l-container.-sp {
  max-width: 100%;
}

@media (max-width: 1030px) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 425px) {
  .l-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 320px) {
  .l-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.l-pageMain {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .l-pageMain {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-pageSidebar {
  flex-shrink: 0;
  width: 248px;
  margin-left: 4%;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .l-pageSidebar {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-pageSidebar {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
}

.l-pageBody {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .l-pageBody {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-pageBody {
    display: block;
  }
}

.l-pageBody .is-sidebar-right {
  flex-direction: row;
}

.l-pageBody .is-sidebar-right .l-pageSidebar {
  margin-right: 40px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .l-pageBody .is-sidebar-right .l-pageSidebar {
    margin-right: 0;
  }
}

.l-pageContent {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .l-pageContent {
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.c-button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 325px;
  height: 70px;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: #278cc3;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2.2px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: 0.3s;
}

.c-button:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 64px;
  height: 6px;
  transform: translateY(-50%);
  background: url(../images/icon/ic_arrow_button.svg) no-repeat center/100%;
  content: none;
}

@media (max-width: 768px) {
  .c-button:after {
    right: 10px;
  }
}

.c-button:before {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: none;
  transition: all 250ms ease-out;
}

.c-button.-common {
  width: 827px;
}

.c-button.-center {
  margin-right: auto;
  margin-left: auto;
}

.c-button.-w100p {
  width: 100% !important;
}

.c-button.-btnBlue {
  background-image: linear-gradient(to right, #29abe2, #0071bc);
}

.c-button:hover {
  opacity: 0.8;
}

.c-button:hover .c-button_text_ {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-repeat: repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .c-button {
    width: 100%;
    height: 48px;
    font-size: 24px;
    letter-spacing: 1.8px;
  }

  .c-button.-arrow:after {
    right: 6px;
    width: 37px;
    height: 37px;
    background-image: url(../images/icon/ic_arrow_btn_sp.png);
  }
}

@media (max-width: 425px) {
  .c-button {
    width: 100% !important;
  }
}

.c-buttonBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-buttonBox.-col-1 {
  flex-direction: column;
}

.c-buttonList.-common {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .c-buttonList.-common {
    margin-right: -5px;
    margin-left: -5px;
  }
}

@media (max-width: 768px) {
  .c-buttonList.-common {
    flex-direction: column;
  }
}

@media (min-width: 769px) {
  .c-buttonList.-common li {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 768px) {
  .c-buttonList.-common li {
    text-align: center;
  }

  .c-buttonList.-common li a {
    text-align: center;
  }

  .c-buttonList.-common li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.c-blockHeading {
  margin-bottom: 55px;
}

.c-blockHeading_title {
  position: relative;
  text-align: center;
}

.c-blockHeading_title:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 33px;
  transform: translateY(-50%);
  background: #002767;
  content: none;
}

.c-blockHeading_title:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #a50000;
  content: none;
  transition: 0.5s;
}

.c-blockHeading_title em {
  font-style: normal;
}

.c-blockHeading_title_main,
.c-blockHeading_title_sub {
  display: block;
  text-align: center;
}

.c-blockHeading_title_main {
  position: relative;
  color: #278cc3;
  font-family: recherche, sans-serif;
  font-size: 47px;
  letter-spacing: 4.7px;
  line-height: 1;
}

.c-blockHeading_title_sub {
  margin-top: 0;
  color: #278cc3;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.6px;
}

.c-blockHeading_intro {
  margin-top: 45px;
  font-family: recherche, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1.75;
  text-align: center;
}

.y_video {
  max-width: 725px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.y_video iframe {
  width: 725px;
  height: 400px;
}

@media (max-width: 768px) {
  .c-blockHeading {
    margin-bottom: 35px;
  }

  .c-blockHeading_title_main {
    font-size: 45px;
    letter-spacing: 4.7px;
  }

  .y_video iframe {
    width: 100%;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  .c-blockHeading_title_main {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .c-blockHeading_title_sub {
    margin-top: 0;
    font-size: 26px;
    letter-spacing: 2.6px;
  }

  .c-blockHeading_intro {
    font-size: 16px;
    text-align: left;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  .c-blockHeading_intro {
    font-size: 14px;
  }
}

.c-pageHeading {
  padding: 40px 0 50px;
}

.c-pageHeading_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-pageHeading_title_main {
  color: #0083d9;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2.5px;
  text-align: center;
}

.c-pageHeading_title_sub {
  font-family: recherche, sans-serif;
  font-size: 30px;
  letter-spacing: 1.5px;
}

@media (max-width: 768px) {
  .c-pageHeading {
    padding: 0 0 35px;
  }

  .c-pageHeading_title_main {
    font-size: 30px;
    letter-spacing: 1.5px;
  }

  .c-pageHeading_title_sub {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.c-box {
  padding: 50px 78px;
  border: 1px solid #edeef2;
  background: #fff;
}

@media (max-width: 768px) {
  .c-box {
    padding: 4vw;
  }
}

.c-boxB {
  padding: 30px;
  border: 2px solid rgba(132, 159, 205, 0.2);
  background: #fff;
}

@media (max-width: 768px) {
  .c-boxB {
    padding: 20px;
  }
}

.c-table tr th,
.c-table tr td {
  padding: 12px 10px;
  vertical-align: middle;
}

.c-table tr th {
  background: #fbe8b0;
  font-weight: bold;
  text-align: center;
}

.c-table.-w100p {
  width: 100%;
}

.c-table.-bordered tr th,
.c-table.-bordered tr td {
  border: 1px solid #c39b3f;
}

.p-form_group:not(:last-child) {
  margin-bottom: 15px;
}

.p-form_group_labelBox {
  margin-bottom: 10px;
}

.p-form_group_labelBox_label {
  font-size: 15px;
}

.c-form {
  position: relative;
}

.c-form_group {
  padding: 10px 20px;
}

.c-form_group_note {
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.44px;
}

.c-form_group_desc {
  color: #3f3f3f;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.73;
  text-align: left;
}

.c-form_group_label_note {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.44px;
}

.c-form_group_input select {
  padding-right: 50px;
  background: #fff url("../images/icon/ic_select.png") top 16px right 18px no-repeat;
  cursor: pointer;
}

.c-form_group_input select.wauto {
  width: auto;
}
.course_attention{
  color: red;
}


@media (max-width: 768px) {
  .c-form_group_input select {
    background-size: 15px;
  }
}

.c-form_group_input .c-error {
  display: block !important;
  margin-top: 5px;
  color: red;
  font-size: 11px;
  font-weight: normal;
}

.c-formControl {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  outline: none;
  background: #fff;
  box-shadow: none;
  color: #3e3e3e;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.01em;
}

.c-formControl:-webkit-autofill,
.c-formControl:-webkit-autofill:hover,
.c-formControl:-webkit-autofill:focus,
.c-formControl:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #000000 !important;
  background: transparent !important;
}

.c-formControl.c-error {
  border: red 1px solid;
  font-size: 14px;
}

@media screen and (max-width: 568px) {
  .c-formControl {
    height: 38px;
    padding: 2px 10px 5px;
    font-size: 15px;
  }
}

.c-formControl:focus {
  box-shadow: none;
}

.c-checkboxWrap {
  display: block;
  display: flex;
  align-items: flex-start;
}

.c-checkboxWrap .c-checkbox {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  resize: none;
}

.c-checkboxWrap .c-checkbox~.c-checkmark {
  display: inline-block;
  position: relative;
  top: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
}

.c-checkboxWrap .c-checkbox~.c-checkmark::after {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  transform: rotateZ(35deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}


/* フォームバッテン */

.c-checkboxWrap .c-checkbox~.c-checkmark-x {
  border: 1px solid #fff;
}

.c-checkboxWrap .c-checkbox-x~.c-checkmark-x::after {
  display: block;
  right: auto;
  bottom: auto;
  border-right: initial;
  border-bottom: initial;
}

.c-checkboxWrap .c-checkbox-x~.c-checkmark-x::before,
.c-checkboxWrap .c-checkbox-x~.c-checkmark-x::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #333;
}

.c-checkboxWrap .c-checkbox-x~.c-checkmark-x::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-checkboxWrap .c-checkbox-x~.c-checkmark-x::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-checkboxWrap .c-checkbox:checked~.c-checkmark {
  background-color: #278cc3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1)
}

/* フォームラジオボタン機能無効 */
.c-checkboxWrap .c-checkbox-x:checked~.c-checkmark-x {
  background-color: #fff;
  box-shadow: initial;
}

.c-checkboxWrap .c-checkbox:checked~.c-checkmark::after {
  display: block;
}

.c-checkboxWrap .c-checkbox.c-error~.c-checkmark {
  border-color: red;
}

.c-checkboxWrap .c-text {
  flex: 1;
}

.c-radioWrap {
  display: flex;
}

.c-radioWrap .c-radio {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  resize: none;
}

.c-radioWrap .c-radio::after {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: none;
  border-radius: 50%;
  background-color: #b5b5b6;
  content: '';
}

.c-radioWrap .c-radio~.c-checkmark {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: none;
}

.c-radioWrap .c-radio~.c-checkmark::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  content: '';
}

.c-radioWrap .c-radio:checked~.c-checkmark {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

.c-radioWrap .c-radio:checked~.c-checkmark::after {
  display: block;
  background-color: #278cc3;
}

.c-radioWrap .c-radio.is-custom {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  top: 5px;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border: none;
  border-radius: 50%;
  background-color: #58cd00;
  box-shadow: none;
}

.c-radioWrap .c-radio.is-custom:checked::after {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background-color: #000;
  content: '';
}

.c-radioWrap .c-radio.is-custom:checked~.c-checkmark {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

.c-radioWrap .c-radio.is-custom:checked~.c-checkmark::after {
  display: block;
}

.c-radioWrap .c-radio.c-error~.c-checkmark {
  border-color: red;
}

.c-selectCustom {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.c-inputList li:not(:last-child) {
  margin-bottom: 10px;
}

.c-inputList li:nth-child(2n+1) {
  padding-right: 10px;
}

@media (max-width: 768px) {
  .c-inputList li:nth-child(2n+1) {
    padding-right: 0;
  }
}

.c-inputList.-start {
  align-items: flex-start;
}

.c-inputList.-center {
  align-items: center;
}

.c-inputList.-listInline {
  display: flex;
  flex-wrap: wrap;
}

.c-inputList.-listInline li:not(:last-child) {
  margin-right: 10px;
}

.c-inputList.-listCol {
  width: 100%;
}

@media (min-width: 769px) {
  .c-inputList.-listCol {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
}

.c-inputList.-listCol li {
  width: 100%;
}

@media (min-width: 769px) {
  .c-inputList.-listCol.-col-2 li {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .c-inputList.-listCol.-col-3 li {
    width: calc(100% / 3);
  }
}

.c-inputList.-listRow {
  display: block;
}

.c-inputList.-listRow li {
  width: 100%;
}

.c-inputList.-listRow li:last-child {
  margin-bottom: 0;
}

.slick-prev,
.slick-next {
  z-index: 1;
  top: calc(50%);
  width: 35px;
  height: 35px;
}

.slick-prev::before,
.slick-next::before {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #000;
  content: "";
  opacity: 1;
}

@media (min-width: 769px) {

  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    cursor: default;
  }
}

@media (max-width: 768px) {

  .slick-prev:before,
  .slick-next:before {
    width: 100%;
    height: 100%;
  }
}

.slick-prev {
  left: calc(37vw - 20px);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .slick-prev {
    right: 50px;
  }
}

.slick-prev:before {
  background: url(../images/icon/ic_prev_slick.svg) no-repeat center/100%;
  content: none;
}

@media (max-width: 768px) {
  .slick-prev {
    left: 20px;
  }

  .slick-prev:before {
    background-image: url(../images/icon/ic_prev_slick.svg);
    content: "";
  }
}

.slick-next {
  right: calc(37vw - 20px);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .slick-next {
    right: 50px;
  }
}

.slick-next:before {
  background: url(../images/icon/ic_next_slick.svg) no-repeat center/100%;
  content: none;
}

@media (max-width: 768px) {
  .slick-next {
    right: 20px;
  }

  .slick-next:before {
    background-image: url(../images/icon/ic_next_slick.svg);
    content: "";
  }
}

.slick-dots {
  position: relative;
  bottom: auto;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7px;
}

.slick-dots li button {
  width: auto;
  height: auto;
}

.slick-dots li button::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c9caca;
  content: "";
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  background: #c39b3f;
  opacity: 1;
}

@media (max-width: 768px) {
  .slick-dots li {
    margin: 0 5px;
  }

  .slick-dots li button::before {
    width: 10px;
    height: 10px;
  }
}

.p-tabNav {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 3px #543f32;
}

.p-tabNav_item a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 6px 6px 0 0;
  background: #c39b3f;
  color: #fff;
  font-family: recherche, sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.76px;
  text-align: center;
}

.p-tabNav_item.-active a {
  background: #543f32;
  color: #fff;
}

@media (max-width: 768px) {
  .p-tabNav_item a {
    height: 38px;
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 1.33;
  }
}

.p-tabNav.-nav2col .p-tabNav_item {
  width: 50%;
}

.c-accordion_title {
  position: relative;
  cursor: pointer;
}

.c-accordion_title_toogleIcon {
  display: flex;
  position: absolute;
  top: 50%;
  right: 40px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
}

.c-accordion_title_toogleIcon:after,
.c-accordion_title_toogleIcon:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 10px;
  height: 2px;
  margin: auto;
  transform: translateY(-50%);
  background: #58cd00;
  content: "";
}

.c-accordion_title_toogleIcon:after {
  width: 2px;
  height: 10px;
}

@media (max-width: 768px) {
  .c-accordion_title_toogleIcon {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

.c-accordion_body {
  display: none;
}

.c-accordion.-opened .c-accordion_title_toogleIcon:after {
  content: none;
}

.c-accordion.-opened .c-accordion_tilte_toogleIcon:after {
  width: 0;
  height: 0;
}

.p-itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-itemList.-center {
  justify-content: center;
}

@media (max-width: 768px) {
  .p-itemList {
    display: block;
  }
}

.p-itemList_item {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p-itemList_item {
    width: 100% !important;
  }
}

.p-itemList.-col-1 .p-itemList_item {
  margin-bottom: 0;
}

.p-itemList.-col-1 .p-itemList_item:not(:last-child) {
  margin-bottom: 20px;
}

.p-itemList.-col-2 .p-itemList_item {
  width: 50%;
}

.p-itemList.-col-3 .p-itemList_item {
  width: calc(100% / 3);
}

.p-itemList.-col-4 .p-itemList_item {
  width: calc(100% / 4);
}

.p-itemList.-gutter {
  margin-right: -10px;
  margin-left: -10px;
}

.p-itemList.-gutter .p-itemList_item {
  padding-right: 10px;
  padding-left: 10px;
}

.jc_imgHover {
  transition: 1s;
}

.p-header {
  position: relative;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.p-header_top {
  display: none;
}

@media (max-width: 768px) {
  .p-header_top {
    display: block;
    padding-top: 10px;
    font-size: 10px;
    text-align: center;
  }
}

.p-header_main {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

@media (max-width: 768px) {
  .p-header_main {
    height: 60px;
    padding-right: 15px;
    padding-right: 0;
    padding-left: 15px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 425px) {
  .p-header_main {
    padding-left: 10px;
  }
}

.p-header_logo {
  display: flex;
  align-items: center;
}

.p-header_logo_link {
  display: inline-block;
  margin-right: 20px;
}

.p-header_logo_text {
  font-size: 9px;
  font-weight: normal;
  letter-spacing: 0.97px;
  line-height: 1.41;
}

@media (max-width: 768px) {
  .p-header_logo img {
    width: 135px;
  }

  .p-header_logo_text {
    display: none;
  }
}

@media (min-width: 769px) {
  .p-header_action {
    margin-left: 20px;
  }
}

@media (max-width: 320px) {
  .p-header_action {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .p-header_action {
    margin-right: 10px;
  }
}

.p-header_action ul {
  display: flex;
  align-items: center;
}

.p-header_action ul li:first-child {
  margin-right: 25px;
  line-height: 1.8;
}

.p-header_action ul li:first-child a {
  color: #27809e;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1.3px;
  line-height: 1;
  text-decoration: underline;
}

.p-header_action ul li:first-child a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .p-header_action ul li:first-child {
    margin-right: 0;
    line-height: 0.5;
  }

  .p-header_action ul li:first-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 21px;
    padding: 0;
    border-radius: 2px;
    background: #27809e;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-decoration: none;
  }

  .p-header_action ul li:first-child a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .p-header_action ul li:last-child {
    display: none;
  }
}

.p-header_btnBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.p-header_btnBox_label {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 258px;
  height: 80px;
  background-color: #00b2f0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .p-header_btnBox_label {
    width: 143px;
    height: 50px;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.54;
  }
}

.p-header_btnBox_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  text-align: center;
}

.p-header_btnBox_btn.-btnText {
  width: 420px;
  background: #ea2d2d;
  color: #fff;
}

.p-header_btnBox_btn.-btnText .c-text1 {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.3;
}

.p-header_btnBox_btn.-btnText .c-text1:before,
.p-header_btnBox_btn.-btnText .c-text1:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 2px;
  height: 25px;
  transform: translateY(-50%);
  background: #FFFF00;
  content: "";
}

.p-header_btnBox_btn.-btnText .c-text1:before {
  right: calc(100% + 22px);
  transform: translateY(-50%) rotate(-30deg);
}

.p-header_btnBox_btn.-btnText .c-text1:after {
  left: calc(100% + 22px);
  transform: translateY(-50%) rotate(30deg);
}

.p-header_btnBox_btn.-btnText .c-text1 span {
  font-weight: bold;
  letter-spacing: -1.2px;
}

.p-header_btnBox_btn.-btnText .c-text2 {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1.35px;
  line-height: 1;
}

.p-header_btnBox_btn.-btnText .c-text2 span {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.6px;
}

.p-header_btnBox_btn.-btnTel {
  width: 300px;
  padding-bottom: 6px;
  background: #ffd800;
  text-align: center;
}

.p-header_btnBox_btn.-btnTel:hover {
  opacity: 0.8;
}

.p-header_btnBox_btn.-btnTel span {
  display: inline-block;
  color: #3e3e3e;
  color: #1a1a1a;
  line-height: 1;
}

.p-header_btnBox_btn.-btnTel .c-tel {
  display: inline-block;
  position: relative;
  margin-bottom: 3px;
  font-family: recherche, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.p-header_btnBox_btn.-btnTel .c-tel:before {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 36px;
  height: 37px;
  margin-right: 3px;
  background: url(../images/icon/ic_hd_tel.svg) no-repeat center/100%;
  content: "";
}

@media (max-width: 768px) {
  .p-header_btnBox_btn.-btnTel .c-tel:before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
}

.p-header_btnBox_btn.-btnTel .c-text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .p-header_btnBox_btn {
    height: 50px;
  }

  .p-header_btnBox_btn.-btnText {
    display: none;
  }

  .p-header_btnBox_btn.-btnTel {
    width: 164px;
  }

  .p-header_btnBox_btn.-btnTel .c-tel {
    font-size: 20px;
    letter-spacing: normal;
  }

  .p-header_btnBox_btn.-btnTel .c-text {
    font-size: 14px;
    letter-spacing: normal;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  .p-header_btnBox_btn.-btnTel {
    width: 160px;
  }

  .p-header_btnBox_btn.-btnTel .c-text {
    font-size: 12px;
  }

  .p-header_btnBox_btn.-btnTel .c-tel {
    font-size: 17px;
  }
}

@media (min-width: 1146px) {
  .p-header .c-btnNavBar {
    display: none;
  }
}

.p-gnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-gnav ul li {
  position: relative;
}

.p-gnav ul li a {
  display: block;
  position: relative;
  padding: 5px 18px;
  border: none;
  color: #543f32;
  font-family: recherche, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.p-gnav ul li a:hover {
  opacity: 0.7;
}

@media (min-width: 769px) {
  .p-gnav ul li:not(:last-child) a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 18px;
    transform: translateY(-50%);
    background: #543f32;
    content: "";
  }
}

.p-gnav ul ul {
  visibility: hidden;
  flex-direction: column;
  background: #fff;
  opacity: 0;
}

.p-gnav ul li&gt;ul {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
}

.p-gnav ul li:hover&gt;ul,
.p-gnav ul li ul li:hover&gt;ul {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1145px) {
  .p-gnav {
    position: absolute;
    top: 50px;
    right: -250px;
    width: 250px;
    height: 100vh;
    padding: 20px;
    overflow: scroll;
    background: #fff;
    transition: all 0.5s ease-out;
  }

  .p-gnav.-opened {
    right: 0;
  }

  .p-gnav ul {
    display: block;
    width: 100%;
  }

  .p-gnav ul li a {
    padding: 13px 0;
    border-bottom: 1px solid #543f32;
    font-size: 14px;
    letter-spacing: 1.12px;
    text-align: left;
  }

  .p-gnav ul li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #3e3e3e;
    content: "";
  }

  .p-gnav ul li:first-child {
    border-top: 1px solid #543f32;
  }
}

.p-section {
  position: relative;
  padding: 50px 0;
}

.p-section_video {
  padding-bottom: 0;
}

.p-section.-bgCommon {
  background: #e9faff;
}

.p-section_title {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-section_title {
    font-size: 20px;
  }
}

.p-section_intro {
  margin-bottom: 32px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
}

.p-section_inner {
  background: #f2f2f2;
}

@media (max-width: 768px) {
  .p-section {
    padding: 35px 0 !important;
  }
}

.p-footer {
  margin-bottom: 0;
  background: #278cc3;
}

.p-footer_main {
  padding-top: 122px;
  padding-bottom: 122px;
}

@media (max-width: 768px) {
  .p-footer_main {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
}

.p-footer_company {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .p-footer_company_logo {
    margin-right: 24px;
  }
}

@media (max-width: 768px) {
  .p-footer_company_logo {
    margin-right: 15px;
  }

  .p-footer_company_logo img {
    width: 106px;
  }
}

.p-footer_company_info {
  color: #3e3a39;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1.5px;
  line-height: 1.67;
  text-align: center;
}

@media (max-width: 768px) {
  .p-footer_company_info {
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 1.77;
  }
}

.p-footer_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-footer_nav_item a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-decoration: underline;
}

.p-footer_nav_item a:hover {
  text-decoration: none;
}

.p-footer_nav_item:first-child {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .p-footer_nav_item a {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.7px;
  }
}

.p-footer_copyright {
  padding: 26px 0;
  background: #278cc3;
}

.p-footer_copyright_text {
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.82px;
  text-align: center;
}

.p-footer_copyright_logo {
  text-align: center;
}

@media (max-width: 768px) {
  .p-footer_copyright {
    padding: 5px 0 7px;
  }

  .p-footer_copyright_text {
    font-size: 11px;
    letter-spacing: 0.88px;
  }
}

@media (max-width: 768px) {
  .home .p-footer {
    margin-bottom: 80px;
  }
}

.p-featureList_item_thumb.bottom_content_img_wrap img {
  width: 100%;
}

.c-btnCartFix {
  display: flex;
  z-index: 9;
  position: fixed;
  right: 10px;
  bottom: 10px;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding: 5px;
  padding-bottom: 30px;
  transform: translateY(110px);
  border: solid 2px #fff;
  border-radius: 200px;
  background-image: linear-gradient(to right, #f7931e 0%, #f15a24);
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.16);
  transition: 1s;
}

.c-btnCartFix::after {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 26px;
  height: 26px;
  transform: translateX(-50%);
  background: url(../images/icon/ic_arrow_btn_cart.png) no-repeat center/100%;
  content: "";
  transition: 0.3s;
}

.c-btnCartFix_text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.24;
  text-align: center;
}

.c-btnCartFix.-fixed {
  transform: translateY(0);
}

.home .l-header.-fixed {
  display: block !important;
  top: -100px;
}

@media (max-width: 768px) {
  .home .l-header.-fixed .p-header_main {
    height: 45px;
  }
}

.p-mainVisual {
  position: relative;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .p-mainVisual {
    margin-top: 65px;
  }
}

.p-mainVisual_inner {
  position: relative;
  width: 100%;
}

.p-mainVisual_fvImg {
  position: relative;
  text-align: center;
}

.p-mainVisual_fvImg img {
  width: 100%;
}

.p-mainVisual_slideshow {
  margin-top: 10px;
}

.p-mainVisual_slideshow li {
  margin-right: 3px;
  margin-left: 3px;
}

.p-mainVisual_slideshow li img {
  width: 100%;
}

.p-mainVisual_btnTel {
  position: absolute;
  right: 25px;
  bottom: 96px;
}

@media (max-width: 768px) {
  .p-mainVisual_btnTel {
    right: 0;
    bottom: 11%;
    left: 0;
    margin: 0 auto;
  }
}

.p-mainVisual_slider {
  margin-bottom: 0 !important;
}

.p-mainVisual_slider_item {
  position: relative;
}

.p-mainVisual_slider_item_image .c-mainImg {
  display: block;
  width: 100%;
}

.p-mainVisual_slider_item_mainCopy {
  display: none;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.p-mainVisual_slider_item_mainCopy img {
  display: block;
}

@media (max-width: 768px) {
  .p-mainVisual_slider_item_mainCopy {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-mainVisual_slider .slick-dots {
  z-index: 5;
}

.p-mainVisual_btnBox {
  position: absolute;
}

@media (min-width: 769px) {
  .p-mainVisual_btnBox {
    bottom: calc(3vw + 10px);
    left: calc(8vw + 3px);
  }
}

.p-mainVisual_btnBox .c-button {
  width: 43.07292vw;
}

@media (min-width: 1279px) and (max-width: 1366px) {
  .p-mainVisual_btnBox {
    bottom: 2vw;
  }

  .p-mainVisual_btnBox .c-button {
    font-size: 36px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .p-mainVisual_btnBox {
    bottom: 2vw;
  }

  .p-mainVisual_btnBox .c-button {
    height: 60px;
    font-size: 28px;
  }

  .p-mainVisual_btnBox .c-button:after {
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 567px) and (max-width: 768px) {
  .p-mainVisual_btnBox {
    bottom: -29px;
  }

  .p-mainVisual_btnBox .c-button {
    height: 60px;
    font-size: 32px;
  }

  .p-mainVisual_btnBox .c-button:after {
    right: 8px;
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 768px) {
  .p-mainVisual_btnBox {
    right: 15px;
    bottom: -24px;
    left: 15px;
  }

  .p-mainVisual_btnBox .c-button {
    width: 100%;
  }
}

.p-contButton {
  padding: 38px 0;
  background-color: rgba(255, 216, 0, 0.07);
}

@media (max-width: 768px) {
  .p-contButton {
    padding: 27px 0;
  }
}

@media (min-width: 769px) {
  .p-contButton_list {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (max-width: 768px) {
  .p-contButton_list {
    justify-content: center;
  }
}

@media (min-width: 769px) {
  .p-contButton_list_item {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.p-contButton_list_item_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  border-radius: 7px;
  color: #fff;
  text-align: center;
}

.p-contButton_list_item_link:hover {
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .p-contButton_list_item_link {
    height: 56px;
  }
}

@media (max-width: 768px) {
  .p-contButton_list_item.-btn-1 {
    margin-bottom: 10px;
  }
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link {
  background: #ea2d2d;
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1 {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1 {
    font-size: 14px;
    line-height: 1;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1 {
    font-size: 12px;
  }
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:before,
.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 2px;
  height: 25px;
  transform: translateY(-50%);
  background: #FFFF00;
  content: "";
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:before {
  right: calc(100% + 25px);
  transform: translateY(-50%) rotate(-30deg);
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:after {
  left: calc(100% + 25px);
  transform: translateY(-50%) rotate(30deg);
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1 span {
  font-weight: bold;
  letter-spacing: -1.2px;
}

@media (max-width: 768px) {

  .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:before,
  .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:after {
    height: 20px;
  }

  .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:before {
    right: calc(100% + 8px);
    transform: translateY(-50%) rotate(-30deg);
  }

  .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text1:after {
    left: calc(100% + 8px);
    transform: translateY(-50%) rotate(30deg);
  }
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text2 {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1.35px;
  line-height: 1;
}

.p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text2 span {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.6px;
}

@media (max-width: 768px) {
  .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text2 {
    font-size: 20px;
  }

  .p-contButton_list_item.-btn-1 .p-contButton_list_item_link .c-text2 span {
    font-size: 23px;
  }
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link {
  background: #278cc3;
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1 {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.3;
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:before,
.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 2px;
  height: 25px;
  transform: translateY(-50%);
  background: #FFFF00;
  content: "";
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:before {
  right: calc(100% + 25px);
  transform: translateY(-50%) rotate(-30deg);
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:after {
  left: calc(100% + 25px);
  transform: translateY(-50%) rotate(30deg);
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1 span {
  font-weight: bold;
  letter-spacing: -1.2px;
}

@media (max-width: 768px) {
  .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1 {
    font-size: 16px;
    line-height: 1;
  }

  .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:before,
  .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:after {
    height: 20px;
  }

  .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:before {
    right: calc(100% + 15px);
    transform: translateY(-50%) rotate(-30deg);
  }

  .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text1:after {
    left: calc(100% + 15px);
    transform: translateY(-50%) rotate(30deg);
  }
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text2 {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1.35px;
  line-height: 1;
}

.p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text2 span {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.6px;
}

@media (max-width: 768px) {
  .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text2 {
    font-size: 20px;
  }

  .p-contButton_list_item.-btn-2 .p-contButton_list_item_link .c-text2 span {
    font-size: 23px;
  }
}

.p-contactBox {
  position: relative;
  border: solid 4px #278cc3;
  border-radius: 16px;
  background: transparent;
}

.p-contactBox .c-person {
  z-index: 1;
  position: absolute;
  right: -5px;
  bottom: -2px;
}

@media (min-width: 769px) {
  .p-contactBox .c-person {
    right: -6px;
  }
}

.p-contactBox .c-person2 {
  z-index: 1;
  position: absolute;
  bottom: -2px;
  left: 22px;
}

@media (max-width: 768px) {
  .p-contactBox .c-person2 {
    display: none;
  }
}

.p-contactBox_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  background-color: #278cc3;
  color: #fff;
}

@media (max-width: 768px) {
  .p-contactBox_title {
    height: auto;
  }
}

.p-contactBox_title p {
  display: inline-block;
  position: relative;
  margin-right: 60px;
}

.p-contactBox_title p:before,
.p-contactBox_title p:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 130px;
  height: 1px;
  transform: translateY(-50%);
  background: #fff;
  content: "";
}

.p-contactBox_title p:before {
  right: calc(100% + 20px);
}

.p-contactBox_title p:after {
  left: calc(100% + 20px);
}

@media (max-width: 768px) {

  .p-contactBox_title p:before,
  .p-contactBox_title p:after {
    content: none;
  }
}

.p-contactBox_body {
  padding: 20px;
}

.p-contactBox.-block01 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .p-contactBox.-block01 .c-person {
    right: -9px;
    bottom: calc(100% - 63px);
    width: 180px;
  }
}

@media (max-width: 768px) and (max-width: 375px) {
  .p-contactBox.-block01 .c-person {
    width: 160px;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  .p-contactBox.-block01 .c-person {
    width: 152px;
  }
}

@media (max-width: 768px) {
  .p-contactBox.-block01 .p-contactBox_title {
    justify-content: flex-start;
    padding: 10px 5px 15px 20px;
  }

  .p-contactBox.-block01 .p-contactBox_title p {
    margin-right: 0;
  }
}

.p-contactBox.-block01 .p-contactBox_body {
  display: flex;
  align-items: center;
  min-height: 180px;
  padding: 50px 0 50px 10px;
}

@media (max-width: 768px) {
  .p-contactBox.-block01 .p-contactBox_body {
    display: block;
    min-height: auto;
    padding: 25px 10px;
  }

  .p-contactBox.-block01 .p-contactBox_btnBox {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .p-contactBox.-block01 .c-priceBox {
    min-width: 395px;
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .p-contactBox.-block01 .c-priceBox {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.p-contactBox.-block01 .c-priceBox_row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.p-contactBox.-block01 .c-priceBox_row_rBox .c-priceBox_row_text {
  display: inline-block;
  margin-bottom: 3px;
  padding: 3px 10px;
  background: #ff7500;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.p-contactBox.-block01 .c-priceBox_row_rBox_box2 {
  display: flex;
  align-items: center;
}

.p-contactBox.-block01 .c-priceBox_row p {
  text-align: right;
  white-space: nowrap;
  word-break: keep-all;
}

.p-contactBox.-block01 .c-priceBox_row_label {
  min-width: 160px;
  margin-right: 20px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.4;
}

.p-contactBox.-block01 .c-priceBox_row_label span {
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .p-contactBox.-block01 .c-priceBox_row {
    justify-content: center;
  }

  .p-contactBox.-block01 .c-priceBox_row_label {
    min-width: 87px;
    margin-bottom: 4px;
    font-size: 17px;
    letter-spacing: 1.7px;
  }

  .p-contactBox.-block01 .c-priceBox_row_label span {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .p-contactBox.-block01 .c-priceBox_row_label {
    font-size: 14px;
  }
}

.p-contactBox.-block01 .c-priceBox_row_price {
  color: #ff7500;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 2.49px;
  line-height: 1;
}

@media (max-width: 768px) {
  .p-contactBox.-block01 .c-priceBox_row_price {
    font-size: 32px;
    letter-spacing: 1.28px;
  }
}

@media (max-width: 320px) {
  .p-contactBox.-block01 .c-priceBox_row_price {
    font-size: 28px;
  }
}

.p-contactBox.-block01 .c-priceBox_row_unit {
  margin-left: 5px;
  color: #ff7500;
  font-size: 17.5px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
}

.p-contactBox.-block01 .c-priceBox_row_unit span {
  font-weight: 600;
}

@media (max-width: 768px) {
  .p-contactBox.-block01 .c-priceBox_row_unit {
    font-size: 18px;
    letter-spacing: -0.36px;
  }

  .p-contactBox.-block01 .c-priceBox_row_unit span {
    font-size: 12px;
  }
}

.p-contactBox.-block02 .p-contactBox_title {
  height: 86px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 4.48px;
  line-height: 1.19;
  text-align: center;
}

@media (max-width: 768px) {
  .p-contactBox.-block02 .p-contactBox_title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.55;
  }
}

@media (max-width: 320px) {
  .p-contactBox.-block02 .p-contactBox_title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .p-contactBox.-block02 .p-contactBox_text1 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.55;
  }
}

.p-contactBox.-block02 .p-contactBox_btnBox {
  text-align: center;
}

.p-contactBox.-block02 .p-contactBox_text2 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.96px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .p-contactBox.-block02 .p-contactBox_text2 {
    margin-top: 10px;
    margin-right: 110px;
    font-size: 13px;
    letter-spacing: 1.82px;
    line-height: 1.85;
    text-align: left;
  }
}

.p-cont01_title {
  margin-bottom: 25px;
  text-align: center;
}

.p-cont01_textBox {
  color: #278cc3;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 768px) {
  .p-cont01_textBox {
    padding-right: 105px;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.69;
    text-align: left;
  }
}

.p-cont02 {
  padding-top: 60px !important;
  padding-bottom: 50px !important;
  background: url(../images/top/bg/bg_cont2.png) no-repeat center/cover;
}

.p-cont02_title {
  margin-bottom: 10px;
}

.p-cont02_title_1 {
  color: #278cc3;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.2px;
  line-height: 1.27;
}

.p-cont02_title_2 {
  color: #278cc3;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 5.04px;
  line-height: 1.3;
}

.p-cont02_title_2 span {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 5.18px;
}

@media (max-width: 768px) {
  .p-cont02_title_1 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .p-cont02_title_2 {
    font-size: 33px;
    letter-spacing: 4.62px;
  }

  .p-cont02_title_2 span {
    font-size: 48px;
    letter-spacing: 1.92px;
  }
}

.p-cont02_body {
  max-width: 640px;
  padding: 50px 10px 50px 40px;
  background: rgba(255, 255, 255, 0.93);
}

@media (max-width: 768px) {
  .p-cont02_body {
    padding: 20px;
  }
}

.p-cont02_textList_item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 37px;
  color: #278cc3;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1.9px;
}

.p-cont02_textList_item span {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #ffd780;
  font-weight: 600;
}

.p-cont02_textList_item:before {
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 22px;
  height: 22px;
  transform: translateY(0);
  background: url(../images/icon/ic_bullet.svg) no-repeat center/100%;
  content: "";
}

.p-cont02_textList_item p.att {
  font-size: 14px;
}

@media (max-width: 768px) {
  .p-cont02_textList_item {
    padding: 0 0 0 34px;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1.6px;
    line-height: 1.68;
  }

  .p-cont02_textList_item:not(:first-child) {
    margin-bottom: 10px;
  }

  .p-cont02_textList_item:before {
    top: 4px;
    width: 22px;
    height: 22px;
    transform: translateY(0);
  }

  .p-cont02_textList_item p.att {
    font-size: 12px;
  }
}

.p-contOurMission {
  background: #278cc3;
  color: #fff;
}

@media (max-width: 768px) {
  .p-contOurMission {
    height: auto;
    padding-bottom: 85px !important;
  }
}

.p-contOurMission .c-blockHeading_title_main,
.p-contOurMission .c-blockHeading_title_sub {
  color: #fff;
}

.p-contOurMission .c-blockHeading_title_sub {
  font-size: 33px;
}

@media (max-width: 768px) {
  .p-contOurMission .c-blockHeading_title_sub {
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 1.94;
  }
}

@media (max-width: 768px) {
  .p-contOurMission .c-blockHeading {
    margin-bottom: 20px;
  }
}

.p-contOurMission .p-media {
  display: flex;
}

@media (min-width: 769px) {
  .p-contOurMission .p-media {
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .p-contOurMission .p-media {
    flex-direction: column-reverse;
  }
}

.p-contOurMission .p-media_image img {
  width: 100%;
}

@media (max-width: 768px) {
  .p-contOurMission .p-media_image {
    z-index: 3;
    margin-top: 30px;
  }
}

@media (min-width: 769px) {
  .p-contOurMission .p-media_body {
    flex: 1;
    padding-left: 30px;
  }
}

.p-contOurMission .p-media_textBox {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2.1px;
  line-height: 2.07;
}

.p-contMedia {
  position: relative;
  padding: 100px 0 0;
}

.p-contMedia_title {
  margin-bottom: 20px;
  color: #3f3f3f;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.88px;
  line-height: 2;
  text-align: left;
}

@media (max-width: 768px) {
  .p-contMedia_title {
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 1.67;
  }
}

.p-contMedia_image {
  z-index: 3;
  position: absolute;
  top: -30px;
  right: 0;
}

@media (min-width: 1439px) {
  .p-contMedia_image {
    width: 48%;
  }

  .p-contMedia_image img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .p-contMedia_image {
    max-width: 74.66667%;
  }
}

.p-contMedia_body {
  position: relative;
  max-width: 586px;
  padding: 38px 45px;
  background: #fff;
}

@media (min-width: 1439px) {
  .p-contMedia_body {
    max-width: 620px;
  }
}

@media (min-width: 769px) {
  .p-contMedia_body {
    z-index: 5;
  }
}

@media (max-width: 768px) {
  .p-contMedia_body {
    max-width: 100%;
    padding: 20px;
    padding-top: 55px;
    border: solid 1px #278cc3;
  }
}

.p-contMedia_textBox {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2.1px;
  line-height: 2.07;
}

@media (max-width: 768px) {
  .p-contMedia_textBox {
    font-size: 13px;
    letter-spacing: 1.82px;
    line-height: 1.85;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .p-contMedia.-cont01 {
    padding-top: 33.33333vw;
  }
}

@media (min-width: 1439px) {
  .p-contMedia.-cont01 .p-contMedia_body {
    max-width: 650px;
    padding-right: 65px;
    padding-left: 65px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .p-contMedia.-cont01 .p-contMedia_body {
    max-width: 500px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 860px) and (max-width: 1024px) {
  .p-contMedia.-cont01 .p-contMedia_image {
    width: 54%;
  }
}

@media (min-width: 1600px) {
  .p-contMedia.-cont01 .p-contMedia_body {
    padding-bottom: 85px;
  }
}

.p-contMedia.-cont02 {
  padding-top: 83px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .p-contMedia.-cont02 {
    padding-top: 0 !important;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .p-contMedia.-cont02 {
    padding-bottom: 41.33333vw !important;
  }
}

.p-contMedia.-cont02 .c-blockHeading {
  margin-bottom: 30px;
}

.p-contMedia.-cont02 .c-blockHeading_title_main,
.p-contMedia.-cont02 .c-blockHeading_title_sub {
  text-align: left;
}

.p-contMedia.-cont02 .c-blockHeading_title_sub {
  font-size: 28px;
  letter-spacing: 2.8px;
}

@media (max-width: 768px) {
  .p-contMedia.-cont02 .c-blockHeading {
    margin-bottom: 20px;
  }

  .p-contMedia.-cont02 .c-blockHeading_title_sub {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.p-contMedia.-cont02 .p-contMedia_header {
  margin-bottom: 200px;
}

.p-contMedia.-cont02 .p-contMedia_header_text1 {
  margin-bottom: 10px;
  text-align: center;
}

.p-contMedia.-cont02 .p-contMedia_header_text1 span {
  display: inline-block;
  padding: 5px 50px;
  border-radius: 22px;
  background: #278cc3;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}

.p-contMedia.-cont02 .p-contMedia_header_text2 {
  color: #278cc3;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 1.67;
  text-align: center;
}

@media (max-width: 768px) {
  .p-contMedia.-cont02 .p-contMedia_header_text2 {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 1.67;
  }
}

@media (max-width: 768px) {
  .p-contMedia.-cont02 .p-contMedia_header {
    margin-bottom: 20px;
  }

  .p-contMedia.-cont02 .p-contMedia_header_text1 {
    margin-bottom: 10px;
  }

  .p-contMedia.-cont02 .p-contMedia_header_text1 span {
    display: block;
    width: 100%;
    padding: 5px 5px;
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 769px) {
  .p-contMedia.-cont02 .p-contMedia_image {
    top: 31%;
  }
}

@media (max-width: 768px) {
  .p-contMedia.-cont02 .p-contMedia_image {
    display: block;
    top: 0;
    right: 0;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .p-contMedia.-cont02 .p-contMedia_image {
    right: -20px;
  }
}

@media (max-width: 424px) {
  .p-contMedia.-cont02 .p-contMedia_image {
    right: -10px;
  }
}

.p-contMedia.-cont02 .p-contMedia_bodyWrap {
  position: relative;
}

@media (min-width: 425px) and (max-width: 768px) {
  .p-contMedia.-cont02 .p-contMedia_body {
    top: 41.33333vw !important;
  }
}

@media (max-width: 768px) {
  .p-contMedia.-cont02 .p-contMedia_body {
    position: relative;
    top: 130px;
    margin-bottom: 80px;
  }
}

.p-contMedia.-cont02 .p-contMedia_textList {
  margin-bottom: 25px;
}

.p-contMedia.-cont02 .p-contMedia_textList li {
  position: relative;
  padding-left: 52px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 2.52px;
}

.p-contMedia.-cont02 .p-contMedia_textList li:not(:last-child) {
  margin-bottom: 15px;
}

.p-contMedia.-cont02 .p-contMedia_textList li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  transform: translateY(0);
  background: url(../images/icon/ic_bullet.svg) no-repeat center/100%;
  content: "";
}

@media (max-width: 768px) {
  .p-contMedia.-cont02 .p-contMedia_textList li {
    padding-left: 32px;
    font-size: 15px;
    letter-spacing: 1.8px;
  }

  .p-contMedia.-cont02 .p-contMedia_textList li:before {
    top: -2px;
    width: 22px;
    height: 22px;
  }
}

.p-contExpert {
  position: relative;
  padding-bottom: 100px;
}

.p-contExpert:after {
  display: block;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 49%);
  height: calc(100% - 23%);
  margin: auto 0;
  background-color: #278cc3;
  content: none;
}

@media (min-width: 769px) {
  .p-contExpert .c-blockHeading {
    margin-bottom: 130px;
  }
}

@media (max-width: 768px) {
  .p-contExpert {
    height: auto;
    margin-bottom: calc(150px + 50px);
    padding-bottom: 0 !important;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .p-contExpert {
    margin-bottom: 63.33333vw;
  }
}

.p-contExpert_inner {
  position: relative;
}

@media (min-width: 769px) {
  .p-contExpert_inner {
    padding: 40px 0;
  }

  .p-contExpert_inner:after {
    z-index: -1;
    position: relative;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    max-width: 58.56515%;
    height: 100%;
    transform: translateY(-50%);
    background-color: #278cc3;
    content: "";
  }
}

.p-contExpert_media {
  position: relative;
}

@media (min-width: 769px) {
  .p-contExpert_media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
}

.p-contExpert_media_image img {
  width: 100%;
}

@media (min-width: 769px) {
  .p-contExpert_media_image {
    width: 47%;
  }
}

@media (max-width: 768px) {
  .p-contExpert_media_image {
    z-index: 3;
    position: absolute;
    top: 0;
    left: -10px;
    max-width: 74.66667%;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .p-contExpert_media_image {
    left: -25px;
  }
}

@media (min-width: 769px) {
  .p-contExpert_media_body {
    flex: 1;
    padding-left: 30px;
  }

  .p-contExpert_media_body.-pc {
    display: none;
    position: relative;
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 53.87994%;
    padding: 80px 80px 80px 170px;
    transform: translateY(-50%);
    background-color: #278cc3;
  }
}

@media (max-width: 768px) {
  .p-contExpert_media_body {
    z-index: 1;
    position: relative;
    top: 150px;
    margin-left: 25px;
    padding: 60px 20px 35px 20px;
    background-color: #278cc3;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .p-contExpert_media_body {
    top: 48.26667vw;
  }
}

.p-contExpert_media_title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 3.24px;
  line-height: 1.78;
}

@media (max-width: 768px) {
  .p-contExpert_media_title {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 1.67;
  }
}

.p-contExpert_media_textBox {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2.1px;
  line-height: 2.07;
}

@media (max-width: 768px) {
  .p-contExpert_media_textBox {
    font-size: 13px;
    letter-spacing: 1.82px;
    line-height: 1.85;
  }
}

.c-buttonDownload {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 50px;
}

.c-buttonDownload_button span {
  display: inline-block;
  position: relative;
}

.c-buttonDownload_button span:before {
  display: inline-block;
  width: 23px;
  height: 29px;
  background: url(../images/icon/ic_pdf.svg) no-repeat center/100%;
  content: "";
}

.c-buttonDownload_button:hover {
  color: #278cc3;
  opacity: 0.8;
}

.p-cont03_scrollText {
  margin-bottom: 10px;
  text-align: right;
}

.p-cont03_tableWrap {
  max-width: 890px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

@media (max-width: 768px) {
  .p-cont03_tableWrap {
    margin-bottom: 30px;
    overflow: auto;
  }
}

.p-cont03 .p-itemList {
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
}

.p-cont03 .p-itemList_item {
  padding: 25px 25px 25px 0;
  background: #fff;
}

@media (min-width: 769px) {
  .p-cont03 .p-itemList_item {
    width: calc(50% - 15px) !important;
  }

  .p-cont03 .p-itemList_item:nth-child(1),
  .p-cont03 .p-itemList_item:nth-child(2) {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .p-cont03 .p-itemList_item {
    padding: 15px 15px 15px 0;
  }

  .p-cont03 .p-itemList_item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.p-cont03 .p-itemList_item_inner {
  display: flex;
}

.p-cont03 .p-itemList_item_image {
  width: 114px;
  margin-bottom: 37px;
  text-align: right;
  text-align: center;
}

@media (max-width: 768px) {
  .p-cont03 .p-itemList_item_image {
    width: 98px;
    margin-left: 10px;
  }

  .p-cont03 .p-itemList_item_image img {
    width: 37px;
  }
}

.p-cont03 .p-itemList_item_body {
  flex: 1;
}

.p-cont03 .p-itemList_item_desc {
  flex: 1;
  font-size: 14px;
  letter-spacing: 1.12px;
  line-height: 1.71;
}

@media (max-width: 768px) {
  .p-cont03 .p-itemList_item_desc {
    font-size: 12px;
    letter-spacing: 0.96px;
    line-height: 1.67;
  }
}

.p-cont03 .p-itemList_item.-item04 {
  padding: 25px;
  border: solid 2px #c39b3f;
}

.p-cont03 .p-itemList_item.-item04 .p-itemList_item {
  padding: 30px 25px 25px;
}

@media (max-width: 768px) {
  .p-cont03 .p-itemList_item.-item04 .p-itemList_item {
    padding: 15px;
  }
}

.p-cont03 .p-itemList_item.-item04 .p-itemList_item_inner {
  display: block;
}

.p-cont03 .p-itemList_item.-item04 .p-itemList_item_logo {
  margin-bottom: 30px;
  text-align: center;
}

.p-cont03 .p-itemList_item.-item04 .p-itemList_item_logo img {
  max-width: 245px;
}

@media (max-width: 768px) {
  .p-cont03 .p-itemList_item.-item04 .p-itemList_item_logo {
    margin-bottom: 15px;
  }
}

.p-courseMedicalCheck {
  display: none;
}

.c-buttonMore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 50px;
}

.c-buttonMore_button {
  display: block;
  max-width: 400px;
  width: 90%;
  border: 2px solid #278cc3;
  border-radius: 30px;
  text-align: center;
  padding: 1em;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.c-buttonMore_button span {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  color: #278cc3;
}

.c-buttonMore_button:before,
.c-buttonMore_button:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #278cc3;
  content: "";
  transition: 1s;
}

.c-buttonMore_button:after {
  width: 2px;
  height: 14px;
  right: 36px;
}

.c-buttonMore.is-open .c-buttonMore_button:after {
  transform: translateY(-50%) rotate(90deg);
}

.c-buttonMore_button:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .c-buttonMore_button span {
    font-size: 1.4rem;
  }

  .c-buttonMore_button:before,
  .c-buttonMore_button:after {
    right: 15px;
  }

  .c-buttonMore_button:after {
    right: 21px;
  }
}

.p-faqList {
  margin-bottom: 70px;
}

.p-courseMedicalCheck .p-faqList {
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  .p-faqList {
    margin-bottom: 35px;
  }

  .p-courseMedicalCheck .p-faqList {
    margin-bottom: 35px;
  }
}

.p-faqList_item {
  border: solid 3px #efb9b9;
  border-radius: 9px;
  background: #fff;
  box-shadow: 2px 2px 2px 0 #a9a9a9;
}

.p-faqList_item:nth-child(2) {
  border-color: #f9efc5;
}

.p-faqList_item:nth-child(3) {
  border-color: #eac299;
}

.p-faqList_item:nth-child(4) {
  border-color: #adb9bc;
}

.p-faqList_item:nth-child(5) {
  border-color: #bde9ef
}

.p-faqList_item:nth-child(6) {
  border-color: #a3bbe5
}

.p-faqList_item:nth-child(7) {
  border-color: #a6a2b2
}

.p-faqList_item:nth-child(8) {
  border-color: #c4b6e0
}

.p-faqList_item:nth-child(10) {
  border-color: #f9efc5
}

.p-faqList_item:nth-child(11) {
  border-color: #bde9ef
}

.p-faqList_item:nth-child(12) {
  border-color: #a3bbe5
}

.p-faqList_item:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .p-faqList_item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.p-faqList_item_q {
  display: flex;
  position: relative;
  padding: 0 65px 0 0;
  border-radius: 9px;
  outline: none;
  background: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .p-faqList_item_q {
    padding: 10px 45px 10px 10px;
  }

  .p-faqList_item_q::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 15px;
    transform: translateY(-50%);
    content: "";
  }
}

.p-faqList_item_q_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 768px) {
  .p-faqList_item_q_wrap {
    display: block;
  }
}

.p-faqList_item_q_text {
  position: relative;
  padding: 21px 10px 21px 50px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-faqList_item_q_text {
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .p-faqList_item_q_text {
    margin-bottom: 10px;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1.28px;
    line-height: 1.5;
  }

  .p-faqList_item_q_text span {
    display: block;
    font-size: 14px;
  }
}

.p-faqList_item_q_textRight {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2.1px;
  line-height: 1.53;
}

.p-faqList_item_toogleIcon {
  display: flex;
  position: absolute;
  top: 50%;
  right: 25px;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.p-faqList_item_toogleIcon:after,
.p-faqList_item_toogleIcon:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  transform: translateY(-50%);
  background: rgba(62, 62, 62, 0.4);
  content: "";
  transition: 1s;
}

.p-faqList_item_toogleIcon:after {
  width: 2px;
  height: 14px;
}

@media (max-width: 768px) {
  .p-faqList_item_toogleIcon {
    top: 13px;
    right: 15px;
    width: 22px;
    height: 22px;
    transform: translateY(0);
  }

  .p-faqList_item_toogleIcon:before {
    width: 17px;
    height: 3px;
  }

  .p-faqList_item_toogleIcon:after {
    width: 3px;
    height: 17px;
  }
}

.p-faqList_item_a {
  display: none;
  margin-top: 0;
  padding: 0;
}

.p-faqList_item_a_inner {
  display: flex;
  position: relative;
}

.p-faqList_item_a_text {
  flex: 1;
  padding: 0 68px 30px 50px;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2.1px;
  line-height: 2.07;
}

.p-faqList_item_a_text span {
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-faqList_item_a_text {
    padding: 10px;
    font-size: 12px;
    letter-spacing: 0.96px;
    line-height: 1.67;
  }
}

@media (max-width: 768px) {
  .p-faqList_item.-opened .p-faqList_item_q {
    margin-bottom: 0;
  }

  .p-faqList_item.-opened .p-faqList_item_q::after {
    top: calc(50% - 7px);
    height: 3px;
  }
}

.p-faqList_item.-opened .p-faqList_item_toogleIcon:after {
  transform: translateY(-50%) rotate(90deg);
}

.p-table {
  position: relative;
  margin-bottom: 35px;
}

.p-table .c-scrollText {
  display: none;
}


@media (max-width: 768px) {
  .p-table {
    margin-bottom: 25px;
  }

  .p-table .c-scrollText {
    display: block;
    margin-bottom: 15px;
    text-align: right;
  }
}

.p-courseMedicalCheck .p-table_imgPos{
  left: 378px ;
}

@media (min-width: 769px) {
  .p-table_imgPos {
    position: absolute;
    top: -75px;
    left: calc(200px + 178px);
  }
}

@media (max-width: 768px) {
  .p-table_imgPos {
    display: none !important;
    padding-left: calc(180px);
  }

  .p-table_imgPos img {
    width: 139px;
  }
}

@media (max-width: 568px) {
  .p-table_imgPos {
    padding-left: calc(100px);
  }
}

.p-table .c-table {
  width: 100%;
  background-color: #fff;
}

@media (max-width: 600px) {
  .p-table .c-table {
    width: 100%;
  }
}

.p-table .c-table_wrap .clone-head-table-wrap {
  visibility: visible;
}

.p-table .c-table_wrap .clone-head-table-wrap.-hidden {
  visibility: hidden !important;
}

.p-table .c-table_title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.p-table .c-table_title span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  writing-mode: vertical-rl;
}

.p-table .c-table .c-price {
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .p-table .c-table .c-price {
    font-size: 11px;
  }
}

.p-table .c-table thead tr td {
  padding: 12px 33px;
  background-color: #fdfcf4;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.p-table .c-table thead tr:first-child td {
  vertical-align: top;
}

.p-table .c-table thead tr:first-child td span {
  -ms-writing-mode: tb-rl;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: left;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.p-table .c-table thead tr td:last-child {
  text-align: center;
}

.p-table .c-table tr th,
.p-table .c-table tr td {
  border: 1px solid rgba(171, 171, 171, 0.5);
  font-size: 17px;
  font-weight: 600;
}

@media (max-width: 568px) {

  .p-table .c-table tr th,
  .p-table .c-table tr td {
    padding: 5px 10px;
  }
}

.p-table .c-table tbody tr th {
  background-color: #fff;
}

.p-table .c-table tbody tr td {
  padding: 12px 33px;
  background: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.p-table .c-table tbody tr td:nth-child(1) {
  width: 70%;
  background-color: #fff;
  text-align: left;
}

.p-coursePrice_note {
  margin-bottom: 70px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

@media (max-width: 768px) {
  .p-coursePrice_note {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 768px) {
  .p-table.p-courseEmploymentCheck-table .c-table tr td {
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
  }
}

.p-table .c-table tr td.c-cellCheck {
  background-color: #e6ecf7;
  text-align: center;
}

@media (max-width: 568px) {
  .p-table .c-table tbody tr td img {
    width: 15px;
  }
}

.p-courseMedicalCheck .p-table {
  position: relative
}

.p-courseMedicalCheck .p-table .c-scrollText {
  display: none
}

@media (max-width: 768px) {
  .p-courseMedicalCheck .p-table .c-scrollText {
    display: block;
    margin-bottom: 15px;
    text-align: right
  }
}


@media (max-width: 900px) {
  .p-courseMedicalCheck .p-table_imgPos {
    position: absolute;
    top: -75px;
    left: 358px
  }
}
@media (max-width: 800px) {
  .p-courseMedicalCheck .p-table_imgPos {
    position: absolute;
    top: -75px;
    left: 294px
  }
}

@media (max-width: 768px) {
  .p-courseMedicalCheck .p-table_imgPos {
    display: none !important;
    padding-left: calc(180px)
  }

  .p-courseMedicalCheck .p-table_imgPos img {
    width: 139px
  }
}

@media (max-width: 568px) {
  .p-courseMedicalCheck .p-table_imgPos {
    padding-left: calc(100px)
  }
}

.p-courseMedicalCheck .p-table .c-table {
  width: 100%;
  background-color: #fff
}

@media (max-width: 600px) {
  .p-courseMedicalCheck .p-table .c-table {
    /* width: 880px; */
    width: 1000px;
  }
}

.p-courseMedicalCheck .p-table .c-table_wrap .clone-head-table-wrap {
  visibility: visible
}

.p-courseMedicalCheck .p-table .c-table_wrap .clone-head-table-wrap.-hidden {
  visibility: hidden !important
}

.p-courseMedicalCheck .p-table .c-table_title {
  display: flex;
  align-items: flex-start;
  justify-content: center
}

.p-courseMedicalCheck .p-table .c-table_title span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  writing-mode: vertical-rl
}

.p-courseMedicalCheck .p-table .c-table .c-price {
  font-weight: 600;
  letter-spacing: -0.3px;
  white-space: nowrap;
  word-break: keep-all
}

@media (max-width: 768px) {
  .p-courseMedicalCheck .p-table .c-table .c-price {
    font-size: 11px
  }
}

.p-courseMedicalCheck .p-table .c-table thead tr:first-child td {
  vertical-align: top
}

.p-courseMedicalCheck .p-table .c-table tr th,
.p-courseMedicalCheck .p-table .c-table tr td {
  border: 1px solid rgba(171, 171, 171, 0.5);
  padding: 12px 10px;
}

@media (max-width: 568px) {

  .p-courseMedicalCheck .p-table .c-table tr th,
  .p-courseMedicalCheck .p-table .c-table tr td {
    padding: 5px 10px;
  }
}

.p-courseMedicalCheck .p-table .c-table tr th {
  background-color: #fff
}

.p-courseMedicalCheck .p-table .c-table tr td {
  background: #fff;
  text-align: center
}

.p-courseMedicalCheck .p-table .c-table tr td:nth-child(1) {
  width: 322px;
  /* padding: 15px 10px 15px 33px; */
  padding: 15px 5px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: left
}

/* .p-courseMedicalCheck .p-table .c-table thead tr td:nth-child(10) img,
.p-courseMedicalCheck .p-table .c-table thead tr td:nth-child(11) img {
  width: 50%;
} */

.p-courseMedicalCheck .p-table .c-table thead tr td:nth-child(12) img {
  width: 70%;
}

/* .p-courseMedicalCheck .p-table .c-table thead tr td:nth-child(13) img {
  width: 88%;
} */

@media (max-width: 768px) {

  .p-courseMedicalCheck .p-table .p-table .c-table thead tr td:nth-child(10) img,
  .p-courseMedicalCheck .p-table .p-table .c-table thead tr td:nth-child(11) img {
    width: 45%;
  }

  .p-courseMedicalCheck .p-table .p-table .c-table thead tr td:nth-child(12) img {
    width: 50%;
  }

  .p-courseMedicalCheck .p-table .p-table .c-table thead tr td:nth-child(13) img {
    width: 78%;
  }
}

@media (max-width: 768px) {
  .p-courseMedicalCheck .p-table .c-table tr td:nth-child(1) {
    width: 180px;
    padding-left: 15px
  }
}

@media (max-width: 568px) {
  .p-courseMedicalCheck .p-table .c-table tr td:nth-child(1) {
    width: 100px;
    padding: 5px;
    font-size: 11px
  }
}

.p-courseMedicalCheck .p-table .c-table tr td:nth-child(2) {
  background-color: rgba(239, 185, 185, 0.2)
}

.p-courseMedicalCheck .p-table .c-table tr td:nth-child(3) {
  background-color: rgba(249, 239, 197, 0.19)
}

.p-courseMedicalCheck .p-table .c-table tr td:nth-child(4) {
  background-color: rgba(234, 194, 153, 0.27)
}

.p-courseMedicalCheck .p-table .c-table tr td:nth-child(5) {
  background-color: rgba(173, 185, 188, 0.26)
}

.p-courseMedicalCheck .p-table .c-table tr td:nth-child(6) {
  background-color: rgba(189, 233, 239, 0.27)
}

.p-courseMedicalCheck .p-table .c-table tr td:nth-child(7) {
  background-color: rgba(163, 187, 229, 0.27)
}

.p-courseMedicalCheck .p-table .c-table tr td:nth-child(8) {
  background-color: rgba(166, 162, 178, 0.19)
}

.p-courseMedicalCheck .p-table .c-table tr td:nth-child(9) {
  background-color: rgba(196, 182, 224, 0.28)
}

.p-courseMedicalCheck .p-table .c-table tr td:nth-child(10) {
  background-color: rgba(239, 185, 185, 0.2)
}

.p-courseMedicalCheck .p-table .c-table tr td:nth-child(11) {
  background-color: rgba(249, 239, 197, 0.19)
}

.p-courseMedicalCheck .p-table .c-table tr td:nth-child(12) {
  background-color: rgba(189, 233, 239, 0.27)
}

.p-courseMedicalCheck .p-table .c-table tr td:nth-child(13) {
  background-color: rgba(163, 187, 229, 0.27)
}

@media (max-width: 568px) {
  .p-courseMedicalCheck .p-table .c-table tbody tr td img {
    width: 15px
  }
}

.p-contCleaness {
  position: relative;
}

@media (min-width: 769px) {
  .p-contCleaness:after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40%);
    height: 100%;
    background-color: #278cc3;
    content: "";
  }
}

@media (max-width: 768px) {
  .p-contCleaness {
    margin-bottom: 90px;
    padding-top: 0 !important;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .p-contCleaness {
    margin-bottom: 44vw;
  }
}

@media (min-width: 769px) {
  .p-contCleaness_media {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-contCleaness_media_image img {
  width: 100%;
}

@media (max-width: 768px) {
  .p-contCleaness_media_image {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 74.66667%;
  }
}

@media (min-width: 769px) {
  .p-contCleaness_media_body {
    flex: 1;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .p-contCleaness_media_body {
    position: relative;
    top: 135px;
    padding: 20px;
    padding-top: 75px;
    background: #278cc3;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .p-contCleaness_media_body {
    top: 46vw;
  }
}

.p-contCleaness_media_body .c-blockHeading {
  margin-bottom: 20px;
}

.p-contCleaness_media_body .c-blockHeading_title {
  text-align: left;
}

.p-contCleaness_media_body .c-blockHeading_title_main,
.p-contCleaness_media_body .c-blockHeading_title_sub {
  color: #fff;
  text-align: left;
}

.p-contCleaness_media_body .c-blockHeading_title_sub {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 3.24px;
}

@media (max-width: 768px) {
  .p-contCleaness_media_body .c-blockHeading {
    margin-bottom: 10px;
  }

  .p-contCleaness_media_body .c-blockHeading_title_sub {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.p-contCleaness_media_textBox {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2.1px;
  line-height: 2.07;
}

.p-contSlideshow_main {
  max-width: 725px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.p-contSlideshow_main_item p {
  margin: 25px 0 0;
  font-size: 15px;
  letter-spacing: 2.1px;
  text-align: center;
}

.p-contSlideshow_main .slick-prev,
.p-contSlideshow_main .slick-next {
  top: 47%;
}

@media (min-width: 769px) {

  .p-contSlideshow_main .slick-prev,
  .p-contSlideshow_main .slick-next {
    border-radius: 4px;
    background: #278cc3;
  }

  .p-contSlideshow_main .slick-prev::before,
  .p-contSlideshow_main .slick-next::before {
    background: none !important;
  }

  .p-contSlideshow_main .slick-prev:after,
  .p-contSlideshow_main .slick-next:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: calc(50% + 2.5px);
    padding: 5px;
    transform: translate(-50%, -50%) rotate(135deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
  }

  .p-contSlideshow_main .slick-prev.slick-disabled,
  .p-contSlideshow_main .slick-next.slick-disabled {
    cursor: default;
    opacity: 0.3;
  }
}

@media (max-width: 768px) {

  .p-contSlideshow_main .slick-prev,
  .p-contSlideshow_main .slick-next {
    top: 40%;
  }
}

.p-contSlideshow_main .slick-prev {
  left: -55px;
}

.p-contSlideshow_main .slick-prev:before {
  background: url(../images/icon/ic_prev_slick.svg) no-repeat center/100%;
  content: "";
}

@media (max-width: 768px) {
  .p-contSlideshow_main .slick-prev {
    left: 10px;
  }
}

.p-contSlideshow_main .slick-next {
  right: -55px;
}

.p-contSlideshow_main .slick-next:before {
  background: url(../images/icon/ic_next_slick.svg) no-repeat center/100%;
  content: "";
}

@media (min-width: 769px) {
  .p-contSlideshow_main .slick-next:after {
    left: calc(50% - 2.5px);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@media (max-width: 768px) {
  .p-contSlideshow_main .slick-next {
    right: 10px;
  }
}

.p-contSlideshow_nav_item {
  position: relative;
  margin-right: 3px;
  margin-left: 3px;
  transition: 0.5s;
}

.p-contSlideshow_nav_item:after {
  display: block;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}

.p-contSlideshow_nav_item img {
  width: 100%;
}

.p-contSlideshow_nav_item.slick-current:after {
  content: none;
}

@media (min-width: 769px) {
  .p-contSlideshow_nav .slick-list .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
}

.p-contInsurance {
  position: relative;
  padding: 68px 0 50px;
  background: url(../images/top/insurance_bg.jpg) no-repeat center/cover;
}

.p-contInsurance .c-blockHeading {
  margin-bottom: 30px;
}

.p-contInsurance_inner {
  padding: 50px;
  background: rgba(255, 255, 255, 0.85);
}

@media (max-width: 768px) {
  .p-contInsurance_inner {
    padding: 20px;
  }
}

.p-contInsurance_image {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-contInsurance_image {
    margin-bottom: 15px;
  }
}

.p-contInsurance_text1 {
  margin-bottom: 40px;
  font-size: 17px;
  letter-spacing: 2.38px;
  line-height: 2.06;
  text-align: center;
}

@media (max-width: 768px) {
  .p-contInsurance_text1 {
    font-size: 13px;
    letter-spacing: 1.82px;
    line-height: 1.85;
    text-align: left;
  }
}

.p-contInsurance_text2 {
  padding: 25px 35px 35px 40px;
  border: solid 1px #278cc3;
  color: #3e3e3e;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1.82px;
  line-height: 2.38;
}

@media (max-width: 768px) {
  .p-contInsurance_text2 {
    padding: 15px;
    font-size: 12px;
    letter-spacing: 1.68px;
    line-height: 1.92;
  }
}

@media (min-width: 769px) {
  .p-contAccess_media {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-contAccess_media_map img {
  width: 100%;
}

@media (max-width: 768px) {
  .p-contAccess_media_map {
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  .p-contAccess_media_body {
    flex: 1;
    padding-left: 30px;
  }
}

.p-contAccess_media_textBox {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2.1px;
  line-height: 2.07;
}

.p-contAccess_media_textBox .c-link {
  color: #006e9a;
  font-weight: 500;
  text-decoration: underline;
}

.p-contAccess_media_textBox .c-link:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .p-contAccess_media_textBox {
    line-height: 1.7;
  }
}

.p-contAccess .p-contactBox {
  margin-top: 52px;
}

.p-contact {
  padding: 90px 0 115px;
}

.p-contact .c-blockHeading {
  margin-bottom: 95px;
}

@media (max-width: 768px) {
  .p-contact .c-blockHeading {
    margin-bottom: 40px;
  }
}

.p-contact_form .c-formControl.-textArea {
  height: 189px;
  letter-spacing: 1.28px;
  line-height: 1.63;
}

@media (max-width: 768px) {
  .p-contact_form .c-formControl.-textArea {
    height: 140px;
  }
}

.p-contact_form .c-subGroup {
  display: flex;
  align-items: center;
}

.p-contact_form .c-subGroup_label {
  min-width: 37px;
}

.p-contact_form .c-subGroup_data {
  flex: 1;
}

.p-contact_form .c-subGroup.-inline * {
  display: inline-block;
  width: auto;
}

.p-contact_form .c-subGroup:not(.-inline) {
  width: 100%;
}

.p-contact_form .c-homeAddress_pred {
  width: 200px;
}

.p-contact_form .c-homeAddress_city {
  flex: 1;
}

@media (min-width: 769px) {
  .p-contact_form .c-homeAddress_pred {
    margin-right: 10px;
  }

  .p-contact_form .c-homeAddress_city {
    flex: 1;
    width: calc(100% - 10px - 200px);
  }
}

@media (max-width: 768px) {
  .p-contact_form .c-homeAddress {
    display: block;
  }

  .p-contact_form .c-homeAddress_pred {
    margin-bottom: 10px;
  }
}

.p-contact_form .c-phoneBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-contact_form .c-phoneBox .c-formControl {
  width: calc(100% / 3 - (50px / 3));
}

.p-contact_form .c-phoneBox_line {
  display: inline-block;
  text-align: center;
}

.p-contact_form .c-dateBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.p-contact_form .c-dateBox .c-formControl {
  width: calc(100% / 3);
}

.p-contact_form .c-dateBox_line {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-contact_form .c-dateBox #birthday_year {
    width: 50%;
  }

  .p-contact_form .c-dateBox select {
    padding-right: 30px;
  }
}

.p-contact_form .c-dateToForm_input {
  padding-right: 50px;
  background: #fff url("../images/icon/ic_calender.svg") top 8px right 10px no-repeat;
}

.p-contact_form .c-reservableTime {
  width: 100%;
  margin-inline: auto;
  overflow-x: auto;
  white-space: nowrap;
}

.p-contact_form .c-reservableTime .c-table .c-checkboxWrap {
  justify-content: center;
}

.p-contact_form .c-reservableTime .c-table .c-checkboxWrap .c-checkbox~.c-checkmark {
  margin-right: 0;
}

.p-contact_form .c-reservableTime .c-table .c-checkboxWrap .c-text {
  flex: none;
}

.p-contact_form .c-reservableTime .c-table tr th,
.p-contact_form .c-reservableTime .c-table tr td {
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  letter-spacing: 1.92px;
  text-align: center;
}

.p-contact_form .c-reservableTime .c-table tr th {
  border-top: 1px solid #ccc;
  background: #ebf8ff;
}

.p-contact_form .c-reservableTime .c-table tr td {
  padding: 15px 10px;
  font-weight: normal;
}

.p-contact_form .c-reservableTime .c-table tr td:nth-child(1) {
  width: 195px;
  text-align: left;
}

.p-contact_form .c-reservableTime .c-table tr td:nth-child(1) span {
  white-space: nowrap;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .p-contact_form .c-reservableTime .c-table tr td {
    padding: 12px 2px;
  }

  .p-contact_form .c-reservableTime .c-table tr td:nth-child(1) {
    width: auto;
    text-align: center;
  }

  .p-contact_form .c-reservableTime .c-table tr td:nth-child(1) span {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .p-contact_form .c-fileBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-contact_form .c-fileBox_file {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #077d78;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 1s;
}

@media (min-width: 769px) {
  .p-contact_form .c-fileBox_file {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .p-contact_form .c-fileBox_file {
    margin-bottom: 15px;
  }
}

.p-contact_form .c-fileBox_file:hover {
  opacity: 0.8;
}

.p-contact_form .c-fileBox_file .c-fileInput {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.p-contact_form .c-fileBox_text {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1.04px;
}

@media (max-width: 768px) {
  .p-contact_form .c-fileBox_text {
    font-size: 12px;
  }
}

.p-contact_form .mb-10 {
  margin-bottom: 10px;
}

.p-contact_form .ml-5 {
  margin-left: 5px;
}

.p-contact_form .mr-5 {
  margin-right: 5px;
}

.p-contact .c-form_group {
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}

.p-contact .c-form_group.-first {
  border-top: 1px solid #dcdcdc;
}

@media (min-width: 769px) {
  .p-contact .c-form_group {
    display: flex;
  }
}

@media screen and (max-width: 568px) {
  .p-contact .c-form_group {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .p-contact .c-form_group:not(:last-child) {
    margin-bottom: 0;
  }
}

.p-contact .c-form_group_label,
.p-contact .c-form_group_input {
  position: relative;
  padding: 0;
}

.p-contact .c-form_group_label {
  display: flex;
  position: relative;
  align-items: center;
  background: #fff;
}

.p-contact .c-form_group_label.-onTop {
  align-items: flex-start;
}

.p-contact .c-form_group_label label {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.92px;
  white-space: nowrap;
  word-break: keep-all;
}

.p-contact .c-form_group_label .c-req {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 22px;
  margin-left: 15px;
  border-radius: 2px;
  background: #dc0000;
  color: #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.56px;
  text-align: center;
}

.p-contact .c-form_group_label .c-req.-noReq {
  background: #b4b4b4;
}

@media (max-width: 768px) {
  .p-contact .c-form_group_label .c-req {
    width: 42px;
    height: 20px;
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

@media (min-width: 769px) {
  .p-contact .c-form_group_label {
    width: 312px;
    padding-right: 80px;
    border-right: none;
  }

  .p-contact .c-form_group_label::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 45px;
    height: 24px;
    transform: translateY(-50%);
    content: none;
  }

  .p-contact .c-form_group_label .c-req {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }

  .p-contact .c-form_group_label.-onTop .c-req {
    top: 0;
    transform: none;
  }
}

@media (max-width: 768px) {
  .p-contact .c-form_group_label {
    margin-bottom: 10px;
    border-bottom: none !important;
  }

  .p-contact .c-form_group_label label {
    font-size: 14px;
    letter-spacing: 1.68px;
  }

  .p-contact .c-form_group_label .c-req {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 20px;
  }
}

.p-contact .c-form_group_input {
  background: #fff;
}

@media (min-width: 769px) {
  .p-contact .c-form_group_input {
    flex: 1;
    width: calc(100% - 312px);
  }
}

@media (max-width: 768px) {
  .p-contact .c-form_group_input {
    border-top: none !important;
  }
}

.p-contact .c-form_group.-last .c-form_group_label,
.p-contact .c-form_group.-last .c-form_group_input {
  border-bottom: none;
}

.p-contact .c-form_privacy {
  height: 200px;
  overflow: auto;
  border: 1px solid #9f9f9f;
}

.p-contact .c-form_privacy_body {
  padding: 20px;
}

.p-contact .c-form_btnBox {
  margin-top: 50px;
  border-bottom: none !important;
  text-align: center;
}

@media (max-width: 768px) {
  .p-contact .c-form_btnBox {
    width: 100%;
    margin-top: 10px;
  }

  .p-contact .c-form_btnBox .c-form_group_input {
    width: 100%;
  }

  .p-contact .c-form_btnBox .c-form_group_label {
    display: none;
  }
}

.p-contact .c-form_btnBox_btn {
  justify-content: flex-start;
  padding-left: 20px;
  outline: none;
  font-weight: 400;
}

.p-contact .c-form_btnBox_btn:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 64px;
  height: 6px;
  transform: translateY(-50%);
  background: url(../images/icon/ic_arrow_button.svg) no-repeat center/100%;
  content: "";
}

@media (max-width: 768px) {
  .p-contact .c-form_btnBox_btn:after {
    right: 10px;
    background-size: 80%;
  }
}

.p-contact .c-form_btnBox_btn:hover {
  opacity: 0.8;
}

.p-contact .c-form_btnBox_btn:disabled {
  background: #b9b9b9;
  cursor: default;
}

@media (max-width: 768px) {
  .p-contact .c-form_btnBox_btn {
    width: 292px !important;
    height: 53px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    font-size: 17px;
    letter-spacing: 1.7px;
  }
}

.p-contact .c-form_btnBox_list {
  display: flex;
}

@media (max-width: 768px) {
  .p-contact .c-form_btnBox_list li {
    width: 292px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-contact .c-form_btnBox_list li:first-child button {
  background: #b9b9b9;
}

.p-contact .c-form_acceptBox {
  padding: 50px 0;
}

.p-contact .c-form_acceptBox_text {
  margin-top: 10px;
  margin-left: 30px;
}

.p-contact .c-form_acceptBox_text a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 1.14;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .p-contact .c-form_acceptBox_text a {
    font-size: 12px;
    text-decoration: none;
  }
}

@media (max-width: 768px) {
  .p-contact .c-form_acceptBox {
    padding: 20px 0;
  }
}

.p-contact .c-form_acceptBox_accept .c-radioWrap .c-text {
  font-family: recherche, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.28px;
}

@media (max-width: 768px) {
  .p-contact .c-form_acceptBox_accept .c-radioWrap .c-text {
    font-size: 15px;
  }
}

.p-contact .c-form_acceptBox_accept .c-radioWrap .c-radio~.c-checkmark {
  top: -3px;
}

.p-contact .p-tabWrap {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.p-contact .p-tabWrap_body {
  padding: 0;
}

.p-contact .p-tabWrap .p-tabNav {
  margin-bottom: 22px;
}

@media (max-width: 768px) {
  .p-contact .p-tabWrap .p-tabNav {
    margin-bottom: 15px;
  }
}

.p-contact .p-tabWrap .p-tabNav.-nav2col .p-tabNav_item {
  width: calc(50% - 3px);
}

.p-contact .p-tabWrap .p-tabNav.-nav2col .p-tabNav_item:nth-child(1) a {
  background: #543f32 !important;
}

.p-contact .p-tabWrap .p-tabNav.-nav2col .p-tabNav_item:nth-child(2) a {
  background: #c39b3f !important;
}

@media (max-width: 768px) {
  .p-contact .p-tabWrap .p-tabNav.-nav2col .p-tabNav_item {
    width: calc(50% - 2px);
  }
}

.c-fixedCTA {
  z-index: 9;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 13px;
  padding-right: 5px;
  padding-bottom: 13px;
  padding-left: 5px;
  transform: translateY(0);
  background: #fff;
  transition: 0.5s;
}

.c-fixedCTA.-fixed {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .c-fixedCTA {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.c-fixedCTA_btnBox a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.c-fixedCTA_btnBox a img {
  position: relative;
  width: 100%;
}

.c-fixedCTA_btnBox a img:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .c-fixedCTA_btnBox a img {
    width: auto;
    max-width: 80%;
  }
}

.c-fixedCTA_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
}

@media (max-width: 768px) {
  .c-fixedCTA_list {
    margin-right: -1px;
    margin-left: -1px;
  }
}

.c-fixedCTA_list_item {
  width: calc(100% / 3);
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 768px) {
  .c-fixedCTA_list_item {
    padding-right: 1px;
    padding-left: 1px;
  }
}

.c-fixedCTA_list_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
}

.c-fixedCTA_list_item a span {
  display: block;
}

.c-fixedCTA_list_item a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .c-fixedCTA_list_item a {
    height: 46px;
  }
}

.c-fixedCTA_list_item_title {
  font-family: recherche, sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.24px;
}

@media (max-width: 768px) {
  .c-fixedCTA_list_item_title {
    font-size: 13px;
    letter-spacing: 1.04px;
  }
}

@media (max-width: 320px) {
  .c-fixedCTA_list_item_title {
    font-size: 11px;
  }
}

.c-fixedCTA_list_item_sub {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

@media (max-width: 768px) {
  .c-fixedCTA_list_item_sub {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
}

@media (max-width: 320px) {
  .c-fixedCTA_list_item_sub {
    font-size: 9px;
  }
}

.c-fixedCTA_list_item_image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  margin-top: 3px;
  margin-bottom: 2px;
}

.c-fixedCTA_list_item.-linkTel a {
  background-color: #d70051;
}

.c-fixedCTA_list_item.-linkForm a {
  background-color: #036eb8;
}

.c-fixedCTA_list_item.-linkLine a {
  background-color: #22ac38;
}

.pekopeko {
  position: relative;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  animation: pekopeko 2s infinite;
  transition: 0.5s;
}

@keyframes pekopeko {
  0% {
    top: 0px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  }

  10% {
    top: 3px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }

  20% {
    top: 0px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  }

  30% {
    top: 3px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }

  40% {
    top: 0px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}

@keyframes shine-run {
  0% {
    transform: scale(0) rotate(50deg);
    opacity: 0;
  }

  40% {
    transform: scale(1) rotate(50deg);
    opacity: 1;
  }

  100% {
    transform: scale(250) rotate(50deg);
    opacity: 0;
  }
}

.squash {
  animation: squash 0.8s ease-in-out infinite;
}

@keyframes squash {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.01);
  }

  100% {
    transform: scale(1);
  }
}

.p-stepByStep {
  margin-top: 70px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .p-stepByStep {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.p-stepByStep_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-stepByStep_list_item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.p-stepByStep_list_item:not(:last-child) {
  margin-right: 40px;
}

.p-stepByStep_list_item:not(:last-child):after {
  display: block;
  z-index: 0;
  position: absolute;
  bottom: 10px;
  left: calc(100% - 8px);
  width: 56px;
  height: 1px;
  background: #dcdcdc;
  content: "";
}

@media (max-width: 768px) {
  .p-stepByStep_list_item:not(:last-child) {
    margin-right: 30px;
  }

  .p-stepByStep_list_item:not(:last-child):after {
    left: calc(100% - 7px);
    width: 46px;
  }
}

.p-stepByStep_list_item .c-label {
  margin-bottom: 10px;
  color: #b4b4b4;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.92px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-stepByStep_list_item .c-label {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-stepByStep_list_item .c-dot {
  z-index: 1;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #dcdcdc;
}

@media (max-width: 768px) {
  .p-stepByStep_list_item .c-dot {
    width: 19px;
    height: 19px;
  }
}

.p-stepByStep_list_item.-current .c-label {
  color: #000;
}

.p-stepByStep_list_item.-current .c-dot {
  background: #278cc3;
}

.p-contactPage {
  font-size: 16px;
}

@media (max-width: 768px) {
  .p-contactPage {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-contactPage .p-contact {
  padding: 0;
}

.p-thanksPage .p-contact {
  padding: 0;
}

.p-thanksPage_heading {
  position: relative;
  padding: 97px 0;
  background: url(../images/top/bg/bg_form_heading.jpg) no-repeat center/cover;
}

.p-thanksPage_heading:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 128, 158, 0.65);
  content: "";
}

.p-thanksPage_heading_title {
  z-index: 1;
  position: relative;
}

.p-thanksPage_heading_title_main,
.p-thanksPage_heading_title_sub {
  display: block;
  color: #fff;
  text-align: center;
}

.p-thanksPage_heading_title_main {
  font-size: 58px;
  font-weight: 600;
  letter-spacing: 8.12px;
  text-shadow: 0 0 3px rgba(35, 44, 68, 0.75);
}

.p-thanksPage_heading_intro {
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.p-thanksPage_heading_intro .c-text1 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
}

.p-thanksPage_heading_intro .c-text2 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 2.1px;
}

@media (max-width: 768px) {
  .p-thanksPage_heading {
    padding: 20px 0;
    background-image: url(../images/top/bg/bg_form_heading_sp.jpg);
  }

  .p-thanksPage_heading_title_main {
    font-size: 28px;
    letter-spacing: 1.84px;
    letter-spacing: 6.66px;
    line-height: 1.2;
  }
}

.p-thanksPage_message {
  margin-bottom: 100px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2.4px;
  line-height: 2.1;
  text-align: center;
}

.p-thanksPage_message .c-hotlineBox {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
}

.p-thanksPage_message .c-hotlineBox em {
  font-style: normal;
  font-weight: bold;
}

.p-thanksPage_message .c-hotlineBox_tel {
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-thanksPage_message {
    margin-bottom: 50px;
    font-size: 15px;
    letter-spacing: 1.8px;
    line-height: 2.2;
  }

  .p-thanksPage_message .c-hotlineBox {
    font-size: 22px;
    letter-spacing: 1.32px;
  }

  .p-thanksPage_message .c-hotlineBox a {
    color: #3e3e3e;
    text-decoration: none;
  }
}

.p-thanksPage_btnBack {
  text-align: center;
}

.p-thanksPage_btnBack a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-radius: 8px;
  background: #077d78;
  color: #fff;
  font-family: recherche, sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
}

.p-thanksPage_btnBack a:hover {
  opacity: 0.8;
}

.p-thanksPage_btnBack a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 23px;
  transform: translateY(-50%);
  content: none;
}

@media (max-width: 425px) {
  .p-thanksPage_btnBack a {
    width: 235px;
    height: 55px;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

.p-thanksPage_linkBack {
  text-align: center;
}

.p-thanksPage_linkBack a {
  display: inline-block;
  position: relative;
  color: #0460a5;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.p-thanksPage_linkBack a:before {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/icon/ic_arrow_linkback.svg) no-repeat center/100%;
  content: "";
}

.p-thanksPage_linkBack a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .p-thanksPage_linkBack a {
    font-size: 16px;
  }
}

.p-thanksPage_btnBox .c-button {
  justify-content: center;
  padding-right: 45px;
  color: #fff !important;
}

.p-confirmPage {
  position: relative;
}

.p-confirmPage_content {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.p-confirmPage .c-returnLink {
  display: inline-block;
  margin-bottom: 32px;
  font-family: #27809e;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: underline;
}

.p-confirmPage .c-returnLink:hover {
  text-decoration: none;
}

.p-confirmPage .c-formControl:read-only {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: auto;
  padding: 0;
  border: none;
  background: none;
}

.p-confirmPage .c-formControl.-textArea {
  height: 100px;
}

.p-confirmPage .c-form_group_input {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.92px;
  line-height: 1.6;
}

.c-form_group_label_txt {
  position: absolute;
  bottom: 0;
  padding-right: 30px;
  font-size: 14px;
  color: red;
}

@media (max-width: 768px) {
  .p-confirmPage .c-form_group_input {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .p-confirmPage .c-form_group {
    padding: 15px 0;
  }

  .p-confirmPage .c-form_group_input {
    border-bottom: none 0;
  }

  .c-form_group_label_txt {
    position: relative;
    padding-right: 0;
    font-size: 12px;
    margin: 15px 0;
  }
}

.p-confirmPage .c-form_btnBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.p-confirmPage .c-form_btnBox_btn {
  margin-bottom: 25px;
}

@media (min-width: 769px) {
  .p-confirmPage .c-form_btnBox_btn {
    width: 392px;
  }
}

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

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

.u-layerLabel {
  position: relative;
}

.u-layerLabel::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  content: attr(data-label) "";
}

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

@media screen and (min-width: 769px) {
  .u-spOnly {
    display: none !important;
  }
}

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

@media screen and (min-width: 769px) {
  .u-pcInline {
    display: inline !important;
  }
}

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

@media screen and (min-width: 769px) {
  .u-spInline {
    display: none !important;
  }
}

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

@media screen and (min-width: 769px) {
  .u-pcTable {
    display: table !important;
  }
}

.u-spTable {
  display: table !important;
}

@media screen and (min-width: 769px) {
  .u-spTable {
    display: none !important;
  }
}

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

@media screen and (min-width: 769px) {
  .u-pcFlex {
    display: flex !important;
  }
}

.u-spFlex {
  display: flex !important;
}

@media screen and (min-width: 769px) {
  .u-spFlex {
    display: none !important;
  }
}

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

@media (max-width: 768px) {
  .u-onlyPc {
    display: none !important;
  }
}

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

@media (max-width: 768px) {
  .u-onlySp {
    display: block !important;
  }
}

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

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

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

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

.u-textRed {
  color: #dc0000;
}

.u-textGradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-color: red;
  background-image: linear-gradient(90deg, #806300, #b78b00);
  background-repeat: repeat;
  background-size: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInUp {
  font-weight: bold;
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}

@keyframes fadein {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.c-fademoveB {
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}

@keyframes fadein {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/*# sourceMappingURL=maps/app.css.map */</pre></body></html>