@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@font-face {
  src: url("../fonts/Impact.eot");
  src: url("../fonts/Impact%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/Impact.woff2") format("woff2"), url("../fonts/Impact.woff") format("woff"), url("../fonts/Impact.svg#Impact") format("svg");
  font-display: swap;
  font-family: 'Impact';
  font-style: normal;
  font-weight: normal;
}

/* ----------------------------------------
 	reset
 ---------------------------------------- */
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 {
  position: relative;
  width: 100%;
  overflow: visible;
  color: #3b3b3b;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", メイリオ, meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* font-size: 1.4rem; */
  line-height: 1.5;
  word-break: break-word;
}

body.is-showAreaSP {
  overflow: hidden;
}

.home {
  background-color: #fff;
}

@media (max-width: 768px) {
  body {
    background: #f2f2f2;
  }
}

a {
  /* color: #d42d32; */
  text-decoration: none;
  /* transition: all 0.5s ease-in; */
}

a:hover {
  /* color: #d42d32; */
  text-decoration: none;
}

a.u-link {
  /* color: #d42d32; */
}

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

a img {
  transition: all 0.7s ease-in;
}

a img:hover {
  opacity: 0.7;
}

p {
  font-weight: inherit;
}

.l-header {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}

@media (min-width: 769px) {
  .l-header {
    background: url(../images/header_bg.jpg) repeat-x top center;
  }
}

@media (max-width: 768px) {
  .l-header {
    background: #fff;
  }
}

.l-main {
  position: relative;
}

.l-main .l-contents {
  position: relative;
  padding-top: 64px;
  padding-bottom: 132px;
}

.l-footer {
  position: relative;
  text-align: center;
}

@media (min-width: 769px) {
  .l-footer {
    background: #E5E5E5 url(../images/footer_bg.jpg) repeat-x top center;
  }
}

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

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

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

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

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

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

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

.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.14508%;
}

@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: 965px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

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

.c-button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 60px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #ff9900;
  box-shadow: none;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1.44px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: 0.3s;
}

.c-button.-haveArrow::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -16px;
  width: 55px;
  height: 8px;
  transform: translateY(-50%);
  background: url(../images/icon/ic_arrow_btn.svg) no-repeat center/100%;
  content: "";
  transition: 0.3s;
}

@media (max-width: 768px) {
  .c-button.-haveArrow::after {
    right: 10px;
    width: 8px;
    height: 13px;
    background-image: url(../images/icon/ic_arrow_btn_sp.svg);
  }
}

.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.-center {
  margin-right: auto;
  margin-left: auto;
}

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

.c-button.-btnEntry {
  font-size: 45px;
  letter-spacing: 4.5px;
}

.c-button:hover {
  color: #fff;
  opacity: 0.8;
}

.c-button:hover .c-button_text_ {
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-repeat: repeat;
  /* Fallback: Set a background color. */
  /* Create the gradient. */
  /* Set the background size and repeat properties. */
  background-size: 100%;
}

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

@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 */
.c-buttonList.-listCommon {
  flex-direction: column;
  max-width: 500px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .c-buttonList.-listCommon {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}

.c-buttonList.-listCommon .c-button {
  width: 100%;
  color: #fff;
}
.c-buttonList.-listCommon a:link {
  color: #fff;
}

.c-buttonList.-listCommon .c-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.c-buttonList.-listCommon .c-button_label {
  display: block;
  width: 100px;
  height: 100%;
  background: #231917;
  letter-spacing: 2.4px;
}

.c-buttonList.-listCommon .c-button_text {
  display: block;
  width: calc(100% - 100px);
  height: 100%;
}

@media (max-width: 768px) {
  .c-buttonList.-listCommon .c-button {
    height: 41px;
  }
  .c-buttonList.-listCommon .c-button_label {
    width: 67px;
    font-size: 16px;
    letter-spacing: 1.62px;
  }
  .c-buttonList.-listCommon .c-button_text {
    width: calc(100% - 67px);
    font-size: 17px;
    letter-spacing: 1.02px;
  }
}

@media (max-width: 320px) {
  .c-buttonList.-listCommon .c-button_label {
    width: 45px;
    font-size: 14px;
    letter-spacing: 1.3px;
  }
  .c-buttonList.-listCommon .c-button_text {
    width: calc(100% - 45px);
    font-size: 15px;
  }
}

.c-buttonList.-listCommon .c-hotline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 47px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  background: #595757;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.08px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  word-break: keep-all;
}

.c-buttonList.-listCommon .c-hotline_tel {
  margin-left: 5px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  white-space: nowrap;
  word-break: keep-all;
}

.c-buttonList.-listCommon .c-hotline:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .c-buttonList.-listCommon .c-hotline {
    height: 41px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
  .c-buttonList.-listCommon .c-hotline_tel {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

@media (max-width: 320px) {
  .c-buttonList.-listCommon .c-hotline {
    font-size: 13px;
  }
  .c-buttonList.-listCommon .c-hotline_tel {
    font-size: 14px;
  }
}

.c-blockHeading {
  margin-bottom: 30px;
  /* show SP */
}

.c-blockHeading_title {
  position: relative;
  height: 130px;
  padding-top: 27px;
  padding-bottom: 10px;
  background: url(../images/top/heading_bg.png) no-repeat bottom/cover;
}
.c-blockHeading_title span {
  background-color: inherit;
}

.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_main, .c-blockHeading_title_sub {
  display: block;
  color: #fff;
  text-align: center;
}

.c-blockHeading_title_main {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 2.04px;
}

.c-blockHeading_title_sub {
  margin-top: 17px;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 2px;
}

.c-blockHeading_intro {
  margin-top: 30px;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1.08px;
  line-height: 1.44;
  text-align: center;
}

@media (max-width: 768px) {
  .c-blockHeading {
    margin-bottom: 20px;
  }
  .c-blockHeading_title {
    height: 23.06667vw;
    padding-top: 6vw;
    background-image: url(../images/top/heading_bg_sp.png);
  }
}

@media (max-width: 768px) and (max-width: 425px) {
  .c-blockHeading_title {
    padding-top: 4vw;
  }
}

@media (max-width: 768px) {
  .c-blockHeading_title_main {
    font-size: 24px;
    letter-spacing: 1px;
  }
}

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

@media (max-width: 768px) {
  .c-blockHeading_intro {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

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

.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: 5px 10px;
}

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

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

.c-contactBox {
  padding: 33px 15px 25px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
}

.c-contactBox_text1 {
  font-size: 24px;
}

.c-contactBox_text2 {
  margin-top: 8px;
  font-size: 36px;
}

.c-contactBox .c-buttonBox {
  margin-top: 30px;
}

.c-contactBox .c-buttonBox .c-button {
  width: 479px;
  padding-bottom: 5px;
}

.c-contactBox .c-buttonBox .c-button.-btnLine {
  padding-left: 30px;
  font-size: 42px;
}

.c-contactBox .c-buttonBox .c-button.-btnLine em {
  font-style: normal;
}

.c-contactBox .c-buttonBox .c-button.-btnLine .c-text1 {
  font-size: 36px;
  letter-spacing: 2.06px;
}

.c-contactBox .c-buttonBox .c-button.-btnLine .c-text2 {
  letter-spacing: normal;
}

.c-contactBox .c-buttonBox .c-button.-btnLine .c-text3 {
  font-size: 36px;
  letter-spacing: normal;
}

@media (min-width: 961px) and (max-width: 1230px) {
  .c-contactBox .c-buttonBox {
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-contactBox .c-buttonBox .c-button {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .c-contactBox .c-buttonBox .c-button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-contactBox {
    padding: 5.33333vw;
    border-width: 0.4vw;
  }
  .c-contactBox_text1 {
    font-size: 4.53333vw;
    letter-spacing: -0.11333vw;
    line-height: 7.06667vw;
  }
  .c-contactBox_text2 {
    font-size: 6.66667vw;
    letter-spacing: normal;
  }
  .c-contactBox .c-buttonBox {
    padding-right: 0;
    padding-left: 0;
  }
  .c-contactBox .c-buttonBox .c-button.-btnLine {
    padding-left: 0;
    font-size: 6.26667vw;
  }
  .c-contactBox .c-buttonBox .c-button.-btnLine .c-text1 {
    font-size: 6.26667vw;
    letter-spacing: 0.31333vw;
  }
  .c-contactBox .c-buttonBox .c-button.-btnLine .c-text2 {
    font-size: 6.26667vw;
    letter-spacing: normal;
  }
  .c-contactBox .c-buttonBox .c-button.-btnLine .c-text3 {
    font-size: 6.26667vw;
    letter-spacing: normal;
  }
  .c-contactBox .c-buttonBox .c-button.-btnEntry {
    font-size: 7.46667vw;
  }
}

@media (max-width: 768px) {
  .p-header img {
    width: 100%;
  }
}

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

.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;
}

.p-section_body {
  padding: 40px;
  padding-top: 0;
}

@media (max-width: 768px) {
  .p-section {
    margin-bottom: 0;
    padding: 0;
  }
  .p-section_body {
    padding: 0 12px 30px;
  }
}

.p-mainVisual {
  position: relative;
  padding-bottom: 50px;
  background: #fff;
}

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

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

@media (max-width: 768px) {
  .p-mainVisual .c-buttonList.-listCommon {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-contHome01 {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .p-contHome01 {
    margin-bottom: 0;
    padding-bottom: 150px;
    background: #fff;
  }
}

.p-contHome01 .c-blockHeading {
  z-index: 3;
  position: relative;
}

.p-contHome01 .c-blockHeading_title {
  padding-top: 17px;
}

.p-contHome01 .c-blockHeading_title_main {
  font-size: 30px;
  letter-spacing: 1.8px;
}

.p-contHome01 .c-blockHeading_title_main em {
  font-style: normal;
}

.p-contHome01 .c-blockHeading_title_main em.c-text1 {
  letter-spacing: 5.4px;
}

.p-contHome01 .c-blockHeading_title_main em.c-text2 {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 47px;
  font-weight: bold;
  letter-spacing: 1.88px;
}

@media (max-width: 768px) {
  .p-contHome01 .c-blockHeading_title {
    height: 39.06667vw;
    background-image: url(../images/top/cont1_heading_bg_sp.png);
  }
}

@media (max-width: 768px) and (max-width: 425px) {
  .p-contHome01 .c-blockHeading_title {
    padding-top: 1.33333vw;
  }
}

@media (max-width: 768px) {
  .p-contHome01 .c-blockHeading_title_main {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.85;
  }
  .p-contHome01 .c-blockHeading_title_main em {
    font-style: normal;
  }
  .p-contHome01 .c-blockHeading_title_main em.c-text1 {
    letter-spacing: 1.2px;
  }
  .p-contHome01 .c-blockHeading_title_main em.c-text2 {
    font-size: 33px;
    letter-spacing: 1.32px;
    line-height: 1.12;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  .p-contHome01 .c-blockHeading_title_main {
    line-height: 1.4;
  }
}

.p-contHome01_inner {
  position: relative;
}

.p-contHome01_inner:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #595757;
  content: "";
}

.p-contHome01_inner:after {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-top: 75px solid #595757;
  border-right: 105px solid transparent;
  border-left: 105px solid transparent;
  content: "";
}

@media (max-width: 768px) {
  .p-contHome01_inner {
    background: #fff;
  }
  .p-contHome01_inner:before {
    top: 30px;
    width: 83px;
  }
  .p-contHome01_inner:after {
    top: calc(100% + 30px);
    border-top: 57px solid #595757;
    border-right: 87px solid transparent;
    border-left: 87px solid transparent;
  }
}

.p-contHome01_body {
  position: relative;
}

@media (min-width: 769px) {
  .p-contHome01_body {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .p-contHome01_body {
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px;
    background: #f2f2f2;
  }
}

.p-contHome01List {
  z-index: 1;
  position: relative;
}

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

.p-contHome01List_item {
  padding: 5px 20px 10px;
  background: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 769px) {
  .p-contHome01List_item {
    width: calc(100% / 4);
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}

.p-contHome01List_item_title {
  margin-bottom: 10px;
  border-bottom: solid 1px #d42d32;
  color: #d42d32;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.04px;
  text-align: center;
}

.p-contHome01List_item_title .c-number {
  margin-left: 5px;
  font-family: Impact, sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1.6px;
}

.p-contHome01List_item_desc {
  color: #3b3b3b;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.9px;
  line-height: 1.67;
}

.p-contHome01List_item_desc span {
  color: #d42d32;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.02px;
}

@media (max-width: 768px) {
  .p-contHome01List_item {
    height: auto;
    padding: 5px 20px 10px;
  }
  .p-contHome01List_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-contHome01List_item_title {
    font-weight: 900;
  }
  .p-contHome01List_item_desc {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.71;
    text-align: center;
  }
  .p-contHome01List_item_desc span {
    font-size: 17px;
    letter-spacing: 1.02px;
  }
}

.p-contHome02 .c-blockHeading_title {
  position: relative;
  width: 100%;
  height: 158px;
  padding-top: 0;
  background: url(../images/top/cont2_heading_bg.png) no-repeat center/cover;
}

.p-contHome02 .c-blockHeading_title_main {
  font-size: 33px;
  font-weight: normal;
  letter-spacing: 1.98px;
}

@media (min-width: 769px) {
  .p-contHome02 .c-blockHeading_title_main {
    position: absolute;
    top: 20px;
    left: calc(50% - 60px);
  }
}

.p-contHome02 .c-blockHeading_title_img {
  position: absolute;
  top: -45px;
  left: 100px;
}

.p-contHome02 .c-blockHeading_title_text {
  position: absolute;
  bottom: -3px;
  left: calc(50% - 27px);
}

@media (max-width: 768px) {
  .p-contHome02 .c-blockHeading_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47vw;
    background-image: url(../images/top/cont2_heading_bg_sp.png);
    background-position: bottom;
    text-align: center;
  }
  .p-contHome02 .c-blockHeading_title_main {
    font-size: 5.33333vw;
    letter-spacing: 1.2px;
  }
  .p-contHome02 .c-blockHeading_title_img {
    top: -65px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .p-contHome02 .c-blockHeading_title_text {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 567px) {
  .p-contHome02 .c-blockHeading_title {
    height: 55.2vw;
  }
  .p-contHome02 .c-blockHeading_title_main {
    font-size: 5.33333vw;
  }
  .p-contHome02 .c-blockHeading_title_img {
    width: 200px;
  }
  .p-contHome02 .c-blockHeading_title_text {
    width: 245px;
  }
}

.p-contHome02 .p-itemList_item {
  padding: 30px;
  background-color: #fff;
}

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

@media (min-width: 769px) {
  .p-contHome02 .p-itemList_item {
    display: flex;
  }
}

@media (max-width: 768px) {
  .p-contHome02 .p-itemList_item {
    display: flex;
    flex-direction: column-reverse;
    padding: 15px;
  }
  .p-contHome02 .p-itemList_item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.p-contHome02 .p-itemList_item_inner {
  border: solid 1px #e9e9e9;
  background-color: #fff;
  box-shadow: 5px 5px 0 0 rgba(251, 163, 188, 0.3);
}

.p-contHome02 .p-itemList_item_thumb {
  overflow: hidden;
}

@media (min-width: 769px) {
  .p-contHome02 .p-itemList_item_thumb {
    width: 260px;
    margin-right: 32px;
  }
}

.p-contHome02 .p-itemList_item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.p-contHome02 .p-itemList_item_thumb:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .p-contHome02 .p-itemList_item_thumb {
    margin-top: 15px;
  }
}

@media (min-width: 769px) {
  .p-contHome02 .p-itemList_item_body {
    flex: 1;
    width: calc(100% - 260px - 32px);
  }
}

.p-contHome02 .p-itemList_item_header {
  display: flex;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d42d32;
}

.p-contHome02 .p-itemList_item_header_number {
  width: 88px;
  color: #d42d32;
  font-family: Impact, sans-serif;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 2.6px;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
}

.p-contHome02 .p-itemList_item_header_titleBox {
  flex: 1;
  width: calc(100% - 88px);
}

.p-contHome02 .p-itemList_item_header_titleBox_name {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1.08px;
}

.p-contHome02 .p-itemList_item_header_titleBox_title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media (max-width: 768px) {
  .p-contHome02 .p-itemList_item_header {
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  .p-contHome02 .p-itemList_item_header_number {
    width: 70px;
    font-size: 52px;
    letter-spacing: 2.08px;
  }
  .p-contHome02 .p-itemList_item_header_titleBox_name {
    font-size: 15px;
    letter-spacing: 0.9px;
  }
  .p-contHome02 .p-itemList_item_header_titleBox_title {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1.2;
  }
}

.p-contHome02 .p-itemList_item_desc {
  font-size: 15px;
  letter-spacing: 0.9px;
  line-height: 1.67;
}

.p-contHome02 .p-itemList_item_desc .c-textNote {
  display: flex;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

.p-contHome02 .p-itemList_item_desc .c-textNote span {
  margin-right: 3px;
  white-space: nowrap;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .p-contHome02 .p-itemList_item_desc {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.67;
  }
  .p-contHome02 .p-itemList_item_desc .c-textNote {
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
  }
}

.p-contIntroducing_body {
  padding: 30px;
  background: #fff;
}

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

.p-contIntroducing .p-contIntroMedia {
  display: flex;
  margin-bottom: 22px;
}

@media (max-width: 768px) {
  .p-contIntroducing .p-contIntroMedia {
    margin-bottom: 10px;
  }
}

.p-contIntroducing .p-contIntroMedia_thumb {
  width: 260px;
  margin-right: 26px;
}

.p-contIntroducing .p-contIntroMedia_thumb img {
  display: block;
  width: 100%;
}

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

@media (max-width: 320px) {
  .p-contIntroducing .p-contIntroMedia_thumb {
    width: 120px;
  }
}

.p-contIntroducing .p-contIntroMedia_body {
  flex: 1;
  width: calc(100% - 260px - 26px);
}

@media (max-width: 768px) {
  .p-contIntroducing .p-contIntroMedia_body {
    width: calc(100% - 152px - 15px);
  }
}

@media (max-width: 320px) {
  .p-contIntroducing .p-contIntroMedia_body {
    width: calc(100% - 120px - 15px);
  }
}

.p-contIntroducing .p-contIntroMedia_body_title {
  margin-bottom: 14px;
  padding: 10px 10px 10px 20px;
  background: #f0cdd2;
  color: #3b3b3b;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.42;
}

@media (max-width: 768px) {
  .p-contIntroducing .p-contIntroMedia_body_title {
    padding: 10px 5px 10px 10px;
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-contIntroducing .p-contIntroMedia_body_text1 {
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
}

@media (min-width: 769px) {
  .p-contIntroducing .p-contIntroMedia_body_text1 {
    display: flex;
  }
}

.p-contIntroducing .p-contIntroMedia_body_text1 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 29px;
  margin-right: 13px;
  background: #727171;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-contIntroducing .p-contIntroMedia_body_text1 {
    letter-spacing: 0.9px;
    line-height: 1.33;
  }
  .p-contIntroducing .p-contIntroMedia_body_text1 span {
    width: 64px;
    height: 26px;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}

.p-contIntroducing .p-contIntroMedia_body_titleDesc {
  margin-bottom: 5px;
  color: #d42d32;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.08px;
}

.p-contIntroducing .p-contIntroMedia_body_desc {
  font-size: 15px;
  letter-spacing: 0.9px;
  line-height: 1.67;
}

@media (max-width: 768px) {
  .p-contIntroducing .p-contIntroMedia_body_titleDesc {
    font-size: 17px;
    letter-spacing: 1.02px;
  }
  .p-contIntroducing .p-contIntroMedia_body_desc {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.67;
  }
}

.p-contIntroducing .p-benefitBox_title {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
}

.p-contIntroducing .p-benefitBox_title span {
  margin-right: 10px;
  font-weight: bold;
  white-space: nowrap;
  word-break: keep-all;
}

.p-contIntroducing .p-benefitBox_title:after {
  display: block;
  position: relative;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: #b5b5b6;
  content: "";
}

@media (max-width: 768px) {
  .p-contIntroducing .p-benefitBox {
    margin-top: 15px;
  }
  .p-contIntroducing .p-benefitBox_title {
    font-size: 17px;
    letter-spacing: 1.02px;
  }
}

.p-contIntroducing .p-benefitList_item {
  position: relative;
  padding: 15px 10px 15px 0;
  background: #fdf5f5;
}

.p-contIntroducing .p-benefitList_item:after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 94px solid transparent;
  border-left: 94px solid #d42d32;
  content: "";
}

.p-contIntroducing .p-benefitList_item:not(:last-child) {
  margin-bottom: 20px;
}

.p-contIntroducing .p-benefitList_item_inner {
  padding-left: 94px;
}

@media (max-width: 768px) {
  .p-contIntroducing .p-benefitList_item {
    padding: 10px 10px 10px 0;
  }
  .p-contIntroducing .p-benefitList_item:after {
    border-bottom: 67px solid transparent;
    border-left: 67px solid #d42d32;
  }
  .p-contIntroducing .p-benefitList_item_inner {
    padding-left: 67px;
  }
}

.p-contIntroducing .p-benefitList_item_number {
  z-index: 3;
  position: absolute;
  top: 10px;
  left: 10px;
}

.p-contIntroducing .p-benefitList_item_number .c-number {
  color: #fff;
  font-family: Impact, sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.28px;
  line-height: 1;
}

@media (max-width: 768px) {
  .p-contIntroducing .p-benefitList_item_number {
    top: 6px;
    left: 6px;
  }
  .p-contIntroducing .p-benefitList_item_number .c-number {
    font-size: 23px;
    letter-spacing: 0.92px;
  }
}

.p-contIntroducing .p-benefitList_item_body_title {
  margin-bottom: 5px;
  color: #d42d32;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.08px;
}

.p-contIntroducing .p-benefitList_item_body_desc {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.9px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .p-contIntroducing .p-benefitList_item_body_title {
    font-size: 15px;
    letter-spacing: 0.9px;
  }
  .p-contIntroducing .p-benefitList_item_body_desc {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.75;
  }
}

.p-contVideo_body {
  padding: 30px;
  background: #fff;
}

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

@media (min-width: 769px) {
  .p-contVideo .p-videoList {
    display: flex;
    flex-wrap: wrap;
    margin-right: -22.5px;
    margin-left: -22.5px;
  }
}

.p-contVideo .p-videoList_item {
  margin-bottom: 43px;
}

.p-contVideo .p-videoList_item_inner {
  background: #fdf5f5;
}

@media (min-width: 769px) {
  .p-contVideo .p-videoList_item {
    /* width: 50%; */
    width: 44%;
    padding-right: 22.5px;
    padding-left: 22.5px;
  }
}

@media (max-width: 768px) {
  .p-contVideo .p-videoList_item {
    margin-bottom: 10px;
  }
}

.p-contVideo .p-videoList_item_title {
  display: flex;
  position: relative;
  align-items: center;
  height: 40px;
  margin-bottom: 20px;
  margin-left: -10px;
  padding-left: 25px;
  background-color: #d42d32;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1.14px;
}

.p-contVideo .p-videoList_item_title:after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 10px solid #85001f;
  border-bottom: 15px solid transparent;
  content: "";
}

@media (max-width: 768px) {
  .p-contVideo .p-videoList_item_title {
    height: 33px;
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: 0.9px;
  }
}

.p-contVideo .p-videoList_item_video {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 51.7%;
  overflow: hidden;
}

.p-contVideo .p-videoList_item_video .c-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border: 0;
  background-color: #000;
  line-height: 1;
}

@media (max-width: 768px) {
  .p-contVideo .p-videoList_item_video {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.p-contVideo .p-videoList_item_body {
  padding: 15px 15px;
}

.p-contVideo .p-videoList_item_body_title {
  margin-left: -5px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.9px;
}

.p-contVideo .p-videoList_item_body_desc {
  font-size: 13px;
  letter-spacing: 0.78px;
  line-height: 1.54;
}

@media (max-width: 768px) {
  .p-contVideo .p-videoList_item_body {
    padding: 10px 12px;
  }
  .p-contVideo .p-videoList_item_body_title {
    margin-bottom: 3px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
  .p-contVideo .p-videoList_item_body_desc {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.67;
  }
}

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

.p-contVideo_linkBox_link {
  display: inline-block;
  position: relative;
  color: #d42d32;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 1.02px;
}

.p-contVideo_linkBox_link:after {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  background: url(../images/icon/ic_arrow_link.svg) no-repeat center/cover;
  content: "";
}

.p-contVideo_linkBox_link:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .p-contVideo_linkBox_link {
    font-size: 15px;
    letter-spacing: 0.9px;
  }
  .p-contVideo_linkBox_link:after {
    width: 14px;
    height: 14px;
  }
}

.p-contFaq .p-faqList {
  padding: 30px;
  background: #fff;
}

@media (max-width: 768px) {
  .p-contFaq .p-faqList {
    padding: 15px;
  }
}

.p-contFaq .p-faqList_item {
  background: #fff;
}

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

.p-contFaq .p-faqList_item_q {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 75px;
  border: solid 1px #b5b5b6;
  outline: none;
  font-size: 15px;
  letter-spacing: 0.9px;
  line-height: 1.67;
  cursor: pointer;
}

.p-contFaq .p-faqList_item_q::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  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;
}

.p-contFaq .p-faqList_item_q::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url(../images/icon/ic_plus.svg) no-repeat center/cover;
  content: "";
  transition: 0.1s;
}

.p-contFaq .p-faqList_item_q_icon {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 100%;
  border: solid 1px #d42d32;
  background: #d42d32;
  color: #fff;
  font-family: Impact, sans-serif;
  font-size: 42px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-contFaq .p-faqList_item_q_icon {
    width: 47px;
    font-size: 36px;
  }
}

.p-contFaq .p-faqList_item_q_text {
  position: relative;
  flex: 1;
  padding: 15px 70px 15px 20px;
}

@media (max-width: 768px) {
  .p-contFaq .p-faqList_item_q_text {
    padding: 10px 35px 10px 15px;
  }
}

@media (max-width: 768px) {
  .p-contFaq .p-faqList_item_q {
    padding-left: 47px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
  .p-contFaq .p-faqList_item_q:after {
    right: 10px;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon/ic_plus_sp.svg);
  }
}

.p-contFaq .p-faqList_item_a {
  display: none;
  margin-top: 0;
  margin-top: 25px;
  padding: 0 10px 0 0;
  font-size: 15px;
}

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

.p-contFaq .p-faqList_item_a_icon {
  display: flex;
  justify-content: center;
  width: 75px;
  color: #d42d32;
  font-family: Impact, sans-serif;
  font-size: 42px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .p-contFaq .p-faqList_item_a_icon {
    width: 47px;
    font-size: 36px;
  }
}

.p-contFaq .p-faqList_item_a_text {
  flex: 1;
  padding: 0 0 0 20px;
}

@media (max-width: 768px) {
  .p-contFaq .p-faqList_item_a {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-contFaq .p-faqList_item.is-opened .p-faqList_item_q::after {
  width: 20px;
  height: 2px;
  background-image: url(../images/icon/ic_minus.svg);
}

@media (max-width: 768px) {
  .p-contFaq .p-faqList_item.is-opened .p-faqList_item_q::after {
    width: 16px;
    background-image: url(../images/icon/ic_minus_sp.svg);
  }
}

.u-hide,
.u-hidden {
  display: none;
}

.u-block,
.u-show {
  display: block;
}

.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;
  }
}

@media screen and (min-width: 769px) {
  .u-spOnly {
    display: none;
  }
}

.u-pcInline {
  display: none;
}

@media screen and (min-width: 769px) {
  .u-pcInline {
    display: inline;
  }
}

.u-spInline {
  display: inline;
}

@media screen and (min-width: 769px) {
  .u-spInline {
    display: none;
  }
}

.u-pcTable {
  display: none;
}

@media screen and (min-width: 769px) {
  .u-pcTable {
    display: table;
  }
}

.u-spTable {
  display: table;
}

@media screen and (min-width: 769px) {
  .u-spTable {
    display: none;
  }
}

.u-onlyPc {
  display: block;
}

@media (max-width: 768px) {
  .u-onlyPc {
    display: none;
  }
}

.u-onlySp {
  display: none;
}

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

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

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

.u-textCenter {
  text-align: center;
}

/* padding setting */
/* margin setting */
/* custom */
.u-textGradient {
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  /* Fallback: Set a background color. */
  background-color: red;
  /* Create the gradient. */
  background-image: linear-gradient(90deg, #806300, #b78b00);
  background-repeat: repeat;
  /* Set the background size and repeat properties. */
  background-size: 100%;
}

/*# sourceMappingURL=maps/app.css.map */
