@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

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

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

/**
 * 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: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ===========================================================================
  base
============================================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

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

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th, table td {
  vertical-align: middle;
  word-break: break-all;
}

input,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
}

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

html {
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  word-wrap: break-word;
  overflow-x: hidden;
  color: #404040;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  overflow-wrap: break-word;
}

body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}

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

a {
  text-decoration: none;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  border: 0;
  border-radius: 0;
  outline: none;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

[type="submit"],
[type="reset"],
[type="button"],
button {
  border: 0;
  cursor: pointer;
}

html,
body {
  display: flex;
  flex-direction: column;
}

body {
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

main {
  min-height: 0%;
}

/* ------------------------------------------------------
  * footer
 ------------------------------------------------------ */
.footer {
  margin-top: 80px;
}

.footer_copy {
  padding-bottom: 10px;
  color: #707070;
  text-align: center;
  width: 1020px;
  margin: 0 auto;
}

/* ===========================================================================
  headerNav
============================================================================= */
.headerNav {
  margin-top: 16px;
}

.headerNav.pc {
  display: block;
}

.headerNav.sp {
  display: none;
}

.headerNav_list {
  display: flex;
  justify-content: center;
  width: 1020px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.headerNav_item + .headerNav_item {
  margin-left: 5%;
}

.headerNav_link {
  display: block;
  position: relative;
  padding-bottom: 13px;
  color: #404040;
  font-size: 1.8rem;
}

.headerNav_link:hover {
  opacity: 0.7;
}

.headerNav_link.first::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.5em;
  height: 2px;
  margin: 0 auto;
  background-color: #C83264;
  content: '';
}

.headerNav_link.second::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.5em;
  height: 2px;
  margin: 0 auto;
  background-color: #3296C8;
  content: '';
}

.headerNav_link.third::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.5em;
  height: 2px;
  margin: 0 auto;
  background-color: #FFCE00;
  content: '';
}

.headerNav_link.forth::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.5em;
  height: 2px;
  margin: 0 auto;
  background-color: #404040;
  content: '';
}

.headerNav_btn {
  display: none;
}

/* ===========================================================================
  block01
============================================================================= */
.block01 {
  display: flex;
  margin-top: 60px;
}

.block01_title {
  -webkit-font-feature-settings: "palt";
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  background: url("../img/icon_01.png") no-repeat top/40px 20px;
  font-feature-settings: "palt";
  font-size: 2.5rem;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap
}

.block01_title > span {
  font-weight: bold;
}

.block01_title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 2px;
  margin: 0 auto;
  background-color: #C83264;
  content: '';
}

.block01_title.b {
  background: url("../img/icon_02.png") no-repeat top/40px 20px;
}

.block01_title.b::after {
  background-color: #3296C8;
}

.block01_title.y {
  background: url("../img/icon_03.png") no-repeat top/40px 20px;
}

.block01_title.y::after {
  background-color: #FFCE00;
}

.block01_item {
  width: calc((100% - 74px) / 3 - 0.01px);
  margin-right: 37px;
  padding: 27px 35px 35px;
  border-radius: 10px;
  background-color: #F7F4F0;
}

.block01_item:last-of-type {
  margin-right: 0;
}

.block01_text {
  margin-top: 22px;
  letter-spacing: 0.02em;
  line-height: 1.75;
  text-align: center;
}

/* ===========================================================================
  block02
============================================================================= */
.block02 {
  display: flex;
  margin: 60px 0;
}

.block02_item {
  display: flex;
  align-items: center;
  width: calc((100% - 20px) / 2 - 0.01px);
  margin-right: 20px;
  border-radius: 10px;
  background-color: #32AA8A;
}

.block02_item:last-of-type {
  margin-right: 0;
}

.block02_item:hover {
  opacity: 0.7;
}

.block02_text {
  margin-left: 18px;
  color: #fff;
  font-size: 2.0rem;
}

.block02_text.wide {
  letter-spacing: 0.1em;
}

/* ===========================================================================
  block03
============================================================================= */
.block03 {
  margin-top: 60px;
}

.block03_leadArea {
  display: flex;
  justify-content: space-between;
  margin-top: 118px;
  margin-bottom: 40px;
  padding: 29px 40px 38px;
  border-radius: 20px;
  background-color: #C83264;
}

.block03_leadArea p {
  color: #fff;
  line-height: 1.66;
}

.block03_leadArea.blue {
  background-color: #3296C8;
}

.block03_img {
  width: 26%;
}

.block03_textArea {
  width: calc(74% - 30px);
}

.block03_border {
  margin-top: 15px;
  padding: 2px 0;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.block03_bottom {
  border-radius: 20px;
}

/* ===========================================================================
  block04
============================================================================= */
.block04 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.block04_item {
  width: calc((100% - 21px) / 4 - 0.01px);
  padding: 14px 10px;
  border: 1px solid #C83264;
  border-radius: 10px;
  background-color: #fff;
}

.block04_item.b {
  width: calc((100% - 100px) / 4 - 0.01px);
  padding: 6px 10px;
  border: 1px solid #3296C8;
}

.block04_item.b:nth-of-type(1), .block04_item.b:nth-of-type(2), .block04_item.b:nth-of-type(3) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block04_item.b:last-of-type {
  margin-left: 60px;
}

.block04_text {
  color: #C83264;
  font-size: 2.0rem;
  font-weight: 300;
  text-align: center;
}

.block04_text.b {
  color: #3296C8;
}

.block04_text-sub.b {
  display: block;
  color: #808080;
  font-size: 1.2rem;
  text-align: center;
}

/* ===========================================================================
  block05
============================================================================= */
.block05 {
  display: flex;
  justify-content: space-between;
}

.block05_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc((100% - 76px) / 3 - 0.01px);
  padding: 0 0 0 40px;
  border: 2px solid #1B1464;
  border-radius: 10px;
}

.block05_item > img {
  width: 49%;
}

.block05_text {
  display: flex;
  align-items: center;
  color: #1B1464;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
}

/* ===========================================================================
  block06
============================================================================= */
.block06 {
  margin-top: 53px;
  padding: 32px 0 40px;
  border-radius: 10px;
  background-color: #F7F4F0;
}

.block06_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  padding: 0 35px 38px;
}

.block06_item {
  text-align: center;
}

.block06_title {
  color: #C83264;
}

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

.block06_price {
  margin-top: 3px;
  font-size: 2.0rem;
  text-align: center;
}

.block06_price > span.l {
  color: #C83264;
  font-size: 4.0rem;
}

.block06_price > span.s {
  position: relative;
  left: -0.5em;
  color: #C83264;
  font-size: 1.5rem;
  font-weight: 300;
}

.block06_price span.yen {
  color: #C83264;
  font-size: 2.0rem;
}

.block06_text {
  font-family: Yu Gothic UI;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
}

.block06_text.mb {
  margin-bottom: 7px;
}

/* ===========================================================================
  block07
============================================================================= */
.block07 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
}

.block07_item {
  position: relative;
  width: calc((100% - 10px) / 2 - 0.01px);
  padding: 20px 40px 33px;
  border: 1px solid #3296C8;
  border-radius: 10px;
}

.block07_item > img {
  width: 49%;
}

.block07_text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.block07_title {
  color: #3296C8;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 2.5rem;
  font-weight: bold;
}

.block07_title > span {
  margin-left: 10px;
  color: #404040;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}
.block07_item .icon_06 {
  position: absolute;
  top: -15px;
  right: 40px;
  width: 60px;
  height: 75px;
}

/* ===========================================================================
  block08
============================================================================= */
.block08 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.block08_item {
  width: calc((100% - 10px) / 3 - 0.01px);
  border-radius: 10px;
}

.block08_item:nth-of-type(1) {
  width: 41.9%;
}

.block08_item:nth-of-type(2) {
  display: block;
  align-items: center;
  width: 21%;
  margin: auto 0;
  position: relative;
  top: -16px;
}

.block08_item:nth-of-type(3) {
  width: 23.3%;
}

.block08_item-02 {
  width: calc((100% - 10px) / 4 - 0.01px);
  border-radius: 10px;
  text-align: center;
}

.block08_item-02:nth-of-type(1) {
  width: 24.5%;
}

.block08_item-02:nth-of-type(2) {
  display: block;
  width: 48%;
  margin: auto 0;
  position: relative;
  top: -4px;
}

.block08_item-02:nth-of-type(3) {
  display: block;
  width: 23.1%;
  margin: auto 0;
}

.block08_text {
  line-height: 1.6;
}

/* ===========================================================================
  block09
============================================================================= */
.block09 {
  display: flex;
  justify-content: space-between;
}

.block09_item {
  width: 100%;
  text-align: center;
}

.block09_text {
  margin-bottom: 15px;
  font-weight: 300;
}

.block09_text-02 {
  color: #3296C8;
  font-size: 2.0rem;
  font-weight: bold;
}

.block09_price {
  margin-bottom: 8px;
  color: #3296C8;
  font-size: 4.0rem;
  font-weight: 400;
  line-height: 1;
}

.block09_price > span.yen {
  color: #3296C8;
  font-size: 1.5rem;
  font-weight: bold;
}

.insatu {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 15px;
  background-color: #808080;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

/* ===========================================================================
  btn
============================================================================= */
.btn-01 {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding: 21px;
  border-radius: 40px;
  background-color: #D32020;
  transition: .2s;
}

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

.btn-02 {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding: 11px 10px;
  border-radius: 40px;
  background-color: #C83264;
  transition: .2s;
}

.btn-02.b {
  background-color: #3296C8;
}

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

.btn-03 {
  padding: 3px 22px;
  border: 1px solid #404040;
  border-radius: 40px;
  transition: .2s;
}

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

.btn-04 {
  display: block;
  width: 480px;
  margin: 0 auto;
  padding: 4px 0;
  border-radius: 40px;
  background-color: #C83264;
}

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

.btn-04.b {
  background-color: #3296C8;
}

.btn-05 {
  display: block;
  position: absolute;
  right: 14%;
  width: 100px;
  margin-top: 10px;
  margin-left: auto;
  cursor: pointer;
}

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

.btn-05-02 {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}

.btn-05-02:hover {
  opacity: 0.7;
}

.btn-06 {
  position: absolute;
}

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

.btn_text-01 {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}

.btn_text-02 {
  color: #FFCE00;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}

.btn_text-03 {
  display: inline-block;
  color: #404040;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
}

.btn_text-04 {
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
}

.btn_text-04 span {
  display: inline-block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  top: -2px;
  margin-left: 10px;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
}

/* ===========================================================================
  btnBlock
============================================================================= */
.btnBlock {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 57px;
}

.btnBlock_item {
  display: block;
  width: calc((100% - 10px) / 2);
}

.btnBlock_item:hover {
  opacity: 0.7;
}

.btnBlock_item + .btnBlock_item {
  margin-left: 20px;
}

/* ===========================================================================
  cautionText
============================================================================= */
.cautionText {
  margin-top: 17px;
  color: #404040;
  /* font-size: 1.2rem; */
  font-weight: 300;
  text-align: center;
}

.cautionText-02 {
  margin-top: 17px;
  color: #C83264;
  text-align: center;
}

.cautionText-02 > span {
  font-weight: bold;
}

.cautionText-02.b {
  color: #3296C8;
}

.cautionText-03 {
  margin-top: 22px;
  color: #707070;
  text-align: center;
}

.cautionText-04 {
  margin-top: 10px;
  color: #808080;
  font-size: 1.2rem;
  text-align: center;
}

/* ===========================================================================
  contentsArea
============================================================================= */
.contentsArea {
  width: 1020px;
  margin: 0 auto;
}

/* ===========================================================================
  heading01
============================================================================= */
.heading01 {
  display: flex;
  align-items: center;
  padding: 0 0 31px;
  font-weight: 400;
}

.heading01 img {
  width: 228px;
}

.heading01_sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.35rem;
}

/* ===========================================================================
  heading02
============================================================================= */
.heading02 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 4.0rem;
  font-weight: bold;
}

.heading02-sub {
  margin-left: 17px;
  color: #FFCE00;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.0rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

/* ===========================================================================
  heading03
============================================================================= */
.heading03 {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding-left: 60px;
  font-size: 2.5rem;
  font-weight: normal;
}

.heading03::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 5px;
  margin: auto 0;
  background-color: #C83264;
  content: '';
}

.heading03 > span {
  font-size: 1.5rem;
}

.heading03.blue::before {
  background-color: #3296C8;
}

.heading03.r {
  color: #C83264;
}

.heading03.r > span {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 300;
}

.heading03.b {
  margin-bottom: 35px;
  color: #3296C8;
}

.heading03.b::before {
  background-color: #3296C8;
}

.heading03.b > span {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 300;
}

.heading03Wrap {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

/* ===========================================================================
  heading04
============================================================================= */
.heading04 {
  margin-top: 50px;
  margin-bottom: 15px;
  color: #1B1464;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
}

/* ===========================================================================
  imgArea
============================================================================= */
.imgArea {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

.imgArea-02 {
  margin-bottom: 55px;
}

.imgArea-03 {
  position: relative;
}

/* ===========================================================================
  modal
============================================================================= */
.modal {
  display: flex;
  visibility: hidden;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(15, 10, 20, 0.7);
  opacity: 0;
  transition: all 0.3s;
}

.modal.is-active {
  visibility: visible;
  opacity: 1;
}

.modal_img {
  height: auto;
  background-color: #fff;
  text-align: center;
  padding: 40px 30px;
}

.modal_inner {
  position: relative;
  width: 75%;
  max-height: 100%;
  background-color: #fff;
}

.modal_btn {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 4%;
}

/* ===========================================================================
  priceBlock
============================================================================= */
.priceBlock {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.priceBlock_item {
  position: relative;
  padding: 18px 0 20px 0;
  border: 1px solid #3296C8;
  border-radius: 20px;
}

.priceBlock_item:first-child {
  width: 64%;
}

.priceBlock_item:first-child::before {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  width: 7em;
  margin: 0 auto;
  padding: 0 13px;
  background-color: #F7F4F0;
  color: #3296C8;
  font-size: 2.0rem;
  text-align: center;
  content: 'データ修正';
}

.priceBlock_item:last-child {
  width: 25%;
  margin-left: 20px;
}

.priceBlock_item:last-child::before {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  width: 6.5em;
  margin: 0 auto;
  padding: 0 13px;
  background-color: #F7F4F0;
  color: #3296C8;
  font-size: 2.0rem;
  text-align: center;
  content: '印刷物複製';
}

.priceBlock_text {
  line-height: 1.6;
}

/* ===========================================================================
  section
============================================================================= */
.section-index {
  position: relative;
  height: 500px;
  margin-bottom: 40px;
}

.section-index::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 74vw;
  height: 100%;
  background: url("../img/index_bg.png") no-repeat right/contain;
  content: '';
}

.section-index02 {
  padding: 96px 0 110px;
  background: url("../img/bg01.png") no-repeat left top/cover;
}

.section-01 {
  padding: 40px 0 40px 0;
}

.section-02 {
  padding: 85px 0 110px 0;
  background: url("../img/bg02.png") no-repeat top/cover;
}

.section-02.disasterprevention {
  padding: 85px 0 80px 0;
}

.section-03 {
  padding: 70px 0 110px 0;
}

.section-03.uniform {
  padding: 70px 0 106px 0;
}

.section_inner-index {
  width: 96%;
  max-width: 1020px;
  margin: 0 auto;
}

.section_inner-index02 {
  width: 96%;
  max-width: 1020px;
  margin: 0 auto;
}

.section_inner-01 {
  width: 96%;
  max-width: 1042px;
  margin: 0 auto;
}

.section_inner-02 {
  width: 96%;
  max-width: 815px;
  margin: 0 auto;
}

.section_inner-03 {
  width: 660px;
  max-width: 96%;
  margin: 0 auto;
  text-align: center;
}

.section_inner-04 {
  width: 96%;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.section_inner-05 {
  width: 96%;
  max-width: 980px;
  margin: 0 auto;
}

.section_inner-06 {
  width: 96%;
  max-width: 980px;
  margin: 0 auto;
}

.section_inner-07 {
  width: 96%;
  max-width: 850px;
  margin: 0 auto;
}

/* ===========================================================================
  util
============================================================================= */
/*  margin
------------------------------------ */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

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

.pb0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/*  font-size
------------------------------------ */
.fz-xs {
  font-size: 1.1rem !important;
}

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

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

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

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

/*  font-weight
------------------------------------ */
.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

/*  text-align
------------------------------------ */
.ta-left {
  text-align: left !important;
}

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

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

/*  vertical-align
------------------------------------ */
.va-top {
  vertical-align: top !important;
}

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

.va-bottom {
  vertical-align: bottom !important;
}

.va-base {
  vertical-align: baseline !important;
}

/*  display
------------------------------------ */
.d-i {
  display: inline !important;
}

.d-ib {
  display: inline-block !important;
}

.d-b {
  display: block !important;
}

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

.sp {
  display: none;
}

.br-ss {
  display: none;
}

.br-m {
  display: none;
}

.br-l {
  display: block;
}

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

.fw-n {
  font-weight: normal;
}

@media all and (-ms-high-contrast: none) {
  .block01_title {
    white-space: nowrap;
  }
}

/* フローティング追加 */
.bnr_point {
  position: fixed;
  right: 16px;
  bottom: 120px;
  z-index: 100000;
}
.bnr_point p {
  position: relative;
}
.bnr_point span {
  cursor: pointer;
  background-image: url(../img/bnr_close.png);
  background-size: 100% 100%;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -8px;
  top: -8px;
}
/*# sourceMappingURL=style.css.map */

/* 4周年 バナー */
.l-pageTop {
  bottom: 20px;
}
.bnr_4ani {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 330px;
  height: 300px;
  z-index: 1000000;
}
.bnr_4ani a {
  display: inline-block;
}
.bnr_4ani p {
  width: 330px;
  height: 300px;
}
.bnr_4ani p span {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.bnr_4ani img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-pageTop {
    bottom: 70px;
  }
  .bnr_4ani {
    position: fixed;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bnr_4ani p {
    position: relative;
    width: 340px;
    height: 300px;
    padding-left: 10px;
  }
}