@charset "UTF-8";

/* stylelint-disable */
/* ******************************************************************

    --common.css--

    0. BoxModel change

    1. Common setting
        1-1. Reset styles
        1-2. Font styles
        1-3. General styles
        1-4. Text styles
        1-5. List styles
        1-6. CSS3 common styles


****************************************************************** */
/*==================================================================
    0. BoxModel change
===================================================================*/
/*==================================================================
    1. Common setting
===================================================================*/
/* ------------------------------------------------------------------
    1-1. Reset styles
-------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
}

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

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

[hidden] {
  display: none;
}

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

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

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

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

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

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

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* Font styles
-------------------------------------------------------------------*/
select,
input,
button,
textarea,
button {
  font-size: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 1;
}

/* General styles
-------------------------------------------------------------------*/
table {
  empty-cells: show;
}

input {
  line-height: 1;
}

form img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

label {
  margin-right: 5px;
}

legend {
  display: none;
}

input[type=text],
input[type=password],
textarea {
  padding: 3px 4px 0 3px;
  border: 1px solid #999;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 1.3rem;
}

/* ------------------------------------------------------------------
    1-2. VisualFormattingModel styles
-------------------------------------------------------------------*/
.noDisplay {
  display: none;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both !important;
}

a.hover:hover,
input.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/* ------------------------------------------------------------------
    1-3. BoxModel styles
-------------------------------------------------------------------*/
.auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt0,
.mv0,
.ma0 {
  margin-top: 0 !important;
}

.mr0,
.mh0,
.ma0 {
  margin-right: 0 !important;
}

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

.ml0,
.mh0,
.ma0 {
  margin-left: 0 !important;
}

.pt0,
.pv0,
.pa0 {
  padding-top: 0 !important;
}

.pr0,
.ph0,
.pa0 {
  padding-right: 0 !important;
}

.pb0,
.pv0,
.pa0 {
  padding-bottom: 0 !important;
}

.pl0,
.ph0,
.pa0 {
  padding-left: 0 !important;
}

.mt5,
.mv5,
.ma5 {
  margin-top: 5px !important;
}

.mr5,
.mh5,
.ma5 {
  margin-right: 5px !important;
}

.mb5,
.mv5,
.ma5 {
  margin-bottom: 5px !important;
}

.ml5,
.mh5,
.ma5 {
  margin-left: 5px !important;
}

.pt5,
.pv5,
.pa5 {
  padding-top: 5px !important;
}

.pr5,
.ph5,
.pa5 {
  padding-right: 5px !important;
}

.pb5,
.pv5,
.pa5 {
  padding-bottom: 5px !important;
}

.pl5,
.ph5,
.pa5 {
  padding-left: 5px !important;
}

.mt10,
.mv10,
.ma10 {
  margin-top: 10px !important;
}

.mr10,
.mh10,
.ma10 {
  margin-right: 10px !important;
}

.mb10,
.mv10,
.ma10 {
  margin-bottom: 10px !important;
}

.ml10,
.mh10,
.ma10 {
  margin-left: 10px !important;
}

.pt10,
.pv10,
.pa10 {
  padding-top: 10px !important;
}

.pt37 {
  padding-top: 37px !important;
}

.pr10,
.ph10,
.pa10 {
  padding-right: 10px !important;
}

.pb10,
.pv10,
.pa10 {
  padding-bottom: 10px !important;
}

.pl10,
.ph10,
.pa10 {
  padding-left: 10px !important;
}

.mt15,
.mv15,
.ma15 {
  margin-top: 15px !important;
}

.mt20,
.mv20,
.ma20 {
  margin-top: 20px !important;
}

.mr20,
.mh20,
.ma20 {
  margin-right: 20px !important;
}

.mb20,
.mv20,
.ma20 {
  margin-bottom: 20px !important;
}

.ml20,
.mh20,
.ma20 {
  margin-left: 20px !important;
}

.pt20,
.pv20,
.pa20 {
  padding-top: 20px !important;
}

.pr20,
.ph20,
.pa20 {
  padding-right: 20px !important;
}

.pb20,
.pv20,
.pa20 {
  padding-bottom: 20px !important;
}

.pl20,
.ph20,
.pa20 {
  padding-left: 20px !important;
}

.mt30,
.mv30,
.ma30 {
  margin-top: 30px !important;
}

.mr30,
.mh30,
.ma30 {
  margin-right: 30px !important;
}

.mb30,
.mv30,
.ma30 {
  margin-bottom: 30px !important;
}

.ml30,
.mh30,
.ma30 {
  margin-left: 30px !important;
}

.pt30,
.pv30,
.pa30 {
  padding-top: 30px !important;
}

.pr30,
.ph30,
.pa30 {
  padding-right: 30px !important;
}

.pb30,
.pv30,
.pa30 {
  padding-bottom: 30px !important;
}

.pl30,
.ph30,
.pa30 {
  padding-left: 30px !important;
}

.mt40,
.mv40,
.ma40 {
  margin-top: 40px !important;
}

.mr40,
.mh40,
.ma40 {
  margin-right: 40px !important;
}

.mb40,
.mv40,
.ma40 {
  margin-bottom: 40px !important;
}

.ml40,
.mh40,
.ma40 {
  margin-left: 40px !important;
}

.pt40,
.pv40,
.pa40 {
  padding-top: 40px !important;
}

.pr40,
.ph40,
.pa40 {
  padding-right: 40px !important;
}

.pb40,
.pv40,
.pa40 {
  padding-bottom: 40px !important;
}

.pl40,
.ph40,
.pa40 {
  padding-left: 40px !important;
}

.bt0,
.ba0 {
  border-top: none !important;
}

.br0,
.ba0 {
  border-right: none !important;
}

.bb0,
.ba0 {
  border-bottom: none !important;
}

.bl0,
.ba0 {
  border-left: none !important;
}

/* ------------------------------------------------------------------
    1-4. Text styles
-------------------------------------------------------------------*/
strong,
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.note {
  margin-left: 1em;
  text-indent: -1em;
}

.f10 {
  font-size: 77%;
}

.f11 {
  font-size: 85%;
}

.f12 {
  font-size: 93%;
}

.f14 {
  font-size: 108%;
}

.f15 {
  font-size: 116%;
}

.f16 {
  font-size: 123.1%;
}

.f17 {
  font-size: 131%;
}

.f18 {
  font-size: 138.5%;
}

.f19 {
  font-size: 146.5%;
}

.f20 {
  font-size: 153.9%;
}

.f21 {
  font-size: 161.6%;
}

.f22 {
  font-size: 167%;
}

.f23 {
  font-size: 174%;
}

.f24 {
  font-size: 182%;
}

.f25 {
  font-size: 189%;
}

.f26 {
  font-size: 197%;
}

.red {
  color: #C00;
}

.white {
  color: #FFF;
}

.grayC {
  color: #CCC;
}

.gray9 {
  color: #999;
}

.gray6 {
  color: #666;
}

.gray3 {
  color: #333;
}

.black {
  color: #000;
}

.middle {
  vertical-align: middle !important;
}

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

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

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

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

/* ------------------------------------------------------------------
    1-5. List styles
-------------------------------------------------------------------*/
.disc {
  padding-left: 2em;
  list-style: disc;
}

.circle {
  padding-left: 2em;
  list-style: circle;
}

.decimal {
  padding-left: 2.4em;
  list-style: decimal;
}

/* ------------------------------------------------------------------
    1-6. CSS3 common styles
-------------------------------------------------------------------*/
.boxShadow {
  box-shadow: 0 0 5px #DDD;
}

.textShadowW {
  text-shadow: 0 1px 0 #E7E7E7;
}

.textShadowB {
  text-shadow: 0 1px 0 #111;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.sp-display {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp-display {
    display: inline-block !important;
  }

  .pc-display {
    display: none !important;
  }
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  overflow-x: hidden;
  background: #FFF;
  font-size: 10px;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

#wrapper {
  position: relative;
  isolation: isolate;
}

/**
 * Basic styles for links
 */
a {
  color: #36C;
  text-decoration: underline;
}

body {
  color: #000;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.231;
  font-family: "Noto Sans JP", sans-serif;
}

.font_min {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3";
}

.font_go {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ";
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

header {
  position: relative;
  z-index: 30;
  background-color: #FFF;
}

.header__inner {
  padding: 22px 43px 20px;
}

.header__logo {
  display: inline-block;
}

.header__logo img {
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .header__inner {
    padding: 40px 15px 9px;
    text-align: center;
  }

  .header__logo img {
    max-width: 160px;
  }
}

.inner {
  max-width: 1240px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.inner01 {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

#main {
  width: 100%;
  position: relative;
  z-index: 10;
}

#footer {
  position: relative;
  z-index: 1;
}

.foot_upper {
  background-color: rgba(255, 255, 255, 1);
  padding: 36px 0 20px;
}

.foo_bottom {
  background-color: #fff;
  padding: 20px 0 146px;
}

.block-notes {
  margin-bottom: 46px;
}

.block-notes__ttl {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.1;
}

.block-notes_sub {
  font-weight: bold;
  padding: 30px 0 5px;
}

@media only screen and (max-width: 768px) {

  .inner_c {
    padding-left: 0px;
    padding-right: 0px;
  }

  .block-notes {
    margin-bottom: 56px;
  }

  .block-notes__ttl {
    text-align: center;
  }
}

.copyright {
  background-color: #EFEFEF;
  padding: 15px 0;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 11px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}

.groupButton {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 41px;
  margin-bottom: 64px;
}

.groupButton__item {
  max-width: 279px;
  width: 100%;
}

.groupButton__item_top {
  max-width: 460px;
  min-width: 440px;
  width: 100%;
}


.groupButton .btn-1 {
  font-size: 1.6rem;
  padding: 18px 60px;
  background-position: center right 14px;
  background-size: 10px 11px;
  color: #BE0000;
}

.groupButton .btn-4 {
  font-size: 1.6rem;
  padding: 18px 60px;
  background-position: center right 14px;
  background-size: 10px 11px;
  background-color: #fff;
  color: #BE0000;
  border: #BE0000 1px solid;
}

.groupButton__item_top .btn-1 {
  font-size: 1.8rem;
  padding: 24px 50px;
  background-size: 15px 16px;
}

.groupButton__txt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .groupButton {
    flex-direction: column;
    align-items: center;
    gap: 37px;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .groupButton__item_top {
    max-width: 420px;
    min-width: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

}

.box-fixed-wrap {
  position: relative;
  z-index: 40;
}

.box-fixed {
  position: fixed;
  z-index: 30;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 26%, #E83820 26%, #E83820 100%);
}

.box-fixed__group {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  min-width: 770px;
  max-width: 1120px;
  height: 115px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.box-fixed__img--txt {
  width: 190px;
  height: auto;
}

.box-fixed__img--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 125px;
  height: auto;
  bottom: 0px;
}

.box-fixed__img--left {
  position: absolute;
  left: 26%;
  top: 20px;
  width: 36vw;
  max-width: 180px;
  height: auto;
}



.box-fixed__txt {
  position: absolute;
  right: 6%;
  padding-right: 160px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none !important;
  margin-top: 30px;
}

.box-fixed__txt::after {
  content: "";
  position: absolute;
  right: 140px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("/camp/00132/common/img/icon_link.svg");
}

.box-fixed__txt:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1040px) {

  .box-fixed__group {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 320px;
    max-width: 700px;
    height: 94px;
    margin: 0 auto 18px;
    padding: 0 16px;
    justify-content: space-between;
    align-items: last baseline;
    background: unset;
  }

  .box-fixed__img--center {
    position: absolute;
    left: 44%;
    transform: translateX(-44%);
    width: 100%;
    max-width: 130px;
    height: auto;
    bottom: -18px;
  }

  .box-fixed__img--left {
    position: absolute;
    left: 7%;
    top: 22%;
    width: 33vw;
    max-width: 180px;
    height: auto;
  }

  .box-fixed__txt {
    position: absolute;
    right: -10px;
    top: 40px;
    padding-right: 100px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: 15px;
  }

  .box-fixed__txt::after {
    content: "";
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("/camp/00132/common/img/icon_link.svg");
  }
}

@media only screen and (max-width: 768px) {


  .box-fixed__group {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 320px;
    max-width: 400px;
    height: 64px;
    margin: 0 auto 18px;
    padding: 0 16px;
    justify-content: space-between;
    align-items: last baseline;
    background: unset;
  }

  .box-fixed__group::before {
    content: none;
  }

  .box-fixed__group::after {
    content: none;
  }

  .box-fixed__img--txt {
    display: none;
  }

  .box-fixed__img--bear {
    left: 50%;
    top: auto;
    bottom: 0px;
    width: 240px;
    transform: translateX(-50%);
  }

  .box-fixed__txt {
    position: absolute;
    right: 3%;
    margin-top: 0px;
    padding-right: 2.5vw;
    font-size: 14px;
    text-decoration: none !important;
  }

  .box-fixed__txt::after {
    content: "";
    position: absolute;
    right: -1.5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("/camp/00132/common/img/icon_link.svg");
  }

  .box-fixed__img--left {
    position: absolute;
    left: 8%;
    top: 24px;
    width: 40vw;
    max-width: 100px;
    height: auto;
  }

  .box-fixed__img--center {
    position: absolute;
    left: 46%;
    transform: translateX(-46%);
    width: 90px;
    bottom: -18px;
    max-width: 140px;
  }

}

.spDisplay {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .spDisplay {
    display: block !important;
  }
}

.pcDisplay {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .pcDisplay {
    display: none !important;
  }
}

.spDisplay_in {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .spDisplay_in {
    display: inline !important;
  }
}

.pcDisplay_in {
  display: inline !important;
}

@media only screen and (max-width: 768px) {
  .pcDisplay_in {
    display: none !important;
  }
}

.sp-display--1024 {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .sp-display--1024 {
    display: block !important;
  }
}

.pc-display--1024 {
  display: block !important;
}

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

.sp-flex--1024 {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .sp-flex--1024 {
    display: flex !important;
  }
}

.pc-flex--1024 {
  display: flex !important;
}

@media only screen and (max-width: 1024px) {
  .pc-flex--1024 {
    display: none !important;
  }
}

.spDisplayI {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .spDisplayI {
    display: inline !important;
  }
}

.txt-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.txt-link--icon {
  position: relative;
  padding-right: 25px;
}

.txt-link--icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("/camp/00132/common/img/icon_blank.png") no-repeat center;
}

@media only screen and (min-width: 1025px) {
  .txt-link:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 768px) {
  .txt-link {
    font-size: 13px;
  }
}

.notes-list__item {
  font-size: 12px;
  line-height: 1.67;
}

@media only screen and (max-width: 768px) {
  .notes-list {
    padding: 0 9px 30px;
  }
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.social-link--style01 {
  margin: 0 -8px 25px;
}

.social-link--style01 .social-link__item {
  margin: 0 8px;
}

.social-link--style02 {
  margin: 0 -17px 38px;
  gap: 33px;
}

.social-link--style02 .social-link__item {
  max-width: 50%;
}

.social-link--style03 {
  margin: 0 -4px 24px;
}

.social-link--style03 .social-link__item {
  max-width: calc(50% - 14px);
  margin: 0 7px;
}

.social-link--style03 .social-link__item img {
  max-height: 25px;
}

.social-link__item img {
  vertical-align: middle;
}

.social-link__item a {
  display: inline-block;
  position: relative;
  transition: opacity 0.3s;
}

@media only screen and (min-width: 1025px) {
  .social-link__item a:hover {
    opacity: 0.7;
  }
}

.social-link__item .txt-link:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .social-link--style02 {
    margin: 0 0 40px;
    gap: 8px;
  }

  .social-link--style02 .social-link__item {
    max-width: 100%;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .social-link--style02 .social-link__item:not(:first-child) {
    border-left: 0;
  }

  .social-link--style03 {
    margin: 0 -4px 14px;
  }

  .social-link--style03 .social-link__item {
    max-width: calc(50% - 8px);
    margin: 0 4px;
  }

  .social-link--style03 .social-link__item img {
    max-height: 16.21px;
  }
}

/* -------------------------------------------------------------------------------------------------*/

body {
  overflow: hidden;
  isolation: isolate;
}

.bg-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #DAE24A;
  z-index: -1;
  /* 背景レイヤー */
}



#keyv_bg {
  position: absolute;
  top: 0;
  background-color: #DAE24A;
  height: 100vh;
  width: 100vw;
}

#flare {
  position: fixed;
  top: 0;
  background-image: url(/camp/00135/common/img/bg_flare.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;

}

#keyv {
  height: clamp(320px, 30vw + 480px, 860px);
  width: 100vw;
  position: relative;
  margin-top: 0px;
  z-index: 20;
}

#keyv .keyv_wrap {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#keyv .keyv__inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

#keyv .keyv__inner p.top_reader {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding: 40px 0 20px;
  color: #fff;
}

#keyv .keyv__inner img {
  width: 100%;
}

#keyv .keyv__inner h2 img {
  width: 90%;
  margin: 0 auto;
}

#keyv .keyv__inner .keyv_suvh {
  width: 76%;
  margin-top: -40px;
  margin-bottom: 20px;
}

#keyv h1 {
  background-image: url(/camp/00135/common/img/keyv_logo.png);
  background-size: contain;
  transition: background-size 0.3s ease;
  background-position: center top;
  background-repeat: no-repeat;
  width: 80vw;
  max-width: 1024px;
  min-width: 660px;
  height: 100%;
  min-height: 370px;
  max-height: 470px;
  color: rgba(255, 0, 0, 0);
}

p.keyv_subh {
  background: #fff;
  border-radius: 30px;
  color: #8B1100;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
  padding: 15px;
  width: 50vw;
  min-width: 600px;
  max-width: 740px;
}

p.keyv_period {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-feature-settings: "palt";
}



@media only screen and (max-width: 768px) {

  .bg-sections {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #DAE24A;
    z-index: -1;
    /* 背景レイヤー */
  }


  #keyv_bg {
    position: absolute;
    top: 0;
    background-color: #DAE24A;
    height: 100vh;
    width: 100vw;
  }

  #flare {
    height: 100vh;
    width: 100vw;
  }

  #keyv {
    height: clamp(300px, 30vw + 380px, 710px);
    /*min-height: 680px;*/
    width: 100vw;
    position: relative;
    margin-top: 0px;

  }

  #keyv .keyv_wrap {
    height: clamp(300px, 30vw + 380px, 710px);
    /*min-height: 680px;*/
    align-items: flex-start;
    max-width: 780px;
    padding-top: 20px;
  }

  #keyv .keyv__inner {
    width: 100%;
    max-width: 1060px;
    height: 140px;
    margin: 0px auto 0;
    text-align: center;
  }

  #keyv .keyv__inner p.top_reader {
    font-size: 16px;
    padding: 0px 0px;
  }

  #keyv .keyv__inner .keyv_suvh {
    width: 90%;
    max-width: 500px;
    margin: 5px auto 20px;

  }


  #keyv h1 {
    background-image: url(/camp/00135/common/img/keyv_logo.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100vw;
    max-width: 500px;
    min-width: 80vw;
    min-height: 170px;
    position: relative;
    z-index: 0;
    margin: 0 auto;
  }

  #keyv .keyv_entry {
    background-color: #a40002;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  #keyv .keyv_entry img {
    max-width: 300px;

  }

  p.keyv_subh {
    font-size: 18px;
    width: 90vw;
    min-width: 300px;
  }

  p.keyv_period {
    font-size: calc(1vw + 1.3rem);
  }

}


/* -------------------------------------------------------------------------------------------------*/

#point_list {
  height: auto;
  min-height: 800px;
  padding-top: 0px;
  margin-bottom: 50px;
}

#point_list picture {
  width: 100%;
  display: block;
  text-align: center;
}

#point_list .keyv_card {
  width: 80vw;
  max-width: 870px;
  margin: 0 auto;
}

#point_list h2 {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

#point_list h3 {
  font-size: 34px;
  line-height: 1.8;
  color: #fff;
  font-weight: bold;
  display: table;
  border-bottom: 1px #fff solid;
  margin: 50px auto 50px;
  padding-bottom: 10px;
}

#point_list p.po_att {
  font-size: 16px;
  text-align: center;
  margin: 30px 0 60px;
  color: #fff;
  line-height: 2;
}

#point_list ul.list_set {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 30px 0 15px;
}

#point_list ul.list_set li {
  flex-basis: 33%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px;
  height: 100%;
}

#point_list ul.list_set li img {
  width: 100%;

}


@media only screen and (max-width: 768px) {

  #point_list {
    height: auto;
    min-height: auto;
    padding-top: 40px;
  }

  #point_list h2 {
    font-size: 16px;
    line-height: 1.8;
  }

  #point_list p.po_att {
    font-size: 16px;
    text-align: center;
    margin: 30px 0px 20px;
  }

  #point_list ul.list_set {
    flex-direction: column;
    margin: 30px 0;
    justify-content: space-between;
    align-items: center;
  }

  #point_list ul.list_set li {
    flex-basis: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-left: unset;
    padding: 10px 20px 30px;
  }

  #point_list ul.list_set li:last-child {
    border-right: unset;
  }

  #point_list ul.list_set li h3 {
    font-size: 31px;
    font-weight: bold;
    color: #004098;
    position: absolute;
    left: 60px;
    top: 10px;
  }

  #point_list ul.list_set li img {
    width: 100%;
  }


  #point_list ul.list_set li ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0 0px;
    width: 100%;
  }

  #point_list ul.list_set li li {
    flex-basis: 100%;
    border: none;
    padding: 0 20px 30px;
  }

  #point_list ul.list_set li li:last-child {
    flex-basis: 100%;
    border-left: none;
    border-right: none;
    padding: 0 20px 10px;
  }

  #point_list ul.list_set li h3 {
    font-size: 31px;
    font-weight: bold;
    color: #004098;
    position: absolute;
    left: 20px;
    top: 10px;
  }


  #point_list ul.list_set li .po_read_a,
  #point_list ul.list_set li .po_read_b {
    font-size: 30px;
    text-align: center;
  }

  #point_list ul.list_set li img {
    width: 100%;
    max-width: 300px;
  }

  #point_list ul.list_set li img.size_a {
    max-width: 290px;
  }

  #point_list ul.list_set li img.size_b {
    max-width: 310px;
  }

  #point_list ul.list_set li p.pl_num {
    display: inline-block;
    background-color: #004098;
    border-radius: 60px;
    padding: 10px 0px;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    min-width: 80%;
    text-align: center;
  }

}

/* -------------------------------------------------------------------------------------------------*/

#flow {
  background-color: #D0F4C5;
  height: auto;
  z-index: 30;
  position: relative;
  padding-bottom: 60px;
}

#flow h2 {
  padding: 20px;
  text-align: center;
  width: 100vw;
}

#flow h2 img {
  width: 760px;
}

#flow .inner {
  position: relative;
}

#flow .inner::after {
  content: "";
  position: absolute;
  background: url(/camp/00135/common/img/blk_dot.png) repeat-x;
  background-size: contain;
  width: 90%;
  height: 2px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

#flow .flow_step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#flow .flow_step img.step {
  width: 310px;
}

#flow .flow_step p.read {
  font-size: 56px;
  color: #008965;
  font-weight: bold;
  padding: 30px 0;
}

#flow .flow_step p.read2 {
  text-align: center;
  font-size: 46px;
  color: #008965;
  font-weight: bold;
  padding: 30px 0;
}

#flow .flow_step_1 {
  background-image: url(/camp/00132/common/img/flow_step1_pic.png);
  background-position: right top 30px;
  background-repeat: no-repeat;
  background-size: 340px;
  padding: 30px 0 0;
}

#flow ul.step2_imglist {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

#flow ul.step2_imglist li {
  display: flex;
  justify-content: center;
  flex-basis: 33%;
  align-items: start;
  margin-bottom: 30px;
}

#flow ul.step2_imglist li img {
  width: 280px;
  height: auto;
  object-fit: contain;
}


#flow ul.step2_txt {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
  justify-content: center;
}

#flow ul.step2_txt li {
  text-align: center;
  padding: 4px;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {

  #flow .flow_step p.read {
    font-size: 36px;
  }

  #flow .flow_step p.read2 {
    font-size: 28px;
  }

  #flow ul.step2_imglist {
    flex-direction: column;
  }

  #flow ul.step2_txt {
    justify-content: flex-start;
  }

  #flow ul.step2_txt li {
    text-align: left;
  }

}

/* -------------------------------------------------------------------------------------------------*/

#flow2 {
  background-color: #D0F4C5;
  height: auto;
  z-index: 30;
  position: relative;
}

#flow2 .inner {
  position: relative;

}

#flow2 .inner::after {
  content: "";
  position: absolute;
  background: url(/camp/00135/common/img/blk_dot.png) repeat-x;
  background-size: contain;
  width: 90%;
  height: 2px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

#flow2 h2 {
  padding: 20px;
  text-align: center;
  width: 100vw;
}

#flow2 h2 img {
  width: 760px;
}



#flow2 .flow_step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#flow2 .flow_step img.step {
  width: 310px;
}

#flow2 .flow_step p.read2 {
  font-size: 56px;
  color: #008965;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}

#flow2 .flow_step p.sub {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  padding: 10px 0 60px;
}

#flow2 .a_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 80px;
  width: 100%;
  margin-bottom: 70px;
}

#flow2 .a_box h3 {
  color: #008965;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

#flow2 .a_box h3 .highlight {
  background: linear-gradient(transparent 70%,
      #FAFA00 70%);
}

#flow2 .a_box h3:first-child {
  font-size: 55px;
}

#flow2 .a_box h3:first-child::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  transform: translateX(-50%);
  width: 30%;
  /* ← テキスト全体の30% */
  height: 1px;
  /* 線の太さ */
  background-color: #008965;
}

#flow2 .a_box ul {
  display: flex;
  flex-direction: row;
  margin: 40px 0;
  justify-content: space-between;
  flex-wrap: wrap;

}

#flow2 .a_box ul li {
  display: flex;
  justify-content: center;
  flex-basis: 32%;
  align-items: start;
}

#flow2 .a_box ul li img {
  width: 25vw;
  min-width: 200px;
  max-width: 330px;
  margin-bottom: 20px;
  height: auto;
  object-fit: contain;
}

#flow2 .a_box dl {
  display: flex;
  flex-direction: row;
  margin: 40px 0;
  justify-content: space-between;
  font-size: 22px;
}

#flow2 .a_box dl dt {
  flex-basis: 4%;
}

#flow2 .a_box dl dd {
  flex-basis: 96%;
}
/*
#flow2 .a_box dl dd p.sub_att {
  padding-left: 1em;
  text-indent: -1em;

}
*/
@media only screen and (max-width: 768px) {

  #flow2 .flow_step p.sub {
    text-align: center;
  }

  #flow2 .flow_step p.read2 {
    font-size: 32px;
  }

  #flow2 .a_box {
    padding: 20px 20px;
    margin-bottom: 70px;
  }

  #flow2 .a_box h3:first-child {
    font-size: 34px;
  }

  #flow2 .a_box ul {
    flex-direction: column;
  }

  #flow2 .a_box ul li {
    margin-bottom: 30px;
  }

  #flow2 .a_box dl {
    font-size: 14px;
  }

  #flow2 .a_box h3 {
    font-size: 28px;
  }

  #flow .flow_step_1 {
    background-image: unset;
  }

  #flow2 .a_box ul li img {
    width: 76vw;
    margin-bottom: 0px;
  }


}

/* -------------------------------------------------------------------------------------------------*/

#servis {
  background-color: #D0F4C5;
  height: auto;
  z-index: 30;
  position: relative;
  padding-bottom: 50px;
}

#servis h2 {
  padding: 20px;
  text-align: center;
  width: 100vw;
}

#servis h2 img {
  width: 840px;
  margin-top: 130px;
}

#servis h2 img.cardspec {
  max-width: 1240px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 80px auto;
}


#servis .accordion-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  /* テキストと矢印の間隔 */
  width: 100%;
  padding: 20px;
  cursor: pointer;
  background-color: #DAE24A;
  border-radius: 8px;
  border: 0px;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #000;
  margin-top: 40px;
}

#servis .arrow {
  width: 24px;
  height: 24px;
  margin-top: 14px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform-origin: 50% 50%;
  transform: translateY(-50%) rotate(45deg);
  /* ▲ 初期 */
  transition: transform 0.3s ease;
}

/* 開いた状態 */
#servis .accordion-title.is-open .arrow {
  margin-top: 28px;
  transform: translateY(-50%) rotate(-135deg);
  /* ▼ 開いたら下 */
}

#servis .accordion-content {
  background-color: #fff;
  padding: 40px 50px 30px;
  border-radius: 0 0 8px 8px;
  margin-top: -10px;
  text-align: center;
  color: #004098;
  font-weight: bold;
}

#servis .accordion-content ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#servis .accordion-content ul li {
  flex-basis: 25%;
  position: relative;
  margin-bottom: 20px;
}

#servis .accordion-content ul li::after {
  content: "";
  position: absolute;
  background: url(/camp/00135/common/img/step_arr.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 54px;
  right: -10px;
  top: 50%;
}

#servis .accordion-content ul li:nth-child(4):after,
#servis .accordion-content ul li:last-child:after {
  content: unset;
}

#servis .accordion-content ul li.setp_end {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

#servis .accordion-content ul li.setp_end p.setp_end {
  font-size: 18px;
  background-color: #004098;
  color: #DAE24A;
  padding: 20px 20px;
}

#servis .accordion-content ul li p.setp_end {
  position: relative;
  display: inline-flex;
  font-size: 18px;
  background-color: #004098;
  color: #DAE24A;
  padding: 10px 30px;
  margin-top: 40px;
}

#servis .accordion-content ul li p.setp_end::before {
  content: "";
  position: absolute;
  background: url(/camp/00135/common/img/step_arr_d.png) no-repeat;
  background-size: contain;
  width: 54px;
  height: 54px;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}

#servis .accordion-content ul li.setp_end p.setp_end::before {
  content: unset;
}

#servis .accordion-content ul li img {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 30px;

}

#servis .accordion-content h3 {
  display: inline-flex;
  justify-content: center;
  background-color: #DAE24A;
  padding: 8px 40px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;

}

#servis .accordion-content p {
  min-height: 108px;
}

#servis .accordion-content p.setp_end {
  min-height: 40px;
}

#servis .accordion-content p.size_a {
  font-size: 20px;

}

#servis .accordion-content p.size_b {
  font-size: 17px;
  width: 80%;
  margin: 0 auto;
}


#servis .step {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin: 15px 0 30px;
  position: relative;
  z-index: 1;
  padding: 30px;
}

#servis .step h4 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}

#servis .step ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 30px;
}

#servis .step ul li {
  flex-basis: 23%;
  position: relative;
  padding: 0px;
  height: 100%;
}

#servis .step ul li h5 {
  background-color: #DAE24A;
  color: #004098;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  text-align: center;
  width: 70%;
  margin: 0 auto 10px;
}



#servis .step ul li.seta {
  flex-basis: 33% !important;
  height: 100%;
}

#servis .step ul li.seta img {
  max-width: 300px;
  margin: 0 auto;
}

#servis .step ul li.seta img:nth-child(2) {
  margin-bottom: 10px;
}

#servis .step ul li.setb {
  flex-basis: 22% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#servis .step ul li.setb img {
  max-width: 170px;
  margin: 0px auto 10px;
}


#servis .step ul li::after {
  content: '';
  position: absolute;
  background-image: url(/camp/00135/common/img/steps_arr_a.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
  width: 15px;
  height: 30px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

#servis .step ul li:last-child:after {
  content: unset;
}

#servis .step ul li.seta,
#servis .step ul li.setb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#servis .step ul li p {
  font-size: 20px;
  font-weight: bold;
  color: #004098;
  text-align: center;
  padding-bottom: 20px;
  min-height: 140px;
}

#servis .step ul li p span {
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

#servis .step ul li p.set_a {
  min-height: unset;

}

#servis .step ul li p.mintxt {
  font-size: 18px;
}

#servis .step ul li p.minimtxt {
  font-size: 16px;
}

#servis .btn_box_a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}

#servis p.att_txt {
  font-weight: normal;
  font-size: 13px;
  color: #000;
  margin-top: 10px !important;
  min-height: unset;
  margin-bottom: 10px !important;
}

#servis .step p.att_txt {
  font-weight: normal;
  font-size: 13px;
  color: #000;
  margin-top: 10px !important;
  min-height: unset;
  margin-bottom: 10px !important;
  text-align: left;
}

#servis .cardspec_box {
  margin-top: 80px;
  padding-top: 80px;
  border-top: #008965 2px solid;

}

#servis ul.change_c {
  display: flex;
  flex-direction: column;
}

#servis ul.change_c li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  margin: 60px;
}

#servis ul.change_c li h3 {
  flex-basis: 15%;
}

#servis ul.change_c li .change_txt {
  text-align: left;
  padding-left: 30px;
  flex-basis: 85%;
  min-height: unset;
}

#servis ul.change_c li .change_txt span {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

#servis ul.change_c li .change_box {
  flex-basis: 100%;
}

#servis .accordion-content ul li .change_box img {
  width: 90%;
  margin-top: 40px;
}

#servis .accordion-content ul li .change_box img.card {
  width: 26%;
}


#servis ul.change_c li::after {
  content: "";
  position: absolute;
  background: url(/camp/00135/common/img/step_arr_dy.png) no-repeat;
  background-size: contain;
  width: 54px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
  top: unset;
}

@media only screen and (max-width: 768px) {

  #servis h2 img {
    width: auto;
    margin-top: 30px;
  }

  #servis h2 img.cardspec {
    margin: 40px auto 0px;
  }

  #servis .accordion-title {

    font-size: 18px;

  }


  #servis .accordion-content ul {
    flex-direction: column;
  }

  #servis .accordion-content ul li {
    margin: 60px 0 0px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #servis .accordion-content ul li img {
    width: 45vw;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 300px;
  }

  #servis .accordion-content ul li.googlep_last {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  #servis .accordion-content ul li:nth-child(4):after {
    content: unset;
  }

  #servis .accordion-content ul#samsung li:nth-child(4):after {
    content: "";
  }


  #servis .accordion-content ul li::after {
    content: "";
    position: absolute;
    background: url(/camp/00135/common/img/step_arr_d.png) no-repeat;
    background-size: contain;
    width: 54px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    top: unset;
  }

  #servis .accordion-content ul.change_c li::after {
    content: '';
    position: absolute;
    background-image: url(/camp/00135/common/img/step_arr_dy.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 54px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    top: unset;
  }

  #servis .accordion-content ul.change_c li:nth-child(4):after {
    content: unset;
  }

  #servis .accordion-content p {
    min-height: unset;
  }


  #servis .step ul {
    flex-direction: column;
    margin: unset;
  }

  #servis .step ul li.seta,
  #servis .step ul li.setb {
    right: unset;
  }

  #servis .step ul li.seta img {
    max-width: 100%;
    margin: 0px auto;
  }

  #servis .step ul li.setb img {
    max-width: 50vw;
    margin: 0px auto;
  }

  #servis .step ul li::after {
    content: '';
    position: absolute;
    background: url(/camp/00135/common/img/step_arr_d.png) no-repeat;
    background-size: contain;
    width: 54px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    top: unset;
  }




  #servis .step ul li.seta,
  #servis .step ul li.setb {
    margin-bottom: 50px;
  }

  #servis .step p.att_txt {
    text-align: left;
  }

  #servis .btn_box_a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  #servis .btn_box_a a {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  #servis .accordion-content {
    padding: 20px;
    flex-wrap: nowrap;
  }

  #servis ul.change_c {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #servis ul.change_c li {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0px 0 60px;
  }

  #servis ul.change_c li h3 {
    display: inline-flex;
    width: 60vw;
    margin: 20px auto;
  }

  #servis ul.change_c li .change_txt {
    text-align: left;
    padding-left: 0px;
    flex-basis: 100%;
    margin-bottom: 20px;
    text-align: center;
    min-height: unset;
  }

  #servis ul.change_c li .c_att_txt {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }

  #servis ul.change_c li .change_box {
    flex-basis: 100%;
  }

  #servis .accordion-content ul li .change_box img {
    width: 90%;
    margin-top: 40px;
  }

  #servis .accordion-content ul li .change_box img.card {
    width: 66%;
  }



}

/* -------------------------------------------------------------------------------------------------*/

.owner {
  background-color: #F4F4F4;
  height: auto;
  z-index: 30;
  position: relative;
  padding-bottom: 50px;
}

.owner__inner {
  max-width: 970px;
  width: 100%;
  padding: 40px 16px;
  margin: 0 auto;
}

.owner h2 {
  background-color: #00987A;
  color: #fff;
  padding: 12px;
  font-size: 26px;
  position: relative;
  width: 100%;
  border-radius: 30px;
  text-align: center;
}

.owner h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  /* 吹き出し本体からの距離 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: #00987A transparent transparent transparent;
}


.owner__content {
  margin-top: 40px;
}

.owner__headline {
  margin-bottom: 50px;
}

.owner__headline img {
  display: block;
  margin: 0 auto;
}

.owner__title {
  margin: 0px 0 30px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}

.owner__title br.sp {
  display: none;
}

.owner__row,
.owner__row--first {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.owner__row--first {
  border-top: 1px solid #000;
}

.owner__col1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding-right: 45px;
  text-align: center;
}

.owner__col2 {
  width: calc(100% - 200px);
  color: #000;
  font-weight: 500;
}

.owner__col2 .sub_head {
  font-size: 20px;
  padding-top: 16px;
}

.owner__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.owner__list {
  margin-top: 15px;
}

.owner__list>li {
  display: flex;
  padding: 17px 0;
  border-top: 1px dashed #000;
  font-size: 2rem;
  line-height: 1.5;
  list-style-type: none;
}

.owner__list>li>sub {
  font-size: 1rem;
}

.owner__list>li:first-child {
  border-top: none;
}

.owner__list-ttl {
  width: 64px;
  padding-right: 5px;
}

.owner__list-txt {
  width: calc(100% - 64px);
}

.owner__txt1 {
  font-size: 2.2rem;
  font-weight: 500;
  font-feature-settings: "palt";
}

.owner__txt2 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.owner__txt3 {
  font-size: 1.6rem;
  line-height: 1.5;
}

.owner__txt4 {
  font-size: 1.6rem;
  line-height: 1.5;
}

dl.owner__txt5 {
  font-size: 20px;
  line-height: 1.5;
  margin: 14px 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}



dl.topb {
  border-top: 1px solid #000;
}

dl.owner__txt5 dt {
  padding: 4px 0;
  flex-basis: 18%;
}

dl.owner__txt5 dd {
  padding: 4px 0;
  flex-basis: 80%;
}

dl.owner__txt5 .att {
  font-size: 12px;
}

dl.owner__txt6 {
  font-size: 20px;
  line-height: 1.5;
  margin: 14px 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

dl.owner__txt6 dt {
  padding: 4px 0;
  flex-basis: 18%;
}

dl.owner__txt6 dd {
  padding: 4px 0;
  flex-basis: 80%;
}

dl.owner__txt6 .att {
  font-size: 12px;
}


@media only screen and (max-width: 992px) {
  .owner__title {
    display: flex;
    justify-content: center;
    margin: 0 0 17px;
    text-align: center;
  }

  .owner__title br.sp {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .owner {
    padding: 40px 0 32px;
  }

  .owner h2 {
    padding: 12px;
    font-size: 21px;
  }

  .owner__headline {
    width: 220px;
    margin: 0 auto 20px;
  }

  .owner__title {
    margin-bottom: 20px;
    font-size: 2.1rem;
    line-height: 1.3;
  }



  .owner__row,
  .owner__row--first {
    flex-direction: column;
    padding: 20px 0;
  }

  .owner__col1 {
    width: 100%;
    margin-bottom: 14px;
    padding-right: 0;
  }

  .owner__col2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .owner__list {
    width: 100%;
    margin-top: 24px;
  }

  .owner__list>li {
    flex-direction: column;
  }

  .owner__list-ttl {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .owner__list-txt {
    width: 100%;
    text-align: center;
    line-height: 1.3;
  }

  .owner__txt1 {
    font-size: 2rem;
  }

  .owner__txt2 {
    line-height: 1.4;
    font-size: 15px;
  }

  .owner__txt3 {
    text-align: left;
    width: 100%;
    text-indent: -1em;
    padding-left: 1em;
  }

  .owner__txt4 {
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  dl.owner__txt5 {
    font-size: 17px;
    margin: 4px 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  dl.owner__txt5 dt {
    text-align: center;
    padding: 4px 0;
    flex-basis: 20%;
  }

  dl.owner__txt5 dd {
    text-align: left;
    padding: 4px 0;
    flex-basis: 70%;
  }

  dl.owner__txt5 .att {
    font-size: 12px;
    line-height: 0.5;
  }

  dl.owner__txt6 {
    font-size: 17px;
    margin: 4px 0 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }

  dl.owner__txt6 dt {
    text-align: center;
    padding: 4px 0;
    flex-basis: 20%;
  }

  dl.owner__txt6 dd {
    text-align: left;
    padding: 4px 0;
    flex-basis: 80%;
  }

  dl.owner__txt6 dd p {
    text-align: center;
  }

  dl.owner__txt6 .att {
    font-size: 12px;
    line-height: 0.5;
  }

  .owner__col2 .sub_head {
    font-size: 18px;
    padding: 30px 0 15px;
  }


}


.btn_red {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  height: auto;
  font-weight: bold;
  transition: 0.3s;
  background-color: #be0000;
  position: relative;
}

.btn_red::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("/camp/00132/common/img/icon_link.svg");
}

.btn_red:hover {
  opacity: .7;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 9px 12px 12px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 18px;
}

.btn--primary {
  background-color: #004098 !important;
}

.btn--second {
  background-color: #BE0000 !important;
}

.btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 456px;
  min-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding: 33px 60px 33px 60px;
  border-radius: 4px;
  color: #8B1100;
  font-size: 2rem;
  font-weight: bold;
  background: #fff url("/camp/00135/common/img/icon_link_r.svg") no-repeat center right 22px/15px auto;
  transition: 0.2s opacity;
  text-decoration: none;
}

.btn-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 456px;
  min-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding: 33px 60px 33px 60px;
  border-radius: 4px;
  color: #8B1100;
  font-size: 2rem;
  font-weight: bold;
  background: #fff url("/camp/00135/common/img/icon_link_r.svg") no-repeat center right 22px/15px auto;
  transition: 0.2s opacity;
  text-decoration: none;
}

.btn-1--second {
  background-color: #004098;
}

.btn-1--second_a {

  color: #fff;
  background: url("/camp/00135/common/img/icon_link.svg") no-repeat center right 22px/15px auto;
  background-color: #004098;
  font-size: 1.5rem !important;
  font-weight: normal;
  padding: 13px 30px;
  max-width: 400px;
  margin: 0 10px;
}

.btn-1--second_b {
  color: #fff;
  background: url("/camp/00135/common/img/icon_link.svg") no-repeat center right 22px/15px auto;
  background-color: #004098;
  font-size: 1.8rem !important;
  font-weight: normal;
  padding: 20px 30px;
  max-width: 200px;
  margin: 0 auto;
}

.btn-1--second_c {
  background-color: #004098;
  font-size: 1.8rem !important;
  font-weight: normal;
  padding: 33px 30px;
  max-width: 300px;
  margin: 0 auto 20px;
}

.btn-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 35px 18px 35px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #BE0000 url("/camp/00132/common/img/icon_link.svg") no-repeat center right 14px/10px auto;
  transition: 0.2s opacity;
}

.btn-3 {
  position: relative;
  padding: 8px 40px;
  transition: opacity 0.3s;
  color: #fff;
  background: #004098 url("/camp/00132/common/img/icon_link.svg") no-repeat center right 20px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.2s opacity;
}

@media only screen and (min-width: 1025px) {
  .btn-1:hover {
    opacity: 0.7;
  }

  .btn-2:hover {
    opacity: 0.7;
  }

  .btn-3:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .btn {
    min-height: 40px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .btn-1 {
    max-width: 200px;
    padding: 18px 35px 20px 35px;
    background-size: 11px auto;
    background-position: center right 13px;
    font-size: 1.6rem;
    margin: unset;
  }

  .btn-2 {
    max-width: 280px;
    padding: 18px 35px 20px 35px;
    background-size: 11px auto;
    background-position: center right 13px;
    font-size: 1.6rem;
  }

  .btn-3 {
    padding: 16px 30px;
    background-position: center right 14px;
    background-size: 10px;
    font-size: 16px;
  }
}


/*  animation  */

body.scroll-lock {
  overflow: hidden;
}

.content {
  padding: 20px;
}

/* 一般用 fade-in（fade-in クラス） */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  position: relative;
  /* ← z-indexを効かせるため */
  z-index: 0;
  /* ← スタッキング順をリセット */
}


.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* cbox 系専用（アニメーション別） */
.cbox_b_animate {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.cbox_b_animate.visible {
  opacity: 1;
  transform: scale(1);
}


/* scale-up のアニメーション */
.scale-up {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  /* 初期状態で少し小さく、下から登場 */
  transition: opacity 1s ease-out, transform 1.5s ease-out;
  /* フェードインとスケールアニメーション */
}

.scale-up.visible {
  opacity: 1;
  transform: scale(1) translateY(0);
  /* 元の大きさに戻り、位置も元に */
}


.pagetop {
  position: fixed;
  right: 20px;
  bottom: 105px;
  width: 50px;
  height: 50px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 999;
}

.pagetop.show {
  opacity: 1;
  visibility: visible;
}


@media only screen and (max-width: 768px) {
  .pagetop {
    right: 20px;
    bottom: 65px;
  }
}
