/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1.15;
  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;
  line-height: 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 {
  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] {
  text-decoration: underline; /* 2 */
  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: inherit; /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * 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 {
  border-style: none;
  padding: 0;
}

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

/**
 * Remove arrow in IE10 & IE11
 */

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

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 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;
}

/**
 * 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 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. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


.typ { opacity: 0; }
.typ .each{ opacity: 0; }
.mv-ttl.typ .each:nth-child(4){ font-size: 53px; }

main {
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: "秀英にじみ丸ゴシック B", "A P-OTF 秀英にじみ丸ゴ Std", sans-serif; */
  color: #494949;
}

.mv {
  position: relative;
  height: 610px;
  min-width: 1200px;
background: url('../img/mv-bg-pc.jpg') center/cover no-repeat;
  padding-top: 26px;
}



  .grid-wrap {
  position: relative;
  width: 980px;
  height: 546px;
  margin: 0 auto;
  display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows: 65px 99px 180px minmax(0, 1fr); 
  gap: 0px 0px; 
  grid-template-areas: 
    "h1-block"
    "h2-block"
    "mv-element01"
    "mv-element02"; 
}
.h1-block {
  justify-self: start; 
  align-self: start; 
  grid-area: h1-block; 
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 4.44px 4.44px rgba(0, 0, 0, 0.25);
  height: 65px;
}
.h2-block {
  justify-self: end; 
  align-self: start; 
  grid-area: h2-block; 
  position: relative;
  z-index:1;
  display: flex;
  align-items: center;
  background: #008299;
  box-shadow: 0 4.44px 4.44px rgba(0, 0, 0, 0.25);
  height: 99px;
}


.mv-item-block {
  justify-self: end; 
  align-self: end; 
  grid-area: mv-element01; 
}
.mv-btn-block {
  justify-self: end; 
  align-self: end; 
  grid-area: mv-element02; 
  position: relative;
}

.h1-ttl {
  padding: 0 12px;
  font-size: 44.7px;
  color: #008299;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  span {
    font-size: 32.9px;
  }
}

.h2-ttl {
  padding: 0 30px;
  font-size: 79.2px;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 99px;
  span.f-small {
    font-size: 54.4px;
  }
}


.mv-item-table {
width: 500px;
background: #fff;
  box-shadow: 0 4.44px 4.44px rgba(0, 0, 0, 0.25);
}

.mv-item-table .grid-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
}

.mv-item-table .grid-cell {
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 54.5px;
}
.mv-item-table .cell-title {
  color: #008299;
  font-size: 25px;
  font-weight:700;
  line-height: 1.2;
}

.mv-item-table .cell-note {
  color: #936E32;
  font-size: 12px;
  font-weight: 500;
}

.mv-item-table .note-text {
  color: #936E32;
  font-size: 12.5px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52.8px;
}
.mv-app-btn{
  display: block;
  position: relative;
  border-radius: 10px;
  width: 400px;
  height: 101px;
display: flex;
justify-content: center;
align-items: center;
letter-spacing: 0.025em;
margin-right: 50px;
padding-left: 38px;
  background-color: #FD8060;
  font-size: 39.3px;
  font-weight: 700;
  box-shadow: 2.25px 2.25px 6.74px rgba(0, 0, 0, 0.7);
  span{
    font-size: 31.4px;
    font-weight: 400;
  }
}
.mv-app-btn,.mv-app-btn:visited,.mv-app-btn:active{
  color: #fff;
}
.mv-app-btn::before{
  content: "";
  background: url("../img/zenta01.svg") no-repeat center center / 100% auto;
  width: 95px;
  height: 130px;
  position: absolute;
  top: -44px;
  left: 12px;
}

.mv-app-btn::after {
  content: "";
  background: url("../img/arrow_round.svg") no-repeat center center / 100% auto;
  position: absolute;
  width: 30.34px;
  height: 30.34px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}

.mv-balloon-txt{
  width: 218.2px;
  height: 86.6px;
background: url('../img/mv-balloon.svg') center/cover no-repeat;
filter: drop-shadow(2px 2px 2.5px rgba(0, 0, 0, 0.3));
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-top: 8px;
position: absolute;
top:-65px;
left: 104px;
z-index: 2;
}

.mv-balloon-txt p{
color: #0071C4;
font-size: 20.7px;
font-weight: 700;
line-height: 0.9;
letter-spacing: 0.1em;
span{
font-size: 31.7px;
}
}


@media screen and (min-width: 1024px) {
.mv-app-btn{
    transition: all .3s ease-in-out;
    transform: translateY(0);
}

.mv-app-btn:hover{
      opacity: 1;
      color: #fff;
    transform: translateY(-5px);
}
}


@media screen and (max-width: 1024px) {
.mv {
    min-width: 100%;
}
}

@media screen and (max-width: 768px) {
.mv {
  width: 100%;
aspect-ratio: 390 / 732;
 height: unset;
background: url('../img/mv-bg-sp.jpg') center/cover no-repeat;
padding-top: calc(16 / 390 * 100vw);

}

.grid-wrap {
  width: 92%;
  height: calc(672 / 390 * 100vw);
  display: grid;
  grid-template-columns: 29.6% 70.4%;
  grid-template-rows: calc(116 / 390 * 100vw) calc(126 / 390 * 100vw) minmax(0, 1fr);
  gap: 0px 0px;
  grid-template-areas:
    "h1-block h2-block"
    "mv-element01 mv-element01"
    "mv-element02 mv-element02";
}

.h1-block {
justify-self: stretch; 
height: calc(110 / 390 * 100vw);
}

.h2-block {
justify-self: stretch; 
height: calc(110 / 390 * 100vw);
}

.mv-item-block  {
  justify-self: stretch;
  align-self: start;
  grid-area: mv-element01;
}

.mv-btn-block {
  justify-self: center;
  align-self: end;
  grid-area: mv-element02;
  position: relative;
}


.h1-ttl {
  padding: 0;
  font-size: calc(23.4 / 390 * 100vw);
  text-align: center;
  span {
    font-size: calc(18.6 / 390 * 100vw);
  }
}

.h2-ttl {
  padding: 0;
  font-size: calc(43.9 / 390 * 100vw);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-top: -2px;
  span.f-small {
    font-size: calc(30.19 / 390 * 100vw);
  }
  span.l-wide {
    letter-spacing: 0.06em;
  }
}
.mv-item-table {
width: 100%;
}

.mv-item-table .grid-cell {
  height: calc(39.35 / 390 * 100vw);
}
.mv-item-table .cell-title {
  font-size: calc(18 / 390 * 100vw);
}
.mv-item-table .cell-note {
  font-size:calc(8.7/ 390 * 100vw);
}
.mv-item-table .note-text {
  font-size: calc(9 / 390 * 100vw);
  height: calc(39.35 / 390 * 100vw);
}


.mv-app-btn{
  width: calc(340 / 390 * 100vw);
  height: calc(90 / 390 * 100vw);
margin-right:0;
padding-left: calc(40 / 390 * 100vw);
  font-size:calc(35 / 390 * 100vw);
  span{
    font-size: calc(28 / 390 * 100vw);
  }
}

.mv-app-btn::before{
  width: calc(85 / 390 * 100vw);
  height: calc(115.8 / 390 * 100vw);
  top: calc(-39 / 390 * 100vw);
  left: calc(10 / 390 * 100vw);
}

.mv-app-btn::after {
  width: calc(20.8 / 390 * 100vw);
  height: calc(20.8 / 390 * 100vw);
  right: calc(16 / 390 * 100vw);
}

.mv-balloon-txt{
  width: calc(220 / 390 * 100vw);
  height: calc(87.3 / 390 * 100vw);
padding-top:calc(8 / 390 * 100vw);
top:calc(-65 / 390 * 100vw);
left: calc(104 / 390 * 100vw);
}
.mv-balloon-txt p{
font-size: calc(20.8 / 390 * 100vw);
span{
font-size: calc(32 / 390 * 100vw);
}
}


}


/*-----------------
 contents
 ---------------- */

.content01 {
  width: 1200px;
  margin: 0 auto 55px;
  position: relative;
}
.content01-ttl {
  text-align: center;
  position: relative;
  font-size: 36px;
  margin-top: 150px;
}
.content01-ttl-b {
  font-size: 60px;
  color: #0071C4;
  margin-left: 19px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.content01-ttl-f {
  position: absolute;
  width: 259px;
  height: 90px;
  background: url("../img/content01_f.svg") no-repeat center center / 100% auto;
  top: -95px;
  left: 307px;
  animation-duration: 2s; /* アニメーションの時間 */
  animation-iteration-count: 2;
  animation-delay: 5s; /* アニメーション開始時間 */
  padding: 20px;
  text-align: center;
  font-size: 28px;
}
.content01-list {
  display: flex;
  justify-content: space-between;
  width: 973px;
  margin: 50px auto 0;
}
.content01-list-item {
  width: 280px;
  position: relative;
}
.content01-list-item::before {
  display: block;
  content: "";
  position: absolute;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: #FFEC00 url("../img/content01_num1.svg") no-repeat center center / auto 32px;
  top: -13px;
  left: 0;
}
.content01-list-item:nth-child(2)::before {
  background: #FFEC00 url("../img/content01_num2.svg") no-repeat center center / auto 32px;
}
.content01-list-item:nth-child(3)::before {
  background: #FFEC00 url("../img/content01_num3.svg") no-repeat center center / auto 32px;
}
.content01-list-item-pic {
  text-align: center;
}
.content01-list-item-ttl {
  font-size: 28px;
  color: #0071C4;
  text-align: center;
  margin: 27px 0 13px;
}
.content01-list-txt {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
}
.content01-list-txt .content01-list-txt--bg {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #FFEC00 50%, #FFEC00 100%);
}
.content01-list-txt--small {
  font-size: 12px;
}
.content01-list-txt--note {
  font-size: 14px;
  line-height: 1.4;
}


.content02-pre {
  z-index: 1;
  position: relative;
  min-width: 1200px;
}
.content02-pre-txt {
  text-align: center;
  font-size: 27px;
  line-height: 1.5;
  padding-bottom: 48px;
  background: url("../img/content02_pre_line.svg") no-repeat center bottom / 564px auto;
}
.content02-pre-pic {
  background: #B7E8F1;
  border-radius: 50%;
  border: solid 4px #fff;
  width: 158px;
  height: 158px;
  display: block;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.content02-pre-pic img {
  margin-top: 30px;
  width: 128px;
  height: auto;
}
.content02 {
  min-width: 1200px;
  margin-top: -80px;
  z-index: 0;
  background: #B7E8F1;
  position: relative;
  padding-top: 135px;
}
.content02-ttl {
  text-align: center;
  font-size: 36px;
}
.content02-ttl::before {
  display: inline-block;
  content: "";
  width: 36px;
  height: 46px;
  background-image: linear-gradient(to right top, transparent 46%, #fff 46%, #fff 54%, transparent 54%);
  margin: 0 20px -10px 0;
}
.content02-ttl::after {
  display: inline-block;
  content: "";
  width: 36px;
  height: 46px;
  background-image: linear-gradient(to left top, transparent 46%, #fff 46%, #fff 54%, transparent 54%);
  margin: 0 0 -10px 20px;
}
.content02-ttl span {
  background: linear-gradient(180deg, #B7E8F1 0%, #B7E8F1 50%, #FFEC00 50%, #FFEC00 100%);
}
.content02-list {
  display: flex;
  justify-content: space-between;
  width: 1020px;
  margin: 58px auto 65px;
}
.content02-list-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 2px 4px 0px #7eb5bf;
  width: 300px;
}
.content02-list-item-flex {
  display: flex;
  justify-content: space-between;
  height: 125px;
}
.content02-list-item-ttl {
  font-size: 28px;
  color: #00ACD9;
  width: 152px;
  align-self: center;
  white-space: nowrap;
  text-align: center;
}
.content02-list-item-pic01 {
  width: 130px;
  position: relative;
}
.content02-list-item-pic01 img {
  position: absolute;
}
.content02-list-item-pic01 img:first-child {
  top: -40px;
  left: -5px;
}
.content02-list-item-pic01 img:last-child {
  bottom: -8px;
  right: -43px;
}
.content02-list-item-txt {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
}
.content02-list-item-txt span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  text-align: right;
}
.content02-list-item-txt sup {
  font-size: 12px;
}
.content02-list-item-pic02 {
  text-align: center;
}
.content02-btn-wrap {
  background: #ECF8FC url("../img/content02_bg.svg") repeat-x bottom 30px left / 1296px auto;
  padding: 0 0 89px;
  animation: moveBg 15s infinite linear;
}
.content02-btn-wrap.nomove {
  background: #ECF8FC url("../img/content02_bg.svg") repeat-x bottom 30px left / 1296px auto;
  padding: 0 0 89px;
  animation: none;
}
.content02-btn {
  display: block;
  position: relative;
  border-radius: 10px;
  width: 330px;
  margin: 0 auto;
  padding: 26px 0;
  text-align: center;
  letter-spacing: 2px;
  background-color: #FD8060;
  border-bottom: solid 6px #DE5D3C;
  font-size: 28px;
  color: #fff;
}
.content02-btn::after {
  content: "";
  background: url("../img/arrow_round.svg") no-repeat center center / 100% auto;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto 0;
}
.content03 {
  background: #ECF8FC;
  padding: 72px 0;
  min-width: 1200px;
}
.content03-ttl {
  color: #00ACD9;
  font-size: 28px;
  text-align: center;
}
.content03-ttl::before {
  display: inline-block;
  content: "";
  width: 36px;
  height: 46px;
  background-image: linear-gradient(to right top, transparent 46.3%, #00ACD9 46.3%, #00ACD9 54.3%, transparent 54%);
  margin: 0 20px -20px 0;
}
.content03-ttl::after {
  display: inline-block;
  content: "";
  width: 36px;
  height: 46px;
  background-image: linear-gradient(to left top, transparent 46.3%, #00ACD9 46.3%, #00ACD9 54.3%, transparent 54%);
  margin: 0 0 -20px 20px;
}
.content03-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1024px;
  margin: 60px auto 0;
}
.content03-list-wrap-note {
  text-align: right;
  font-size: 13px;
  font-weight: normal;
  width: 1024px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}
.content03-list-item  {
  width: 164px;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 11px;
  position: relative;
}
.content03-list-item-ttl {
  text-align: center;
  color: #0071C4;
  font-size: 16px;
  margin-bottom: 12px;
}
.content03-list-item-txt {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  min-height: 114px;
}
.content03-list-item-pic {
  position: absolute;
  bottom: 54px;
  left: 0;
  width: 100%;
  text-align: center;
}
.content03-list-item-txt--price {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #0071C4;
  font-family: 'Noto Sans JP', sans-serif;
}
.content03-list-item-txt--price span {
  font-size: 18px;
}
.content03-list-item--green .content03-list-item-ttl,
.content03-list-item--green .content03-list-item-txt--price {
  color: #7DB25B;
}
.content03-list-item--orange .content03-list-item-ttl,
.content03-list-item--orange .content03-list-item-txt--price {
  color: #FFA700;
}
.content03-list-item--red .content03-list-item-ttl,
.content03-list-item--red .content03-list-item-txt--price {
  color: #DB4C16;
}
.content03-list-item--pink .content03-list-item-ttl,
.content03-list-item--pink .content03-list-item-txt--price {
  color: #FF987E;
}
.content04 {
  padding: 83px 0;
  min-width: 1200px;
}
.content04-wrap {
  width:1200px;
  margin: 0 auto;
}
.content04-txt {
  text-align: center;
  font-size: 27px;
  line-height: 1.5;
  padding-bottom: 48px;
}
.content04-pic {
  background: #B7E8F1;
  border-radius: 50%;
  border: solid 4px #fff;
  width: 158px;
  height: 158px;
  display: block;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.content04-pic img {
  margin-top: 30px;
  width: 128px;
  height: auto;
}
.content04-movie {
  margin-bottom: 64px;
}
.content04-movie-item {
  width: 560px;
  margin: 0 auto 40px;
}
.content04-movie-item .content04-movie-txt {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 16px;
}
.content04-movie-item iframe {
  width: 560px;
  height: 315px;
}
.content04 .content06-ttl{
  font-size: 28px;
}
.content04 .content06-ttl::before {
  left: 210px;
}
.content04 .content06-ttl::after {
  right: 210px;
}

.content04-btn {
  display: block;
  position: relative;
  border-radius: 10px;
  width: 360px;
  margin: 0 auto;
  padding: 26px 0;
  text-align: center;
  letter-spacing: 2px;
  background-color: #FD8060;
  border-bottom: solid 6px #DE5D3C;
  font-size: 28px;
  color: #fff;
}
.content04-btn::after {
  content: "";
  background: url("../img/arrow_round.svg") no-repeat center center / 100% auto;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto 0;
}
.content04-btn--apply {
  background-color: #FFA700;
  border-color: #E36C06;
}
.content04-btn--apply::after {
  background: url("../img/arrow_round_apply.svg") no-repeat center center / 100% auto;
}
.content04 .content04-txt-cont {
  text-align: center;
}
.content05 {
  background: #ECF8FC;
  padding: 30px 0 44px;
  min-width: 1200px;
}
.content05-ttl {
  width: 325px;
  height: 113px;
  background: url("../img/content05_ttl_bg.svg") no-repeat top center / 100% auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  font-size: 36px;
}
.content05-list {
  width: 585px;
  margin: 43px auto 0;
}
.content05-list-item {
  display: flex;
  justify-content: flex-end;
  background: url("../img/content05_icon01.gif") no-repeat left center / 67px auto;
  margin-bottom: 32px;
}
.content05-list-item:nth-child(even) {
  justify-content: flex-start;
  background: url("../img/content05_icon02.gif") no-repeat right center / 67px auto;
}
.content05-list-item-f {
  position:relative;
  width:460px;
  background:#FFFFFF;
  padding:23px 28px;
  font-size:14px;
  border-radius:10px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  font-weight: 400;
}
.content05-list-item-f:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:16px;
  border-right-width:16px;
  margin-top: -10px;
  border-right-color:#FFFFFF;
  right:100%;
  top:50%;
}
.content05-list-item:nth-child(even) .content05-list-item-f:after {
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:16px;
  border-right-width:16px;
  margin-top: -10px;
  border-left-color:#FFFFFF;
  left:100%;
  top:50%;
}
.content05-list-item-f span {
  border-bottom: solid 4px #FFEC00;
}
.content05-btn {
  display: block;
  position: relative;
  border-radius: 10px;
  width: 330px;
  margin: 0 auto;
  padding: 26px 0;
  text-align: center;
  letter-spacing: 2px;
  background-color: #FD8060;
  border-bottom: solid 6px #DE5D3C;
  font-size: 28px;
  color: #fff;
}
.content05-btn::after {
  content: "";
  background: url("../img/arrow_round.svg") no-repeat center center / 100% auto;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto 0;
}
.content05-btn--apply {
  background-color: #FFA700;
  border-color: #E36C06;
}
.content05-btn--apply::after {
  background: url("../img/arrow_round_apply.svg") no-repeat center center / 100% auto;
}
.content06-pre {
  z-index: 1;
  position: relative;
  min-width: 1200px;
  padding-top: 80px;
}
.content06-pre-txt {
  text-align: center;
  font-size: 27px;
  line-height: 1.5;
  padding-bottom: 48px;
  background: url("../img/content02_pre_line.svg") no-repeat center bottom / 564px auto;
}
.content06-pre-pic {
  background: #B7E8F1;
  border-radius: 50%;
  border: solid 4px #fff;
  width: 158px;
  height: 158px;
  display: block;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.content06-pre-pic img {
  margin-top: 30px;
  width: 128px;
  height: auto;
}
.content06 {
  margin-top: -80px;
  z-index: 0;
  background: #B7E8F1;
  position: relative;
  min-width: 1200px;
  padding: 135px 0 100px;
}
.content06-wrap {
  width: 1200px;
  margin: 0 auto;
}
.content06-content {
  background: #fff;
  width: 949px;
  margin: 0 auto;
  padding: 44px 44px 61px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px #7eb5bf;
}
.content03-ttl,
.content04-ttl,
.content06-ttl {
  text-align: center;
  color: #00ACD9;
  font-size: 36px;
  position: relative;
  margin-bottom: 10px;
}
.content04-ttl sup,
.content06-ttl sup {
  font-size: 13px;
  vertical-align: super;
}
.content04-ttl::before,
.content06-ttl::before {
  position: absolute;
  left: 155px;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 36px;
  height: 46px;
  background-image: linear-gradient(to right top, transparent 46.3%, #00ACD9 46.3%, #00ACD9 54.3%, transparent 54%);
  margin: auto 0;
}
.content04-ttl::after,
.content06-ttl::after {
  position: absolute;
  right: 155px;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 36px;
  height: 46px;
  background-image: linear-gradient(to left top, transparent 46.3%, #00ACD9 46.3%, #00ACD9 54.3%, transparent 54%);
  margin: auto 0;
}
.content04-note,
.content06-note {
  width: 500px;
  text-align: right;
  color: #00ACD9;
  font-size: 12px;
  margin: 0 auto 16px;
}
.content04-txt-cont {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  width: 579px;
  margin: 0 auto 30px;
}
.content06-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  width: 579px;
  margin: 0 auto 10px;
}
.content06-pic {
  text-align: center;
}
.content06-btn {
  display: block;
  position: relative;
  border-radius: 10px;
  width: 330px;
  margin: -26px auto 0;
  padding: 26px 0;
  text-align: center;
  letter-spacing: 2px;
  background-color: #FD8060;
  border-bottom: solid 6px #DE5D3C;
  font-size: 28px;
  color: #fff;
}
.content06-btn::after {
  content: "";
  background: url("../img/arrow_round.svg") no-repeat center center / 100% auto;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto 0;
}

.indent-note{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  width: 579px;
  margin: 0 auto 30px;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.content07 {
  padding: 44px 0 104px;
  min-width: 1200px;
}
.content07-ttl {
  width: 388px;
  height: 135px;
  background: url("../img/content07_ttl_bg.svg") no-repeat top center / 100% auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  font-size: 36px;
}
.content07-list {
  width: 940px;
  margin: 53px auto 0;
}
.content07-list a {
  text-decoration: underline;
}
.content07-list-ttl {
  background: #ECF8FC url("../img/content07_pic01.svg") no-repeat left 31px center / 78px auto;
  padding: 22px 95px 22px 153px;
  min-height: 120px;
  display: flex;
  align-items: center;
  color: #00ACD9;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  border-bottom: solid 2px #fff;
}
.content07-list-ttl:hover {
  background: #ECF8FC url("../img/content07_pic01_on.svg") no-repeat left 31px center / 78px auto;
}
.content07-list-ttl::after {
  content: "＋";
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #00ACD9;
  border-radius: 50%;
  color: #fff;
  right: 37px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding-top: 2px;
}
.content07-list-ttl.open::after {
  content: "ー";
}
.content07-list-txt {
  background: #FFFCED url("../img/content07_pic02.svg") no-repeat left 31px center / 78px auto;
  padding: 28px 95px 22px 153px;
  min-height: 120px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  display: none;
}
.content07-list-txt:hover {
  background: #FFFCED url("../img/content07_pic02_on.svg") no-repeat left 31px center / 78px auto;
}

.content08-pre {
  z-index: 1;
  position: relative;
  min-width: 1200px;
}
.content08-pre-txt {
  text-align: center;
  font-size: 27px;
  line-height: 1.5;
  padding-bottom: 48px;
  background: url("../img/content02_pre_line.svg") no-repeat center bottom / 564px auto;
}
.content08-pre-pic {
  background: #B7E8F1;
  border-radius: 50%;
  border: solid 4px #fff;
  width: 158px;
  height: 158px;
  display: block;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.content08-pre-pic img {
  margin-top: 30px;
  width: 128px;
  height: auto;
}
.content08 {
  margin-top: -80px;
  z-index: 0;
  background: #6ED0E2;
  position: relative;
  padding-top: 90px;
  min-width: 1200px;
}
.content08-ttl {
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin: 20px auto;
}
.content08-list {
  width: 405px;
  height: 286px;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  line-height: 1.35;
}
.content08-list-item-1 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 204px;
  height: 110px;
  background: url("../img/content08_bg01.svg") no-repeat center center / contain;
  text-align: center;
  padding-top: 36px;
}
.content08-list-item-2 {
  position: absolute;
  top: 0;
  right: 16px;
  width: 177px;
  height: 121px;
  background: url("../img/content08_bg02.svg") no-repeat center center / contain;
  text-align: center;
  padding-top: 32px;
}
.content08-list-item-3 {
  position: absolute;
  bottom: 0;
  left: 37px;
  width: 177px;
  height: 111px;
  background: url("../img/content08_bg03.svg") no-repeat center center / contain;
  text-align: center;
  padding-top: 35px;
}
.content08-list-item-4 {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 177px;
  height: 112px;
  background: url("../img/content08_bg04.svg") no-repeat center center / contain;
  text-align: center;
  padding-top: 37px;
}
.content08-pic {
  text-align: center;
}
.content08-pic img {
  width: 436px;
  height: auto;
}
.content08-txt-wrap {
  background: #fff url("../img/content08_bg.svg") repeat-x bottom 30px left / 1296px auto;
  padding: 0 0 89px;
  animation: moveBg 15s infinite linear;
}
.content08-txt-wrap.nomove {
  animation: none;
}
.content08-txt {
  width: 456px;
  height: 168px;
  background: url("../img/content08_bg05.svg") no-repeat center center / contain;
  text-align: center;
  padding: 43px 0 0;
  font-size: 36px;
  color: #00ACD9;
  line-height: 1.4;
  margin: 0 auto;
}
.content08-btn {
  display: block;
  position: relative;
  border-radius: 10px;
  width: 330px;
  margin: 0 auto;
  padding: 26px 0;
  text-align: center;
  letter-spacing: 2px;
  background-color: #FD8060;
  border-bottom: solid 6px #DE5D3C;
  font-size: 28px;
  color: #fff;
}
.content08-btn::after {
  content: "";
  background: url("../img/arrow_round.svg") no-repeat center center / 100% auto;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto 0;
}
.content08-btn--apply {
  background-color: #FFA700;
  border-color: #E36C06;
}
.content08-btn--apply::after {
  background: url("../img/arrow_round_apply.svg") no-repeat center center / 100% auto;
}
.content08-after {
  width: 1200px;
  margin: 50px auto 0;
}
.content08-after-ttl {
  color: #008299;
  font-size: 34px;
  text-align: center;
  margin: 60px auto 20px;
}
.content08-after-ttl::before {
  display: inline-block;
  content: "";
  width: 36px;
  height: 46px;
  background-image: linear-gradient(to right top, transparent 46.3%, #008299 46.3%, #008299 54.3%, transparent 54%);
  margin: 0 20px -20px 0;
}
.content08-after-ttl::after {
  display: inline-block;
  content: "";
  width: 36px;
  height: 46px;
  background-image: linear-gradient(to left top, transparent 46.3%, #008299 46.3%, #008299 54.3%, transparent 54%);
  margin: 0 0 -20px 20px;
}
.content08-btn-wrap {
  position: relative;
}
.content08-after-txt {
  position: absolute;
  top: -120px;
  right: 156px;
  width: 316px;
  height: 100px;
  background: url("../img/content08_bg06.svg") no-repeat center center / contain;
  text-align: center;
  padding-top: 27px;
  font-size: 22px;
}
.content08-after-pic {
  position: absolute;
  width: 206px;
  height: 200px;
  right: 185px;
  bottom: -20px;
  overflow: hidden;
}
.content08-after-pic-cell {
  width: 100%;
  height: 100%;
  overflow:hidden;
  background:url("../img/content08_pic.svg");
  animation:para 2s steps(3,end) infinite;
}
@keyframes para {
0% {background-position: 0 0;}
100% {background-position: 0 -600px;}
}
.content09 {
  width: 1200px;
  margin: 140px auto 43px;
  font-family: 'Noto Sans JP', sans-serif;
}
.content09-txt {
  width: 918px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.5;
}
.content09-txt--c {
  width: 918px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  margin-top: 1em;
}
section a {
  transition: 0.3s !important;
}
section a::after {
  transition: 0.3s !important;
}
.mv-content-btn:hover,
.content02-btn:hover,
.content06-btn:hover {
  background-color: #FFA700;
  border-color: #E36C06;
}
.mv-content-btn:hover::after,
.content02-btn:hover::after,
.content06-btn:hover::after {
  background: url("../img/arrow_round_apply.svg") no-repeat center center / 100% auto;
}
.content05-btn:hover,
.content08-btn:hover {
  background-color: #FD8060;
  border-color: #DE5D3C;
}
.content05-btn:hover::after,
.content08-btn:hover::after {
  background: url("../img/arrow_round.svg") no-repeat center center / 100% auto;
}


.footer {
  background: #00ACD9;
  padding: 55px 0;
  min-width: 1200px;
  text-align: center;
}
.footer small {
  color: #fff;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
}



.box{
  opacity: 0;
  transform: translate(0, 100px);
  transition: 2s;
}
.fadeInTop{
  transform: translate(0, 0);
  opacity: 1;
}



@media screen and (max-width: 768px) {
  .content01 {
    width: 100%;
    margin: 0 auto 14.666666666666667vw;
  }
  .content01-ttl {
    font-size: 8vw;
    margin-top: 30vw;
  }
  .content01-ttl-b {
    font-size: 14vw;
    color: #0071C4;
    margin-left: 0;
    padding-bottom: 0;
  }
  .content01-ttl-f {
    position: absolute;
    width: 50%;
    height: 15vw;
    top: -18vw;
    left: 4vw;
    padding: 4vw;
    font-size: 6vw;
  }
  .content01-list {
    flex-direction: column;
    width: 86%;
    margin: 13.333333333333333vw auto 0;
  }
  .content01-list-item {
    width: 100%;
    margin-bottom: 15vw;
  }
  .content01-list-item::before {
    display: block;
    content: "";
    position: absolute;
    width: 21.333333333333333vw;
    height: 21.333333333333333vw;
    background: #FFEC00 url("../img/content01_num1.svg") no-repeat center center / auto 8.533333333333333vw;
    top: -3.466666666666667vw;
  }
  .content01-list-item:nth-child(2)::before {
    background: #FFEC00 url("../img/content01_num2.svg") no-repeat center center / auto 8.533333333333333vw;
  }
  .content01-list-item:nth-child(3)::before {
    background: #FFEC00 url("../img/content01_num3.svg") no-repeat center center / auto 8.533333333333333vw;
  }
  .content01-list-item-ttl {
    font-size: 7.466666666666667vw;
    margin: 7.2vw 0 3.466666666666667vw;
  }
  .content01-list-txt {
    font-size: 4.8vw;
  }
 .content01-list-txt--small {
    font-size: 3.2vw;
  }
.content01-list-txt--note {
  font-size:  calc(15 / 390 * 100vw);
}


  .content02-pre {
    z-index: 1;
    position: relative;
    min-width: 100%;
    width: 100%;
  }
  .content02-pre-txt {
    font-size: 5.333333333333333vw;
    padding-bottom: 8vw;
    background: url(../img/content02_pre_line.svg) no-repeat center bottom / 86vw auto;
  }
  .content02-pre-pic {
    border: solid 1.066666666666667vw #fff;
    width: 26.133333333333333vw;
    height: 26.133333333333333vw;
  }
  .content02-pre-pic img {
    margin-top: 3.5vw;
    width: 23.133333333333333vw;
  }
  .content02 {
    min-width: 100%;
    width: 100%;
    margin-top: -13vw;
    padding-top: 22vw;
  }
  .content02-ttl {
    font-size: 8vw;
    position: relative;
  }
  .content02-ttl::before {
    width: 6.333333333333333vw;
    height: 10vw;
    margin: 0;
    position: absolute;
    left: 6vw;
    top: 9vw;
  }
  .content02-ttl::after {
    width: 6.333333333333333vw;
    height: 10vw;
    margin: 0;
    position: absolute;
    right: 6vw;
    top: 9vw;
  }
  .content02-list {
    flex-direction: column;
    width:86%;
    margin: 15.466666666666667vw auto 5vw;
  }
  .content02-list-item {
    background: #fff;
    border-radius: 2.666666666666667vw;
    padding: 5.333333333333333vw;
    box-shadow: 0px 0.533333333333333vw 1.066666666666667vw 0px #7eb5bf;
    width: 100%;
    margin-bottom: 8vw;
  }
  .content02-list-item-flex {
    display: flex;
    justify-content: space-between;
    height: 28vw;
  }
  .content02-list-item-ttl {
    font-size: 7.466666666666667vw;
    width: 50%;
  }
  .content02-list-item-pic01 {
    width: 50%;
  }
  .content02-list-item-pic01 img:first-child {
    top: -10.666666666666667vw;
    left: -1.333333333333333vw;
  }
  .content02-list-item-pic01 img:last-child {
    bottom: -2.133333333333333vw;
    right: -8.533333333333333vw;
  }
  .content02-list-item-txt {
    font-size: 4.8vw;
  }
  .content02-list-item-txt span {
    margin-top: 2.1333333vw;
    font-size: 3.7333333vw;
  }
  .content02-btn-wrap {
    background: #ECF8FC url("../img/content02_bg.svg") repeat-x bottom 8vw left / 345.6vw auto;
    padding: 0 0 23.733333333333333vw;
    animation: moveBg 15s infinite linear;
  }
  .content02-btn {
    border-radius: 2.666666666666667vw;
    width: 86%;
    padding: 6.933333333333333vw 0;
    border-bottom: solid 1.6vw #DE5D3C;
    font-size: 6.933333333333333vw;
  }
  .content02-btn::after {
    width: 5.333333333333333vw;
    height: 5.333333333333333vw;
    right: 5.333333333333333vw;
  }
  .content03 {
    background: #ECF8FC;
    padding: 8vw 0 21.333333333333333vw;
    min-width: 100%;
    width: 100%;
  }
  .content03-ttl {
    font-size: 7vw;
    position: relative;
    text-indent: 0.5em;
  }
  .content03-ttl::before {
    width: 6.333333333333333vw;
    height: 10vw;
    margin: 0;
    position: absolute;
    left: 6vw;
    top: 5vw;
  }
  .content03-ttl::after {
    width: 6.333333333333333vw;
    height: 10vw;
    margin: 0;
    position: absolute;
    right: 6vw;
    top: 5vw;
  }
  .content03-list-wrap {
    width: 100%;
    overflow: scroll;
    margin: 0 auto;
  }
  .content03-list-wrap-note {
    font-size: 3.2vw;
    width: 94%;
  }
  .content03-list {
    padding: 0 4vw;
    margin: 10vw auto 0;
    width: 259.666667vw;
  }
  .content03-list-item  {
    width: 39.733333333333333vw;
    background: #fff;
    border-radius: 2.666666666666667vw;
    padding: 3vw;
    margin-bottom: 2.933333333333333vw;
  }
  .content03-list-item-ttl {
    font-size: 4vw;
    margin-bottom: 3.2vw;
    white-space: nowrap;
  }
  .content03-list-item-txt {
    font-size: 4.066666666666667vw;
    min-height: 30.4vw;
  }
  .content03-list-item-pic {
    position: absolute;
    bottom: 14.4vw;
    width: 100%;
  }
  .content03-list-item-txt--price {
    font-size: 8vw;
  }
  .content03-list-item-txt--price span {
    font-size: 4.8vw;
  }
  .content04 {
    padding: 13.333333333333333vw 0;
    min-width: 100%;
    width: 100%;
  }
  .content04-wrap {
    width: 86%;
  }
  .content04-txt {
    font-size: 5.333333333333333vw;
    padding-bottom: 8vw;
    background: url(../img/content02_pre_line.svg) no-repeat center bottom / 86vw auto;
  }
  .content04-pic {
    border: solid 1.066666666666667vw #fff;
    width: 26.133333333333333vw;
    height: 26.133333333333333vw;
  }
  .content04-pic img {
    margin-top: 3.5vw;
    width: 23.133333333333333vw;
  }
  .content04-movie {
    margin-top: 6.4vw;
    margin-bottom: 10.66666667vw;
  }
  .content04-movie-item {
    width: 86vw;
    margin: 0 auto 6.4vw;
  }
  .content04-movie-item .content04-movie-txt {
    font-size: 4.8vw;
    padding-bottom: 2.13333333vw;
  }
  .content04-movie-item iframe {
    width: 86vw;
    height: 48.5333333vw;
  }
  .content04 .content04-ttl{
    font-size: 5.6vw;
  }
  .content04 .content04-ttl::before {
    left: -3vw;
  }
  .content04 .content04-ttl::after {
    right: -3vw;
  }
  .content04-btn {
    border-radius: 2.666666666666667vw;
    width: 100%;
    padding: 6.933333333333333vw 0;
    border-bottom: solid 1.6vw #DE5D3C;
    font-size: 6.933333333333333vw;
  }
  .content04-btn::after {
    width: 5.333333333333333vw;
    height: 5.333333333333333vw;
    right: 5.333333333333333vw;
  }
  .content04-btn--apply {
    background-color: #FFA700;
    border-color: #E36C06;
  }
  .content04-btn--apply::after {
    background: url("../img/arrow_round_apply.svg") no-repeat center center / 100% auto;
  }
  .content04-txt-cont {
    font-size: 4.26666667vw;
    width: 100%;
    margin: 0 auto 6.4vw;
  }

  .content05 {
    padding: 8vw 0;
    min-width: 100%;
    width: 100%;
  }
  .content05-ttl {
    width: 70%;
    height: 24.5vw;
    padding-top: 5.333333333333333vw;
    font-size: 8vw;
  }
  .content05-list {
    width: 86%;
    margin: 6vw auto 0;
  }
  .content05-list-item {
    display: flex;
    justify-content: flex-end;
    background: url("../img/content05_icon01.gif") no-repeat left center / 15.466666666666667vw auto;
    margin-bottom: 32px;
  }
  .content05-list-item:nth-child(even) {
    justify-content: flex-start;
    background: url("../img/content05_icon02.gif") no-repeat right center / 15.466666666666667vw auto;
  }
  .content05-list-item-f {
    position:relative;
    width:72%;
    background:#FFFFFF;
    padding:4.266666666666667vw 4.8vw;
    font-size:3.733333333333333vw;
    border-radius:2.666666666666667vw;
  }
  .content05-list-item-f:after{
    border-top-width:2.666666666666667vw;
    border-bottom-width:2.666666666666667vw;
    border-left-width:4.266666666666667vw;
    border-right-width:4.266666666666667vw;
    margin-top: -2.666666666666667vw;
  }
  .content05-list-item:nth-child(even) .content05-list-item-f:after {
    border-top-width:2.666666666666667vw;
    border-bottom-width:2.666666666666667vw;
    border-left-width:4.266666666666667vw;
    border-right-width:4.266666666666667vw;
    margin-top: -2.666666666666667vw;
  }
  .content05-list-item-f span {
    border-bottom: solid 1.066666666666667vw #FFEC00;
  }
  .content05-btn {
    border-radius: 2.666666666666667vw;
    width: 86%;
    padding: 6.933333333333333vw 0;
    border-bottom: solid 1.6vw #DE5D3C;
    font-size: 6.933333333333333vw;
  }
  .content05-btn::after {
    width: 5.333333333333333vw;
    height: 5.333333333333333vw;
    right: 5.333333333333333vw;
  }
  .content05-btn--apply {
    background-color: #FFA700;
    border-color: #E36C06;
  }
  .content05-btn--apply::after {
    background: url("../img/arrow_round_apply.svg") no-repeat center center / 100% auto;
  }
  .content06-pre {
    z-index: 1;
    position: relative;
    min-width: 100%;
    width: 100%;
    padding-top: 8vw;
  }
  .content06-pre-txt {
    font-size: 5.333333333333333vw;
    padding-bottom: 8vw;
    background: url(../img/content02_pre_line.svg) no-repeat center bottom / 86vw auto;
  }
  .content06-pre-pic {
    border: solid 1.066666666666667vw #fff;
    width: 26.133333333333333vw;
    height: 26.133333333333333vw;
  }
  .content06-pre-pic img {
    margin-top: 3.5vw;
    width: 23.133333333333333vw;
  }
  .content06 {
    margin-top: -13vw;
    padding: 22vw 0;
    min-width: 100%;
    width: 100%;
  }
  .content06-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .content06-content {
    background: #fff;
    width: 86vw;
    margin: 0 auto;
    padding: 10vw;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px #7eb5bf;
  }
  .content04-ttl,
  .content06-ttl {
    text-align: center;
    color: #00ACD9;
    font-size: 8vw;
    position: relative;
    margin-bottom: 10px;
  }
  .content04-ttl sup,
  .content06-ttl sup {
    font-size: 3.466666666666667vw;
  }
  .content04-ttl::before,
  .content06-ttl::before {
    left: -5vw;
    top: 3vw;
    bottom: 0;
    display: block;
    content: "";
    width: 9.6vw;
    height: 12.266666666666667vw;
  }
  .content04-ttl::after,
  .content06-ttl::after {
    right: -5vw;
    top: 3vw;
    bottom: 0;
    display: block;
    content: "";
    width: 9.6vw;
    height: 12.266666666666667vw;
  }
  .content04-note,
  .content06-note {
    font-size: 3.2vw;
    margin: 0 0 5vw;
    width: 100%;
  }
  .content06-txt {
    font-size: 4.8vw;
    width: 100%;
    margin: 0 auto 8vw;
  }
  .indent-note {
    font-size: 4.8vw;
    width: 100%;
    margin: 0 auto 8vw;
  }
  .content06-pic {
    text-align: center;
  }
  .content06-pic img {
    width: 100%;
    height: auto;
  }
  .content06-btn {
    border-radius: 2.666666666666667vw;
    width: 86%;
    padding: 6.933333333333333vw 0;
    border-bottom: solid 1.6vw #DE5D3C;
    font-size: 6.933333333333333vw;
    margin-top: 10vw;
  }
  .content06-btn::after {
    width: 5.333333333333333vw;
    height: 5.333333333333333vw;
    right: 5.333333333333333vw;
  }
  .content07 {
    padding: 11.733333333333333vw 0 15.733333333333333vw;
    min-width: 100%;
    width: 100%;
  }
  .content07-ttl {
    width: 70%;
    height: 24.5vw;
    padding-top: 5.333333333333333vw;
    font-size: 8vw;
  }
  .content07-list {
    width: 100%;
    margin: 5vw auto 0;
  }
  .content07-list-ttl {
    background: #ECF8FC url("../img/content07_pic01.svg") no-repeat left 5vw center / 13.333333333333333vw auto;
    padding: 5vw 12.666666666666667vw 5vw 22.666666666666667vw;
    min-height: 26.666666666666667vw;
    font-size: 4.8vw;
    border-bottom: solid 0.533333333333333vw #fff;
  }
  .content07-list-ttl:hover {
    background: #ECF8FC url("../img/content07_pic01_on.svg") no-repeat left 5vw center / 13.333333333333333vw auto;
  }
  .content07-list-ttl::after {
    width: 5.333333333333333vw;
    height: 5.333333333333333vw;
    right: 5.333333333333333vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding-top: 0;
    font-size: 4vw;
  }
  .content07-list-txt {
    background: #FFFCED url("../img/content07_pic02.svg") no-repeat left 5vw center / 13.333333333333333vw auto;
    padding: 5vw 12.666666666666667vw 5vw 22.666666666666667vw;
    min-height: 26.666666666666667vw;
    font-size: 4.8vw;
  }
  .content07-list-txt:hover {
    background: #FFFCED url("../img/content07_pic02_on.svg") no-repeat left 5vw center / 13.333333333333333vw auto;
  }

  .content08-pre {
    min-width: 100%;
    width: 100%;
  }
  .content08-pre-txt {
    font-size: 5.333333333333333vw;
    padding-bottom: 8vw;
    background: url("../img/content02_pre_line.svg") no-repeat center bottom / 86vw auto;
  }
  .content08-pre-pic {
    border: solid 1.066666666666667vw #fff;
    width: 26.133333333333333vw;
    height: 26.133333333333333vw;
  }
  .content08-pre-pic img {
    margin-top: 3.5vw;
    width: 23.133333333333333vw;
  }
  .content08 {
    margin-top: -21.333333333333333vw;
    padding-top: 24vw;
    min-width: 100%;
    width: 100%;
  }
  .content08-ttl {
    font-size: 6.933333333333333vw;
    margin: 5.333333333333333vw auto;
    line-height: 1.4;
  }
  .content08-list {
    width: 90%;
    height: 60vw;
    font-size: 4.266666666666667vw;
  }
  .content08-list-item-1 {
    top: 8vw;
    left: 0;
    width: 50%;
    height: 26vw;
    padding-top: 9.033333333333333vw;
  }
  .content08-list-item-2 {
    top: 0;
    right: 2vw;
    width: 47%;
    height: 26vw;
    padding-top: 7.533333333333333vw;
  }
  .content08-list-item-3 {
    bottom: 0;
    left: 2vw;
    width: 49%;
    height: 26vw;
    padding-top: 8.033333333333333vw;
  }
  .content08-list-item-4 {
    bottom: 5vw;
    right: 0;
    width: 50%;
    height: 26vw;
    padding-top: 8.533333333333333vw;
  }
  .content08-pic img {
    width: 86%;
  }
  .content08-txt-wrap {
    background: #fff url("../img/content08_bg.svg") repeat-x bottom 8vw left / 345.6vw auto;
    padding: 0 0 89px;
  }
  .content08-txt {
    width: 86%;
    height: 42vw;
    background: url("../img/content08_bg05.svg") no-repeat center center / contain;
    padding: 11.466666666666667vw 0 0;
    font-size: 7.2vw;
  }
  .content08-btn {
    border-radius: 2.666666666666667vw;
    width: 86%;
    padding: 6.933333333333333vw 0;
    border-bottom: solid 1.6vw #DE5D3C;
    font-size: 6.933333333333333vw;
  }
  .content08-btn::after {
    width: 5.333333333333333vw;
    height: 5.333333333333333vw;
    right: 5.333333333333333vw;
  }
  .content08-after {
    min-width: 100%;
    width: 100%;
    margin: 0 auto 30vw;
  }
  .content08-after-ttl {
    font-size: 7vw;
    text-align: center;
    margin: 2vw auto 3vw;
  }
  .content08-after-ttl::before {
    display: inline-block;
    content: "";
    width: 5.333333333333333vw;
    height: 8vw;
    background-image: linear-gradient(to right top, transparent 46.3%, #008299 46.3%, #008299 54.3%, transparent 54%);
    margin: 0 4vw -4vw 0;
  }
  .content08-after-ttl::after {
    display: inline-block;
    content: "";
    width: 5.333333333333333vw;
    height: 8vw;
    background-image: linear-gradient(to left top, transparent 46.3%, #008299 46.3%, #008299 54.3%, transparent 54%);
    margin: 0 0 -4vw 4vw;
  }
  .content08-after-txt {
    top: auto;
    bottom: -26vw;
    right: auto;
    left: 8vw;
    width: 60vw;
    height: 20vw;
    background: url("../img/content08_bg06.svg") no-repeat center center / contain;
    padding-top: 4.8vw;
    font-size: 5vw;
    transform: rotate(-12deg) !important;
  }
  .content08-after-pic {
    position: absolute;
    width: 206px;
    height: 200px;
    left: calc(100% / 3);
    top: calc(100% * 1.6);
    overflow: hidden;
  }

  .content08-after-pic-cell {
    width: 100%;
    height: 100%;
    overflow:hidden;
    background:url("../img/content08_pic.svg");
    animation:para 2s steps(3,end) infinite;
  }
  .content09 {
    width: 100%;
    margin: 80vw auto 10vw;
  }
  .content09-txt {
    width: 84%;
    margin: 0 auto;
    font-size: 3vw;
    line-height: 1.5;
  }
  .content09-txt--c {
    width: 84%;
    margin: 0 auto;
    font-size: 3vw;
    line-height: 1.5;
  }
  .mv-content-btn:hover,
  .content02-btn:hover,
  .content06-btn:hover {
    background-color: #FD8060;
    border-color: #DE5D3C;
  }
  .mv-content-btn:hover::after,
  .content02-btn:hover::after,
  .content06-btn:hover::after {
    background: url("../img/arrow_round.svg") no-repeat center center / 100% auto;
  }
  .content04-btn:hover,
  .content08-btn:hover {
    background-color: #FFA700;
    border-color: #E36C06;
  }
  .content04-btn:hover::after,
  .content08-btn:hover::after {
    background: url("../img/arrow_round_apply.svg") no-repeat center center / 100% auto;
  }


  .footer {
    padding: 8vw 0;
    min-width: 100%;
    width: 100%;
  }
  .footer small {
    font-size: 3.2vw;
  }



  .box{
    opacity: 1;
    transform: translate(0, 0);
  }
  .mt40 { margin-top: 10.666666666666667vw !important; }


}
@keyframes parasp {
0% {background-position: 0 0;}
100% {background-position: 0 -167.2vw;}
}

/* utility */
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 40px !important; }
.mt40 { margin-top: 40px !important; }
