@charset "UTF-8";

/*reset.css*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
li {
  list-style: none;
}

img {
  height: auto;
  width: auto;
  margin: auto;
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.5;
  font-size: inherit;
}

body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

a {
  color: #333333;
  text-decoration: none;
}

.caution {
  color: #707070;
  font-size: 3.2vw;
  padding-left: 1em;
  text-indent: -1em;
}

.caution a {
  color: #0039B2;
  text-decoration: underline;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
    margin: auto;
  }

  .caution {
    font-size: 14px;
  }

  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }
}

/*header*/
#header {
  box-shadow: 0 1.333vw 3.2vw 0px rgba(3, 0, 0, 0.1);
  padding-top: 0;
}

.header_main {
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}

#header:not(.active) .header_main.shadow {
  box-shadow: 0 1.333vw 3.2vw 0px rgba(3, 0, 0, 0.1);
}

.header_main_inner {
  padding: 7.333vw 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.dcm_logo {
  width: 42.933vw;
}

.header_toggle {
  background-color: #125BF5;
  cursor: pointer;
  min-width: 21%;
  line-height: 1;
  padding: 12.5vw 3vw 3vw 3vw;
  position: relative;
  text-align: center;
}

.header_toggle_text {
  color: #FFFFFF;
  font-size: 3.2vw;
}

.header_toggle::before,
.header_toggle::after,
.header_toggle_text::before {
  content: '';
  background-color: #FFFFFF;
  display: block;
  width: 8vw;
  height: 0.533vw;
  position: absolute;
  top: 7.2vw;
  left: 0;
  right: 0;
  margin: auto;
}

.header_toggle::before {
  top: 4.4vw;
}

.header_toggle::after {
  top: 10vw;
}

.header_toggle._open::before,
.header_toggle._open::after {
  top: 7vw;
  width: 9vw;
}

.header_toggle._open::before {
  transform: rotate(45deg);
}

.header_toggle._open::after {
  transform: rotate(-45deg);
}

._open .header_toggle_text::before {
  display: none;
}

.header_inner {
  box-sizing: border-box;
  display: none;
  background-color: #EEF6FF;
  padding-top: 18.667vw;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1000;
  overflow: scroll;
}

.header_inner.show {
  display: block !important;
}

.header_inner_title {
  font-size: 4.2667vw;
  font-weight: normal;
  margin-bottom: 6.4vw;
  line-height: 1.5;
  text-align: left;
}

.header_inner_insurance,
.header_inner_other {
  box-sizing: border-box;
  width: 100%;
  padding: 0 4%;
}

.header_inner_insurance {
  padding: 8.533vw 4% 14.933vw;
}

.header_inner_list {
  margin-bottom: 10.667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.header_inner_listitem {
  box-shadow: 1.333vw 1.333vw 3.2vw 0px rgba(3, 0, 0, 0.1);
  background-color: #FFFFFF;
  border-radius: 2.133vw;
  font-size: 3.733vw;
  width: 47.667%;
  margin: 0 4vw 2.667vw 0;
}

.header_inner_listitem:nth-of-type(2n) {
  margin-right: 0;
}

.header_inner_listitem:last-of-type {
  margin-bottom: 0;
}

.header_inner_link {
  color: #333333;
  display: flex;
  font-weight: bold;
  justify-content: flex-start;
  line-height: 1.2;
  align-items: center;
  padding: 3.2vw 4.2667vw;
}

.header_inner_icon {
  margin-right: 2.667vw;
  width: 9.0667vw;
}

.header_inner_single {
  box-shadow: 1.333vw 1.333vw 3.2vw 0px rgba(3, 0, 0, 0.1);
  background-color: #FFFFFF;
  border-radius: 2.133vw;
  font-size: 3.733vw;
  width: 100%;
}

.header_inner_iconless a {
  padding: 5.6vw 4vw;
}

.header_single_link {
  display: flex;
  font-weight: bold;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6.4vw;
  padding: 3.2vw 4.2667vw;
}

.header_single_img {
  margin-right: 2.667vw;
  width: 9.0667vw;
}

.header_inner_other {
  background-color: #F2F2F2;
  padding: 9.6vw 4% 120px;
}

.header_other_listitem {
  margin-top: 4.2667vw;
}

.header_other_listitem:first-of-type {
  margin-top: 0;
}

.header_other_h2 {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}

.header_other_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.2em;
  margin: auto;
}

.mt-site-search-result-container__modal__visible {
  margin: 50px auto;
}

.gg-external {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  box-shadow:
    -2px 2px 0 0,
    -4px -4px 0 -2px,
    4px 4px 0 -2px;
  margin-top: 1px;
  width: 9px;
  height: 9px;
  margin-left: 0.5em;
  margin-right: 3px;
}

#header .gg-external {
  color: #666666;
}

#footer .gg-external {
  color: #FFFFFF;
}

.gg-external::after,
.gg-external::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  right: -4px
}

.gg-external::before {
  background: currentColor;
  transform: rotate(-45deg);
  height: 2px;
  width: 10px;
  top: 0;
  left: 3px;
}

.gg-external::after {
  border-right: 2px solid;
  border-top: 2px solid;
  top: -4px;
  width: 7px;
  height: 7px;
}


@media screen and (min-width: 500px) {
  #header {
    box-shadow: 0 1.333vw 3.2vw 0px rgba(3, 0, 0, 0.1);
    width: 100%;
  }

  #header:not(.active) .header_main.shadow {
    box-shadow: 0 1.333vw 3.2vw 0px rgba(3, 0, 0, 0.1);
  }

  .header_main_inner {
    margin: auto;
    padding: 0;
    width: 100%;
    height: 56px;
    max-width: 1024px;
  }

  .dcm_logo {
    width: 170px;
  }

  .header_toggle {
    width: auto;
    padding: 3.2vw 0.4vw 0.4vw 0.4vw;
    min-width: 5.6vw;
    min-height: 5.6vw;
  }

  .header_toggle:hover {
    opacity: 0.8;
  }

  .header_toggle_text {
    font-size: 1.2vw;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }

  .header_toggle::before,
  .header_toggle::after,
  .header_toggle_text::before {
    width: 2.4vw;
    height: 2px;
    top: 1vw;
    bottom: auto;
  }

  .header_toggle::before {
    top: 1.9vw;
  }

  .header_toggle::after {
    top: 2.7vw;
  }

  .header_toggle._open::after,
  .header_toggle._open::before {
    top: 1.8vw;
    width: 2.5vw;
  }

  .header_toggle_text::before {
    top: 1vw;
    width: 2.4vw;
  }

  .header_inner {
    box-shadow: 0 1.333vw 1.6vw 0px rgba(3, 0, 0, 0.1);
    display: none;
    padding-top: 5.6vw;
    position: fixed;
    height: auto;
    overflow: auto;
    width: 100%;
  }

  .header_inner_flexbox {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 1024px;
    margin: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }

  .header_inner_title {
    font-size: 1.6vw;
    margin: 0 auto 2.4vw;
  }

  .header_inner_mt {
    margin-top: 2.4vw;
  }

  .header_inner_insurance,
  .header_inner_other {
    width: 100%;
    padding: 0;
  }

  .header_inner_insurance {
    padding: 4vw 2.5vw 5.6vw 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70vw;
  }

  .header_inner_insurance>section:first-of-type {
    margin-right: 3vw;
  }

  .header_inner_list {
    margin: 2.4vw 0;
    width: 32.2vw;
  }

  .header_inner_listitem {
    box-shadow: 0.6vw 0.6vw 0.8vw 0px rgba(3, 0, 0, 0.1);
    border-radius: 0.8vw;
    font-size: 1.4vw;
    width: 15.5vw;
    margin: 0 1vw 1vw 0;
  }

  .header_inner_listitem:nth-of-type(2n) {
    margin-right: 0;
  }

  .header_inner_listitem:last-of-type {
    margin-bottom: 0;
  }

  .header_inner_link {
    padding: 1.2vw 0 1.2vw 1.333vw;
  }

  .header_inner_listitem:last-of-type .header_inner_link {
    line-height: 1;
  }

  .header_inner_icon {
    margin-right: 0.667vw;
    width: 3.2vw;
  }

  .header_inner_single {
    box-shadow: 0.6vw 0.6vw 0.8vw 0px rgba(3, 0, 0, 0.1);
    background-color: #FFFFFF;
    border-radius: 0.8vw;
    font-size: 1.4vw;
    width: 100%;
  }

  .header_inner_iconless a {
    padding: 2.1vw 1.7vw;
  }

  .header_single_link {
    margin-bottom: 0;
    padding: 1.2vw 1.7vw;
  }

  .header_single_img {
    margin-right: 1.2vw;
    width: 3.2vw;
  }

  .header_inner_other {
    padding: 4vw 0 0 2.5vw;
    width: 30vw;
  }

  .header_other_list {
    margin-top: 0;
  }

  .header_other_listitem {
    font-size: 1.6vw;
    margin-top: 2vw;
  }

  .header_other_listitem:first-of-type {
    margin-top: 0;
  }

  .header_other_listitem .header_inner_title {
    margin-bottom: 0;
  }

  .header_news_inner {
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }

  .header_news_inner,
  .header_news_text,
  .header_news_h2 {
    font-size: 1.6vw;
  }

  .header_news_h2 {
    box-sizing: border-box;
    padding: 1.8vw 3.5vw;
    max-width: 1024px;
    width: 100%;
    margin: auto;
  }

  .header_news_h2::before {
    width: 2vw;
    height: 2px;
  }

  .header_news_h2::after {
    width: 2px;
    height: 2vw;
    right: 0.866vw;
  }

  .header_news_icon {
    width: 2.5vw;
  }

  .header_news_list {
    padding: 0 0 24px;
  }

  .header_news_listitem {
    margin: auto;
    padding-top: 1.5vw;
    max-width: 1024px;
    width: 100%;
  }

  .gg-external,
  .fa-external-link {
    box-shadow: -2px 2px 0 0, -3px -3px 0 -1px, 3px 3px 0 -1px;
    width: 7px;
    height: 7px;
  }

  .gg-external::after,
  .fa-external-link::after {
    width: 6px;
    height: 6px;
    top: -3px;
    right: -3px;
  }

  .gg-external::before,
  .fa-external-link::before {
    top: 0;
    left: 2px;
    width: 8px;
  }
}

@media screen and (min-width: 1024px) {
  #header {
    box-shadow: 0 6px 12px 0 rgba(3, 0, 0, 0.1);
  }

  #header:not(.active) .header_main.shadow {
    box-shadow: 0 6px 12px 0 rgba(3, 0, 0, 0.1);
  }

  .dcm_logo {
    width: 170px;
  }

  .header_toggle {
    padding: 32px 4px 4px 4px;
    min-width: 59px;
    min-height: 56px;
  }

  .header_toggle_text {
    font-size: 12px;
  }

  .header_toggle::before,
  .header_toggle::after,
  .header_toggle_text::before {
    width: 24px;
    height: 2px;
    top: 12px;
    bottom: auto;
  }

  .header_toggle::before {
    top: 20px;
  }

  .header_toggle::after {
    top: 28px;
  }

  .header_toggle._open::before,
  .header_toggle._open::after {
    top: 18px;
    width: 25px;
  }

  .header_toggle_text::before {
    top: 12px;
  }

  .header_inner {
    box-shadow: 0 10px 10px 0px rgba(3, 0, 0, 0.1);
    display: none;
    margin-top: 56px;
    padding-top: 0;
    height: auto;
    overflow: hidden;
  }

  .header_inner::after {
    content: '';
    width: 100%;
    height: 100%;
    left: calc(50% + 190px);
    bottom: 0;
    position: absolute;
    background-color: #F2F2F2;
    z-index: 10;
  }

  .header_inner_title {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .header_inner_mt {
    margin-top: 24px;
  }

  .header_inner_insurance,
  .header_inner_other {
    width: 100%;
    padding: 0;
    z-index: 100;
  }

  .header_inner_insurance {
    padding: 40px 25px 56px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 68%;
  }

  .header_inner_insurance>section:first-of-type {
    margin-right: 30px;
  }

  .header_inner_list {
    margin: 24px 0;
    width: 322px;
  }

  .header_inner_listitem {
    box-shadow: 5px 5px 10px 0px rgba(3, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 14px;
    width: 155px;
    margin: 0 10px 10px 0;
  }

  .header_inner_listitem:nth-of-type(2n) {
    margin-right: 0;
  }

  .header_inner_listitem:last-of-type {
    margin-bottom: 0;
  }

  .header_inner_link {
    padding: 12px 13px;
    padding-right: 0;
  }

  .header_inner_icon {
    margin-right: 8px;
    width: 32px;
  }

  .header_inner_single {
    box-shadow: 5px 5px 10px 0px rgba(3, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 14px;
  }

  .header_inner_iconless a {
    padding: 21px 17px;
  }

  .header_single_link {
    padding: 12px 17px;
  }

  .header_single_img {
    margin-right: 10px;
    width: 32px;
  }

  .header_inner_other {
    padding: 40px 0 0 25px;
    width: 32%;
  }

  .header_other_listitem {
    font-size: 16px;
    margin-top: 20px;
  }

  .header_news_inner,
  .header_news_text,
  .header_news_h2 {
    font-size: 16px;
  }

  .header_news_h2 {
    padding: 18px 0 18px 35px;
  }

  .header_news_h2::before {
    width: 20px;
  }

  .header_news_h2::after {
    height: 20px;
    right: 9px;
  }

  .header_news_icon {
    width: 25px;
  }

  .header_news_list {
    padding: 0 0 24px;
  }

  .header_news_listitem {
    padding-top: 15px;
  }
}

/*kv*/
#kv_area {
  background-color: #E30028;
}

#kv_area img {
  margin: auto;
}

.kv_btnouter {
  background-color: #E30028;
  text-align: center;
  padding: 8.53vw 0;
}

/*outline*/
#outline {
  background-color: #FCF9E2;
  background-image: url(../images/bg_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 4.29vw;
  padding: 12.8vw 0 16vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#outline .outline_inner {
  position: relative;
  z-index: 1;
}

#outline .h1_bubble {
  background-color: #FFFFFF;
  border: solid 2px #E30028;
  border-radius: 7.2vw;
  color: #E30028;
  font-size: 4vw;
  font-weight: bold;
  width: 24vw;
  margin: auto;
  padding: 0 0 1vw;
  position: relative;
  line-height: 1.2;
}

#outline .h1_bubble::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #E30028 transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}

#outline .h1_bubble span {
  font-size: 5.8667vw;
}

#outline .h1_main span {
  font-size: 7.4667vw;
}

#outline h1 img {
  width: 94.93%;
}

#outline .outline_text_first {
  color: #3F2C03;
  font-size: 4.2667vw;
  width: 92%;
  margin: auto;
  margin-top: 5.71vw;

}

#outline .outline_text_first img {
  display: inline-block;
  width: 45vw;
  margin-bottom: -0.5vw;
}

#outline .outline_text_first span {
  color: #0055FF;
  font-weight: bold;
}

#outline .outline_inner>span {
  display: block;
  margin-top: 4vw;
}

#outline .outline_inner>span img {
  margin: auto;
}

#outline h2 {
  margin: 6.8vw auto 0;
  position: relative;
  width: 60.667vw;
  z-index: 2;
}

#outline h2 img {
  width: 100%;
}

#outline .outline_requirement {
  background-color: #FFFFFF;
  border: solid 3px #E30028;
  border-radius: 3.4667vw;
  margin: -6vw auto 0;
  padding: 7.333vw 0 5.733vw;
  position: relative;
  width: 92%;
  text-align: center;
  z-index: 1;
}

#outline .outline_requirement h3 {
  color: #B8860B;
  font-size: 5.0667vw;
  margin-bottom: 0.667vw;
}

#outline .outline_requirement p {
  font-size: 4.266vw;
  font-weight: 500;
}

.cv_btn_outer p {
  color: #FFF;
  font-size: 4.2667vw;
  font-weight: bold;
  margin-top: 5.6vw;
  position: relative;
}

#outline .cv_btn_outer p {
  color: #3F2C03;
}

.kv_btnouter .cv_btn_outer>p {
  color: #FFF;
  margin-top: 0;
}

.cv_btn_outer>p::before,
.cv_btn_outer>p::after {
  content: '';
  width: 6%;
  height: 1.5px;
  position: absolute;
  top: 50%;
  margin: auto;
  background-color: #FFF;
}

.outline_inner .cv_btn_outer>p::before,
.outline_inner .cv_btn_outer>p::after {
  background-color: #3F2C03;
}

.cv_btn_outer>p::before {
  left: calc(50% - 34vw);
  transform: rotate(250deg);
}

.cv_btn_outer>p::after {
  right: calc(50% - 33vw);
  transform: rotate(290deg);
}


.cv_btn_outer .cv_btn_list li {
  margin: 1.6vw auto 0;
  position: relative;
  width: 92vw;
  filter: grayscale(100%);
}

.cv_btn_floating.cv_btn_outer .cv_btn_list li {
  margin: 0;
}

.cv_btn_outer .cv_btn_list li p.cv_btn_bubble {
  background-color: #FFFFFF;
  border-radius: 7.2vw;
  box-sizing: border-box;
  width: 40.533vw;
  margin: auto;
  padding: 0.4vw 0 0.8vw;
  position: absolute;
  left: 0;
  right: 0;
  top: -6.4vw;
  margin: auto;
  z-index: 1;
}

.cv_btn_outer .cv_btn_list li:nth-of-type(1) p.cv_btn_bubble {
  border: solid 2px #FF5D89;
  color: #FF5D89;
}

.cv_btn_outer .cv_btn_list li:nth-of-type(2) p.cv_btn_bubble {
  border: solid 2px #0055FF;
  color: #0055FF;
}

.cv_btn_outer .cv_btn_list li p.cv_btn_bubble::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}

.cv_btn_floating {
  position: fixed;
  left: 0;
  bottom: -27vw;
  transition: 0.5s;
  width: 100vw;
  height: 27vw;
  z-index: 103;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cv_btn_floating._active {
  background-color: #FFFFFF;
  box-shadow: 6px 6px 16px rgba(67, 91, 106, 0.5);
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .kv_btnouter {
    padding: 24px 0 55px;
  }

  #outline {
    padding: 54px 0 80px;
    background-image: url(../images/pc/bg_01.png);
    background-size: 912px;
    background-position-y: 26px;
    background-position-x: center;
  }

  #outline::after {
    height: 290px;
    width: 100%;
  }

  #outline .h1_bubble {
    border-radius: 27px;
    font-size: 20px;
    width: 100px;
    padding: 0 0 4px;
  }

  #outline .h1_bubble::after {
    border-width: 10px 10px 0 10px;
    bottom: -10px;
  }

  #outline .h1_bubble span {
    font-size: 26px;
  }

  #outline .h1_main {
    margin: 0 auto;
    width: 920px;
  }

  #outline .h1_main::before {
    background-image: url(../images/pc/h1_left.svg);
    width: 48px;
    height: 88px;
    left: calc(50% - 400px);
    top: -20px;
  }

  #outline .h1_main::after {
    background-image: url(../images/pc/h1_right.svg);
    width: 48px;
    height: 88px;
    right: calc(50% - 400px);
    top: -20px;
  }

  #outline .h1_main span {
    font-size: 30px;
  }

  #outline .outline_text_first {
    width: 100%;
    font-size: 20px;
    margin-top: 22px;
  }

  #outline .outline_inner>span {
    margin-top: 16px;
  }

  #outline h2 {
    margin-top: 39px;
    width: 231px;
    padding: 0;
  }

  #outline .outline_requirement {
    border-radius: 13px;
    margin-top: -24px;
    padding: 32px 0;
    width: 584px;
  }

  #outline .outline_requirement::before {
    width: 90px;
    height: 75px;
    left: 24px;
    bottom: 20px;
  }

  #outline .outline_requirement::after {
    width: 72px;
    height: 60px;
    right: 42px;
    bottom: 20px;
  }

  #outline .outline_requirement h3 {
    font-size: 19px;
    margin-bottom: 0;
  }

  #outline .outline_requirement p {
    font-size: 16px;
  }

  .cv_btn_outer p {
    font-size: 16px;
  }

  .cv_btn_outer p.caution {
    margin-top: 16px;
  }

  .cv_btn_outer>p::before,
  .cv_btn_outer>p::after {
    width: 25px;
    height: 2px;
  }

  .cv_btn_outer>p::before {
    left: calc(50% - 130px);
  }

  .cv_btn_outer>p::after {
    right: calc(50% - 125px);
  }

  .cv_btn_outer>p {
    margin-top: 32px;
  }

  .cv_btn_outer>p span:first-of-type::before {
    left: calc(50% - 112px);
  }

  .cv_btn_outer>p span:first-of-type::after {
    left: calc(50% - 118px);
  }

  .cv_btn_outer>p span:last-of-type::before {
    right: calc(50% - 112px);
  }

  .cv_btn_outer>p span:last-of-type::after {
    right: calc(50% - 118px);
  }

  .cv_btn_outer .cv_btn_list li {
    margin-top: 8px;
    width: 385px;
  }

  .cv_btn_outer .cv_btn_list li p.cv_btn_bubble {
    border-radius: 27px;
    width: 152px;
    padding: 1px 0 3px;
    top: -24px;
  }

  .cv_btn_outer .cv_btn_list li p.cv_btn_bubble::after {
    border-width: 8px 7px 0 7px;
    bottom: -7px;
  }

  .cv_btn_floating {
    display: none;
  }
}

/*detail*/
#detail {
  background-color: #4D381C;
  padding: 12.8vw 4vw 14.4vw;
  margin-top: -1vw;
}

#detail h2 {
  position: relative;
  color: #FFF;
  font-size: 8.53vw;
  font-weight: bold;
  text-align: center;
}

#detail h2::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  /* width: 82.93vw; */
  height: 26vw;
  background-image: url(../images/h2_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  left: 0;
  right: 0;
}

#detail dt {
  color: #FFF;
  font-size: 4.8vw;
  font-weight: bold;
  margin-top: 8.8vw;
}

#detail dd {
  color: #FFF;
  font-size: 4.2667vw;
  margin-top: 1.667vw;
}

#detail dd span {
  font-weight: bold;
}

#detail .caution {
  color: #FFF;
  margin-top: 1.0667vw;
}

#detail .caution:first-of-type {
  margin-top: 1.667vw;
}

@media screen and (min-width: 768px) {
  #detail {
    padding: 70px 0 72px;
    margin-top: 0;
  }

  #detail .detail_inner {
    max-width: 920px;
    margin: auto;
  }

  #detail h2 {
    font-size: 40px;
  }

  #detail h2::after {
    width: 543px;
    height: 51px;
    background-image: url(../images/pc/h2_bg.png);
  }

  #detail dt {
    font-size: 22px;
    margin-top: 24px;
  }

  #detail dt:first-of-type {
    margin-top: 32px;
  }

  #detail dd {
    font-size: 18px;
    margin-top: 8px;
  }

  #detail .caution {
    margin-top: 4px;
  }

  #detail .caution:first-of-type {
    margin-top: 8px;
  }
}

/*login*/
#login {
  position: relative;
  background-color: #E30028;
  background-image: url(../images/bg_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 14vw 0 14.93vw;
  margin-top: -1vw;
}

#login h2 {
  position: relative;
  color: #FFFFFF;
  font-size: 8.53vw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

/* #login h2::after {
  content: '';
  position: absolute;
  bottom: 6vw;
  margin: auto;
  width: 75.07vw;
  height: 10.67vw;
  background-image: url(../images/h2_bg2.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
} */



#login .login_list {
  margin-top: 6.4vw;
}

#login .login_list li {
  position: relative;
}

#login .slick-initialized .slick-slide{
  margin: 0 1.6vw;
}

#login .login_list_num {
  position: relative;
  margin: 0 auto -8.533vw;
  width: 18.67vw;
  z-index: 101;
}

#login .login_list_content {
  border-left: solid 12vw #FFFFFF;
  border-right: solid 11.73vw #FFFFFF;
  border-top: solid 10.93vw #FFFFFF;
  border-bottom: 0;
  border-radius: 2.13vw 2.13vw 0 0;
  /* box-shadow: 6px 6px 16px rgba(67, 91, 106, 0.5); */
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 100;
}

#login .login_list_bubble {
  background-color: #FCF9E2;
  border-radius: 3.4667vw;
  margin-top: 8.93vw;
  position: relative;
  height: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#login .login_list_bubble::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2vw 3vw 2vw;
  border-color: transparent transparent #FCF9E2 transparent;
  position: absolute;
  top: -2.8vw;
  left: 0;
  right: 0;
  margin: auto;
}

#login .login_list_bubble p {
  color: #3F2C03;
  font-size: 4.2667vw;
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
}

#login .login_list_link {
  margin-top: 2.133vw;
  text-align: center;
}

#login .login_list_link a {
  color: #FFFFFF;
  font-size: 3.2vw;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #login {
    padding: 96px 0;
    /* background-image: url(../images/pc/bg_02.png);
    background-size: contain; */
    background-image: none;
    margin-top: 0;
  }

  #login::before {
    content: '';
    position: absolute;
    background-image: url(../images/pc/bg_02_1.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  #login::after {
    content: '';
    position: absolute;
    background-image: url(../images/pc/bg_02_2.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  #login .login_inner {
    max-width: 920px;
    margin: auto;
  }

  #login h2 {
    font-size: 40px;
  }

  #login h2::after {
    width: 409px;
    height: 91px;
    bottom: 0;
    background-image: url(../images/pc/h2_bg2.png);
  }

  #login .login_list {
    margin: auto;
    margin-top: 38px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  #login .login_list li {
    margin: 0;
    width: 290px;
  }

  #login .login_list_num {
    width: 48px;
    margin-bottom: -24px;
  }

  #login .login_list_content {
    border-radius: 16px 16px 0 0;
    border: solid 20px #FFFFFF;
    border-top: solid 30px #FFFFFF;
    border-bottom: 0;
  }

  #login .login_list_bubble {
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 21px;
    height: 60px;
    padding: 0;
  }

  #login .login_list_bubble::before {
    border-width: 0 12px 12px 12px;
    top: -12px;
  }

  #login .login_list_bubble p {
    font-size: 14px;
  }

  #login .login_list_bubble p a {
    font-size: 14px;
  }

  #login .login_list_link {
    margin-top: 8px;
  }

  #login .login_list_link a {
    font-size: 12px;
  }
}

/*other*/
#other {
  padding: 12.8vw 4vw 8.533vw;
}

#other h3 {
  color: #3F2C03;
  cursor: pointer;
  font-size: 5.333vw;
  font-weight: bold;
  padding: 3.2vw 0;
  position: relative;
  text-align: center;
}

#other h3::after {
  content: '';
  background-image: url(../images/arrow_close.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.2667vw;
  height: 2.933vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.0667vw;
  margin: auto;
}

#other h3._active::after {
  background-image: url(../images/arrow_open.png);
}

#other .other_accordion {
  background-color: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 2.29vw;
  margin-top: 8.533vw;
}

#other .other_accordion:first-of-type {
  margin-top: 0;
}

#other .other_accordion>div {
  padding: 3.2vw 5.0667vw 8vw 4.2667vw;
}

#other .other_accordion>div.hide {
  display: none;
}

#other .other_accordion_close {
  text-align: center;
  margin-top: 8vw;
}

#other .other_accordion_close span {
  font-size: 4.8vw;
  color: #707070;
  text-decoration: underline;
  cursor: pointer;
}

#other .other_subtext {
  margin-top: 21.333vw;
}

#other .other_subtext p {
  font-size: 4.2667vw;
}

#other .other_accordion dt {
  color: #c9a614;
  font-size: 4vw;
  font-weight: bold;
}

#other .other_accordion dd,
#other .other_accordion dd p.caution {
  font-size: 3.2vw;
  margin-top: 2.133vw;
}

@media screen and (min-width: 768px) {
  #other {
    padding: 48px 0;
    max-width: 920px;
    margin: auto;
  }

  #other h3 {
    font-size: 20px;
    padding: 12px 0;
  }

  #other h3::after {
    width: 16px;
    height: 11px;
    right: 32px;
  }

  #other .other_accordion {
    margin-top: 48px;
    border-radius: 16px;
  }

  #other .other_accordion:first-of-type {
    margin-top: 0;
  }

  #other .other_accordion>div {
    padding: 6px 30px 32px;
  }

  #other .other_accordion li {
    line-height: 2.3;
  }

  #other .other_accordion_close {
    margin-top: 20px;
  }

  #other .other_accordion_close span {
    font-size: 18px;
  }

  #other .other_accordion dt {
    font-size: 18px;
  }

  #other .other_accordion dd,
  #other .other_accordion dd p.caution {
    font-size: 18px;
    margin-top: 8px;
  }

  #other .other_subtext {
    margin-top: 48px;
  }

  #other .other_subtext p {
    font-size: 16px;
  }
}

/*footer*/
footer {
  padding-bottom: 27vw;
}

.snsicon_outer {
  background-color: #eef6ff;
  display: flex;
  justify-content: center;
  padding: 4.667vw 0;
}

.snsicon {
  margin: 0 2.5vw;
}

.snsicon_img {
  width: 10.667vw;
}

.copyright {
  padding: 3.2vw 0;
}

.copyright_text {
  font-size: 3.2vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 0;
  }

  .snsicon_outer {
    padding: 24px 0;
  }

  .snsicon {
    margin: 0 7.5px;
  }

  .snsicon_img {
    width: 50px;
  }

  .copyright {
    padding: 16px 0;
  }

  .copyright_text {
    font-size: 14px;
  }

  .introduction-pagenation {
    margin-top: 30px;
  }
}

/* 2023 お知らせ  追加 */
.news {
  background-color: #f86e87;
  padding: 1em;
}

.news div {
  background-color: #fff;
  width: 90%;
  margin: auto;
  padding: 2em 1em;
  font-size: 0.9em;
}

.news div p+p {
  text-align: left;
  max-width: 880px;
  margin: 1em auto 0;
}

.news div a {
  margin-top: 1em;
  text-align: right;
  display: block;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .news div {
    max-width: 1280px;
    width: 100%;
    padding: 2em 0;
  }

  .news div p {
    text-align: center;
  }

  .news div a {
    margin-right: 8em;
  }
}

.slick-dots li button:before {
  width: 2.57vw;
  height: 2.57vw;
}

@media screen and (min-width: 768px) {}

/* クローズ対応 */
.kv_btnouter .cv_btn_outer p.caution {
  color: #001c47;
}

.cv_btn_floating.cv_btn_outer p.caution {
  color: #001c47;
  text-align: center;
  margin: 0 auto;
  padding-left: 0;
  text-indent: 0;
}