@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  line-height: 1;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
    # General elements
    # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
    # Forms
    # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
    # Specify media element style
    # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
    # Accessibility
    # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
    # Selection
    # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ---------------------------
          初期設定
-----------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

input {
  width: 100%;
}
input:focus {
  outline: 0;
  outline-offset: unset;
}

textarea {
  width: 100%;
  resize: none;
}
textarea:focus {
  outline: 0;
  outline-offset: unset;
}

p, h1, h2, h3, h4, h5 {
  max-height: 100%;
}

@media screen and (max-width: 1200px) {
  .display-none-1200 {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .display-1200 {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .display-none-1100 {
    display: none !important;
  }
}
@media screen and (min-width: 1101px) {
  .display-1100 {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .display-none-1000 {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .display-1000 {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .display-none-900 {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .display-900 {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .display-none-800 {
    display: none !important;
  }
}
@media screen and (min-width: 801px) {
  .display-800 {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .display-none-700 {
    display: none !important;
  }
}
@media screen and (min-width: 701px) {
  .display-700 {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .display-none-600 {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .display-600 {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .display-none-500 {
    display: none !important;
  }
}
@media screen and (min-width: 501px) {
  .display-500 {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .display-none-400 {
    display: none !important;
  }
}
@media screen and (min-width: 401px) {
  .display-400 {
    display: none !important;
  }
}
@media screen and (max-width: 350px) {
  .display-none-350 {
    display: none !important;
  }
}
@media screen and (min-width: 351px) {
  .display-350 {
    display: none !important;
  }
}
.bg-red {
  background-color: #f15a24;
}

.red {
  color: #f15a24;
}

.bg-gray {
  background-color: #4d4d4d;
}

.blue {
  color: #0070bc;
}

.hiddenPC {
  display: none !important;
}

.bg-blue {
  background-color: rgb(26, 101, 171);
}

.mv {
  height: 1080px;
  position: relative;
}
.mv h1 {
  display: inline-block;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.mv h1 a {
  display: block;
}
.mv h1 a img {
  width: 330px;
}

.mv-inner {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
  width: 100%;
  height: 100%;
}

.mv-text {
  position: absolute;
  z-index: 10;
  left: calc(50vw - 600px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 700px;
}
.mv-text h2 {
  margin-bottom: 40px;
}
.mv-text h3 {
  margin-bottom: 40px;
}

.mv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.cv {
  position: absolute;
  width: 900px;
  background-color: #1b1464;
  padding: 40px 40px 20px;
  color: #fff;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}
.cv p {
  font-size: 22px;
  margin-bottom: 30px;
}
.cv a {
  display: block;
  margin-bottom: 20px;
}
.cv a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.trouble {
  background-image: url(img/trouble-bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  padding: 350px 0 300px;
  text-align: center;
}
.trouble h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 40px;
}

.trouble-list {
  max-width: 500px;
  margin: 0 auto 40px;
}
.trouble-list li {
  font-size: 36px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.trouble-list li img {
  width: 45px;
  margin-right: 20px;
}
.trouble-list li span {
  position: relative;
  display: inline-block;
}
.trouble-list li span::after {
  content: "";
  background-color: #ff0000;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}

.reason {
  position: relative;
}

.reason-inner {
  position: relative;
}
.reason-inner > h3 {
  width: 850px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -270px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.reason-inner > h3::before, .reason-inner > h3::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.reason-inner > h3::before {
  background-image: url(img/trouble-title-1.png);
  width: 200px;
  height: 180px;
  left: -120px;
  top: -60px;
}
.reason-inner > h3::after {
  background-image: url(img/trouble-title-2.png);
  width: 250px;
  height: 360px;
  right: -100px;
  top: -250px;
}
.reason-inner h2 {
  padding-top: 100px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.reason-bg {
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 150px);
  -o-object-position: top;
     object-position: top;
}

.reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.reason-list li {
  width: 30%;
  margin-bottom: 40px;
}
.reason-list li img {
  margin-bottom: 20px;
}
.reason-list li h3 {
  color: #fdeb00;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.reason-list li p {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.example {
  background-color: #ededed;
  padding: 100px 0 150px;
  text-align: center;
}

.example-inner h2 {
  font-size: 50px;
  color: #f15a24;
  letter-spacing: 0.3em;
  margin-bottom: 80px;
}

.example-list {
  max-width: 900px;
  margin: 0 auto;
}
.example-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.example-num {
  min-width: 50px;
  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;
  color: #fff;
  font-size: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#29abe2), to(#0071bc));
  background: linear-gradient(to bottom, #29abe2, #0071bc);
  margin-right: 10px;
}

.example-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.example-list-inner h3 {
  background-color: #4d4d4d;
  color: #fff;
  width: 330px;
  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;
  height: 60px;
  font-size: 20px;
}
.example-list-inner h4 {
  background-color: #fff;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  text-align: left;
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 500px;
}

.example-list-item {
  background-color: #fff;
}
.example-list-item:first-of-type {
  width: 330px;
}
.example-list-item:last-of-type {
  width: 500px;
}
.example-list-item:last-of-type p {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.example-list-item h5 {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 0;
}
.example-list-item p {
  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;
  height: 60px;
  font-size: 18px;
  padding: 0 20px;
}
.example-list-item p strong {
  font-size: 32px;
  margin-right: 10px;
}

.facility {
  position: relative;
  background-image: url(img/facility-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 350px 0 40px;
}

.facility-inner {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.facility-inner h2 {
  margin-bottom: 20px;
}

.facility-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.facility-1 img {
  width: 46%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

.facility-1-inner {
  width: 52%;
}
.facility-1-inner > p {
  text-align: left;
  color: #fff;
  font-size: 24px;
}

.facility-1-list {
  margin-bottom: 40px;
}
.facility-1-list li {
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  font-size: 32px;
  color: #f15a24;
  font-weight: bold;
}
.facility-1-list li img {
  position: absolute;
  width: 60px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  bottom: 0;
}

.facility-2 > p {
  font-size: 18px;
  color: #1a1a1a;
}

.facility-2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.facility-2-list li {
  width: 23%;
  margin-bottom: 20px;
}
.facility-2-list li img {
  margin-bottom: 10px;
}
.facility-2-list li p {
  font-size: 24px;
  color: #fff;
  text-align: left;
}

.voice {
  background-image: url(img/voice-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
}

.voice-inner {
  text-align: center;
}
.voice-inner h2 {
  position: relative;
  color: #0070bc;
  font-size: 50px;
  margin-bottom: 80px;
}
.voice-inner h2 img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

.voice-list {
  max-width: 900px;
  margin: 0 auto;
}
.voice-list li {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 20px;
}
.voice-list li img {
  border-radius: 50%;
  width: 200px;
}

.voice-list-text {
  text-align: left;
}
.voice-list-text p {
  font-size: 18px;
  line-height: 1.8;
}
.voice-list-text .blue {
  font-weight: bold;
}

.flow {
  padding: 150px 0;
  background-color: #ededed;
}

.flow-inner {
  text-align: center;
}
.flow-inner h2 {
  font-size: 50px;
  color: #0070bc;
  margin-bottom: 60px;
}

.flow-box {
  border-radius: 10px;
  background-color: #fff;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.flow-box img:first-of-type {
  width: 300px;
  margin-right: 40px;
}

.flow-box-text {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flow-box-text h3 {
  font-size: 50px;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
.flow-box-text h3 span {
  margin-right: 10px;
}
.flow-box-text p {
  font-size: 18px;
  line-height: 1.6;
}

.flow-arrow {
  -o-object-fit: contain;
     object-fit: contain;
  width: 250px;
}

.flow-deco {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
}

.qa {
  padding: 150px 0;
  background-color: #d6e5ed;
}

.qa-inner {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.qa-inner h2 {
  font-size: 50px;
  color: #0070bc;
  margin-bottom: 60px;
}

.toggle {
  display: none;
}

.option {
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  font-size: 20px;
  background-color: #ffffff;
  padding: 0;
}
.option input::before, .option input::after {
  display: none !important;
}

.question {
  margin-right: 20px;
  width: 40px;
}
.question img {
  min-width: 40px;
}

.answer {
  position: absolute;
  top: 20px;
  left: 10px;
  margin-right: 20px;
  width: 40px;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  line-height: 1.5;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 60px 15px 10px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: #0070bc;
  text-align: left;
  font-size: 28px;
}
.title img {
  width: 60px;
  margin-right: 20px;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 30px;
  background-color: #0070bc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.title::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.content {
  max-height: 0;
  overflow: scroll;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  font-weight: normal;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

.content::-webkit-scrollbar {
  display: none;
}

.content p {
  background: #fff;
  margin: 0;
  padding: 30px 70px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  text-align: justify;
}

.toggle:checked + .title + .content {
  max-height: 300px;
  height: auto;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.toggle:checked + .title {
  border-bottom: 1px solid #0070bc;
}

.toggle:checked + .title::before {
  -webkit-transform: translateY(-50%) rotate(90deg) !important;
          transform: translateY(-50%) rotate(90deg) !important;
}

footer {
  background-color: #ededed;
  padding: 100px 0 40px;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-inner img {
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.footer-text {
  width: 500px;
}
.footer-text p {
  font-size: 18px;
  line-height: 1.8;
  color: #4d4d4d;
}
.footer-text a {
  color: #4d4d4d;
  text-decoration: underline;
}

.copyright {
  width: 100%;
  margin-top: 100px;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
  letter-spacing: 0.1rem;
}

.manga {
  background-color: #4d4d4d;
  padding: 80px 0;
}

.managa-inner {
  width: 800px;
  position: relative;
}

.swiper-layout {
  width: 600px;
  margin: 0 auto;
  position: relative;
}

.swiper-slide {
  margin: 0 auto;
}
.swiper-slide img {
  width: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-button-next, .swiper-button-prev {
  width: 80px !important;
  height: 80px !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  background-image: url(img/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -120px !important;
}

.swiper-button-prev {
  background-image: url(img/prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -120px !important;
}

.contact {
  padding: 100px 0;
}

.contact-inner {
  background-color: #F6F7F7;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
}
.contact-inner h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.contact-item {
  margin-bottom: 40px;
}
.contact-item h3 {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.contact-item h3 .badge {
  color: #fff;
  border-radius: 2px;
  padding: 5px;
  display: inline-block;
  font-size: 10px;
}
.contact-item input, .contact-item textarea {
  border: 1px solid #cccccc;
  background-color: #fafafa;
  border-radius: 3px;
  padding: 5px;
  font-size: 18px;
  line-height: 1.6;
}
.contact-item textarea {
  max-height: 200px;
}

.contact-confirm {
  font-size: 16px;
  cursor: pointer;
  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;
  margin-bottom: 40px;
  gap: 8px;
}
.contact-confirm input {
  display: block;
  appearance: auto;
  width: 22px;
  height: 22px;
}
.contact-confirm label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}
/* .contact-confirm label::after {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #333;
  border-radius: 2px;
}
.contact-confirm input:checked + span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  width: 16px;
  height: 9px;
  border-left: 2px solid #0070bc;
  border-bottom: 2px solid #0070bc;
  border-color: #0070bc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
} */

.contact-submit {
  background-color: #0070bc;
  color: #fff;
  display: inline-block;
  padding: 30px 180px;
  font-size: 28px;
  border-radius: 50px;
}

.contact-submit-wrapper {
  text-align: center;
}

.thanks {
  text-align: center;
}

.thanks-inner {
  padding: 200px 0;
}
.thanks-inner p {
  font-size: 20px;
  line-height: 1.6;
}

.banner {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  z-index: 100;
}
.banner a {
  display: block;
}
.banner a img {
  width: 160px;
}

@media screen and (max-width: 1500px) {
  .mv {
    height: 960px;
  }
  .mv h1 {
    top: 50px;
  }
  .mv h1 a img {
    width: 300px;
  }
}
@media screen and (max-width: 1400px) {
  .mv {
    overflow-x: hidden;
  }
  .mv-text {
    left: 40px;
  }
  .mv-bg {
    min-width: 110%;
  }
}
@media screen and (max-width: 1200px) {
  body {
    min-width: 1200px;
    width: 1200px;
  }
}
@media screen and (max-width: 600px) {
  .hiddenPC {
    display: block !important;
  }
  .hiddenSP {
    display: none !important;
  }
  body {
    min-width: 100%;
    width: 100%;
    overflow-x: hidden;
  }
  header {
    padding: 2.6666666667vw;
    border-radius: 2.6666666667vw;
    top: 4vw;
    width: calc(100% - 5.3333333333vw);
  }
  .header-inner h1 a img {
    height: 9.3333333333vw;
  }
  .header-btn a img {
    height: 9.3333333333vw;
  }
  .mv-bg {
    width: 100%;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
  .mv {
    height: 200vw;
  }
  .mv h1 {
    top: 8vw;
  }
  .mv h1 a img {
    width: 80vw;
  }
  .mv-text {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 32vw 5.3333333333vw 0;
  }
  .mv-text h2 {
    margin-bottom: 5.3333333333vw;
  }
  .mv-text h3 {
    margin-bottom: 5.3333333333vw;
  }
  .mv-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mv-list li {
    width: 40%;
  }
  .cv {
    position: relative;
    padding: 10.6666666667vw 4vw 8vw;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .cv p {
    font-size: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .cv a {
    width: 90%;
    margin: 0 auto 2.6666666667vw;
  }
  .trouble {
    padding: 0;
    background-image: url(img/trouble-bg-sp.png);
  }
  .trouble-inner {
    padding: 21.3333333333vw 4vw 120vw;
  }
  .trouble-inner h2 {
    font-size: 6.9333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .trouble-list li {
    font-size: 6.4vw;
  }
  .trouble-list li img {
    width: 7.4666666667vw;
    margin-right: 2.6666666667vw;
  }
  .reason-inner {
    padding: 0 4vw;
  }
  .reason-inner h3 {
    top: -133.3333333333vw;
    width: 100%;
  }
  .reason-inner h3::before, .reason-inner h3::after {
    display: none;
  }
  .reason-inner h2 {
    max-width: 100%;
    padding: 0;
    margin-bottom: 10.6666666667vw;
  }
  .reason-list {
    padding-bottom: 10.6666666667vw;
  }
  .reason-list li {
    width: 48%;
    margin-bottom: 5.3333333333vw;
  }
  .reason-list li img {
    margin-bottom: 5.3333333333vw;
  }
  .reason-list li h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .reason-list li p {
    font-size: 3.2vw;
  }
  .example {
    padding: 16vw 4vw;
  }
  .example-inner h2 {
    font-size: 8.5333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .example-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .example-num {
    margin: 0;
    padding: 1.3333333333vw 0;
    font-size: 5.3333333333vw;
  }
  .example-list-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3333333333vw;
  }
  .example-list-inner h3 {
    width: 100%;
    font-size: 4.8vw;
    padding: 2.6666666667vw 0;
    height: auto;
  }
  .example-list-inner h4 {
    width: 100%;
    font-size: 4.5333333333vw;
    padding: 5.3333333333vw 0;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .example-list-item {
    width: 100% !important;
  }
  .example-list-item h5 {
    font-size: 3.2vw;
    padding: 0.8vw 0;
  }
  .example-list-item p {
    height: auto;
    font-size: 3.7333333333vw;
    padding: 4vw;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .example-list-item p strong {
    font-size: 6.9333333333vw;
  }
  .facility {
    padding: 0;
    background-image: url(img/facility-bg-sp.png);
  }
  .facility-inner {
    padding: 16vw 5.3333333333vw 10.6666666667vw;
  }
  .facility-inner h2 {
    margin-bottom: 2.6666666667vw;
  }
  .facility-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 21.3333333333vw;
  }
  .facility-1 > img {
    width: 100%;
    height: auto;
    margin-bottom: 8vw;
  }
  .facility-1-inner {
    width: 100%;
  }
  .facility-1-inner p {
    font-size: 4.5333333333vw;
  }
  .facility-1-list {
    margin-bottom: 0;
  }
  .facility-1-list li {
    width: 100%;
    font-size: 6.4vw;
    padding: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .facility-1-list li img {
    width: 13.3333333333vw;
    height: 16vw;
  }
  .facility-2 p {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
  .facility-2-list {
    margin-bottom: 5.3333333333vw;
  }
  .facility-2-list li {
    width: 48%;
    margin-bottom: 5.3333333333vw;
  }
  .facility-2-list li img {
    margin-bottom: 1.3333333333vw;
  }
  .facility-2-list li p {
    font-size: 4vw;
  }
  .voice {
    padding: 21.3333333333vw 4vw;
  }
  .voice-inner h2 {
    margin-bottom: 21.3333333333vw;
    font-size: 8.5333333333vw;
  }
  .voice-inner h2 img {
    width: 80vw;
  }
  .voice-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4vw;
    padding: 5.3333333333vw;
  }
  .voice-list li img {
    width: 40vw;
  }
  .voice-list-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice-list-text p {
    font-size: 3.7333333333vw;
  }
  .voice-list-text p.blue {
    margin-bottom: 5.3333333333vw;
  }
  .flow {
    padding: 16vw 4vw;
  }
  .flow-inner h2 {
    font-size: 9.6vw;
    margin-bottom: 10.6666666667vw;
  }
  .flow-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .flow-box img:first-of-type {
    margin: 0 0 5.3333333333vw;
    width: 100%;
  }
  .flow-box-text h3 {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .flow-box-text p {
    font-size: 3.7333333333vw;
  }
  .flow-arrow {
    width: 40vw;
  }
  .flow-deco {
    width: 26.6666666667vw;
    top: 53.3333333333vw;
    right: 5.3333333333vw;
  }
  .qa {
    padding: 16vw 4vw;
  }
  .qa-inner h2 {
    font-size: 9.6vw;
    margin-bottom: 16vw;
  }
  .option {
    margin-bottom: 5.3333333333vw;
  }
  .title {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 10.6666666667vw 2.6666666667vw 2.6666666667vw;
  }
  .title img {
    width: 10.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .title::before, .title::after {
    right: 5.3333333333vw;
    width: 1.0666666667vw;
    height: 5.3333333333vw;
  }
  .content p {
    font-size: 3.7333333333vw;
    padding: 4vw 10.6666666667vw 4vw 16vw;
  }
  footer {
    background-color: #fff;
    padding: 16vw 4vw 5.3333333333vw;
  }
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 10.6666666667vw;
  }
  .footer-inner img {
    width: 40vw;
  }
  .footer-text {
    width: 100%;
    max-width: 82.6666666667vw;
  }
  .footer-text p {
    font-size: 3.2vw;
  }
  .copyright {
    font-size: 3.2vw;
    margin: 0;
    letter-spacing: 0;
  }
  .fixed-btn {
    position: fixed;
    bottom: 2.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
    width: calc(100% - 5.3333333333vw);
    display: block;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  }
  .fixed-btn img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .manga {
    padding: 10.6666666667vw 0;
  }
  .swiper-layout {
    width: 80vw;
  }
  .swiper-slide img {
    width: 80vw;
  }
  .swiper-button-next {
    right: -13.3333333333vw !important;
  }
  .swiper-button-prev {
    left: -13.3333333333vw !important;
  }
  .contact {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .contact-inner {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .contact-inner h2 {
    font-size: 5.8666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .contact-item {
    margin-bottom: 10.6666666667vw;
  }
  .contact-item h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .contact-item h3 .badge {
    font-size: 2.6666666667vw;
  }
  .contact-item input, .contact-item textarea {
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .contact-confirm {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .contact-submit {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 0;
    width: 100%;
  }
  .thanks-inner {
    padding: 100px 0;
  }
  .thanks-inner p {
    font-display: 16px;
  }
  .banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
  .banner a {
    width: calc(100% - 8vw);
  }
  .banner a img {
    width: 100%;
  }
}
/********mv0809*********/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&family=Zen+Maru+Gothic:wght@900&display=swap');
.zen-kaku {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.zen-maru {
	font-family: "Zen Maru Gothic", serif;
}
.mv0809{
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: url(img/mv0809//mv0809.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 60px;
	position: relative;
}
.mv0809::before{
	position: absolute;
	content: '';
	background: url(img/mv0809//mv_human.png) no-repeat center top;
	width:45.714285714285715vw;
	height: 40.714285714285715vw;
	display: inline-block;
	top:124px;
	right:174px;
	left: auto ;
	background-size: cover;
}
@media screen and (max-width: 1400px){
	.mv0809::before{
		left: 590px;

		width: 644px;
		height: 569px;
	}
}
.inner0809{
	max-width: 900px;
	margin: 0 auto;
}
.header0809 {
	display: flex;
	justify-content: space-between;
	margin: 0 100px;
}
.header0809 h4{
	font-size: 22px;
	font-weight: 500;
	position: relative;
	padding-left: 1em;
	margin-bottom: 4px;
	margin-top: 6px;
}
.header0809 h4::after , .header0809 h4::before{
	position: absolute;
	content: '';
	height: 20px;
	background-color: #000000;
	width: 2px;
}
.header0809 h4::before{
	transform: rotate(-15deg);
	margin-left: -6px;
}
.header0809 h4::after {
	transform: rotate(15deg);
	margin-left: 12px;
}
.header0809 h3{
	font-size: 42px;
	font-weight: 900;
	color: #016fbe;
}
.header0809 h3 span{
	color: #1b1464;
	font-weight: 700;
}
.head_line a{
	width: 334px;
	height:70px;
	background:#06c755;
	display: inline-flex;
	justify-content: center;
    align-items: center;
	color: #FFF;
	font-weight: 900;
	font-size: 28px;
	letter-spacing: 1px;
	transition: 0.3s;
}
.head_line a:hover{
	transform: scale(1.1);
}
.head_line a img{
	height: 70px;
	width: 65px;
	margin-top: 4px;
}
.triple_none{
	display: flex;
	gap:8px;
	margin-top: 100px;
	margin-bottom: 30px;
}
.triple_none h3{
	font-weight: 900;
	font-size: 26px;
	color: #FFF;
	padding: 0.4em 0.5em 0.5em;
	background-color:#016fbe;
	position: relative;
	letter-spacing: 2px;
}
.triple_none h3::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 6px solid #016fbe;
	border-bottom: 0;
	bottom: -6px;
	margin: 0 auto;
	right: 0;
	left: 0;
}
.triple_none h3 span{
	transform: rotate(-10deg);
	display: inline-block;
	font-size: 40px;
	letter-spacing: -3px;
}
.none_sinpai_h4{
	font-size: 30px;
	font-weight:900;
	color:#1b1464;
	letter-spacing: -1px;
	background: url(img/mv0809//yellow_line.svg) no-repeat bottom left;
	padding-bottom: 0.5em;
	margin-bottom: 8px;
}
.none_sinpai_h4 span{
	font-size: 52px;
	letter-spacing: -2px;
}
.mv_point_h5{
	position: relative;
	font-size: 40px;
	font-weight: 900;
	color: #1b1464;
}
.mv_point_h5 span{
	position: relative;
	font-size: 38px;
	background-color:#fdeb00 ;
	border-radius: 50%;
	display: inline-block;
	padding: 0.3em;
	margin-right: 0.4em;
	transform: rotate(-15deg);
	top: -5px;
}
.mv_point_h5 span::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 12px solid #fdeb00;
	border-bottom: 0;
	bottom: 9px;
	right: -3px;
	transform: rotate(56deg);
}
.mv_cont{
	position: relative;
	z-index: 2;
}
.mv_cont h1{
	font-size: 82px;
	color: #016fbe;
	font-weight: 900;
	line-height: 1.2em;
	text-shadow:2px 2px 0px #FFF , -2px 2px 0px #FFF , 2px -2px 0px #FFF , -2px -2px 0px #FFF;
	margin-left: 0.8em;
	letter-spacing: 2px;
	margin-bottom: 40px;
	-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
}
.mv_cont h1 svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
.mv_cont h1 text {
  fill: #000;
  stroke: #FFF;
  stroke-width: 1;
  stroke-linejoin: round;
}
.mv_cont h1 img{
	margin-bottom: 6px;
    margin-right: 22px;
	width: 80px;
	height: auto;
}
.mv_cont h1 .span02{
	color:#1b1464;
}
.mv_circle_box{
	display: flex;
	justify-content: center;
	gap:30px;
	margin-bottom: 20px;
}
.mv_circle_box div{
	background-color: #FFF;
	border-radius: 50%;
	width: 190px;
	height: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mv_circle_box p{
	text-align: center;
	margin-top: 28px;
	font-size:20px ;
	line-height: 1.6em;
	font-weight: 700;
}
.mv_circle_box p .blue_text{
	color:#016fbe;
}
.mv_circle_box p .big_text{
	font-size: 140%;
}
.mv_circle_box_img01{
	width: 60px;
	height: auto;
	margin-top: -10px;
}
.mv_circle_box_img02{
	width: 44px;
	height: auto;
	margin-top: -12px;
}
.mv_circle_box_img03{
	width: 84px;
	height: auto;
	margin-top: 0;
}
.mv_box02{
	display: flex;
	justify-content: center;
	gap:30px;
	margin-bottom: 20px;
}
.mv_box02 h2{
	background-color:	#016fbe ;
	color: #FFF;
	padding: 0.6em 1em 0.4em;
	font-weight: 900;
	border-radius: 3px;
	font-size: 28px;
}
.mv_line_cv{
	margin: 0 auto;
	text-align: center;
}
.mv_line_cv h6{
	color: #FFF;
	text-shadow:2px 2px 2px #06c755 , -2px 2px 2px #06c755 , 2px -2px 2px #06c755 , -2px -2px 2px #06c755;
	font-weight: 900;
	font-size: 28px;
	position: relative;
	top:10px;
}
.mv_line_cv h6 span{
	letter-spacing: 0.4em;
}
a.mv_line_cv h3 , a.mv_line_cv h6{
	transition: 0.3s;
}
a.mv_line_cv:hover h3 , a.mv_line_cv:hover h6{
	transform: scale(1.05);
}
a.mv_line_cv h6{
	z-index: 2;
}

a.mv_line_cv:hover h6{
	z-index: 2;
}
.mv_line_cv h3{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #06c755;
	color: #FFF;
	font-size: 34px;
	font-weight: 900;
	width: 550px;
	border-radius: 60px;
	border: 2px solid #FFF;
	margin: 0 auto;
	padding: 0.1em 0;
}
.mv_line_cv h3 .h3_line{
	width: 70px;
	height: auto;
	margin-right: 0.6em;
}
.mv_line_cv h3 .mv_arrow {
	width: 60px;
	height: auto;
	margin-left: 0.6em;
	padding-right: 0.4em;
}
/***anim***/
.mv_anim12 {
  animation: mv_anim12 0.8s ease-out forwards;
/*  animation-delay: 7s;*/
  margin-left: -200%;
}
@keyframes mv_anim12 {
  0% {
    margin-left: -200%;
  }
  100% {
    margin-left: 0;
  }
}
.mv_anim13{
	animation: mv_anim13 0.8s ease-out forwards;
	animation-delay: 0.6s;
	position: relative;
	right: -200%;
}
@keyframes mv_anim13 {
  0% {
    right: -200%;
  }
  100% {
    right: 0;
  }
}
.zoom_in_anim2 {
	animation-delay: 5s;
	animation: bounce02 2.4s ease-in-out forwards;
	animation-iteration-count: infinite;
}
@keyframes bounce02 {
10% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
40% {
		transform: scale(1.1);
		-webkit-transform: scale(1.05);
	}
50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
60% {
		transform: scale(1.1);
		-webkit-transform: scale(1.05);
	}
75% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
90% {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
100% {
	transform: scale(1);
	-webkit-transform: scale(1);
}
}
.mv_arrow{
	animation: mv_arrow 1.6s ease-in-out forwards;
	animation-iteration-count: infinite;
	display: inline-block;
	position: relative;
}
@keyframes mv_arrow {
50% {
	left: 14px;
}
0% , 100% {
	left: 0;
	opacity: 0.6;
}
}
.trouble.v2{
	padding-top:100px;
}
.anim-box.poyopoyo {
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
  }
  @keyframes poyopoyo {
	  0%, 40%, 60%, 80% {
	  transform: scale(1.0);
	  }
	  50%, 70% {
	  transform: scale(1.1);
	  }
  }	  
@media screen and (max-width: 600px) {
.mv0809{
	background-image: url(img/mv0809//mv0809_sp.jpg);
}
.header0809{
	margin: 0 auto;
}
.head_line a {
	width: 45.66666666666667vw;
	height: 11.833333333333334vw;
	font-size: 4vw;
}
.header0809 div{
	margin-left: 2.3333333333333335vw;
}
.head_line a img {
	width: 8.333333333333332vw;
	height: auto;
}
.header0809 h4{
	font-size: 3vw;
}
.header0809 h3 {
	font-size: 6vw;
	letter-spacing: 0.5vw;
}
.header0809 h4::after, .header0809 h4::before {
	height: 3.3333333333333335vw;
}
.triple_none {
	justify-content: center;
	margin-top: 20px;
}
.triple_none h3 {
	font-size:4.222222222222222vw;
}
.triple_none h3 span{
	font-size:6vw;
}
.none_sinpai_h4 {
	font-size:5.333333333333334vw;
	text-align: center;
	background-size: 70%;
	background-position: center bottom;
}
.none_sinpai_h4 span {
	font-size:8vw;
}
.mv0809::before {
	left: -60px;
	right: 0;
	margin: 17.77777777777778vw auto 0;
	background-image: url(img/mv0809//mv_human_sp.png);
	width: 118.888889vw;
	height: 114.222222vw;
}
.mv_point_h5 {
	margin-left:30px;
	margin-top: 57.77777777777777vw;
	font-size: 7.111111111111111vw;
}
.mv_point_h5 span{
	font-size: 6.666666666666667vw;
}
.mv_cont h1 {
	font-size: 10.222222222222223vw;
	text-shadow: 2px 2px 0px #FFF , -2px 2px 0px #FFF , 2px -2px 0px #FFF , -2px -2px 0px #FFF;
	margin-bottom: 20.22222222222222vw;
	-webkit-text-stroke-width: 0px;
}
.mv_cont h1 img {
	margin-bottom: 6px;
	margin-right: 8px;
	margin-left: -2px;
	width: 11.333333333333334vw;
	height: auto;
}
.mv_circle_box {
	gap: 16px;
}
.mv_circle_box div {
	width: 25.888888888888886vw;
	height: 25.888888888888886vw;
}
.mv_circle_box_img01{
	width: 10vw;
}
.mv_circle_box_img02{
	width: 5.555555555555555vw;
	margin-top: 0;
}
.mv_circle_box_img03{
	width: 12.222222222222221vw;
}
.mv_circle_box p {
	margin-top: 8px;
	font-size: 3.111111111111111vw;
}
.mv_box02 {
	justify-content: center;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}
.mv_box02 h2 {
	font-size:6.222222222222222vw;
	width: 79.88888888888889vw;
	padding: 0.6em 1em 0.4em;
	text-align: center;
}
.mv_line_cv h3 {
	font-size: 4.666666666666667vw;
	width: 77.77777777777779vw;
}
.mv_line_cv h3 .h3_line {
	width: 11.11111111111111vw;
	margin-right: 0.2em;
}
.mv_line_cv h3 .mv_arrow {
	width: 11.11111111111111vw;
}
.mv_line_cv h6 {
	font-size: 4.666666666666667vw;
}
.trouble.v2{
	padding-top:0;
}
}