@charset "UTF-8";
.TitleStyle01 {
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .TitleStyle01.TitleStyle01--info {
    background-color: #FFE9A0;
  }
}
.TitleStyle01--underline {
  text-decoration: underline;
  color: #111;
}
@media screen and (max-width: 768px) {
  .TitleStyle01--underline {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .TitleStyle01 {
    margin-top: 8px;
    padding: 3px 6px;
  }
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  overflow-wrap: break-word;
  /* その上で、下記のいずれかを指定する。overflow-wrapと併せて指定しましょう */
  word-break: break-all;
  letter-spacing: 0.02em;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: normal;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 100%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #0C4F64;
  background-color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-size: clamp(1.4rem, 0.9043731778rem + 1.166180758vw, 1.8rem);
}
body.active {
  overflow: hidden;
}

body.hidden {
  overflow: hidden;
}

.anker-point {
  opacity: 0;
  position: relative;
  top: 64px;
}
.anker-point#info {
  top: 180px;
}
@media screen and (max-width:1024px ) {
  .anker-point#info {
    top: 150px;
  }
}
.anker-point#info-submit {
  top: 4px;
}
@media screen and (max-width: 768px) {
  .anker-point#info-submit {
    top: 60px;
  }
}
.anker-point#entry-submit {
  top: 4px;
}
@media screen and (max-width: 768px) {
  .anker-point#entry-submit {
    top: 60px;
  }
}

/* -------------------------------------------------- */
/* block item Width */
.wid10Per {
  width: 10% !important;
}

.wid15Per {
  width: 15% !important;
}

.wid20Per {
  width: 20% !important;
}

.wid25Per {
  width: 25% !important;
}

.wid30Per {
  width: 30% !important;
}

.wid35Per {
  width: 35% !important;
}

.wid40Per {
  width: 40% !important;
}

.wid45Per {
  width: 45% !important;
}

.wid50Per {
  width: 50% !important;
}

.wid55Per {
  width: 55% !important;
}

.wid60Per {
  width: 60% !important;
}

.wid65Per {
  width: 65% !important;
}

.wid70Per {
  width: 70% !important;
}

.wid75Per {
  width: 75% !important;
}

.wid80Per {
  width: 80% !important;
}

.wid85Per {
  width: 85% !important;
}

.wid90Per {
  width: 90% !important;
}

.wid95Per {
  width: 95% !important;
}

.wid100Per {
  width: 100% !important;
}

.wid50 {
  width: 50px !important;
}

.wid100 {
  width: 100px !important;
}

.wid150 {
  width: 150px !important;
}

.wid200 {
  width: 200px !important;
}

.wid250 {
  width: 250px !important;
}

.wid300 {
  width: 300px !important;
}

.wid350 {
  width: 350px !important;
}

.wid400 {
  width: 400px !important;
}

.wid450 {
  width: 450px !important;
}

.wid500 {
  width: 500px !important;
}

.wid550 {
  width: 550px !important;
}

.wid600 {
  width: 600px !important;
}

.wid650 {
  width: 650px !important;
}

.wid700 {
  width: 700px !important;
}

.wid750 {
  width: 750px !important;
}

.wid800 {
  width: 800px !important;
}

.wid850 {
  width: 850px !important;
}

.wid900 {
  width: 900px !important;
}

.wid950 {
  width: 950px !important;
}

/* -------------------------------------------------- */
/* block item Margin */
/* - All margin */
.marA0 {
  margin: 0px !important;
}

.marA5 {
  margin: 5px !important;
}

.marA10 {
  margin: 10px !important;
}

.marA15 {
  margin: 15px !important;
}

.marA20 {
  margin: 20px !important;
}

.marA25 {
  margin: 25px !important;
}

.marA30 {
  margin: 30px !important;
}

.marA40 {
  margin: 40px !important;
}

.marA50 {
  margin: 50px !important;
}

.marA60 {
  margin: 60px !important;
}

.marA70 {
  margin: 70px !important;
}

.marA80 {
  margin: 80px !important;
}

.marA90 {
  margin: 90px !important;
}

/* - Top margin */
.marT0 {
  margin-top: 0px !important;
}

.marT5 {
  margin-top: 5px !important;
}

.marT10 {
  margin-top: 10px !important;
}

.marT15 {
  margin-top: 15px !important;
}

.marT20 {
  margin-top: 20px !important;
}

.marT25 {
  margin-top: 25px !important;
}

.marT30 {
  margin-top: 30px !important;
}

.marT40 {
  margin-top: 40px !important;
}

.marT50 {
  margin-top: 50px !important;
}

.marT60 {
  margin-top: 60px !important;
}

.marT70 {
  margin-top: 70px !important;
}

.marT80 {
  margin-top: 80px !important;
}

.marT90 {
  margin-top: 90px !important;
}

.marT120 {
  margin-top: 120px !important;
}

/* - Bottom margin */
.marB0 {
  margin-bottom: 0px !important;
}

.marB5 {
  margin-bottom: 5px !important;
}

.marB10 {
  margin-bottom: 10px !important;
}

.marB15 {
  margin-bottom: 15px !important;
}

.marB20 {
  margin-bottom: 20px !important;
}

.marB25 {
  margin-bottom: 25px !important;
}

.marB30 {
  margin-bottom: 30px !important;
}

.marB40 {
  margin-bottom: 40px !important;
}

.marB50 {
  margin-bottom: 50px !important;
}

.marB60 {
  margin-bottom: 60px !important;
}

.marB70 {
  margin-bottom: 70px !important;
}

.marB80 {
  margin-bottom: 80px !important;
}

.marB90 {
  margin-bottom: 90px !important;
}

/* - Left margin */
.marL0 {
  margin-left: 0px !important;
}

.marL5 {
  margin-left: 5px !important;
}

.marL10 {
  margin-left: 10px !important;
}

.marL15 {
  margin-left: 15px !important;
}

.marL20 {
  margin-left: 20px !important;
}

.marL25 {
  margin-left: 25px !important;
}

.marL30 {
  margin-left: 30px !important;
}

.marL40 {
  margin-left: 40px !important;
}

.marL50 {
  margin-left: 50px !important;
}

.marL60 {
  margin-left: 60px !important;
}

.marL70 {
  margin-left: 70px !important;
}

.marL80 {
  margin-left: 80px !important;
}

.marL90 {
  margin-left: 90px !important;
}

/* - Right margin */
.marR0 {
  margin-right: 0px !important;
}

.marR5 {
  margin-right: 5px !important;
}

.marR10 {
  margin-right: 10px !important;
}

.marR15 {
  margin-right: 15px !important;
}

.marR20 {
  margin-right: 20px !important;
}

.marR25 {
  margin-right: 25px !important;
}

.marR30 {
  margin-right: 30px !important;
}

.marR40 {
  margin-right: 40px !important;
}

.marR50 {
  margin-right: 50px !important;
}

.marR60 {
  margin-right: 60px !important;
}

.marR70 {
  margin-right: 70px !important;
}

.marR80 {
  margin-right: 80px !important;
}

.marR90 {
  margin-right: 90px !important;
}

/* -------------------------------------------------- */
/* block item Padding */
/* - All padding */
.padA0 {
  padding: 0px !important;
}

.padA5 {
  padding: 5px !important;
}

.padA10 {
  padding: 10px !important;
}

.padA15 {
  padding: 15px !important;
}

.padA20 {
  padding: 20px !important;
}

.padA25 {
  padding: 25px !important;
}

.padA30 {
  padding: 30px !important;
}

.padA40 {
  padding: 40px !important;
}

.padA50 {
  padding: 50px !important;
}

.padA60 {
  padding: 60px !important;
}

.padA70 {
  padding: 70px !important;
}

.padA80 {
  padding: 80px !important;
}

.padA90 {
  padding: 90px !important;
}

/* - Top padding */
.padT0 {
  padding-top: 0px !important;
}

.padT5 {
  padding-top: 5px !important;
}

.padT10 {
  padding-top: 10px !important;
}

.padT15 {
  padding-top: 15px !important;
}

.padT20 {
  padding-top: 20px !important;
}

.padT25 {
  padding-top: 25px !important;
}

.padT30 {
  padding-top: 30px !important;
}

.padT40 {
  padding-top: 40px !important;
}

.padT50 {
  padding-top: 50px !important;
}

.padT60 {
  padding-top: 60px !important;
}

.padT70 {
  padding-top: 70px !important;
}

.padT80 {
  padding-top: 80px !important;
}

.padT90 {
  padding-top: 90px !important;
}

/* - Bottom padding */
.padB0 {
  padding-bottom: 0px !important;
}

.padB5 {
  padding-bottom: 5px !important;
}

.padB10 {
  padding-bottom: 10px !important;
}

.padB15 {
  padding-bottom: 15px !important;
}

.padB20 {
  padding-bottom: 20px !important;
}

.padB25 {
  padding-bottom: 25px !important;
}

.padB30 {
  padding-bottom: 30px !important;
}

.padB40 {
  padding-bottom: 40px !important;
}

.padB50 {
  padding-bottom: 50px !important;
}

.padB60 {
  padding-bottom: 60px !important;
}

.padB70 {
  padding-bottom: 70px !important;
}

.padB80 {
  padding-bottom: 80px !important;
}

.padB90 {
  padding-bottom: 90px !important;
}

/* - Left padding */
.padL0 {
  padding-left: 0px !important;
}

.padL5 {
  padding-left: 5px !important;
}

.padL10 {
  padding-left: 10px !important;
}

.padL15 {
  padding-left: 15px !important;
}

.padL20 {
  padding-left: 20px !important;
}

.padL25 {
  padding-left: 25px !important;
}

.padL30 {
  padding-left: 30px !important;
}

.padL40 {
  padding-left: 40px !important;
}

.padL50 {
  padding-left: 50px !important;
}

.padL60 {
  padding-left: 60px !important;
}

.padL70 {
  padding-left: 70px !important;
}

.padL80 {
  padding-left: 80px !important;
}

.padL90 {
  padding-left: 90px !important;
}

/* - Right padding */
.padR0 {
  padding-right: 0px !important;
}

.padR5 {
  padding-right: 5px !important;
}

.padR10 {
  padding-right: 10px !important;
}

.padR15 {
  padding-right: 15px !important;
}

.padR20 {
  padding-right: 20px !important;
}

.padR25 {
  padding-right: 25px !important;
}

.padR30 {
  padding-right: 30px !important;
}

.padR40 {
  padding-right: 40px !important;
}

.padR50 {
  padding-right: 50px !important;
}

.padR60 {
  padding-right: 60px !important;
}

.padR70 {
  padding-right: 70px !important;
}

.padR80 {
  padding-right: 80px !important;
}

.padR90 {
  padding-right: 90px !important;
}

/* - Font size */
.txt10px {
  font-size: 1rem !important;
}

.txt11px {
  font-size: 1.1rem !important;
}

.txt12px {
  font-size: 1.2rem !important;
}

.txt13px {
  font-size: 1.3rem !important;
}

.txt14px {
  font-size: 1.4rem !important;
}

.txt15px {
  font-size: 1.5rem !important;
}

.txt16px {
  font-size: 1.6rem !important;
}

.txt17px {
  font-size: 1.7rem !important;
}

.txt18px {
  font-size: 1.8rem !important;
}

.txt19px {
  font-size: 1.9rem !important;
}

.txt20px {
  font-size: 2rem !important;
}

.txt21px {
  font-size: 2.1rem !important;
}

.txt22px {
  font-size: 2.2rem !important;
}

.txt23px {
  font-size: 2.3rem !important;
}

.txt24px {
  font-size: 2.4rem !important;
}

.txt25px {
  font-size: 2.5rem !important;
}

.txt26px {
  font-size: 2.6rem !important;
}

/* -line-height */
.LH100 {
  line-height: 1 !important;
}

.LH110 {
  line-height: 1.1 !important;
}

.LH120 {
  line-height: 1.2 !important;
}

.LH130 {
  line-height: 1.3 !important;
}

.LH140 {
  line-height: 1.4 !important;
}

.LH150 {
  line-height: 1.5 !important;
}

.LH160 {
  line-height: 1.6 !important;
}

.LH170 {
  line-height: 1.7 !important;
}

.LH180 {
  line-height: 1.8 !important;
}

.LH190 {
  line-height: 1.9 !important;
}

.LH200 {
  line-height: 2 !important;
}

/* Float setting */
.flt-L {
  float: left !important;
}

.flt-R {
  float: right !important;
}

/* Align setting */
.ali-L {
  text-align: left !important;
}

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

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

@media print, screen and (min-width: 1025px) {
  /* -------------------------------------------------- */
  /* block item Width */
  .wid10Per_pc {
    width: 10% !important;
  }
  .wid15Per_pc {
    width: 15% !important;
  }
  .wid20Per_pc {
    width: 20% !important;
  }
  .wid25Per_pc {
    width: 25% !important;
  }
  .wid30Per_pc {
    width: 30% !important;
  }
  .wid35Per_pc {
    width: 35% !important;
  }
  .wid40Per_pc {
    width: 40% !important;
  }
  .wid45Per_pc {
    width: 45% !important;
  }
  .wid50Per_pc {
    width: 50% !important;
  }
  .wid55Per_pc {
    width: 55% !important;
  }
  .wid60Per_pc {
    width: 60% !important;
  }
  .wid65Per_pc {
    width: 65% !important;
  }
  .wid70Per_pc {
    width: 70% !important;
  }
  .wid75Per_pc {
    width: 75% !important;
  }
  .wid80Per_pc {
    width: 80% !important;
  }
  .wid85Per_pc {
    width: 85% !important;
  }
  .wid90Per_pc {
    width: 90% !important;
  }
  .wid95Per_pc {
    width: 95% !important;
  }
  .wid100Per_pc {
    width: 100% !important;
  }
  .wid50_pc {
    width: 50px !important;
  }
  .wid100_pc {
    width: 100px !important;
  }
  .wid150_pc {
    width: 150px !important;
  }
  .wid200_pc {
    width: 200px !important;
  }
  .wid250_pc {
    width: 250px !important;
  }
  .wid300_pc {
    width: 300px !important;
  }
  .wid350_pc {
    width: 350px !important;
  }
  .wid400_pc {
    width: 400px !important;
  }
  .wid450_pc {
    width: 450px !important;
  }
  .wid500_pc {
    width: 500px !important;
  }
  .wid550_pc {
    width: 550px !important;
  }
  .wid600_pc {
    width: 600px !important;
  }
  .wid650_pc {
    width: 650px !important;
  }
  .wid700_pc {
    width: 700px !important;
  }
  .wid750_pc {
    width: 750px !important;
  }
  .wid800_pc {
    width: 800px !important;
  }
  .wid850_pc {
    width: 850px !important;
  }
  .wid900_pc {
    width: 900px !important;
  }
  .wid950_pc {
    width: 950px !important;
  }
  /* -------------------------------------------------- */
  /* block item Margin */
  /* - All margin */
  .marA0_pc {
    margin: 0px !important;
  }
  .marA5_pc {
    margin: 5px !important;
  }
  .marA10_pc {
    margin: 10px !important;
  }
  .marA15_pc {
    margin: 15px !important;
  }
  .marA20_pc {
    margin: 20px !important;
  }
  .marA25_pc {
    margin: 25px !important;
  }
  .marA30_pc {
    margin: 30px !important;
  }
  .marA40_pc {
    margin: 40px !important;
  }
  .marA50_pc {
    margin: 50px !important;
  }
  .marA60_pc {
    margin: 60px !important;
  }
  .marA70_pc {
    margin: 70px !important;
  }
  .marA80_pc {
    margin: 80px !important;
  }
  .marA90_pc {
    margin: 90px !important;
  }
  /* - Top margin */
  .marT0_pc {
    margin-top: 0px !important;
  }
  .marT5_pc {
    margin-top: 5px !important;
  }
  .marT10_pc {
    margin-top: 10px !important;
  }
  .marT15_pc {
    margin-top: 15px !important;
  }
  .marT20_pc {
    margin-top: 20px !important;
  }
  .marT25_pc {
    margin-top: 25px !important;
  }
  .marT30_pc {
    margin-top: 30px !important;
  }
  .marT40_pc {
    margin-top: 40px !important;
  }
  .marT50_pc {
    margin-top: 50px !important;
  }
  .marT60_pc {
    margin-top: 60px !important;
  }
  .marT70_pc {
    margin-top: 70px !important;
  }
  .marT80_pc {
    margin-top: 80px !important;
  }
  .marT90_pc {
    margin-top: 90px !important;
  }
  .marT120_pc {
    margin-top: 120px !important;
  }
  /* - Bottom margin */
  .marB0_pc {
    margin-bottom: 0px !important;
  }
  .marB5_pc {
    margin-bottom: 5px !important;
  }
  .marB10_pc {
    margin-bottom: 10px !important;
  }
  .marB15_pc {
    margin-bottom: 15px !important;
  }
  .marB20_pc {
    margin-bottom: 20px !important;
  }
  .marB25_pc {
    margin-bottom: 25px !important;
  }
  .marB30_pc {
    margin-bottom: 30px !important;
  }
  .marB40_pc {
    margin-bottom: 40px !important;
  }
  .marB50_pc {
    margin-bottom: 50px !important;
  }
  .marB60_pc {
    margin-bottom: 60px !important;
  }
  .marB70_pc {
    margin-bottom: 70px !important;
  }
  .marB80_pc {
    margin-bottom: 80px !important;
  }
  .marB90_pc {
    margin-bottom: 90px !important;
  }
  /* - Left margin */
  .marL0_pc {
    margin-left: 0px !important;
  }
  .marL5_pc {
    margin-left: 5px !important;
  }
  .marL10_pc {
    margin-left: 10px !important;
  }
  .marL15_pc {
    margin-left: 15px !important;
  }
  .marL20_pc {
    margin-left: 20px !important;
  }
  .marL25_pc {
    margin-left: 25px !important;
  }
  .marL30_pc {
    margin-left: 30px !important;
  }
  .marL40_pc {
    margin-left: 40px !important;
  }
  .marL50_pc {
    margin-left: 50px !important;
  }
  .marL60_pc {
    margin-left: 60px !important;
  }
  .marL70_pc {
    margin-left: 70px !important;
  }
  .marL80_pc {
    margin-left: 80px !important;
  }
  .marL90_pc {
    margin-left: 90px !important;
  }
  /* - Right margin */
  .marR0_pc {
    margin-right: 0px !important;
  }
  .marR5_pc {
    margin-right: 5px !important;
  }
  .marR10_pc {
    margin-right: 10px !important;
  }
  .marR15_pc {
    margin-right: 15px !important;
  }
  .marR20_pc {
    margin-right: 20px !important;
  }
  .marR25_pc {
    margin-right: 25px !important;
  }
  .marR30_pc {
    margin-right: 30px !important;
  }
  .marR40_pc {
    margin-right: 40px !important;
  }
  .marR50_pc {
    margin-right: 50px !important;
  }
  .marR60_pc {
    margin-right: 60px !important;
  }
  .marR70_pc {
    margin-right: 70px !important;
  }
  .marR80_pc {
    margin-right: 80px !important;
  }
  .marR90_pc {
    margin-right: 90px !important;
  }
  /* -------------------------------------------------- */
  /* - All padding */
  .padA0_pc {
    padding: 0px !important;
  }
  .padA5_pc {
    padding: 5px !important;
  }
  .padA10_pc {
    padding: 10px !important;
  }
  .padA15_pc {
    padding: 15px !important;
  }
  .padA20_pc {
    padding: 20px !important;
  }
  .padA25_pc {
    padding: 25px !important;
  }
  .padA30_pc {
    padding: 30px !important;
  }
  .padA40_pc {
    padding: 40px !important;
  }
  .padA50_pc {
    padding: 50px !important;
  }
  .padA60_pc {
    padding: 60px !important;
  }
  .padA70_pc {
    padding: 70px !important;
  }
  .padA80_pc {
    padding: 80px !important;
  }
  .padA90_pc {
    padding: 90px !important;
  }
  /* - Top padding */
  .padT0_pc {
    padding-top: 0px !important;
  }
  .padT5_pc {
    padding-top: 5px !important;
  }
  .padT10_pc {
    padding-top: 10px !important;
  }
  .padT15_pc {
    padding-top: 15px !important;
  }
  .padT20_pc {
    padding-top: 20px !important;
  }
  .padT25_pc {
    padding-top: 25px !important;
  }
  .padT30_pc {
    padding-top: 30px !important;
  }
  .padT40_pc {
    padding-top: 40px !important;
  }
  .padT50_pc {
    padding-top: 50px !important;
  }
  .padT60_pc {
    padding-top: 60px !important;
  }
  .padT70_pc {
    padding-top: 70px !important;
  }
  .padT80_pc {
    padding-top: 80px !important;
  }
  .padT90_pc {
    padding-top: 90px !important;
  }
  /* - Bottom padding */
  .padB0_pc {
    padding-bottom: 0px !important;
  }
  .padB5_pc {
    padding-bottom: 5px !important;
  }
  .padB10_pc {
    padding-bottom: 10px !important;
  }
  .padB15_pc {
    padding-bottom: 15px !important;
  }
  .padB20_pc {
    padding-bottom: 20px !important;
  }
  .padB25_pc {
    padding-bottom: 25px !important;
  }
  .padB30_pc {
    padding-bottom: 30px !important;
  }
  .padB40_pc {
    padding-bottom: 40px !important;
  }
  .padB50_pc {
    padding-bottom: 50px !important;
  }
  .padB60_pc {
    padding-bottom: 60px !important;
  }
  .padB70_pc {
    padding-bottom: 70px !important;
  }
  .padB80_pc {
    padding-bottom: 80px !important;
  }
  .padB90_pc {
    padding-bottom: 90px !important;
  }
  /* - Left padding */
  .padL0_pc {
    padding-left: 0px !important;
  }
  .padL5_pc {
    padding-left: 5px !important;
  }
  .padL10_pc {
    padding-left: 10px !important;
  }
  .padL15_pc {
    padding-left: 15px !important;
  }
  .padL20_pc {
    padding-left: 20px !important;
  }
  .padL25_pc {
    padding-left: 25px !important;
  }
  .padL30_pc {
    padding-left: 30px !important;
  }
  .padL40_pc {
    padding-left: 40px !important;
  }
  .padL50_pc {
    padding-left: 50px !important;
  }
  .padL60_pc {
    padding-left: 60px !important;
  }
  .padL70_pc {
    padding-left: 70px !important;
  }
  .padL80_pc {
    padding-left: 80px !important;
  }
  .padL90_pc {
    padding-left: 90px !important;
  }
  /* - Right padding */
  .padR0_pc {
    padding-right: 0px !important;
  }
  .padR5_pc {
    padding-right: 5px !important;
  }
  .padR10_pc {
    padding-right: 10px !important;
  }
  .padR15_pc {
    padding-right: 15px !important;
  }
  .padR20_pc {
    padding-right: 20px !important;
  }
  .padR25_pc {
    padding-right: 25px !important;
  }
  .padR30_pc {
    padding-right: 30px !important;
  }
  .padR40_pc {
    padding-right: 40px !important;
  }
  .padR50_pc {
    padding-right: 50px !important;
  }
  .padR60_pc {
    padding-right: 60px !important;
  }
  .padR70_pc {
    padding-right: 70px !important;
  }
  .padR80_pc {
    padding-right: 80px !important;
  }
  .padR90_pc {
    padding-right: 90px !important;
  }
  /* - Font size */
  .txt10px_pc {
    font-size: 1rem !important;
  }
  .txt11px_pc {
    font-size: 1.1rem !important;
  }
  .txt12px_pc {
    font-size: 1.2rem !important;
  }
  .txt13px_pc {
    font-size: 1.3rem !important;
  }
  .txt14px_pc {
    font-size: 1.4rem !important;
  }
  .txt15px_pc {
    font-size: 1.5rem !important;
  }
  .txt16px_pc {
    font-size: 1.6rem !important;
  }
  .txt17px_pc {
    font-size: 1.7rem !important;
  }
  .txt18px_pc {
    font-size: 1.8rem !important;
  }
  .txt19px_pc {
    font-size: 1.9rem !important;
  }
  .txt20px_pc {
    font-size: 2rem !important;
  }
  .txt21px_pc {
    font-size: 2.1rem !important;
  }
  .txt22px_pc {
    font-size: 2.2rem !important;
  }
  .txt23px_pc {
    font-size: 2.3rem !important;
  }
  .txt24px_pc {
    font-size: 2.4rem !important;
  }
  .txt25px_pc {
    font-size: 2.5rem !important;
  }
  .txt26px_pc {
    font-size: 2.6rem !important;
  }
  /* Float setting */
  .flt-L_pc {
    float: left !important;
  }
  .flt-R_pc {
    float: right !important;
  }
  /* Align setting */
  .ali-L_pc {
    text-align: left !important;
  }
  .ali-C_pc {
    text-align: center !important;
  }
  .ali-R_pc {
    text-align: right !important;
  }
  .SpNodisplay {
    display: inherit !important;
  }
  .PcNodisplay {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  /* -------------------------------------------------- */
  /* block item Width */
  .wid10Per_sp {
    width: 10% !important;
  }
  .wid15Per_sp {
    width: 15% !important;
  }
  .wid20Per_sp {
    width: 20% !important;
  }
  .wid25Per_sp {
    width: 25% !important;
  }
  .wid30Per_sp {
    width: 30% !important;
  }
  .wid35Per_sp {
    width: 35% !important;
  }
  .wid40Per_sp {
    width: 40% !important;
  }
  .wid45Per_sp {
    width: 45% !important;
  }
  .wid50Per_sp {
    width: 50% !important;
  }
  .wid55Per_sp {
    width: 55% !important;
  }
  .wid60Per_sp {
    width: 60% !important;
  }
  .wid65Per_sp {
    width: 65% !important;
  }
  .wid70Per_sp {
    width: 70% !important;
  }
  .wid75Per_sp {
    width: 75% !important;
  }
  .wid80Per_sp {
    width: 80% !important;
  }
  .wid85Per_sp {
    width: 85% !important;
  }
  .wid90Per_sp {
    width: 90% !important;
  }
  .wid95Per_sp {
    width: 95% !important;
  }
  .wid100Per_sp {
    width: 100% !important;
  }
  .wid50_sp {
    width: 50px !important;
  }
  .wid100_sp {
    width: 100px !important;
  }
  .wid150_sp {
    width: 150px !important;
  }
  .wid200_sp {
    width: 200px !important;
  }
  .wid250_sp {
    width: 250px !important;
  }
  .wid300_sp {
    width: 300px !important;
  }
  .wid350_sp {
    width: 350px !important;
  }
  .wid400_sp {
    width: 400px !important;
  }
  .wid450_sp {
    width: 450px !important;
  }
  .wid500_sp {
    width: 500px !important;
  }
  .wid550_sp {
    width: 550px !important;
  }
  .wid600_sp {
    width: 600px !important;
  }
  .wid650_sp {
    width: 650px !important;
  }
  .wid700_sp {
    width: 700px !important;
  }
  .wid750_sp {
    width: 750px !important;
  }
  .wid800_sp {
    width: 800px !important;
  }
  .wid850_sp {
    width: 850px !important;
  }
  .wid900_sp {
    width: 900px !important;
  }
  .wid950_sp {
    width: 950px !important;
  }
  /* -------------------------------------------------- */
  /* block item Margin */
  /* - All margin */
  .marA0_sp {
    margin: 0px !important;
  }
  .marA5_sp {
    margin: 5px !important;
  }
  .marA10_sp {
    margin: 10px !important;
  }
  .marA15_sp {
    margin: 15px !important;
  }
  .marA20_sp {
    margin: 20px !important;
  }
  .marA25_sp {
    margin: 25px !important;
  }
  .marA30_sp {
    margin: 30px !important;
  }
  .marA40_sp {
    margin: 40px !important;
  }
  .marA50_sp {
    margin: 50px !important;
  }
  .marA60_sp {
    margin: 60px !important;
  }
  .marA70_sp {
    margin: 70px !important;
  }
  .marA80_sp {
    margin: 80px !important;
  }
  .marA90_sp {
    margin: 90px !important;
  }
  /* - Top margin */
  .marT0_sp {
    margin-top: 0px !important;
  }
  .marT5_sp {
    margin-top: 5px !important;
  }
  .marT10_sp {
    margin-top: 10px !important;
  }
  .marT15_sp {
    margin-top: 15px !important;
  }
  .marT20_sp {
    margin-top: 20px !important;
  }
  .marT25_sp {
    margin-top: 25px !important;
  }
  .marT30_sp {
    margin-top: 30px !important;
  }
  .marT40_sp {
    margin-top: 40px !important;
  }
  .marT50_sp {
    margin-top: 50px !important;
  }
  .marT60_sp {
    margin-top: 60px !important;
  }
  .marT70_sp {
    margin-top: 70px !important;
  }
  .marT80_sp {
    margin-top: 80px !important;
  }
  .marT90_sp {
    margin-top: 90px !important;
  }
  .marT120_sp {
    margin-top: 120px !important;
  }
  /* - Bottom margin */
  .marB0_sp {
    margin-bottom: 0px !important;
  }
  .marB5_sp {
    margin-bottom: 5px !important;
  }
  .marB10_sp {
    margin-bottom: 10px !important;
  }
  .marB15_sp {
    margin-bottom: 15px !important;
  }
  .marB20_sp {
    margin-bottom: 20px !important;
  }
  .marB25_sp {
    margin-bottom: 25px !important;
  }
  .marB30_sp {
    margin-bottom: 30px !important;
  }
  .marB40_sp {
    margin-bottom: 40px !important;
  }
  .marB50_sp {
    margin-bottom: 50px !important;
  }
  .marB60_sp {
    margin-bottom: 60px !important;
  }
  .marB70_sp {
    margin-bottom: 70px !important;
  }
  .marB80_sp {
    margin-bottom: 80px !important;
  }
  .marB90_sp {
    margin-bottom: 90px !important;
  }
  /* - Left margin */
  .marL0_sp {
    margin-left: 0px !important;
  }
  .marL5_sp {
    margin-left: 5px !important;
  }
  .marL10_sp {
    margin-left: 10px !important;
  }
  .marL15_sp {
    margin-left: 15px !important;
  }
  .marL20_sp {
    margin-left: 20px !important;
  }
  .marL25_sp {
    margin-left: 25px !important;
  }
  .marL30_sp {
    margin-left: 30px !important;
  }
  .marL40_sp {
    margin-left: 40px !important;
  }
  .marL50_sp {
    margin-left: 50px !important;
  }
  .marL60_sp {
    margin-left: 60px !important;
  }
  .marL70_sp {
    margin-left: 70px !important;
  }
  .marL80_sp {
    margin-left: 80px !important;
  }
  .marL90_sp {
    margin-left: 90px !important;
  }
  /* - Right margin */
  .marR0_sp {
    margin-right: 0px !important;
  }
  .marR5_sp {
    margin-right: 5px !important;
  }
  .marR10_sp {
    margin-right: 10px !important;
  }
  .marR15_sp {
    margin-right: 15px !important;
  }
  .marR20_sp {
    margin-right: 20px !important;
  }
  .marR25_sp {
    margin-right: 25px !important;
  }
  .marR30_sp {
    margin-right: 30px !important;
  }
  .marR40_sp {
    margin-right: 40px !important;
  }
  .marR50_sp {
    margin-right: 50px !important;
  }
  .marR60_sp {
    margin-right: 60px !important;
  }
  .marR70_sp {
    margin-right: 70px !important;
  }
  .marR80_sp {
    margin-right: 80px !important;
  }
  .marR90_sp {
    margin-right: 90px !important;
  }
  /* -------------------------------------------------- */
  /* - All padding */
  .padA0_sp {
    padding: 0px !important;
  }
  .padA5_sp {
    padding: 5px !important;
  }
  .padA10_sp {
    padding: 10px !important;
  }
  .padA15_sp {
    padding: 15px !important;
  }
  .padA20_sp {
    padding: 20px !important;
  }
  .padA25_sp {
    padding: 25px !important;
  }
  .padA30_sp {
    padding: 30px !important;
  }
  .padA40_sp {
    padding: 40px !important;
  }
  .padA50_sp {
    padding: 50px !important;
  }
  .padA60_sp {
    padding: 60px !important;
  }
  .padA70_sp {
    padding: 70px !important;
  }
  .padA80_sp {
    padding: 80px !important;
  }
  .padA90_sp {
    padding: 90px !important;
  }
  /* - Top padding */
  .padT0_sp {
    padding-top: 0px !important;
  }
  .padT5_sp {
    padding-top: 5px !important;
  }
  .padT10_sp {
    padding-top: 10px !important;
  }
  .padT15_sp {
    padding-top: 15px !important;
  }
  .padT20_sp {
    padding-top: 20px !important;
  }
  .padT25_sp {
    padding-top: 25px !important;
  }
  .padT30_sp {
    padding-top: 30px !important;
  }
  .padT40_sp {
    padding-top: 40px !important;
  }
  .padT50_sp {
    padding-top: 50px !important;
  }
  .padT60_sp {
    padding-top: 60px !important;
  }
  .padT70_sp {
    padding-top: 70px !important;
  }
  .padT80_sp {
    padding-top: 80px !important;
  }
  .padT90_sp {
    padding-top: 90px !important;
  }
  /* - Bottom padding */
  .padB0_sp {
    padding-bottom: 0px !important;
  }
  .padB5_sp {
    padding-bottom: 5px !important;
  }
  .padB10_sp {
    padding-bottom: 10px !important;
  }
  .padB15_sp {
    padding-bottom: 15px !important;
  }
  .padB20_sp {
    padding-bottom: 20px !important;
  }
  .padB25_sp {
    padding-bottom: 25px !important;
  }
  .padB30_sp {
    padding-bottom: 30px !important;
  }
  .padB40_sp {
    padding-bottom: 40px !important;
  }
  .padB50_sp {
    padding-bottom: 50px !important;
  }
  .padB60_sp {
    padding-bottom: 60px !important;
  }
  .padB70_sp {
    padding-bottom: 70px !important;
  }
  .padB80_sp {
    padding-bottom: 80px !important;
  }
  .padB90_sp {
    padding-bottom: 90px !important;
  }
  /* - Left padding */
  .padL0_sp {
    padding-left: 0px !important;
  }
  .padL5_sp {
    padding-left: 5px !important;
  }
  .padL10_sp {
    padding-left: 10px !important;
  }
  .padL15_sp {
    padding-left: 15px !important;
  }
  .padL20_sp {
    padding-left: 20px !important;
  }
  .padL25_sp {
    padding-left: 25px !important;
  }
  .padL30_sp {
    padding-left: 30px !important;
  }
  .padL40_sp {
    padding-left: 40px !important;
  }
  .padL50_sp {
    padding-left: 50px !important;
  }
  .padL60_sp {
    padding-left: 60px !important;
  }
  .padL70_sp {
    padding-left: 70px !important;
  }
  .padL80_sp {
    padding-left: 80px !important;
  }
  .padL90_sp {
    padding-left: 90px !important;
  }
  /* - Right padding */
  .padR0_sp {
    padding-right: 0px !important;
  }
  .padR5_sp {
    padding-right: 5px !important;
  }
  .padR10_sp {
    padding-right: 10px !important;
  }
  .padR15_sp {
    padding-right: 15px !important;
  }
  .padR20_sp {
    padding-right: 20px !important;
  }
  .padR25_sp {
    padding-right: 25px !important;
  }
  .padR30_sp {
    padding-right: 30px !important;
  }
  .padR40_sp {
    padding-right: 40px !important;
  }
  .padR50_sp {
    padding-right: 50px !important;
  }
  .padR60_sp {
    padding-right: 60px !important;
  }
  .padR70_sp {
    padding-right: 70px !important;
  }
  .padR80_sp {
    padding-right: 80px !important;
  }
  .padR90_sp {
    padding-right: 90px !important;
  }
  /* - Font size */
  .txt10px_sp {
    font-size: 1rem !important;
  }
  .txt11px_sp {
    font-size: 1.1rem !important;
  }
  .txt12px_sp {
    font-size: 1.2rem !important;
  }
  .txt13px_sp {
    font-size: 1.3rem !important;
  }
  .txt14px_sp {
    font-size: 1.4rem !important;
  }
  .txt15px_sp {
    font-size: 1.5rem !important;
  }
  .txt16px_sp {
    font-size: 1.6rem !important;
  }
  .txt17px_sp {
    font-size: 1.7rem !important;
  }
  .txt18px_sp {
    font-size: 1.8rem !important;
  }
  .txt19px_sp {
    font-size: 1.9rem !important;
  }
  .txt20px_sp {
    font-size: 2rem !important;
  }
  .txt21px_sp {
    font-size: 2.1rem !important;
  }
  .txt22px_sp {
    font-size: 2.2rem !important;
  }
  .txt23px_sp {
    font-size: 2.3rem !important;
  }
  .txt24px_sp {
    font-size: 2.4rem !important;
  }
  .txt25px_sp {
    font-size: 2.5rem !important;
  }
  .txt26px_sp {
    font-size: 2.6rem !important;
  }
  /* Float setting */
  .flt-L_sp {
    float: left !important;
  }
  .flt-R_sp {
    float: right !important;
  }
  /* Align setting */
  .ali-L_sp {
    text-align: left !important;
  }
  .ali-C_sp {
    text-align: center !important;
  }
  .ali-R_sp {
    text-align: right !important;
  }
  .SpNodisplay {
    display: none !important;
  }
  .PcNodisplay {
    display: inherit !important;
  }
}
.Tabdisplay {
  display: none !important;
}
@media screen and (max-width:1024px ) {
  .Tabdisplay {
    display: block !important;
  }
}

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

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

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

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

/* color style */
/* 画面幅 */
.wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:1200px ) {
  .wrap {
    max-width: 100%;
    width: auto;
    padding: 0 10px;
  }
}

.inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    width: auto;
    padding: 0 10px;
  }
}

/* flex */
.flex__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex__block--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex__justify--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

@media screen and (max-width: 768px) {
  .flex__block--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex__block--pc {
    display: block;
  }
}
/* 画像 */
figure {
  width: 100%;
  text-align: center;
}

figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 固定header時のアンカーリンク調整 */
html {
  scroll-behavior: smooth;
}

.anker-point {
  opacity: 0;
  position: relative;
  top: -70px;
}

/* pc sp 切り替え */
.pcOnly {
  display: block;
}

.pcOnly02 {
  display: block;
}

.spOnly {
  display: none;
}

.spOnly02 {
  display: none;
}

.spOnly-table {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .spOnly-table {
    display: table;
  }
}
@media screen and (max-width: 600px) {
  .spOnly02 {
    display: block;
  }
  .pcOnly02 {
    display: none;
  }
}
/*  parts */
main {
  max-width: 2560px;
  margin: 0 auto;
}

.fv {
  position: relative;
}
.fv__imgwrap {
  position: relative;
  z-index: 100;
}
.fv__media {
  max-width: 100%;
  width: 100%;
}
.fv__media source, .fv__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv__carousel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.section__ttlwrap--recharged {
  max-width: 410px;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .section__ttlwrap--recharged {
    max-width: 285px;
  }
}
.section__ttlwrap--recycle {
  max-width: 307px;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .section__ttlwrap--recycle {
    max-width: 210px;
  }
}
.section__ttlwrap--remove {
  max-width: 306px;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .section__ttlwrap--remove {
    max-width: 200px;
  }
}
.section__ttlwrap--bringing {
  max-width: 226px;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .section__ttlwrap--bringing {
    max-width: 150px;
  }
}
.section__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: clamp(1.4rem, 0.1609329446rem + 2.915451895vw, 2.4rem);
}
.section__caution {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(1rem, 0.5043731778rem + 1.166180758vw, 1.4rem);
}
.section__caution--02 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 8px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(1rem, 0.5043731778rem + 1.166180758vw, 1.4rem);
}

.section-about {
  padding: 40px 10px;
  border-radius: 40px 40px 40px 0;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width:1200px ) {
  .section-about {
    width: 85%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .section-about {
    width: 100%;
  }
}
.section-about::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -54px;
  right: -56px;
  width: 114px;
  height: 114px;
}
@media screen and (max-width: 768px) {
  .section-about::after {
    background-image: unset !important;
    content: none !important;
  }
}
.section-about::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .section-about::before {
    content: none !important;
    background-image: unset !important;
  }
}
.section-about__mainimg {
  display: block;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .section-about__mainimg {
    padding-bottom: 10px;
  }
}
.section-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .section-about__list {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-about__left {
  max-width: 134px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-about__left {
    max-width: 80px;
  }
}
.section-about__right {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.4rem, 0.4087463557rem + 2.332361516vw, 2.2rem);
}
@media screen and (max-width: 768px) {
  .section-about__right {
    width: 75%;
  }
}
.section-about__spflexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section-about__spflexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .section-question {
    padding: 0 10px;
  }
}
.section-question__imgwrap {
  max-width: 100px;
}
.section-question__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
}
@media screen and (max-width:1200px ) {
  .section-question__list {
    margin-top: 67px;
  }
}
@media screen and (max-width:600px ) {
  .section-question__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 345px;
    margin: 67px auto 30px;
  }
}
.section-question__list--02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width:600px ) {
  .section-question__list--02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width:600px ) {
  .section-question__list--02 {
    margin: 32px auto;
  }
}
@media screen and (max-width: 768px) {
  .section-question__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-question__text {
  font-weight: 500;
  line-height: 1.3;
  padding: 16px;
  margin-left: 26px;
  max-width: 565px;
  background-color: #E4F0FC;
  border-radius: 8px;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .section-question__text {
    max-width: 100%;
  }
}
.section-question__bold {
  font-weight: 700;
}
.section-question__text--02 {
  margin-left: 0;
  margin-right: 16px;
  max-width: 520px;
  background-color: #E2F7E0;
  border-radius: 8px;
  margin-bottom: 5px;
}
.section-question__text--02-01 {
  letter-spacing: -0.05em;
  line-height: 1.5;
}
@media screen and (max-width:600px ) {
  .section-question__text--02-01 {
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.section-question__svg {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .section-question__svg {
    width: 100%;
  }
}

.section-info {
  background-color: #fff;
  margin-top: 40px;
  padding: 36px 0;
}
.section-info__ttl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-info__ttl {
    gap: 0 8px;
  }
}
.section-info__subttl {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #E97C00;
  font-size: clamp(1.8rem, 0.0653061224rem + 4.0816326531vw, 3.2rem);
}
@media screen and (max-width: 768px) {
  .section-info__subttl {
    letter-spacing: 0;
  }
}
.section-info__iconwrap {
  width: 30px;
  height: 73px;
}
@media screen and (max-width: 768px) {
  .section-info__iconwrap {
    width: 21px;
    height: 52px;
  }
}
.section-info__leadtext {
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  margin-top: 32px;
  font-size: clamp(1.4rem, 0.6565597668rem + 1.749271137vw, 2rem);
}

.section-point {
  position: relative;
  background-color: #fff;
  border: 4px solid #DFD50B;
  border-radius: 163px 163px 163px 0;
  padding: 50px 0;
  margin-top: 62px;
}
@media screen and (max-width:1024px ) {
  .section-point {
    border-radius: 150px 150px 150px 0;
  }
}
@media screen and (max-width: 768px) {
  .section-point {
    max-width: 600px;
    margin: 62px auto 0;
  }
}
.section-point::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 100px;
  width: 250px;
  height: 75px;
  background-image: url("../img/img_point_01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:1024px ) {
  .section-point::after {
    top: -22px;
    width: 190px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.section-point__inner {
  max-width: 900px;
  width: 100%;
  margin-left: 100px;
  gap: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:1200px ) {
  .section-point__inner {
    max-width: 100%;
    width: auto;
    padding: 0 10px;
    gap: 0 20px;
  }
}
@media screen and (max-width:1024px ) {
  .section-point__inner {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .section-point__inner {
    margin-left: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-point__right {
    margin: 0 auto;
  }
}
.section-point__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.3043731778rem + 1.166180758vw, 2.2rem);
}
.section-point__text {
  margin-top: 20px;
  letter-spacing: 0;
  line-height: 1.3;
}
.section-point__container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width:1024px ) {
  .section-point__imgwrap {
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-point__imgwrap {
    width: 70%;
  }
}
.section-point__link {
  font-weight: 700;
  display: block;
}
.section-point__link::after {
  content: "";
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background-image: url("../img/icon/icon_link_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.section-point__link:hover {
  opacity: 0.7;
}

.section-accordion__body {
  display: none;
}
.section-accordion__body.open {
  display: block;
}
.section-accordion__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px auto 0;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  font-size: clamp(1.4rem, 0.4087463557rem + 2.332361516vw, 2.2rem);
}
.section-accordion__link:hover {
  opacity: 0.7;
}
.section-accordion__link .close {
  display: none;
}
.section-accordion__link::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 46px;
  height: 46px;
}
.section-accordion__link.open:hover {
  opacity: 0.7;
}
.section-accordion__link.open .open {
  display: none;
}
.section-accordion__link.open .close {
  display: block;
}

/*
 * header
 * -------------------------------------------------------------------
 */
.header {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}
.header__wrap {
  width: 100%;
  position: fixed;
  z-index: 999;
  padding: 30px 40px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media screen and (max-width:1024px ) {
  .header__wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__wrap {
    padding: 20px;
  }
}
.header__wrap.bg-active {
  background-color: #fff;
}
.header__logo {
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 100px;
  }
}
.header__link:hover {
  opacity: 0.7;
}

.header-nav {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 998;
  max-width: 272px;
  width: 100%;
}
@media screen and (max-width:1400px ) {
  .header-nav {
    max-width: 220px;
  }
}
@media screen and (max-width:1200px ) {
  .header-nav {
    display: none;
  }
}
.header-nav__imgwrap {
  max-width: 24px;
}
.header-nav__img {
  max-width: 272px;
  width: 100%;
}
.header-nav__list {
  display: block;
  margin-top: 16px;
  padding: 0 20px;
}
.header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px auto 0;
  gap: 0 8px;
}
.header-nav__link:hover {
  opacity: 0.7;
}
@media screen and (max-width:1400px ) {
  .header-nav__link {
    margin-top: 20px;
  }
}
.header-nav__stext {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width:1400px ) {
  .header-nav__stext {
    font-size: 1.4rem;
  }
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  display: none;
}
@media screen and (max-width:1200px ) {
  .hamburger {
    display: block;
    position: absolute;
    right: 25px;
    top: 28px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    right: 20px;
    width: 40px;
    top: 20px;
  }
}
.hamburger__line {
  position: absolute;
  width: 50px;
  height: 2px;
  right: 0;
  background-color: #0C4F64;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger__line {
    width: 40px;
  }
}
.hamburger__line--1 {
  top: 1px;
}
.hamburger__line--2 {
  top: 18px;
}
@media screen and (max-width: 768px) {
  .hamburger__line--2 {
    top: 13px;
  }
}
.hamburger__line--3 {
  top: 36px;
}
@media screen and (max-width: 768px) {
  .hamburger__line--3 {
    top: 26px;
  }
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  display: none;
}
@media screen and (max-width:1400px ) {
  .sp-nav {
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    width: 50%;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .sp-nav {
    width: 50%;
  }
}
@media screen and (max-width:600px ) {
  .sp-nav {
    width: 65%;
  }
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  display: none;
}
@media screen and (max-width:1400px ) {
  .black-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

.navi__position {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.navi__imgwrap {
  max-width: 24px;
}
.navi__img {
  max-width: 272px;
  width: 100%;
}
.navi__list {
  display: block;
  padding: 0 20px;
  max-width: 272px;
  margin: 16px auto 0;
}
.navi__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px auto 0;
  gap: 0 8px;
}
.navi__link:hover {
  opacity: 0.7;
}
.navi__stext {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width:1400px ) {
  .navi__stext {
    font-size: 1.4rem;
  }
}

/*
 * footer
 * -------------------------------------------------------------------
 */
/* ----------------
  footer_navigation
---------------- */
.footer__wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:1024px ) {
  .footer__wrap {
    max-width: 100%;
    width: auto;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    padding: 0 15px;
  }
}

.footer-main {
  position: relative;
}
.footer-main::after {
  content: "";
  position: absolute;
  background-image: url("../img/img_footer_01_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 50px;
  top: 0;
  max-width: 129px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
@media screen and (max-width:1024px ) {
  .footer-main::after {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-main::after {
    background-image: url("../img/img_footer_01_sp.png");
    max-width: 110px;
    margin-top: 30px;
  }
}
.footer-main__leadtext {
  padding-top: 52px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(1.6rem, 0.6087463557rem + 2.332361516vw, 2.4rem);
}
@media screen and (max-width:1024px ) {
  .footer-main__leadtext {
    width: calc(100% - 109px);
  }
}
@media screen and (max-width: 768px) {
  .footer-main__leadtext {
    padding-top: 30px;
  }
}
.footer-main__copyright {
  padding: 32px 0;
  border-top: 3px solid #0C4F64;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  display: block;
  max-width: 1000px;
  margin: 50px auto 0;
  font-size: clamp(1rem, -0.2390670554rem + 2.915451895vw, 2rem);
}
@media screen and (max-width: 768px) {
  .footer-main__copyright {
    margin-top: 30px;
  }
}

.footer-bnr {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .footer-bnr {
    margin-bottom: 60px;
  }
}
.footer-bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
@media screen and (max-width:1200px ) {
  .footer-bnr__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width:1024px ) {
  .footer-bnr__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 850px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bnr__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bnr__link img {
  max-width: 257px;
}

.about__imgwrap {
  text-align: center;
}
.about__img {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about__img {
    max-width: 100%;
  }
}
.about__leadtext {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 40px;
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.8rem, 1.0565597668rem + 1.749271137vw, 2.4rem);
}
@media screen and (max-width:1024px ) {
  .about__leadtext {
    margin-bottom: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .about__leadtext {
    margin-top: 20px;
  }
}

.about-block {
  background-image: url(../img/bg/bg_about_01_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 40px;
  padding: 45px 0;
}
@media screen and (max-width:1024px ) {
  .about-block {
    padding: 0 25px;
    background: url(../img/bg/bg_about_01_sp.png) no-repeat;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .about-block::before, .about-block::after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100vw - 20px);
    height: 100%;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .about-block::before {
    background-image: url(../img/bg/bg_about_01_sp-top.png);
    background-position: top;
    top: -20vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about-block::after {
    background-image: url(../img/bg/bg_about_01_sp-bottom.png);
    background-position: bottom;
    top: initial;
    bottom: -20vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about-block__list {
  max-width: 863px;
  width: 100%;
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .about-block__list {
    max-width: 100%;
    width: auto;
  }
}
.about-block__item {
  max-width: 207px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 16px;
    max-width: 530px;
    margin: 25px auto 0;
  }
}
@media screen and (max-width:425px ) {
  .about-block__item {
    gap: 0 8px;
  }
}
.about-block__item:nth-child(2) {
  max-width: 224px;
}
@media screen and (max-width: 768px) {
  .about-block__item:nth-child(2) {
    max-width: 530px;
    margin: 20px auto 0;
  }
}
.about-block__ttl {
  font-size: 3.2rem;
  line-height: 1.375;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.8rem, 0.0653061224rem + 4.0816326531vw, 3.2rem);
}
.about-block__imgwrap {
  max-width: 181px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about-block__imgwrap {
    max-width: 100px;
    width: auto;
    margin: 0;
  }
}
.about-block__name {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
  font-size: clamp(1.4rem, 0.6565597668rem + 1.749271137vw, 2rem);
}
@media screen and (max-width: 768px) {
  .about-block__name {
    text-align: left;
  }
}
.about-block__text {
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-block__text {
    text-align: left;
    padding-bottom: 0;
  }
}

.about-contents {
  padding-bottom: 76px;
}
@media screen and (max-width: 768px) {
  .about-contents {
    padding-bottom: 40px;
  }
}
@media screen and (max-width:1024px ) {
  .about-contents__ttl {
    margin-top: 28vw;
  }
}
.about-contents__imgwrap {
  margin-top: 40px;
}
.about-contents__imgwrap--02 {
  max-width: 24px;
}
.about-contents__img {
  max-width: 272px;
  width: 100%;
}
.about-contents__list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:1024px ) {
  .about-contents__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .about-contents__list {
    gap: 0 10px;
  }
}
@media screen and (max-width:425px ) {
  .about-contents__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about-contents__item {
  margin-left: 24px;
}
@media screen and (max-width:1024px ) {
  .about-contents__item {
    margin-left: 0;
    width: 45%;
  }
}
@media screen and (max-width:425px ) {
  .about-contents__item {
    width: 46%;
  }
}
.about-contents__item:first-child {
  margin-left: 0;
}
.about-contents__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  padding: 16px 0;
}
.about-contents__link:hover {
  opacity: 0.7;
}
@media screen and (max-width:1024px ) {
  .about-contents__link {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:425px ) {
  .about-contents__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about-contents__stext {
  font-size: 2rem;
  font-weight: 700;
  font-size: clamp(1.4rem, 0.6565597668rem + 1.749271137vw, 2rem);
}

.bringing {
  background-color: #FFFFF4;
  padding-top: 154px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .bringing {
    padding-top: 140px;
  }
}
.bringing__about {
  background-color: #FFFFDE;
}
.bringing__about::after {
  background-image: url("../img/icon/icon_bringing_01.png");
}
.bringing__about::before {
  background-image: url("../img/icon/icon_bringing_02.png");
  bottom: -75px;
}
@media screen and (max-width: 768px) {
  .bringing__about::before {
    bottom: -35px;
  }
}
.bringing__ttl {
  color: #DFD50B;
}
.bringing__mainimg {
  max-width: 536px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bringing__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width:425px ) {
  .bringing__wrap {
    padding: 0 10px;
  }
}

.bringing-info__subttl {
  color: #00A0E9;
}
.bringing-info__discription {
  font-weight: 500;
  color: #000;
  text-align: center;
  padding-top: 12px;
}
.bringing-info__list {
  max-width: 628px;
  width: 100%;
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px 40px;
}
@media screen and (max-width: 768px) {
  .bringing-info__list {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bringing-info__item {
    width: 28%;
  }
}
.bringing-info__item--01 {
  max-width: 175px;
}
@media screen and (max-width: 768px) {
  .bringing-info__item--01 {
    max-width: 100%;
  }
}
.bringing-info__item--02 {
  max-width: 159px;
}
@media screen and (max-width: 768px) {
  .bringing-info__item--02 {
    max-width: 100%;
  }
}
.bringing-info__item--03 {
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .bringing-info__item--03 {
    max-width: 100%;
  }
}
.bringing-info__righttext {
  color: #000;
  margin-top: 32px;
  font-size: clamp(1rem, 0.0087463557rem + 2.332361516vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .bringing-info__righttext {
    text-align: left !important;
  }
}

.bringing-point__imgwrap {
  max-width: 339px;
}
@media screen and (max-width: 768px) {
  .bringing-point__imgwrap {
    max-width: 310px;
  }
}
.bringing-point__right {
  max-width: 355px;
}
@media screen and (max-width: 768px) {
  .bringing-point__right {
    max-width: 382px;
  }
}
.bringing-point__caution {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .bringing-point__caution {
    max-width: 339px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}

.bringing-question__list {
  margin: 80px auto 20px;
}

.recharged {
  background-color: #FFFBF5;
  border-radius: 0 167px 0 0;
  padding-top: 117px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .recharged {
    padding-top: 80px;
  }
}
.recharged__about {
  background-color: #FEF1E1;
}
.recharged__about::after {
  background-image: url("../img/icon/icon_recharged_01.png");
}
.recharged__about::before {
  background-image: url("../img/icon/icon_recharged_02.png");
}
.recharged__ttl {
  color: #E97C00;
}
.recharged__mainimg {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recharged__mainimg {
    max-width: 600px;
  }
}
@media screen and (max-width:600px ) {
  .recharged__mainimg {
    max-width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .recharged__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width:425px ) {
  .recharged__wrap {
    padding: 0 10px;
  }
}

.recharged-info__discription {
  font-weight: 500;
  color: #000;
  text-align: center;
  padding-top: 12px;
}
.recharged-info__list {
  max-width: 628px;
  width: 100%;
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px 40px;
}
@media screen and (max-width: 768px) {
  .recharged-info__list {
    gap: 24px 40px;
  }
}
.recharged-info__item {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .recharged-info__item {
    max-width: 100%;
    width: 40%;
  }
}
.recharged-info__righttext {
  color: #000;
  margin-top: 32px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(1rem, 0.5043731778rem + 1.166180758vw, 1.4rem);
}
@media screen and (max-width: 768px) {
  .recharged-info__righttext {
    text-align: left !important;
  }
}

.recharged-point__imgwrap {
  max-width: 309px;
}
.recharged-point__right {
  max-width: 383px;
}

.recycle {
  background-color: #F3FAF6;
  border-radius: 0 167px 0 0;
  padding-top: 64px;
  padding-bottom: 60px;
  position: relative;
}
.recycle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFBF5;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .recycle {
    padding-top: 80px;
  }
}
.recycle__about {
  background-color: #E2F9EE;
}
.recycle__about::after {
  background-image: url("../img/icon/icon_recycle_01.png");
}
.recycle__about::before {
  bottom: -75px;
  background-image: url("../img/icon/icon_recycle_02.png");
}
@media screen and (max-width: 768px) {
  .recycle__about::before {
    bottom: -35px;
  }
}
.recycle__ttl {
  color: #76C12B;
}
.recycle__mainimg {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .recycle__mainimg {
    max-width: 500px;
  }
}
@media screen and (max-width:600px ) {
  .recycle__mainimg {
    max-width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .recycle__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width:425px ) {
  .recycle__wrap {
    padding: 0 10px;
  }
}

.recycle-info__subttl {
  color: #5FB63B;
}
.recycle-info__discription {
  font-weight: 500;
  color: #000;
  text-align: center;
  padding-top: 12px;
}
.recycle-info__list {
  max-width: 628px;
  width: 100%;
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px 40px;
}
@media screen and (max-width: 768px) {
  .recycle-info__list {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .recycle-info__item {
    width: 28%;
  }
}
.recycle-info__item--01 {
  max-width: 156px;
}
@media screen and (max-width: 768px) {
  .recycle-info__item--01 {
    max-width: 100%;
  }
}
.recycle-info__item--02 {
  max-width: 156px;
}
@media screen and (max-width: 768px) {
  .recycle-info__item--02 {
    max-width: 100%;
  }
}
.recycle-info__item--03 {
  max-width: 156px;
}
@media screen and (max-width: 768px) {
  .recycle-info__item--03 {
    max-width: 100%;
  }
}
.recycle-info__righttext {
  color: #000;
  margin-top: 32px;
  font-size: clamp(1rem, 0.0087463557rem + 2.332361516vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .recycle-info__righttext {
    text-align: left !important;
  }
}

.recycle-point__imgwrap {
  max-width: 343px;
}
@media screen and (max-width: 768px) {
  .recycle-point__imgwrap {
    max-width: 280px;
  }
}
.recycle-point__right {
  max-width: 332px;
}
@media screen and (max-width: 768px) {
  .recycle-point__right {
    max-width: 382px;
  }
}

.recycle-question__list {
  margin: 40px auto 20px;
}

.recycle-accordion__link::after {
  background-image: url("../img/icon/icon_recycle_04.png");
}
.recycle-accordion__link.open::after {
  background-image: url("../img/icon/icon_recycle_05.png");
}

.remove {
  background-color: #F1FDFF;
  border-radius: 0 167px 0 0;
  padding-top: 64px;
  padding-bottom: 60px;
  position: relative;
}
.remove::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #F3FAF6;
  z-index: -1;
}
.remove::after {
  content: "";
  position: absolute;
  background-image: url("../img/icon/icon_remove_06.png");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 480px;
  width: 100%;
  height: 93px;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .remove {
    padding-top: 80px;
  }
}
.remove__about {
  background-color: #DAF5FA;
}
.remove__about::after {
  background-image: url("../img/icon/icon_remove_01.png");
}
.remove__about::before {
  background-image: url("../img/icon/icon_remove_02.png");
  bottom: -75px;
}
@media screen and (max-width: 768px) {
  .remove__about::before {
    bottom: -35px;
  }
}
.remove__ttl {
  color: #0FA5EA;
}
.remove__mainimg {
  max-width: 721px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .remove__mainimg {
    max-width: 500px;
  }
}
@media screen and (max-width:600px ) {
  .remove__mainimg {
    max-width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .remove__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width:425px ) {
  .remove__wrap {
    padding: 0 10px;
  }
}

.remove-info__subttl {
  color: #00A0E9;
}
.remove-info__discription {
  font-weight: 500;
  color: #000;
  text-align: center;
  padding-top: 12px;
}
.remove-info__list {
  max-width: 628px;
  width: 100%;
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px 40px;
}
@media screen and (max-width: 768px) {
  .remove-info__list {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .remove-info__item {
    width: 28%;
  }
}
.remove-info__item--01 {
  max-width: 175px;
}
@media screen and (max-width: 768px) {
  .remove-info__item--01 {
    max-width: 100%;
  }
}
.remove-info__item--02 {
  max-width: 159px;
}
@media screen and (max-width: 768px) {
  .remove-info__item--02 {
    max-width: 100%;
  }
}
.remove-info__item--03 {
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .remove-info__item--03 {
    max-width: 100%;
  }
}
.remove-info__righttext {
  color: #000;
  margin-top: 32px;
  font-size: clamp(1rem, 0.0087463557rem + 2.332361516vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .remove-info__righttext {
    text-align: left !important;
  }
}

.remove-point__imgwrap {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .remove-point__imgwrap {
    max-width: 200px;
  }
}
.remove-point__right {
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  .remove-point__right {
    max-width: 382px;
  }
}

.remove-question__list {
  margin: 80px auto 20px;
}

.remove-accordion__body {
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .remove-accordion__body {
    padding: 0 10px;
  }
}
.remove-accordion__link::after {
  background-image: url("../img/icon/icon_remove_04.png");
}
.remove-accordion__link.open::after {
  background-image: url("../img/icon/icon_remove_05.png");
}
.remove-accordion__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 32px;
}
@media screen and (max-width: 768px) {
  .remove-accordion__flex {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
}
.remove-accordion__flex--02 {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
@media screen and (max-width: 768px) {
  .remove-accordion__flex--02 {
    display: block;
  }
}
.remove-accordion__left {
  max-width: 394px;
}
@media screen and (max-width: 768px) {
  .remove-accordion__left {
    margin: 20px auto 0;
    max-width: 100%;
  }
}
.remove-accordion__imgwrap--01 {
  max-width: 265px;
}
@media screen and (max-width: 768px) {
  .remove-accordion__imgwrap--01 {
    margin: 20px auto 0;
    max-width: 100%;
  }
}
.remove-accordion__imgwrap--02 {
  max-width: 375px;
}
@media screen and (max-width: 768px) {
  .remove-accordion__imgwrap--02 {
    margin: 20px auto 0;
    max-width: 100%;
  }
}
.remove-accordion__subttl {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00A0E9;
  font-weight: bold;
  font-size: 2.2rem;
  font-size: clamp(1.4rem, 0.4087463557rem + 2.332361516vw, 2.2rem);
}
.remove-accordion__subttl::before, .remove-accordion__subttl::after {
  background-color: #00A0E9;
  content: "";
  height: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.remove-accordion__subttl::before {
  margin-right: 6px; /* 文字との余白 */
}
.remove-accordion__subttl::after {
  margin-left: 6px; /* 文字との余白 */
}
@media screen and (max-width: 768px) {
  .remove-accordion__subttl {
    max-width: 400px;
    margin: 32px auto 0;
  }
}
.remove-accordion__textarea {
  max-width: 425px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .remove-accordion__textarea {
    margin: 20px auto 0;
    max-width: 100%;
  }
}
.remove-accordion__stext {
  font-size: 1.4rem;
  font-size: clamp(1rem, 0.5043731778rem + 1.166180758vw, 1.4rem);
}
.remove-accordion__externallink:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */