@charset "UTF-8";
/******************************* |
Foundation - Base
サイト全体の土台（body・フォント・共通要素）
*******************************/
@import url("https://use.typekit.net/mky1hvo.css");
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  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 */
  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 {
  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 {
  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 {
  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%;
}

html {
  overflow-x: hidden;
}

body {
  font-weight: 500;
  color: #191919;
  font-family: futura, "A1 Gothic R", "A1ゴシック R", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  width: 100vw;
  overflow-x: hidden;
}

p, h2, h3, h4, h5 {
  color: #333333;
}

@font-face {
  font-family: "senobi";
  src: url("../fonts/Senobi-Gothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "senobi";
  src: url("../fonts/Senobi-Gothic-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura";
  src: url("../fonts/Futura-Normal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
section {
  position: relative;
}

@media screen and (max-width: 752px) {
  body {
    overflow-x: hidden;
    max-width: 752px;
    width: 100%;
  }
}
/******************************* |
Foundation - Functions
プロジェクト全体で使用する関数・設定値を定義
*******************************/
/* デザインカンプの基準幅（px・単位なし） *******************************/
/* ビューポート幅基準（vw）*******************************/
.header {
  position: relative;
  width: 1100px !important;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  place-content: center;
}

.header-inner {
  margin-bottom: 20px;
}

.header-title {
  margin: 8px 0;
  text-align: right;
  font-size: 10px;
  font-weight: normal;
  color: #777;
  line-height: 1.65;
}

.header-navi {
  display: flex;
}

.header-menu {
  display: flex;
  align-items: center;
}
.header-menu li {
  display: inline-block;
  padding: 9px 0 8px;
  line-height: 25px;
  font-size: 13px;
}
.header-menu li:not(:first-child) a {
  border-left: dotted 1px #43bfe8;
}
.header-menu li a {
  padding: 2px 16px 0 20px;
  font-weight: bold;
  color: #51bbde;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header-menu li a img {
  height: 12px;
  margin-right: 5px;
  object-fit: contain;
}

.header-btn {
  color: #555;
  width: 240px;
}
.header-btn a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  text-decoration: none;
  background-color: #51bbde;
  color: #fff;
  font-size: 13px;
}
.header-btn a::after {
  content: "";
  opacity: 0.8;
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 6px;
  height: 6px;
  background: url(/tenteki/img/header-btn-deco.png) no-repeat;
  background-size: 6px;
}

.global-menu-wrapper {
  background-color: #ea64ae;
  height: 44px;
}

.global-menu {
  position: relative;
  margin: 0 auto;
  padding: 0 !important;
}
.global-menu li {
  box-sizing: border-box;
  float: left;
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-left: solid 1px #f99dd0;
}
.global-menu li:last-child {
  border-right: solid 1px #f99dd0;
}
.global-menu li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 44px;
  background: #ea64ae;
  font-size: 13px;
  transition: all 0.3s;
}
.global-menu li a:hover {
  opacity: 0.8;
}
.global-menu li a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 6px;
  height: 6px;
  background: url(/tenteki/img/link.png) no-repeat;
  background-size: 6px;
  opacity: 0.6;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .header {
    position: relative;
    width: 96.4912280702vw !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.1929824561vw;
    place-content: center;
  }
  .header-inner {
    margin-bottom: 1.7543859649vw;
  }
  .header-title {
    margin: 0.701754386vw 0;
    text-align: right;
    font-size: 0.8771929825vw;
    font-weight: normal;
    color: #777;
    line-height: 1.65;
  }
  .header-navi {
    display: flex;
  }
  .header-menu {
    display: flex;
    align-items: center;
  }
  .header-menu li {
    display: inline-block;
    padding: 0.7894736842vw 0 0.701754386vw;
    line-height: 2.1929824561vw;
    font-size: 1.1403508772vw;
  }
  .header-menu li:not(:first-child) a {
    border-left: dotted 0.0877192982vw #43bfe8;
  }
  .header-menu li a {
    padding: 0.1754385965vw 1.4035087719vw 0 1.7543859649vw;
    font-weight: bold;
    color: #51bbde;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .header-menu li a img {
    height: 1.0526315789vw;
    margin-right: 0.4385964912vw;
    object-fit: contain;
  }
  .header-btn {
    color: #555;
    width: 21.0526315789vw;
  }
  .header-btn a {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 3.6842105263vw;
    text-decoration: none;
    background-color: #51bbde;
    color: #fff;
    font-size: 1.1403508772vw;
  }
  .header-btn a::after {
    content: "";
    opacity: 0.8;
    position: absolute;
    bottom: 0.2631578947vw;
    right: 0.2631578947vw;
    width: 0.5263157895vw;
    height: 0.5263157895vw;
    background: url(/tenteki/img/header-btn-deco.png) no-repeat;
    background-size: 0.5263157895vw;
  }
  .global-menu-wrapper {
    background-color: #ea64ae;
    height: 3.8596491228vw;
  }
  .global-menu {
    position: relative;
    margin: 0 auto;
    padding: 0 !important;
  }
  .global-menu li {
    box-sizing: border-box;
    float: left;
    text-align: center;
    line-height: 3.8596491228vw;
    background: #fff;
    border-left: solid 0.0877192982vw #f99dd0;
  }
  .global-menu li:last-child {
    border-right: solid 0.0877192982vw #f99dd0;
  }
  .global-menu li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 3.8596491228vw;
    background: #ea64ae;
    font-size: 1.1403508772vw;
    transition: all 0.3s;
  }
  .global-menu li a:hover {
    opacity: 0.8;
  }
  .global-menu li a::after {
    content: "";
    position: absolute;
    bottom: 0.2631578947vw;
    right: 0.2631578947vw;
    width: 0.5263157895vw;
    height: 0.5263157895vw;
    background: url(/tenteki/img/link.png) no-repeat;
    background-size: 0.5263157895vw;
    opacity: 0.6;
  }
  .header img {
    width: 21.2280701754vw;
  }
}
@media screen and (max-width: 752px) {
  .header {
    position: relative;
    width: 146.6666666667vw !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.3333333333vw;
    place-content: center;
  }
  .header-inner {
    margin-bottom: 2.6666666667vw;
  }
  .header-title {
    margin: 1.0666666667vw 0;
    text-align: right;
    font-size: 1.3333333333vw;
    font-weight: normal;
    color: #777;
    line-height: 1.65;
  }
  .header-navi {
    display: flex;
  }
  .header-menu {
    display: flex;
    align-items: center;
  }
  .header-menu li {
    display: inline-block;
    padding: 1.2vw 0 1.0666666667vw;
    line-height: 3.3333333333vw;
    font-size: 1.7333333333vw;
  }
  .header-menu li:not(:first-child) a {
    border-left: dotted 0.1333333333vw #43bfe8;
  }
  .header-menu li a {
    padding: 0.2666666667vw 2.1333333333vw 0 2.6666666667vw;
    font-weight: bold;
    color: #51bbde;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .header-menu li a img {
    height: 1.6vw;
    margin-right: 0.6666666667vw;
    object-fit: contain;
  }
  .header-btn {
    color: #555;
    width: 32vw;
  }
  .header-btn a {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 5.6vw;
    text-decoration: none;
    background-color: #51bbde;
    color: #fff;
    font-size: 1.7333333333vw;
  }
  .header-btn a::after {
    content: "";
    opacity: 0.8;
    position: absolute;
    bottom: 0.4vw;
    right: 0.4vw;
    width: 0.8vw;
    height: 0.8vw;
    background: url(/tenteki/img/header-btn-deco.png) no-repeat;
    background-size: 0.8vw;
  }
  .global-menu-wrapper {
    background-color: #ea64ae;
    height: 5.8666666667vw;
  }
  .global-menu {
    position: relative;
    margin: 0 auto;
    padding: 0 !important;
  }
  .global-menu li {
    box-sizing: border-box;
    float: left;
    text-align: center;
    line-height: 5.8666666667vw;
    background: #fff;
    border-left: solid 0.1333333333vw #f99dd0;
  }
  .global-menu li:last-child {
    border-right: solid 0.1333333333vw #f99dd0;
  }
  .global-menu li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 5.8666666667vw;
    background: #ea64ae;
    font-size: 1.7333333333vw;
    transition: all 0.3s;
  }
  .global-menu li a:hover {
    opacity: 0.8;
  }
  .global-menu li a::after {
    content: "";
    position: absolute;
    bottom: 0.4vw;
    right: 0.4vw;
    width: 0.8vw;
    height: 0.8vw;
    background: url(/tenteki/img/link.png) no-repeat;
    background-size: 0.8vw;
    opacity: 0.6;
  }
  .header {
    width: 100% !important;
  }
  .header img {
    width: 32.2666666667vw;
  }
}
footer {
  background-color: #EA64AD;
  text-align: center;
  padding: 45px 0;
}
footer a {
  font-size: 20px;
  text-decoration: underline;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
footer p {
  font-size: 15px;
  color: #fff;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  footer {
    background-color: #EA64AD;
    text-align: center;
    padding: 3.9473684211vw 0;
  }
  footer a {
    font-size: 1.7543859649vw;
    text-decoration: underline;
    color: #fff;
    margin-bottom: 1.7543859649vw;
    display: block;
  }
  footer p {
    font-size: 1.3157894737vw;
    color: #fff;
  }
}
@media screen and (max-width: 752px) {
  footer {
    background-color: #EA64AD;
    text-align: center;
    padding: 6vw 0;
  }
  footer a {
    font-size: 2.6666666667vw;
    text-decoration: underline;
    color: #fff;
    margin-bottom: 2.6666666667vw;
    display: block;
  }
  footer p {
    font-size: 2vw;
    color: #fff;
  }
  footer {
    padding: 2.6666666667vw 0;
  }
  footer a {
    margin-bottom: 2.6666666667vw;
  }
}
.wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1140px) {
  .wrapper {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 753px) and (max-width: 1140px) {
  .wrapper {
    max-width: 96.4912280702vw;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper {
    width: 100% !important;
    padding-left: 1.7543859649vw;
    padding-right: 1.7543859649vw;
  }
}
@media screen and (max-width: 752px) {
  .wrapper {
    max-width: 146.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 630px;
  height: 165px;
  z-index: 10;
  font-family: futura, "A1 Gothic R", "A1ゴシック R", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  transition: all 0.3s;
  margin: 0 auto;
}
.btn:hover {
  opacity: 0.9;
}
.btn img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn .circle {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  border-radius: 50%;
  color: #FC9837;
  font-size: 22px;
  width: 124px;
  height: 124px;
  min-width: 124px;
  min-height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 15px;
}
.btn .circle .big {
  font-size: 49px;
  display: block;
}
.btn .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 44px;
  margin-right: 15px;
}
.btn .text .balloon {
  font-size: 23px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: -1px;
  position: relative;
}
.btn .text .balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: rotate(60deg);
  left: -25px;
}
.btn .text .balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-60deg);
  right: -25px;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55.2631578947vw;
    height: 14.4736842105vw;
    z-index: 10;
    font-family: futura, "A1 Gothic R", "A1ゴシック R", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    transition: all 0.3s;
    margin: 0 auto;
  }
  .btn:hover {
    opacity: 0.9;
  }
  .btn img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .btn .circle {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fff;
    border-radius: 50%;
    color: #FC9837;
    font-size: 1.9298245614vw;
    width: 10.8771929825vw;
    height: 10.8771929825vw;
    min-width: 10.8771929825vw;
    min-height: 10.8771929825vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 1.3157894737vw;
  }
  .btn .circle .big {
    font-size: 4.298245614vw;
    display: block;
  }
  .btn .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3.8596491228vw;
    margin-right: 1.3157894737vw;
  }
  .btn .text .balloon {
    font-size: 2.0175438596vw;
    margin-bottom: 0.8771929825vw;
    display: block;
    letter-spacing: -0.0877192982vw;
    position: relative;
  }
  .btn .text .balloon::before {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 2.6315789474vw;
    height: 0.1754385965vw;
    background-color: #fff;
    transform: rotate(60deg);
    left: -2.1929824561vw;
  }
  .btn .text .balloon::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 2.6315789474vw;
    height: 0.1754385965vw;
    background-color: #fff;
    transform: rotate(-60deg);
    right: -2.1929824561vw;
  }
}
@media screen and (max-width: 752px) {
  .btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84vw;
    height: 22vw;
    z-index: 10;
    font-family: futura, "A1 Gothic R", "A1ゴシック R", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    transition: all 0.3s;
    margin: 0 auto;
  }
  .btn:hover {
    opacity: 0.9;
  }
  .btn img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .btn .circle {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fff;
    border-radius: 50%;
    color: #FC9837;
    font-size: 2.9333333333vw;
    width: 16.5333333333vw;
    height: 16.5333333333vw;
    min-width: 16.5333333333vw;
    min-height: 16.5333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 2vw;
  }
  .btn .circle .big {
    font-size: 6.5333333333vw;
    display: block;
  }
  .btn .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 5.8666666667vw;
    margin-right: 2vw;
  }
  .btn .text .balloon {
    font-size: 3.0666666667vw;
    margin-bottom: 1.3333333333vw;
    display: block;
    letter-spacing: -0.1333333333vw;
    position: relative;
  }
  .btn .text .balloon::before {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 4vw;
    height: 0.2666666667vw;
    background-color: #fff;
    transform: rotate(60deg);
    left: -3.3333333333vw;
  }
  .btn .text .balloon::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 4vw;
    height: 0.2666666667vw;
    background-color: #fff;
    transform: rotate(-60deg);
    right: -3.3333333333vw;
  }
}
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.section-title-wrapper {
  position: relative;
  z-index: 1;
}

.section-person {
  position: absolute;
  z-index: -1;
}

.section-title {
  font-size: 24px;
  color: #30A7E3;
  text-align: center;
  font-weight: 500;
  z-index: 10;
  letter-spacing: 2px;
}
.section-title img {
  display: block;
  margin: 0 auto 20px;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .section-title-wrapper {
    position: relative;
    z-index: 1;
  }
  .section-person {
    position: absolute;
    z-index: -1;
  }
  .section-title {
    font-size: 2.1052631579vw;
    color: #30A7E3;
    text-align: center;
    font-weight: 500;
    z-index: 10;
    letter-spacing: 0.1754385965vw;
  }
  .section-title img {
    display: block;
    margin: 0 auto 1.7543859649vw;
  }
}
@media screen and (max-width: 752px) {
  .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .section-title-wrapper {
    position: relative;
    z-index: 1;
  }
  .section-person {
    position: absolute;
    z-index: -1;
  }
  .section-title {
    font-size: 3.2vw;
    color: #30A7E3;
    text-align: center;
    font-weight: 500;
    z-index: 10;
    letter-spacing: 0.2666666667vw;
  }
  .section-title img {
    display: block;
    margin: 0 auto 2.6666666667vw;
  }
}
.senobi {
  font-family: "futura", senobi, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.blue {
  color: #30A7E3;
}

.orange {
  color: #F6A556;
}

.purple {
  color: #816fd6;
}

.dark-purple {
  color: #3e2496;
}

.white {
  color: white !important;
}

.marker {
  background: linear-gradient(transparent 60%, #ffe38d 60%);
}

@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;
  }
}
.sm {
  display: none !important;
}

@media screen and (max-width: 752px) {
  .pc {
    display: none !important;
  }
  .sm {
    display: block !important;
  }
  .sm-blue {
    color: #30A7E3;
  }
  .sm-marker {
    background: linear-gradient(transparent 60%, #FBEB2E 60%);
  }
}
.align-left {
  text-align: left;
}

.mainvisual {
  text-align: center;
}
.mainvisual img {
  width: 100%;
  object-fit: contain;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .mainvisual {
    text-align: center;
  }
  .mainvisual img {
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 752px) {
  .mainvisual {
    text-align: center;
  }
  .mainvisual img {
    width: 100%;
    object-fit: contain;
  }
}
.appeal {
  text-align: center;
  padding: 100px 0;
}
.appeal a img {
  width: 630px;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .appeal {
    text-align: center;
    padding: 8.7719298246vw 0;
  }
  .appeal a img {
    width: 55.2631578947vw;
  }
}
@media screen and (max-width: 752px) {
  .appeal {
    text-align: center;
    padding: 13.3333333333vw 0;
  }
  .appeal a img {
    width: 84vw;
  }
  .appeal {
    padding: 8.6666666667vw 0;
  }
}
.about {
  padding: 75px 0 90px;
  margin-top: 150px;
}

.about-inner {
  width: 100%;
  position: relative;
}
.about-inner h2 {
  z-index: 11;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.about-inner h2 img {
  width: 350px;
}

.about-box {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 65px 40px 30px 95px;
}

.about-img {
  display: block;
  object-fit: contain;
  width: 340px;
  height: auto;
}

.about-box-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about-person {
  position: absolute;
  width: 320px;
  object-fit: contain;
  right: 0px;
  top: -375px;
  z-index: -2;
}

.about-box-text {
  width: calc(100% - 400px);
}
.about-box-text h3 {
  font-size: 52px;
  color: #30A7E3;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.about-box-text h3 .small {
  font-size: 13px;
  color: #30A7E3;
  display: block;
  margin-left: 10px;
  letter-spacing: 4px;
}
.about-box-text h3 img {
  position: absolute;
  top: -20px;
  right: -60px;
  object-fit: contain;
  width: 200px;
}
.about-box-text p {
  color: #191919;
  font-size: 22px;
  line-height: 1.6;
}

.about-text {
  display: block;
  margin-left: auto;
  width: 250px;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .about {
    padding: 6.5789473684vw 0 7.8947368421vw;
    margin-top: 13.1578947368vw;
  }
  .about-inner {
    width: 100%;
    position: relative;
  }
  .about-inner h2 {
    z-index: 11;
    display: block;
    position: relative;
    margin-bottom: 2.6315789474vw;
  }
  .about-inner h2 img {
    width: 30.701754386vw;
  }
  .about-box {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 5.701754386vw 3.5087719298vw 2.6315789474vw 8.3333333333vw;
  }
  .about-img {
    display: block;
    object-fit: contain;
    width: 29.8245614035vw;
    height: auto;
  }
  .about-box-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .about-person {
    position: absolute;
    width: 28.0701754386vw;
    object-fit: contain;
    right: 0;
    top: -32.8947368421vw;
    z-index: -2;
  }
  .about-box-text {
    width: calc(100% - 35.0877192982vw);
  }
  .about-box-text h3 {
    font-size: 4.5614035088vw;
    color: #30A7E3;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    margin-bottom: 2.6315789474vw;
    letter-spacing: 0.1754385965vw;
  }
  .about-box-text h3 .small {
    font-size: 1.1403508772vw;
    color: #30A7E3;
    display: block;
    margin-left: 0.8771929825vw;
    letter-spacing: 0.350877193vw;
  }
  .about-box-text h3 img {
    position: absolute;
    top: -1.7543859649vw;
    right: -5.2631578947vw;
    object-fit: contain;
    width: 17.5438596491vw;
  }
  .about-box-text p {
    color: #191919;
    font-size: 1.9298245614vw;
    line-height: 1.6;
  }
  .about-text {
    display: block;
    margin-left: auto;
    width: 21.9298245614vw;
  }
}
@media screen and (max-width: 752px) {
  .about {
    padding: 10vw 0 12vw;
    margin-top: 20vw;
  }
  .about-inner {
    width: 100%;
    position: relative;
  }
  .about-inner h2 {
    z-index: 11;
    display: block;
    position: relative;
    margin-bottom: 4vw;
  }
  .about-inner h2 img {
    width: 46.6666666667vw;
  }
  .about-box {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 8.6666666667vw 5.3333333333vw 4vw 12.6666666667vw;
  }
  .about-img {
    display: block;
    object-fit: contain;
    width: 45.3333333333vw;
    height: auto;
  }
  .about-box-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .about-person {
    position: absolute;
    width: 42.6666666667vw;
    object-fit: contain;
    right: 0;
    top: -50vw;
    z-index: -2;
  }
  .about-box-text {
    width: calc(100% - 53.3333333333vw);
  }
  .about-box-text h3 {
    font-size: 6.9333333333vw;
    color: #30A7E3;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    margin-bottom: 4vw;
    letter-spacing: 0.2666666667vw;
  }
  .about-box-text h3 .small {
    font-size: 1.7333333333vw;
    color: #30A7E3;
    display: block;
    margin-left: 1.3333333333vw;
    letter-spacing: 0.5333333333vw;
  }
  .about-box-text h3 img {
    position: absolute;
    top: -2.6666666667vw;
    right: -8vw;
    object-fit: contain;
    width: 26.6666666667vw;
  }
  .about-box-text p {
    color: #191919;
    font-size: 2.9333333333vw;
    line-height: 1.6;
  }
  .about-text {
    display: block;
    margin-left: auto;
    width: 33.3333333333vw;
  }
  .about {
    padding: 12vw 0 13.3333333333vw;
  }
  .about-inner h2 {
    margin-right: 33.3333333333vw;
  }
  .about-box {
    flex-direction: column;
    padding: 6.6666666667vw 14.6666666667vw 6.6666666667vw;
    width: 92vw;
    margin: 0 auto;
  }
  .about-person {
    width: 48vw;
    top: -45.3333333333vw;
    right: 0;
    left: auto;
  }
  .about-box-text {
    width: 100%;
  }
  .about-img {
    width: 90%;
    margin: 0 auto 5.3333333333vw;
  }
  .sm-about-deco {
    position: absolute;
    min-width: 88.2666666667vw;
    top: 13.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .about-text {
    width: 30.6666666667vw;
    position: absolute;
    margin: 0;
    right: -8vw;
    bottom: -10.6666666667vw;
  }
  .about-box-text h3 img {
    left: 0;
    min-width: 64vw;
    bottom: 2.6666666667vw;
    top: auto;
  }
}
.introduction {
  padding: 75px 0;
}

.introduction-inner {
  text-align: center;
}
.introduction-inner h2 {
  margin-bottom: 40px;
}
.introduction-inner h2 img {
  width: 750px;
}
.introduction-inner h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.6;
  position: relative;
  letter-spacing: 1px;
  z-index: 10;
  display: inline-block;
  margin-bottom: 60px;
}
.introduction-inner h3 > img {
  position: absolute;
  width: 40px;
  z-index: -1;
  top: 20px;
}
.introduction-inner h3 > img:first-child {
  left: -50px;
}
.introduction-inner h3 > img:last-child {
  right: -20px;
}
.introduction-inner h3 .small {
  font-size: 26px;
  display: block;
  margin-bottom: 30px;
}
.introduction-inner h3 .orange {
  color: #FC9838;
  font-size: 36px;
  display: inline-block;
  border-bottom: 2px solid #FC9838;
  padding-bottom: 5px;
}
.introduction-inner h3 .big {
  font-size: 48px;
}
.introduction-inner h3 .dotted {
  display: inline-block;
  position: relative;
}
.introduction-inner h3 .dotted::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FC9838;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.introduction-list-wrapper {
  position: relative;
}
.introduction-list-wrapper > img {
  position: absolute;
  left: -150px;
  top: -100px;
  width: 450px;
  z-index: -1;
}

.introduction-list {
  display: flex;
  justify-content: center;
}
.introduction-list li {
  text-align: center;
  position: relative;
  width: 250px;
  height: 225px;
  margin: 0 7px;
}
.introduction-list li:first-child {
  margin-top: 90px;
}
.introduction-list li:last-child {
  margin-top: 90px;
}
.introduction-list li h4 {
  width: 72px;
  object-fit: contain;
  position: absolute;
  top: -35px;
  right: 20px;
}
.introduction-list li > img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.introduction-deco-3 {
  width: 40px !important;
  right: 420px;
  bottom: 0;
  left: auto !important;
  top: auto !important;
}

.introduction-list-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.introduction-list-text h5 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #FC9838;
}
.introduction-list-text p {
  font-size: 16px;
  line-height: 1.8;
}

.introduction-box-1 {
  position: relative;
  width: 1200px;
  height: 630px;
  margin: 0 auto 50px;
}

.introduction-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.introduction-box-caption {
  position: absolute;
  object-fit: contain;
  height: 84%;
  bottom: 10px;
  right: 10px;
}

.introduction-box-1-text {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 8%;
  max-width: 960px;
  margin: 0 auto 20px;
}
.introduction-box-1-text h2 {
  width: 60%;
  display: block;
  position: relative;
  font-size: 46px;
  line-height: 1.6;
  text-align: left;
  margin-left: -40px;
  padding-top: 30px;
  white-space: nowrap;
  color: #fff;
}
.introduction-box-1-text h2 .tiny {
  font-size: 33px;
}
.introduction-box-1-text h2 .small {
  font-size: 36px;
}
.introduction-box-1-text h2 img {
  position: absolute;
  top: -100px;
  left: -10px;
  width: 300px;
}
.introduction-box-1-text > img {
  width: 40%;
  margin-bottom: 10px;
}
.introduction-box-1-text > p {
  display: block;
  padding: 30px;
  color: #FC9837;
  font-size: 20px;
  line-height: 1.6;
  background: #fff;
  border-radius: 10px;
  text-align: justify;
}
.introduction-box-1-text .kakko-1 {
  top: 40px;
  left: 40px;
}
.introduction-box-1-text .kakko-2 {
  bottom: 0;
  top: auto;
  right: 20px;
  left: auto;
}

.kakko-1, .kakko-2 {
  position: absolute;
  width: 15px !important;
}

.introduction-box-2 {
  position: relative;
  width: 1200px;
  height: 680px;
  margin: 0 auto;
}
.introduction-box-2 .introduction-box-caption {
  height: 90%;
  bottom: -30px;
  left: -40px;
  right: auto;
}

.introduction-box-2-text {
  max-width: 940px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 100px 0 auto;
  padding-top: 1%;
  padding-left: 30px;
}
.introduction-box-2-text h2 {
  width: 70%;
  display: block;
  position: relative;
  font-size: 51px;
  line-height: 1.6;
  color: #fff;
  text-align: left;
  letter-spacing: -10px;
}
.introduction-box-2-text h2 .small {
  font-size: 42px;
}
.introduction-box-2-text h2 img {
  position: absolute;
  top: -140px;
  left: -130px;
  width: 250px;
}
.introduction-box-2-text > img {
  width: 30%;
  margin-bottom: 60px;
}
.introduction-box-2-text .kakko-1 {
  top: 0;
  left: -20px;
}
.introduction-box-2-text .kakko-2 {
  bottom: 0;
  top: auto;
  left: auto;
  right: 250px;
}

.introduction-box-list-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 30px;
  width: 100%;
}

.introduction-box-list {
  width: 45%;
}
.introduction-box-list li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.introduction-box-list li h3 {
  font-family: senobi, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  letter-spacing: -1px;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background-color: #1592D1;
  border: 4px solid #fff;
  border-radius: 50%;
  margin: 0;
  letter-spacing: -2px;
}
.introduction-box-list li p {
  text-align: center;
  flex-grow: 1;
  font-size: 26px;
  color: #1592D1;
  background: #fff;
  border-radius: 20px;
  padding: 10px 10px 10px 40px;
  letter-spacing: -5px;
}

.introduction-box-deco-1 {
  position: absolute;
  width: 50px;
  top: -20px;
  left: 150px;
}

.introduction-box-deco-2 {
  position: absolute;
  width: 50px;
  bottom: 100px;
  left: -20px;
}

.introduction-box-deco-3 {
  position: absolute;
  width: 50px;
  bottom: 300px;
  right: -50px;
}

@media screen and (max-width: 1200px) {
  .introduction-box-1, .introduction-box-2 {
    width: 100%;
  }
}
@media screen and (min-width: 753px) and (max-width: 1140px) {
  .introduction {
    padding: 6.5789473684vw 0;
  }
  .introduction-inner {
    text-align: center;
  }
  .introduction-inner h2 {
    margin-bottom: 3.5087719298vw;
  }
  .introduction-inner h2 img {
    width: 65.7894736842vw;
  }
  .introduction-inner h3 {
    font-weight: 500;
    font-size: 2.8070175439vw;
    line-height: 1.6;
    position: relative;
    letter-spacing: 0.0877192982vw;
    z-index: 10;
    display: inline-block;
    margin-bottom: 5.2631578947vw;
  }
  .introduction-inner h3 > img {
    position: absolute;
    width: 3.5087719298vw;
    z-index: -1;
    top: 1.7543859649vw;
  }
  .introduction-inner h3 > img:first-child {
    left: -4.3859649123vw;
  }
  .introduction-inner h3 > img:last-child {
    right: -1.7543859649vw;
  }
  .introduction-inner h3 .small {
    font-size: 2.2807017544vw;
    display: block;
    margin-bottom: 2.6315789474vw;
  }
  .introduction-inner h3 .orange {
    color: #FC9838;
    font-size: 3.1578947368vw;
    display: inline-block;
    border-bottom: 0.1754385965vw solid #FC9838;
    padding-bottom: 0.4385964912vw;
  }
  .introduction-inner h3 .big {
    font-size: 4.2105263158vw;
  }
  .introduction-inner h3 .dotted {
    display: inline-block;
    position: relative;
  }
  .introduction-inner h3 .dotted::after {
    content: "";
    position: absolute;
    width: 0.6140350877vw;
    height: 0.6140350877vw;
    border-radius: 50%;
    background-color: #FC9838;
    top: -1.0526315789vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .introduction-list-wrapper {
    position: relative;
  }
  .introduction-list-wrapper > img {
    position: absolute;
    left: -13.1578947368vw;
    top: -8.7719298246vw;
    width: 39.4736842105vw;
    z-index: -1;
  }
  .introduction-list {
    display: flex;
    justify-content: center;
  }
  .introduction-list li {
    text-align: center;
    position: relative;
    width: 21.9298245614vw;
    height: 19.7368421053vw;
    margin: 0 0.6140350877vw;
  }
  .introduction-list li:first-child {
    margin-top: 7.8947368421vw;
  }
  .introduction-list li:last-child {
    margin-top: 7.8947368421vw;
  }
  .introduction-list li h4 {
    width: 6.3157894737vw;
    object-fit: contain;
    position: absolute;
    top: -3.0701754386vw;
    right: 1.7543859649vw;
  }
  .introduction-list li > img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .introduction-deco-3 {
    width: 3.5087719298vw !important;
    right: 36.8421052632vw;
    bottom: 0;
    left: auto !important;
    top: auto !important;
  }
  .introduction-list-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .introduction-list-text h5 {
    font-size: 2.4561403509vw;
    margin-bottom: 1.7543859649vw;
    color: #FC9838;
  }
  .introduction-list-text p {
    font-size: 1.4035087719vw;
    line-height: 1.8;
  }
  .introduction-box-1 {
    position: relative;
    width: 105.2631578947vw;
    height: 55.2631578947vw;
    margin: 0 auto 4.3859649123vw;
  }
  .introduction-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .introduction-box-caption {
    position: absolute;
    object-fit: contain;
    height: 84%;
    bottom: 0.8771929825vw;
    right: 0.8771929825vw;
  }
  .introduction-box-1-text {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 8%;
    max-width: 84.2105263158vw;
    margin: 0 auto 1.7543859649vw;
  }
  .introduction-box-1-text h2 {
    width: 60%;
    display: block;
    position: relative;
    font-size: 4.0350877193vw;
    line-height: 1.6;
    text-align: left;
    margin-left: -3.5087719298vw;
    padding-top: 2.6315789474vw;
    white-space: nowrap;
    color: #fff;
  }
  .introduction-box-1-text h2 .tiny {
    font-size: 2.8947368421vw;
  }
  .introduction-box-1-text h2 .small {
    font-size: 3.1578947368vw;
  }
  .introduction-box-1-text h2 img {
    position: absolute;
    top: -8.7719298246vw;
    left: -0.8771929825vw;
    width: 26.3157894737vw;
  }
  .introduction-box-1-text > img {
    width: 40%;
    margin-bottom: 0.8771929825vw;
  }
  .introduction-box-1-text > p {
    display: block;
    padding: 2.6315789474vw;
    color: #FC9837;
    font-size: 1.7543859649vw;
    line-height: 1.6;
    background: #fff;
    border-radius: 0.8771929825vw;
    text-align: justify;
  }
  .introduction-box-1-text .kakko-1 {
    top: 3.5087719298vw;
    left: 3.5087719298vw;
  }
  .introduction-box-1-text .kakko-2 {
    bottom: 0;
    top: auto;
    right: 1.7543859649vw;
    left: auto;
  }
  .kakko-1, .kakko-2 {
    position: absolute;
    width: 1.3157894737vw !important;
  }
  .introduction-box-2 {
    position: relative;
    width: 105.2631578947vw;
    height: 59.649122807vw;
    margin: 0 auto;
  }
  .introduction-box-2 .introduction-box-caption {
    height: 90%;
    bottom: -2.6315789474vw;
    left: -3.5087719298vw;
    right: auto;
  }
  .introduction-box-2-text {
    max-width: 82.4561403509vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 8.7719298246vw 0 auto;
    padding-top: 1%;
    padding-left: 2.6315789474vw;
  }
  .introduction-box-2-text h2 {
    width: 70%;
    display: block;
    position: relative;
    font-size: 4.4736842105vw;
    line-height: 1.6;
    color: #fff;
    text-align: left;
    letter-spacing: -0.8771929825vw;
  }
  .introduction-box-2-text h2 .small {
    font-size: 3.6842105263vw;
  }
  .introduction-box-2-text h2 img {
    position: absolute;
    top: -12.2807017544vw;
    left: -11.4035087719vw;
    width: 21.9298245614vw;
  }
  .introduction-box-2-text > img {
    width: 30%;
    margin-bottom: 5.2631578947vw;
  }
  .introduction-box-2-text .kakko-1 {
    top: 0;
    left: -1.7543859649vw;
  }
  .introduction-box-2-text .kakko-2 {
    bottom: 0;
    top: auto;
    left: auto;
    right: 21.9298245614vw;
  }
  .introduction-box-list-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 2.6315789474vw;
    width: 100%;
  }
  .introduction-box-list {
    width: 45%;
  }
  .introduction-box-list li {
    margin-bottom: 1.7543859649vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .introduction-box-list li h3 {
    font-family: senobi, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    position: absolute;
    left: -0.8771929825vw;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    letter-spacing: -0.0877192982vw;
    font-size: 2.0175438596vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.3859649123vw;
    height: 4.3859649123vw;
    min-width: 4.3859649123vw;
    min-height: 4.3859649123vw;
    background-color: #1592D1;
    border: 0.350877193vw solid #fff;
    border-radius: 50%;
    margin: 0;
    letter-spacing: -0.1754385965vw;
  }
  .introduction-box-list li p {
    text-align: center;
    flex-grow: 1;
    font-size: 2.2807017544vw;
    color: #1592D1;
    background: #fff;
    border-radius: 1.7543859649vw;
    padding: 0.8771929825vw 0.8771929825vw 0.8771929825vw 3.5087719298vw;
    letter-spacing: -0.4385964912vw;
  }
  .introduction-box-deco-1 {
    position: absolute;
    width: 4.3859649123vw;
    top: -1.7543859649vw;
    left: 13.1578947368vw;
  }
  .introduction-box-deco-2 {
    position: absolute;
    width: 4.3859649123vw;
    bottom: 8.7719298246vw;
    left: -1.7543859649vw;
  }
  .introduction-box-deco-3 {
    position: absolute;
    width: 4.3859649123vw;
    bottom: 26.3157894737vw;
    right: -4.3859649123vw;
  }
  .introduction-box-1, .introduction-box-2 {
    width: 100%;
  }
}
@media screen and (max-width: 752px) {
  .introduction {
    padding: 10vw 0;
  }
  .introduction-inner {
    text-align: center;
  }
  .introduction-inner h2 {
    margin-bottom: 5.3333333333vw;
  }
  .introduction-inner h2 img {
    width: 100vw;
  }
  .introduction-inner h3 {
    font-weight: 500;
    font-size: 4.2666666667vw;
    line-height: 1.6;
    position: relative;
    letter-spacing: 0.1333333333vw;
    z-index: 10;
    display: inline-block;
    margin-bottom: 8vw;
  }
  .introduction-inner h3 > img {
    position: absolute;
    width: 5.3333333333vw;
    z-index: -1;
    top: 2.6666666667vw;
  }
  .introduction-inner h3 > img:first-child {
    left: -6.6666666667vw;
  }
  .introduction-inner h3 > img:last-child {
    right: -2.6666666667vw;
  }
  .introduction-inner h3 .small {
    font-size: 3.4666666667vw;
    display: block;
    margin-bottom: 4vw;
  }
  .introduction-inner h3 .orange {
    color: #FC9838;
    font-size: 4.8vw;
    display: inline-block;
    border-bottom: 0.2666666667vw solid #FC9838;
    padding-bottom: 0.6666666667vw;
  }
  .introduction-inner h3 .big {
    font-size: 6.4vw;
  }
  .introduction-inner h3 .dotted {
    display: inline-block;
    position: relative;
  }
  .introduction-inner h3 .dotted::after {
    content: "";
    position: absolute;
    width: 0.9333333333vw;
    height: 0.9333333333vw;
    border-radius: 50%;
    background-color: #FC9838;
    top: -1.6vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .introduction-list-wrapper {
    position: relative;
  }
  .introduction-list-wrapper > img {
    position: absolute;
    left: -20vw;
    top: -13.3333333333vw;
    width: 60vw;
    z-index: -1;
  }
  .introduction-list {
    display: flex;
    justify-content: center;
  }
  .introduction-list li {
    text-align: center;
    position: relative;
    width: 33.3333333333vw;
    height: 30vw;
    margin: 0 0.9333333333vw;
  }
  .introduction-list li:first-child {
    margin-top: 12vw;
  }
  .introduction-list li:last-child {
    margin-top: 12vw;
  }
  .introduction-list li h4 {
    width: 9.6vw;
    object-fit: contain;
    position: absolute;
    top: -4.6666666667vw;
    right: 2.6666666667vw;
  }
  .introduction-list li > img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .introduction-deco-3 {
    width: 5.3333333333vw !important;
    right: 56vw;
    bottom: 0;
    left: auto !important;
    top: auto !important;
  }
  .introduction-list-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .introduction-list-text h5 {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
    color: #FC9838;
  }
  .introduction-list-text p {
    font-size: 2.1333333333vw;
    line-height: 1.8;
  }
  .introduction-box-1 {
    position: relative;
    width: 160vw;
    height: 84vw;
    margin: 0 auto 6.6666666667vw;
  }
  .introduction-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .introduction-box-caption {
    position: absolute;
    object-fit: contain;
    height: 84%;
    bottom: 1.3333333333vw;
    right: 1.3333333333vw;
  }
  .introduction-box-1-text {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 8%;
    max-width: 128vw;
    margin: 0 auto 2.6666666667vw;
  }
  .introduction-box-1-text h2 {
    width: 60%;
    display: block;
    position: relative;
    font-size: 6.1333333333vw;
    line-height: 1.6;
    text-align: left;
    margin-left: -5.3333333333vw;
    padding-top: 4vw;
    white-space: nowrap;
    color: #fff;
  }
  .introduction-box-1-text h2 .tiny {
    font-size: 4.4vw;
  }
  .introduction-box-1-text h2 .small {
    font-size: 4.8vw;
  }
  .introduction-box-1-text h2 img {
    position: absolute;
    top: -13.3333333333vw;
    left: -1.3333333333vw;
    width: 40vw;
  }
  .introduction-box-1-text > img {
    width: 40%;
    margin-bottom: 1.3333333333vw;
  }
  .introduction-box-1-text > p {
    display: block;
    padding: 4vw;
    color: #FC9837;
    font-size: 2.6666666667vw;
    line-height: 1.6;
    background: #fff;
    border-radius: 1.3333333333vw;
    text-align: justify;
  }
  .introduction-box-1-text .kakko-1 {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
  .introduction-box-1-text .kakko-2 {
    bottom: 0;
    top: auto;
    right: 2.6666666667vw;
    left: auto;
  }
  .kakko-1, .kakko-2 {
    position: absolute;
    width: 2vw !important;
  }
  .introduction-box-2 {
    position: relative;
    width: 160vw;
    height: 90.6666666667vw;
    margin: 0 auto;
  }
  .introduction-box-2 .introduction-box-caption {
    height: 90%;
    bottom: -4vw;
    left: -5.3333333333vw;
    right: auto;
  }
  .introduction-box-2-text {
    max-width: 125.3333333333vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 13.3333333333vw 0 auto;
    padding-top: 1%;
    padding-left: 4vw;
  }
  .introduction-box-2-text h2 {
    width: 70%;
    display: block;
    position: relative;
    font-size: 6.8vw;
    line-height: 1.6;
    color: #fff;
    text-align: left;
    letter-spacing: -1.3333333333vw;
  }
  .introduction-box-2-text h2 .small {
    font-size: 5.6vw;
  }
  .introduction-box-2-text h2 img {
    position: absolute;
    top: -18.6666666667vw;
    left: -17.3333333333vw;
    width: 33.3333333333vw;
  }
  .introduction-box-2-text > img {
    width: 30%;
    margin-bottom: 8vw;
  }
  .introduction-box-2-text .kakko-1 {
    top: 0;
    left: -2.6666666667vw;
  }
  .introduction-box-2-text .kakko-2 {
    bottom: 0;
    top: auto;
    left: auto;
    right: 33.3333333333vw;
  }
  .introduction-box-list-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 4vw;
    width: 100%;
  }
  .introduction-box-list {
    width: 45%;
  }
  .introduction-box-list li {
    margin-bottom: 2.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .introduction-box-list li h3 {
    font-family: senobi, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    position: absolute;
    left: -1.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    letter-spacing: -0.1333333333vw;
    font-size: 3.0666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    min-width: 6.6666666667vw;
    min-height: 6.6666666667vw;
    background-color: #1592D1;
    border: 0.5333333333vw solid #fff;
    border-radius: 50%;
    margin: 0;
    letter-spacing: -0.2666666667vw;
  }
  .introduction-box-list li p {
    text-align: center;
    flex-grow: 1;
    font-size: 3.4666666667vw;
    color: #1592D1;
    background: #fff;
    border-radius: 2.6666666667vw;
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 5.3333333333vw;
    letter-spacing: -0.6666666667vw;
  }
  .introduction-box-deco-1 {
    position: absolute;
    width: 6.6666666667vw;
    top: -2.6666666667vw;
    left: 20vw;
  }
  .introduction-box-deco-2 {
    position: absolute;
    width: 6.6666666667vw;
    bottom: 13.3333333333vw;
    left: -2.6666666667vw;
  }
  .introduction-box-deco-3 {
    position: absolute;
    width: 6.6666666667vw;
    bottom: 40vw;
    right: -6.6666666667vw;
  }
  .introduction {
    padding: 6.6666666667vw 0 9.3333333333vw;
  }
  .introduction-inner h2 img {
    width: 86vw;
    margin: 0 auto;
  }
  .introduction-list {
    width: 84vw;
    height: 78.6666666667vw;
    position: relative;
    margin: 0 auto;
  }
  .introduction-list li {
    margin: 0 !important;
    position: absolute;
    width: 40vw;
    height: 37.3333333333vw;
  }
  .introduction-list li:nth-of-type(1) {
    top: 0;
    left: 50%;
    transform: translateX(-40%);
  }
  .introduction-list li:nth-of-type(2) {
    bottom: 0;
    left: 0;
  }
  .introduction-list li:nth-of-type(3) {
    bottom: 0;
    right: 0;
  }
  .introduction-list-text h5 {
    font-size: 4.6666666667vw;
  }
  .introduction-list-text p {
    font-size: 2.6666666667vw;
  }
  .introduction-list-wrapper > img {
    width: 26.6666666667vw;
    left: 6.6666666667vw;
    top: 0;
  }
  .introduction-box-1 {
    width: 97.6vw;
    height: 137.8666666667vw;
  }
  .introduction-box-1-text {
    flex-direction: column;
    padding-top: 17.3333333333vw;
  }
  .introduction-box-1-text h2 {
    white-space: nowrap;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
    margin-left: -15.3333333333vw;
  }
  .introduction-box-1-text h2 img {
    width: 40vw;
    top: -13.3333333333vw;
    left: -4vw;
  }
  .introduction-box-1-text h2 .kakko-1 {
    top: 5.3333333333vw;
    left: -2.6666666667vw;
  }
  .introduction-box-1-text h2 .kakko-2 {
    right: -9.3333333333vw;
  }
  .introduction-box-1-text > img {
    width: 65%;
    margin-left: 5%;
  }
  .introduction-box-1-text > p {
    width: 66vw;
    padding: 4.6666666667vw;
    font-size: 3.2vw;
  }
  .introduction-box-caption {
    height: 16vw;
    left: 1.3333333333vw;
  }
  .introduction-box-2 {
    width: 96.6666666667vw;
    height: 119.3333333333vw;
  }
  .introduction-box-2 .introduction-box-caption {
    height: auto;
    width: 80%;
    left: auto;
    bottom: -5.3333333333vw;
    right: -2.6666666667vw;
  }
  .introduction-box-deco-1 {
    width: 9.3333333333vw;
    top: -6.6666666667vw;
    left: 13.3333333333vw;
  }
  .introduction-box-2-text {
    margin: 0 auto;
  }
  .introduction-box-2-text h2 {
    text-align: center;
    margin-top: 26.6666666667vw;
    width: 90%;
    margin-bottom: 2.6666666667vw;
  }
  .introduction-box-2-text h2 img {
    width: 26.6666666667vw;
    left: 0;
  }
  .introduction-box-2-text h2 .kakko-1 {
    left: 13.3333333333vw;
  }
  .introduction-box-2-text h2 .kakko-2 {
    right: 13.3333333333vw;
  }
  .introduction-box-2-text > img {
    position: absolute;
    top: -2.6666666667vw;
    right: 16vw;
    width: 28vw;
  }
  .introduction-box-list-wrapper {
    display: block;
    width: 66.6666666667vw;
    margin: 0 auto;
  }
  .introduction-box-list {
    width: 100%;
  }
  .introduction-box-list li {
    margin-bottom: 4vw;
  }
  .introduction-box-list li h3 {
    font-size: 4.9333333333vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    min-width: 9.3333333333vw;
    min-height: 9.3333333333vw;
  }
  .introduction-box-list li p {
    font-size: 3.7333333333vw;
  }
  .introduction-deco-3 {
    bottom: auto;
    top: 16vw !important;
    right: 18.6666666667vw;
  }
  .introduction-deco-4 {
    position: absolute !important;
    width: 5.3333333333vw !important;
    bottom: 0 !important;
    top: auto !important;
    right: 5.3333333333vw !important;
    left: auto !important;
  }
}
.check {
  padding: 150px 0 100px;
}

.check-inner {
  width: 100%;
  position: relative;
}
.check-inner h2 {
  display: block;
  margin-left: 0px;
  margin-bottom: 40px;
}
.check-inner h2 img {
  width: 350px;
}

.check-box {
  position: relative;
  margin-bottom: 60px;
}

.check-box-text {
  background-color: #fff;
  border: 1px solid #30A7E3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 70px 80px 25px;
  z-index: 10;
  position: relative;
}

.check-deco-1 {
  position: absolute;
  top: -240px;
  left: -40px;
  width: 350px;
}

.check-person {
  position: absolute;
  width: 480px;
  object-fit: contain;
  right: -100px;
  top: -320px;
}

.check-deco-2 {
  position: absolute;
  width: 300px;
  bottom: 0;
  right: 20px;
  z-index: 11;
}

.check-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.check-list li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.check-list li img {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}
.check-list li p {
  line-height: 1.4;
  font-size: 24px;
}

.check-message {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 3px 10px rgba(48, 167, 227, 0.1);
  text-align: center;
}

.check-message-inner {
  border: 2px dashed #30A7E3;
  border-radius: 20px;
  padding: 60px 0;
  position: relative;
}
.check-message-inner > img {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 60px;
}
.check-message-inner p {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.check-message-inner h2 {
  font-size: 50px;
  display: inline-block;
  position: relative;
  margin: 0;
}
.check-message-inner h2 img {
  position: absolute;
  bottom: -40px;
}
.check-message-inner h2 img:first-child {
  width: 30px;
  left: -40px;
}
.check-message-inner h2 img:last-child {
  width: 36px;
  right: -40px;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .check {
    padding: 13.1578947368vw 0 8.7719298246vw;
  }
  .check-inner {
    width: 100%;
    position: relative;
  }
  .check-inner h2 {
    display: block;
    margin-left: 0;
    margin-bottom: 3.5087719298vw;
  }
  .check-inner h2 img {
    width: 30.701754386vw;
  }
  .check-box {
    position: relative;
    margin-bottom: 5.2631578947vw;
  }
  .check-box-text {
    background-color: #fff;
    border: 0.0877192982vw solid #30A7E3;
    box-shadow: 0 0.2631578947vw 0.5263157895vw rgba(0, 0, 0, 0.16);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 6.1403508772vw 7.0175438596vw 2.1929824561vw;
    z-index: 10;
    position: relative;
  }
  .check-deco-1 {
    position: absolute;
    top: -21.0526315789vw;
    left: -3.5087719298vw;
    width: 30.701754386vw;
  }
  .check-person {
    position: absolute;
    width: 42.1052631579vw;
    object-fit: contain;
    right: -8.7719298246vw;
    top: -28.0701754386vw;
  }
  .check-deco-2 {
    position: absolute;
    width: 26.3157894737vw;
    bottom: 0;
    right: 1.7543859649vw;
    z-index: 11;
  }
  .check-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .check-list li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 5.2631578947vw;
  }
  .check-list li img {
    width: 3.9473684211vw;
    height: 3.9473684211vw;
    margin-right: 1.7543859649vw;
  }
  .check-list li p {
    line-height: 1.4;
    font-size: 2.1052631579vw;
  }
  .check-message {
    background-color: #fff;
    border-radius: 0.8771929825vw;
    padding: 1.3157894737vw;
    box-shadow: 0 0.2631578947vw 0.8771929825vw rgba(48, 167, 227, 0.1);
    text-align: center;
  }
  .check-message-inner {
    border: 0.1754385965vw dashed #30A7E3;
    border-radius: 1.7543859649vw;
    padding: 5.2631578947vw 0;
    position: relative;
  }
  .check-message-inner > img {
    position: absolute;
    top: 0.8771929825vw;
    left: 1.7543859649vw;
    width: 5.2631578947vw;
  }
  .check-message-inner p {
    font-size: 2.4561403509vw;
    line-height: 1.6;
    margin-bottom: 1.7543859649vw;
  }
  .check-message-inner h2 {
    font-size: 4.3859649123vw;
    display: inline-block;
    position: relative;
    margin: 0;
  }
  .check-message-inner h2 img {
    position: absolute;
    bottom: -3.5087719298vw;
  }
  .check-message-inner h2 img:first-child {
    width: 2.6315789474vw;
    left: -3.5087719298vw;
  }
  .check-message-inner h2 img:last-child {
    width: 3.1578947368vw;
    right: -3.5087719298vw;
  }
}
@media screen and (max-width: 752px) {
  .check {
    padding: 20vw 0 13.3333333333vw;
  }
  .check-inner {
    width: 100%;
    position: relative;
  }
  .check-inner h2 {
    display: block;
    margin-left: 0;
    margin-bottom: 5.3333333333vw;
  }
  .check-inner h2 img {
    width: 46.6666666667vw;
  }
  .check-box {
    position: relative;
    margin-bottom: 8vw;
  }
  .check-box-text {
    background-color: #fff;
    border: 0.1333333333vw solid #30A7E3;
    box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 9.3333333333vw 10.6666666667vw 3.3333333333vw;
    z-index: 10;
    position: relative;
  }
  .check-deco-1 {
    position: absolute;
    top: -32vw;
    left: -5.3333333333vw;
    width: 46.6666666667vw;
  }
  .check-person {
    position: absolute;
    width: 64vw;
    object-fit: contain;
    right: -13.3333333333vw;
    top: -42.6666666667vw;
  }
  .check-deco-2 {
    position: absolute;
    width: 40vw;
    bottom: 0;
    right: 2.6666666667vw;
    z-index: 11;
  }
  .check-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .check-list li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 8vw;
  }
  .check-list li img {
    width: 6vw;
    height: 6vw;
    margin-right: 2.6666666667vw;
  }
  .check-list li p {
    line-height: 1.4;
    font-size: 3.2vw;
  }
  .check-message {
    background-color: #fff;
    border-radius: 1.3333333333vw;
    padding: 2vw;
    box-shadow: 0 0.4vw 1.3333333333vw rgba(48, 167, 227, 0.1);
    text-align: center;
  }
  .check-message-inner {
    border: 0.2666666667vw dashed #30A7E3;
    border-radius: 2.6666666667vw;
    padding: 8vw 0;
    position: relative;
  }
  .check-message-inner > img {
    position: absolute;
    top: 1.3333333333vw;
    left: 2.6666666667vw;
    width: 8vw;
  }
  .check-message-inner p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    margin-bottom: 2.6666666667vw;
  }
  .check-message-inner h2 {
    font-size: 6.6666666667vw;
    display: inline-block;
    position: relative;
    margin: 0;
  }
  .check-message-inner h2 img {
    position: absolute;
    bottom: -5.3333333333vw;
  }
  .check-message-inner h2 img:first-child {
    width: 4vw;
    left: -5.3333333333vw;
  }
  .check-message-inner h2 img:last-child {
    width: 4.8vw;
    right: -5.3333333333vw;
  }
  .check {
    padding: 16vw 0 10.6666666667vw;
  }
  .check-person {
    width: 45.3333333333vw;
    left: -13.3333333333vw;
    top: -40vw;
  }
  .check-deco-1 {
    width: 37.3333333333vw;
    top: -40vw;
    left: auto;
    right: 0;
  }
  .check-box-list {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
  .check-list {
    flex-direction: column;
  }
  .check-list li {
    width: 100%;
  }
  .check-list li p {
    font-size: 3.7333333333vw;
  }
  .check-deco-2 {
    bottom: -6.6666666667vw;
    right: -6.6666666667vw;
  }
  .check-message-inner h2 {
    letter-spacing: -0.6666666667vw;
  }
  .check-message-inner h2 img:first-child {
    width: 5.3333333333vw;
    left: -4vw;
    bottom: -4vw;
  }
  .check-message-inner h2 img:last-child {
    width: 6vw;
  }
  .check-message-inner > img {
    top: 0;
    left: 0;
  }
}
.cv {
  padding: 60px 0;
  text-align: center;
}

.cv-inner p {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.cv-inner h2 {
  font-size: 75px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  letter-spacing: -10px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.cv-inner h2 .senobi {
  display: flex;
  align-items: center;
}
.cv-inner h2 .big {
  font-size: 93px;
  letter-spacing: -3px;
  display: inline-block;
  margin-left: 10px;
  font-weight: 500;
}
.cv-inner h3 {
  background: #fff;
  color: #30A7E3;
  font-size: 28px;
  padding: 7px;
  width: 600px;
  font-weight: 500;
  margin: 0 auto 20px;
  position: relative;
  letter-spacing: -1px;
}
.cv-inner h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: -19px;
  bottom: 0;
  border-style: solid;
  border-width: 44px 20px 0 0;
  border-color: #fff transparent transparent transparent;
}

.price-yen {
  font-size: 55px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}
.price-yen small {
  display: block;
  font-size: 16px;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .cv {
    padding: 5.2631578947vw 0;
    text-align: center;
  }
  .cv-inner p {
    font-size: 2.4561403509vw;
    color: #fff;
    margin-bottom: 0.8771929825vw;
    letter-spacing: 0.4385964912vw;
  }
  .cv-inner h2 {
    font-size: 6.5789473684vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8771929825vw;
    letter-spacing: -0.8771929825vw;
    text-shadow: 0 0.2631578947vw 0.5263157895vw rgba(0, 0, 0, 0.16);
  }
  .cv-inner h2 .senobi {
    display: flex;
    align-items: center;
  }
  .cv-inner h2 .big {
    font-size: 8.1578947368vw;
    letter-spacing: -0.2631578947vw;
    display: inline-block;
    margin-left: 0.8771929825vw;
    font-weight: 500;
  }
  .cv-inner h3 {
    background: #fff;
    color: #30A7E3;
    font-size: 2.4561403509vw;
    padding: 0.6140350877vw;
    width: 52.6315789474vw;
    font-weight: 500;
    margin: 0 auto 1.7543859649vw;
    position: relative;
    letter-spacing: -0.0877192982vw;
  }
  .cv-inner h3::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.6666666667vw;
    bottom: 0;
    border-style: solid;
    border-width: 3.8596491228vw 1.7543859649vw 0 0;
    border-color: #fff transparent transparent transparent;
  }
  .price-yen {
    font-size: 4.8245614035vw;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .price-yen small {
    display: block;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 752px) {
  .cv {
    padding: 8vw 0;
    text-align: center;
  }
  .cv-inner p {
    font-size: 3.7333333333vw;
    color: #fff;
    margin-bottom: 1.3333333333vw;
    letter-spacing: 0.6666666667vw;
  }
  .cv-inner h2 {
    font-size: 10vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.3333333333vw;
    letter-spacing: -1.3333333333vw;
    text-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
  }
  .cv-inner h2 .senobi {
    display: flex;
    align-items: center;
  }
  .cv-inner h2 .big {
    font-size: 12.4vw;
    letter-spacing: -0.4vw;
    display: inline-block;
    margin-left: 1.3333333333vw;
    font-weight: 500;
  }
  .cv-inner h3 {
    background: #fff;
    color: #30A7E3;
    font-size: 3.7333333333vw;
    padding: 0.9333333333vw;
    width: 80vw;
    font-weight: 500;
    margin: 0 auto 2.6666666667vw;
    position: relative;
    letter-spacing: -0.1333333333vw;
  }
  .cv-inner h3::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2.5333333333vw;
    bottom: 0;
    border-style: solid;
    border-width: 5.8666666667vw 2.6666666667vw 0 0;
    border-color: #fff transparent transparent transparent;
  }
  .price-yen {
    font-size: 7.3333333333vw;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .price-yen small {
    display: block;
    font-size: 2.1333333333vw;
  }
}
.reason {
  padding: 150px 0 100px;
}

.reason-inner h2 {
  margin-bottom: 50px;
}
.reason-inner h2 img {
  width: 350px;
}
.reason-inner .section-person {
  width: 390px;
  right: 40px;
  bottom: -210px;
}

.reason-list {
  position: relative;
  max-width: 1100px;
  z-index: 10;
  margin: 0 auto;
}
.reason-list li {
  background: #fff;
  border-radius: 80px 0 0 0;
  padding: 50px 140px 120px 60px;
  margin-bottom: 50px;
  position: relative;
}
.reason-list li > img {
  position: absolute;
}
.reason-list li h3 {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 40px;
}
.reason-list li h3 > span:first-child {
  font-size: 110px;
  letter-spacing: -10px;
}
.reason-list li h3 > span:last-child {
  font-size: 36px;
  line-height: 1.2;
}
.reason-list li p {
  font-size: 22px;
  line-height: 2;
}
.reason-list li:first-child {
  color: #FC9837;
}
.reason-list li:first-child h3 {
  color: #FC9837;
}
.reason-list li:first-child p {
  color: #FC9837;
}
.reason-list li:first-child::after {
  content: "";
  background: #FC9837;
  position: absolute;
  bottom: 0;
  left: -25px;
  z-index: -1;
  border-radius: 80px 0 0 0;
  width: 100%;
  height: 90%;
}
.reason-list li:last-child {
  border-radius: 0 80px 0 0;
  color: #30A7E3;
  padding: 50px 60px 120px 100px;
}
.reason-list li:last-child h3 {
  text-align: right;
  flex-direction: row-reverse;
  color: #30A7E3;
}
.reason-list li:last-child p {
  color: #30A7E3;
}
.reason-list li:last-child::after {
  content: "";
  background: #30A7E3;
  position: absolute;
  bottom: 0;
  right: -25px;
  z-index: -1;
  border-radius: 0 80px 0 0;
  width: 100%;
  height: 90%;
}

.reason-deco-1-1 {
  width: 220px;
  bottom: -20px;
  left: 200px;
}

.reason-deco-1-2 {
  width: 55px;
  top: 10px;
  left: 65%;
}

.reason-deco-1-3 {
  width: 115px;
  top: 40px;
  right: 30px;
}

.reason-deco-1-4 {
  width: 90px;
  bottom: 70px;
  right: 30px;
}

.reason-deco-2-1 {
  width: 250px;
  bottom: -20px;
  right: 150px;
}

.reason-deco-2-2 {
  width: 50px;
  top: 50px;
  right: 68%;
}

.reason-deco-2-3 {
  width: 130px;
  top: 40px;
  left: 80px;
}

.reason-deco-2-4 {
  width: 90px;
  bottom: -10px;
  left: 120px;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .reason {
    padding: 13.1578947368vw 0 8.7719298246vw;
  }
  .reason-inner h2 {
    margin-bottom: 4.3859649123vw;
  }
  .reason-inner h2 img {
    width: 30.701754386vw;
  }
  .reason-inner .section-person {
    width: 34.2105263158vw;
    right: 3.5087719298vw;
    bottom: -18.4210526316vw;
  }
  .reason-list {
    position: relative;
    max-width: 96.4912280702vw;
    z-index: 10;
    margin: 0 auto;
  }
  .reason-list li {
    background: #fff;
    border-radius: 7.0175438596vw 0 0 0;
    padding: 4.3859649123vw 12.2807017544vw 10.5263157895vw 5.2631578947vw;
    margin-bottom: 4.3859649123vw;
    position: relative;
  }
  .reason-list li > img {
    position: absolute;
  }
  .reason-list li h3 {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 3.5087719298vw;
  }
  .reason-list li h3 > span:first-child {
    font-size: 9.649122807vw;
    letter-spacing: -0.8771929825vw;
  }
  .reason-list li h3 > span:last-child {
    font-size: 3.1578947368vw;
    line-height: 1.2;
  }
  .reason-list li p {
    font-size: 1.9298245614vw;
    line-height: 2;
  }
  .reason-list li:first-child {
    color: #FC9837;
  }
  .reason-list li:first-child h3 {
    color: #FC9837;
  }
  .reason-list li:first-child p {
    color: #FC9837;
  }
  .reason-list li:first-child::after {
    content: "";
    background: #FC9837;
    position: absolute;
    bottom: 0;
    left: -2.1929824561vw;
    z-index: -1;
    border-radius: 7.0175438596vw 0 0 0;
    width: 100%;
    height: 90%;
  }
  .reason-list li:last-child {
    border-radius: 0 7.0175438596vw 0 0;
    color: #30A7E3;
    padding: 4.3859649123vw 5.2631578947vw 10.5263157895vw 8.7719298246vw;
  }
  .reason-list li:last-child h3 {
    text-align: right;
    flex-direction: row-reverse;
    color: #30A7E3;
  }
  .reason-list li:last-child p {
    color: #30A7E3;
  }
  .reason-list li:last-child::after {
    content: "";
    background: #30A7E3;
    position: absolute;
    bottom: 0;
    right: -2.1929824561vw;
    z-index: -1;
    border-radius: 0 7.0175438596vw 0 0;
    width: 100%;
    height: 90%;
  }
  .reason-deco-1-1 {
    width: 19.298245614vw;
    bottom: -1.7543859649vw;
    left: 17.5438596491vw;
  }
  .reason-deco-1-2 {
    width: 4.8245614035vw;
    top: 0.8771929825vw;
    left: 65%;
  }
  .reason-deco-1-3 {
    width: 10.0877192982vw;
    top: 3.5087719298vw;
    right: 2.6315789474vw;
  }
  .reason-deco-1-4 {
    width: 7.8947368421vw;
    bottom: 6.1403508772vw;
    right: 2.6315789474vw;
  }
  .reason-deco-2-1 {
    width: 21.9298245614vw;
    bottom: -1.7543859649vw;
    right: 13.1578947368vw;
  }
  .reason-deco-2-2 {
    width: 4.3859649123vw;
    top: 4.3859649123vw;
    right: 68%;
  }
  .reason-deco-2-3 {
    width: 11.4035087719vw;
    top: 3.5087719298vw;
    left: 7.0175438596vw;
  }
  .reason-deco-2-4 {
    width: 7.8947368421vw;
    bottom: -0.8771929825vw;
    left: 10.5263157895vw;
  }
}
@media screen and (max-width: 752px) {
  .reason {
    padding: 20vw 0 13.3333333333vw;
  }
  .reason-inner h2 {
    margin-bottom: 6.6666666667vw;
  }
  .reason-inner h2 img {
    width: 46.6666666667vw;
  }
  .reason-inner .section-person {
    width: 52vw;
    right: 5.3333333333vw;
    bottom: -28vw;
  }
  .reason-list {
    position: relative;
    max-width: 146.6666666667vw;
    z-index: 10;
    margin: 0 auto;
  }
  .reason-list li {
    background: #fff;
    border-radius: 10.6666666667vw 0 0 0;
    padding: 6.6666666667vw 18.6666666667vw 16vw 8vw;
    margin-bottom: 6.6666666667vw;
    position: relative;
  }
  .reason-list li > img {
    position: absolute;
  }
  .reason-list li h3 {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 5.3333333333vw;
  }
  .reason-list li h3 > span:first-child {
    font-size: 14.6666666667vw;
    letter-spacing: -1.3333333333vw;
  }
  .reason-list li h3 > span:last-child {
    font-size: 4.8vw;
    line-height: 1.2;
  }
  .reason-list li p {
    font-size: 2.9333333333vw;
    line-height: 2;
  }
  .reason-list li:first-child {
    color: #FC9837;
  }
  .reason-list li:first-child h3 {
    color: #FC9837;
  }
  .reason-list li:first-child p {
    color: #FC9837;
  }
  .reason-list li:first-child::after {
    content: "";
    background: #FC9837;
    position: absolute;
    bottom: 0;
    left: -3.3333333333vw;
    z-index: -1;
    border-radius: 10.6666666667vw 0 0 0;
    width: 100%;
    height: 90%;
  }
  .reason-list li:last-child {
    border-radius: 0 10.6666666667vw 0 0;
    color: #30A7E3;
    padding: 6.6666666667vw 8vw 16vw 13.3333333333vw;
  }
  .reason-list li:last-child h3 {
    text-align: right;
    flex-direction: row-reverse;
    color: #30A7E3;
  }
  .reason-list li:last-child p {
    color: #30A7E3;
  }
  .reason-list li:last-child::after {
    content: "";
    background: #30A7E3;
    position: absolute;
    bottom: 0;
    right: -3.3333333333vw;
    z-index: -1;
    border-radius: 0 10.6666666667vw 0 0;
    width: 100%;
    height: 90%;
  }
  .reason-deco-1-1 {
    width: 29.3333333333vw;
    bottom: -2.6666666667vw;
    left: 26.6666666667vw;
  }
  .reason-deco-1-2 {
    width: 7.3333333333vw;
    top: 1.3333333333vw;
    left: 65%;
  }
  .reason-deco-1-3 {
    width: 15.3333333333vw;
    top: 5.3333333333vw;
    right: 4vw;
  }
  .reason-deco-1-4 {
    width: 12vw;
    bottom: 9.3333333333vw;
    right: 4vw;
  }
  .reason-deco-2-1 {
    width: 33.3333333333vw;
    bottom: -2.6666666667vw;
    right: 20vw;
  }
  .reason-deco-2-2 {
    width: 6.6666666667vw;
    top: 6.6666666667vw;
    right: 68%;
  }
  .reason-deco-2-3 {
    width: 17.3333333333vw;
    top: 5.3333333333vw;
    left: 10.6666666667vw;
  }
  .reason-deco-2-4 {
    width: 12vw;
    bottom: -1.3333333333vw;
    left: 16vw;
  }
  .reason {
    padding: 11.3333333333vw 0 1.3333333333vw;
  }
  .reason-inner h2 {
    margin-bottom: 16.6666666667vw;
    margin-right: 22.6666666667vw;
  }
  .reason-inner .section-person {
    width: 45.3333333333vw;
    right: -0.6666666667vw;
    bottom: -30vw;
  }
  .reason-list li {
    width: 71.3333333333vw;
    margin: 0 auto;
    padding: 8vw 5.3333333333vw 13.3333333333vw;
    margin-bottom: 14.6666666667vw;
  }
  .reason-list li:first-child {
    color: #FC9837;
  }
  .reason-list li:last-child {
    padding: 6.6666666667vw 4vw 13.3333333333vw;
  }
  .reason-list li:last-child h3 > span:nth-child(2) {
    border-top: 0.1333333333vw solid #30A7E3;
    border-bottom: 0.1333333333vw solid #30A7E3;
    padding-left: 2.6666666667vw;
  }
  .reason-list li:last-child h3 > span:nth-child(2) span {
    font-size: 4.5333333333vw;
    white-space: nowrap;
  }
  .reason-list li h3 {
    position: relative;
    margin-bottom: 13.3333333333vw;
  }
  .reason-list li h3 > span:first-child {
    font-size: 13.3333333333vw;
  }
  .reason-list li h3 > span:nth-child(2) {
    border-top: 0.1333333333vw solid #FC9837;
    border-bottom: 0.1333333333vw solid #FC9837;
    font-size: 6.4vw;
    padding: 0.6666666667vw;
    max-width: 29.3333333333vw;
    margin: 0 1.3333333333vw;
  }
  .reason-list li h3 > span:nth-child(2) span {
    position: absolute;
    bottom: -8vw;
    left: 0;
    font-size: 4.8vw;
  }
  .reason-deco-1-3 {
    width: 13.3333333333vw;
    right: 5.3333333333vw;
  }
  .reason-deco-1-1 {
    left: 13.3333333333vw;
  }
  .reason-deco-1-4 {
    bottom: 4vw;
    width: 10.6666666667vw;
  }
  .reason-deco-2-3 {
    left: 5.3333333333vw;
    width: 13.3333333333vw;
  }
  .reason-deco-2-1 {
    bottom: -4vw;
    right: 6.6666666667vw;
    width: 26.6666666667vw;
  }
  .reason-deco-2-4 {
    width: 10.6666666667vw;
    bottom: 2.6666666667vw;
    left: 5.3333333333vw;
  }
}
.price {
  padding: 65px 0 60px;
}

.price-inner {
  position: relative;
  text-align: center;
}
.price-inner h2 {
  color: #fff;
  margin-bottom: 20px;
}
.price-inner h2 img {
  width: 350px;
}
.price-inner .section-person {
  width: 350px;
  bottom: -45px;
  right: -50px;
}

.price-list {
  position: relative;
  z-index: 10;
}
.price-list li {
  background-color: #fff;
  border-radius: 20px;
  padding: 27px;
  margin-bottom: 35px;
}
.price-list li h3 {
  border-radius: 50px;
  background: #0E98DE;
  border: 4px solid #fff;
  color: #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  padding: 5px 0;
  letter-spacing: -3px;
  margin-bottom: 10px;
}
.price-list li h3 .num {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-right: 15px;
}
.price-list li h3 .num small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  margin-right: 5px;
}
.price-list li > p {
  font-size: 20px;
  margin-bottom: 30px;
}
.price-list .price-text {
  width: 46%;
}
.price-list .price-text:first-child {
  border-right: 1px solid rgba(51, 51, 51, 0.3);
}

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

.price-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-text > span {
  background: #FC9837;
  color: #fff;
  font-size: 28px;
  border-radius: 4px;
  padding: 5px 15px;
  margin-left: 35px;
  display: inline-block;
}
.price-text h4 {
  display: flex;
  align-items: flex-end;
  font-weight: 500;
}
.price-text h4 .blue {
  font-size: 60px;
  margin-right: 10px;
  letter-spacing: -3px;
}
.price-text h4 .price-yen {
  font-size: 40px;
  margin-bottom: 5px;
  margin-right: 20px;
}
.price-text h4 .price-yen small {
  font-size: 15px;
}

.price-deco-1 {
  position: absolute;
  width: 250px;
  top: 30%;
  right: -250px;
}

.price-deco-2 {
  position: absolute;
  width: 300px;
  bottom: 12%;
  left: -300px;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .price {
    padding: 5.701754386vw 0 5.2631578947vw;
  }
  .price-inner {
    position: relative;
    text-align: center;
  }
  .price-inner h2 {
    color: #fff;
    margin-bottom: 1.7543859649vw;
  }
  .price-inner h2 img {
    width: 30.701754386vw;
  }
  .price-inner .section-person {
    width: 30.701754386vw;
    bottom: -3.9473684211vw;
    right: -4.3859649123vw;
  }
  .price-list {
    position: relative;
    z-index: 10;
  }
  .price-list li {
    background-color: #fff;
    border-radius: 1.7543859649vw;
    padding: 2.3684210526vw;
    margin-bottom: 3.0701754386vw;
  }
  .price-list li h3 {
    border-radius: 4.3859649123vw;
    background: #0E98DE;
    border: 0.350877193vw solid #fff;
    color: #fff;
    text-align: center;
    box-shadow: 0 0.2631578947vw 0.5263157895vw rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.9824561404vw;
    padding: 0.4385964912vw 0;
    letter-spacing: -0.2631578947vw;
    margin-bottom: 0.8771929825vw;
  }
  .price-list li h3 .num {
    font-size: 2.6315789474vw;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 0.8771929825vw;
    margin-right: 1.3157894737vw;
  }
  .price-list li h3 .num small {
    display: block;
    margin-top: 0.4385964912vw;
    font-size: 1.0526315789vw;
    margin-right: 0.4385964912vw;
  }
  .price-list li > p {
    font-size: 1.7543859649vw;
    margin-bottom: 2.6315789474vw;
  }
  .price-list .price-text {
    width: 46%;
  }
  .price-list .price-text:first-child {
    border-right: 0.0877192982vw solid rgba(51, 51, 51, 0.3);
  }
  .price-flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .price-text > span {
    background: #FC9837;
    color: #fff;
    font-size: 2.4561403509vw;
    border-radius: 0.350877193vw;
    padding: 0.4385964912vw 1.3157894737vw;
    margin-left: 3.0701754386vw;
    display: inline-block;
  }
  .price-text h4 {
    display: flex;
    align-items: flex-end;
    font-weight: 500;
  }
  .price-text h4 .blue {
    font-size: 5.2631578947vw;
    margin-right: 0.8771929825vw;
    letter-spacing: -0.2631578947vw;
  }
  .price-text h4 .price-yen {
    font-size: 3.5087719298vw;
    margin-bottom: 0.4385964912vw;
    margin-right: 1.7543859649vw;
  }
  .price-text h4 .price-yen small {
    font-size: 1.3157894737vw;
  }
  .price-deco-1 {
    position: absolute;
    width: 21.9298245614vw;
    top: 30%;
    right: -21.9298245614vw;
  }
  .price-deco-2 {
    position: absolute;
    width: 26.3157894737vw;
    bottom: 12%;
    left: -26.3157894737vw;
  }
  .price-list > p {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 752px) {
  .price {
    padding: 8.6666666667vw 0 8vw;
  }
  .price-inner {
    position: relative;
    text-align: center;
  }
  .price-inner h2 {
    color: #fff;
    margin-bottom: 2.6666666667vw;
  }
  .price-inner h2 img {
    width: 46.6666666667vw;
  }
  .price-inner .section-person {
    width: 46.6666666667vw;
    bottom: -6vw;
    right: -6.6666666667vw;
  }
  .price-list {
    position: relative;
    z-index: 10;
  }
  .price-list li {
    background-color: #fff;
    border-radius: 2.6666666667vw;
    padding: 3.6vw;
    margin-bottom: 4.6666666667vw;
  }
  .price-list li h3 {
    border-radius: 6.6666666667vw;
    background: #0E98DE;
    border: 0.5333333333vw solid #fff;
    color: #fff;
    text-align: center;
    box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.5333333333vw;
    padding: 0.6666666667vw 0;
    letter-spacing: -0.4vw;
    margin-bottom: 1.3333333333vw;
  }
  .price-list li h3 .num {
    font-size: 4vw;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 1.3333333333vw;
    margin-right: 2vw;
  }
  .price-list li h3 .num small {
    display: block;
    margin-top: 0.6666666667vw;
    font-size: 1.6vw;
    margin-right: 0.6666666667vw;
  }
  .price-list li > p {
    font-size: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  .price-list .price-text {
    width: 46%;
  }
  .price-list .price-text:first-child {
    border-right: 0.1333333333vw solid rgba(51, 51, 51, 0.3);
  }
  .price-flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .price-text > span {
    background: #FC9837;
    color: #fff;
    font-size: 3.7333333333vw;
    border-radius: 0.5333333333vw;
    padding: 0.6666666667vw 2vw;
    margin-left: 4.6666666667vw;
    display: inline-block;
  }
  .price-text h4 {
    display: flex;
    align-items: flex-end;
    font-weight: 500;
  }
  .price-text h4 .blue {
    font-size: 8vw;
    margin-right: 1.3333333333vw;
    letter-spacing: -0.4vw;
  }
  .price-text h4 .price-yen {
    font-size: 5.3333333333vw;
    margin-bottom: 0.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .price-text h4 .price-yen small {
    font-size: 2vw;
  }
  .price-deco-1 {
    position: absolute;
    width: 33.3333333333vw;
    top: 30%;
    right: -33.3333333333vw;
  }
  .price-deco-2 {
    position: absolute;
    width: 40vw;
    bottom: 12%;
    left: -40vw;
  }
  .price-list > p {
    font-size: 2.1333333333vw;
  }
  .price {
    padding: 12vw 0 48vw;
  }
  .price .section-person {
    width: 45.3333333333vw;
    bottom: 0;
    right: 6.6666666667vw;
  }
  .price-list {
    width: 73.3333333333vw;
    margin: 0 auto;
  }
  .price-list li h3 {
    padding: 0;
  }
  .price-flex {
    flex-direction: column;
    width: 100% !important;
  }
  .price-flex .price-text:first-child {
    margin-bottom: 2.6666666667vw;
  }
  .price-text {
    width: 100% !important;
    border: none !important;
  }
  .price-deco-1 {
    right: auto;
    left: 4vw;
    top: -10.6666666667vw;
    width: 29.3333333333vw;
  }
  .price-deco-2 {
    position: absolute;
    width: 42.6666666667vw;
    bottom: -44vw;
    left: 8vw;
  }
}
.info {
  padding: 75px 0 135px;
}

.info-inner h2 {
  margin-bottom: 45px;
}
.info-inner h2 img {
  width: 500px;
}

.info-box {
  max-width: 960px;
  margin: 0 auto;
  border: 2px solid #30A7E3;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.info-list {
  display: flex;
  align-items: center;
  background: #30A7E3;
}
.info-list:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}
.info-list dt {
  width: 27%;
  color: #fff;
  font-size: 26px;
  text-align: center;
}
.info-list dd {
  font-size: 20px;
  background-color: #fff;
  width: 73%;
  padding: 50px 55px 50px 60px;
  line-height: 2;
}
.info-list dd p {
  line-height: 2;
  padding-left: 16px;
  position: relative;
}
.info-list dd p::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #30A7E3;
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateX(-50%);
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .info {
    padding: 6.5789473684vw 0 11.8421052632vw;
  }
  .info-inner h2 {
    margin-bottom: 3.9473684211vw;
  }
  .info-inner h2 img {
    width: 43.8596491228vw;
  }
  .info-box {
    max-width: 84.2105263158vw;
    margin: 0 auto;
    border: 0.1754385965vw solid #30A7E3;
    border-radius: 2.6315789474vw;
    overflow: hidden;
    box-shadow: 0 0.2631578947vw 0.5263157895vw rgba(0, 0, 0, 0.16);
  }
  .info-list {
    display: flex;
    align-items: center;
    background: #30A7E3;
  }
  .info-list:not(:last-child) {
    border-bottom: 0.0877192982vw solid #EAEAEA;
  }
  .info-list dt {
    width: 27%;
    color: #fff;
    font-size: 2.2807017544vw;
    text-align: center;
  }
  .info-list dd {
    font-size: 1.7543859649vw;
    background-color: #fff;
    width: 73%;
    padding: 4.3859649123vw 4.8245614035vw 4.3859649123vw 5.2631578947vw;
    line-height: 2;
  }
  .info-list dd p {
    line-height: 2;
    padding-left: 1.4035087719vw;
    position: relative;
  }
  .info-list dd p::before {
    content: "";
    width: 0.701754386vw;
    height: 0.701754386vw;
    border-radius: 50%;
    background: #30A7E3;
    position: absolute;
    left: 0;
    top: 1.4035087719vw;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 752px) {
  .info {
    padding: 10vw 0 18vw;
  }
  .info-inner h2 {
    margin-bottom: 6vw;
  }
  .info-inner h2 img {
    width: 66.6666666667vw;
  }
  .info-box {
    max-width: 128vw;
    margin: 0 auto;
    border: 0.2666666667vw solid #30A7E3;
    border-radius: 4vw;
    overflow: hidden;
    box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
  }
  .info-list {
    display: flex;
    align-items: center;
    background: #30A7E3;
  }
  .info-list:not(:last-child) {
    border-bottom: 0.1333333333vw solid #EAEAEA;
  }
  .info-list dt {
    width: 27%;
    color: #fff;
    font-size: 3.4666666667vw;
    text-align: center;
  }
  .info-list dd {
    font-size: 2.6666666667vw;
    background-color: #fff;
    width: 73%;
    padding: 6.6666666667vw 7.3333333333vw 6.6666666667vw 8vw;
    line-height: 2;
  }
  .info-list dd p {
    line-height: 2;
    padding-left: 2.1333333333vw;
    position: relative;
  }
  .info-list dd p::before {
    content: "";
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    border-radius: 50%;
    background: #30A7E3;
    position: absolute;
    left: 0;
    top: 2.1333333333vw;
    transform: translateX(-50%);
  }
  .info {
    padding: 10vw 0 11.3333333333vw;
  }
  .info-list dt {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
  .info-list dd {
    font-size: 2.9333333333vw;
  }
  .info-list dd p {
    font-size: 2.9333333333vw;
  }
  .info-list dd p:before {
    top: 2.4vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.flow {
  padding: 120px 0 100px;
}

.flow-inner h2 {
  margin-right: 350px;
  color: #333333;
  margin-bottom: 40px;
}
.flow-inner h2 img {
  width: 350px;
}
.flow-inner .section-person {
  width: 410px;
  bottom: -160px;
  right: 100px;
}

.flow-list {
  margin: 0 auto;
  max-width: 960px;
  z-index: 10;
  position: relative;
}
.flow-list li {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 30px 50px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}
.flow-list li:not(:last-child) .num ::before {
  content: "";
  background: #30A7E3;
  width: 2px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.flow-list li:not(:last-child) .num::after {
  content: "";
  background: #30A7E3;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 51%;
  top: 157px;
  z-index: 11;
  transform: translateX(-50%);
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.flow-list li .num {
  position: relative;
  background-color: #30A7E3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  margin-right: 40px;
  font-size: 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 10;
}
.flow-list li .num small {
  font-size: 14px;
}
.flow-list li h3 {
  font-size: 38px;
  width: 38%;
  letter-spacing: -4px;
}
.flow-list li p {
  flex-grow: 1;
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .flow {
    padding: 10.5263157895vw 0 8.7719298246vw;
  }
  .flow-inner h2 {
    margin-right: 30.701754386vw;
    color: #333333;
    margin-bottom: 3.5087719298vw;
  }
  .flow-inner h2 img {
    width: 30.701754386vw;
  }
  .flow-inner .section-person {
    width: 35.9649122807vw;
    bottom: -14.0350877193vw;
    right: 8.7719298246vw;
  }
  .flow-list {
    margin: 0 auto;
    max-width: 84.2105263158vw;
    z-index: 10;
    position: relative;
  }
  .flow-list li {
    background-color: #fff;
    border-radius: 0.8771929825vw;
    padding: 4.3859649123vw 2.6315789474vw 4.3859649123vw 4.3859649123vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4.3859649123vw;
    position: relative;
  }
  .flow-list li:not(:last-child) .num ::before {
    content: "";
    background: #30A7E3;
    width: 0.1754385965vw;
    height: 13.1578947368vw;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 10;
    box-shadow: 0 0.2631578947vw 0.5263157895vw rgba(0, 0, 0, 0.16);
  }
  .flow-list li:not(:last-child) .num::after {
    content: "";
    background: #30A7E3;
    width: 1.5789473684vw;
    height: 1.5789473684vw;
    position: absolute;
    left: 51%;
    top: 13.7719298246vw;
    z-index: 11;
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0 0.2631578947vw 0.5263157895vw rgba(0, 0, 0, 0.16);
  }
  .flow-list li .num {
    position: relative;
    background-color: #30A7E3;
    box-shadow: 0 0.2631578947vw 0.5263157895vw rgba(0, 0, 0, 0.16);
    width: 7.8947368421vw;
    height: 7.8947368421vw;
    min-width: 7.8947368421vw;
    min-height: 7.8947368421vw;
    margin-right: 3.5087719298vw;
    font-size: 3.5087719298vw;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 10;
  }
  .flow-list li .num small {
    font-size: 1.2280701754vw;
  }
  .flow-list li h3 {
    font-size: 3.3333333333vw;
    width: 38%;
    letter-spacing: -0.350877193vw;
  }
  .flow-list li p {
    flex-grow: 1;
    font-size: 1.7543859649vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 752px) {
  .flow {
    padding: 16vw 0 13.3333333333vw;
  }
  .flow-inner h2 {
    margin-right: 46.6666666667vw;
    color: #333333;
    margin-bottom: 5.3333333333vw;
  }
  .flow-inner h2 img {
    width: 46.6666666667vw;
  }
  .flow-inner .section-person {
    width: 54.6666666667vw;
    bottom: -21.3333333333vw;
    right: 13.3333333333vw;
  }
  .flow-list {
    margin: 0 auto;
    max-width: 128vw;
    z-index: 10;
    position: relative;
  }
  .flow-list li {
    background-color: #fff;
    border-radius: 1.3333333333vw;
    padding: 6.6666666667vw 4vw 6.6666666667vw 6.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.6666666667vw;
    position: relative;
  }
  .flow-list li:not(:last-child) .num ::before {
    content: "";
    background: #30A7E3;
    width: 0.2666666667vw;
    height: 20vw;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 10;
    box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
  }
  .flow-list li:not(:last-child) .num::after {
    content: "";
    background: #30A7E3;
    width: 2.4vw;
    height: 2.4vw;
    position: absolute;
    left: 51%;
    top: 20.9333333333vw;
    z-index: 11;
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
  }
  .flow-list li .num {
    position: relative;
    background-color: #30A7E3;
    box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
    width: 12vw;
    height: 12vw;
    min-width: 12vw;
    min-height: 12vw;
    margin-right: 5.3333333333vw;
    font-size: 5.3333333333vw;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 10;
  }
  .flow-list li .num small {
    font-size: 1.8666666667vw;
  }
  .flow-list li h3 {
    font-size: 5.0666666667vw;
    width: 38%;
    letter-spacing: -0.5333333333vw;
  }
  .flow-list li p {
    flex-grow: 1;
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
  .flow {
    padding: 16vw 0 5.3333333333vw;
  }
  .flow-inner .section-person {
    right: -8vw;
  }
  .flow-list li {
    padding: 4.6666666667vw;
  }
  .flow-list li:not(:last-child) .num::after {
    top: 19.3333333333vw;
  }
  .flow-list li .num {
    margin-right: 2vw;
  }
  .flow-list li h3 {
    white-space: nowrap;
    font-size: 4.8vw;
    letter-spacing: -1.0666666667vw;
    width: 45%;
  }
  .flow-list li p {
    white-space: nowrap;
  }
}
.qa {
  padding: 105px 0 85px;
}

.qa-inner h2 {
  color: #fff;
  margin-bottom: 35px;
}
.qa-inner h2 img {
  width: 350px;
}

.qa-box {
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 50px 100px;
}

.qa-question {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #30A7E3;
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.qa-question img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.qa-answer {
  display: flex;
}
.qa-answer p {
  font-size: 20px;
  line-height: 2;
}
.qa-answer img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .qa {
    padding: 9.2105263158vw 0 7.4561403509vw;
  }
  .qa-inner h2 {
    color: #fff;
    margin-bottom: 3.0701754386vw;
  }
  .qa-inner h2 img {
    width: 30.701754386vw;
  }
  .qa-box {
    margin-bottom: 4.3859649123vw;
    background-color: #fff;
    border-radius: 1.7543859649vw;
    box-shadow: 0 0.2631578947vw 0.5263157895vw rgba(0, 0, 0, 0.16);
    padding: 4.3859649123vw 8.7719298246vw;
  }
  .qa-question {
    display: flex;
    align-items: center;
    font-size: 2.4561403509vw;
    color: #30A7E3;
    padding-bottom: 1.7543859649vw;
    margin-bottom: 3.9473684211vw;
    border-bottom: 0.0877192982vw solid rgba(51, 51, 51, 0.1);
  }
  .qa-question img {
    width: 6.1403508772vw;
    height: 6.1403508772vw;
    margin-right: 1.7543859649vw;
  }
  .qa-answer {
    display: flex;
  }
  .qa-answer p {
    font-size: 1.7543859649vw;
    line-height: 2;
  }
  .qa-answer img {
    width: 6.1403508772vw;
    height: 6.1403508772vw;
    margin-right: 1.7543859649vw;
  }
}
@media screen and (max-width: 752px) {
  .qa {
    padding: 14vw 0 11.3333333333vw;
  }
  .qa-inner h2 {
    color: #fff;
    margin-bottom: 4.6666666667vw;
  }
  .qa-inner h2 img {
    width: 46.6666666667vw;
  }
  .qa-box {
    margin-bottom: 6.6666666667vw;
    background-color: #fff;
    border-radius: 2.6666666667vw;
    box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
    padding: 6.6666666667vw 13.3333333333vw;
  }
  .qa-question {
    display: flex;
    align-items: center;
    font-size: 3.7333333333vw;
    color: #30A7E3;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 6vw;
    border-bottom: 0.1333333333vw solid rgba(51, 51, 51, 0.1);
  }
  .qa-question img {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    margin-right: 2.6666666667vw;
  }
  .qa-answer {
    display: flex;
  }
  .qa-answer p {
    font-size: 2.6666666667vw;
    line-height: 2;
  }
  .qa-answer img {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    margin-right: 2.6666666667vw;
  }
  .qa {
    padding: 7.3333333333vw 0 2.6666666667vw;
  }
  .qa-box {
    width: 84vw;
    margin: 0 auto 5.3333333333vw;
    padding: 8vw 4vw;
  }
  .qa-question {
    line-height: 1.6;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .qa-answer p {
    font-size: 2.9333333333vw;
  }
}
.clinic {
  padding: 90px 0 150px;
}

.clinic-inner h2 {
  margin-bottom: 50px;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
}
.clinic-inner h2 span {
  font-size: 62px;
  color: #30A7E3;
  display: block;
  margin-bottom: 10px;
}

.clinic-option {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  margin-top: 20px;
}

.clinic-toggle {
  display: none;
}

.clinic-title {
  display: flex;
  align-items: center;
  padding: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 1s;
  color: #30A7E3;
  background-color: #fff;
  border: 1px solid #30A7E3;
  letter-spacing: 1px;
  font-size: 28px;
  z-index: 10;
  border-radius: 10px;
  line-height: 1.6;
  text-align: left;
  position: relative;
}
.clinic-title img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  transition: all 0.3s;
}
.clinic-title img:last-child {
  opacity: 0;
}

.clinic-content {
  max-height: 0;
  overflow: scroll;
  background: #fff;
  transition: all 0.5s;
  position: relative;
  font-weight: normal;
  opacity: 0;
  overflow: hidden;
  line-height: 1.6;
  text-align: left;
}
.clinic-content img {
  width: 520px;
  margin: 50px auto;
  display: block;
}

.clinic-toggle:checked + .clinic-title + .clinic-content {
  max-height: 2500px;
  height: auto;
  transition: all 1s;
  opacity: 1;
}

.clinic-toggle:checked + .clinic-title {
  color: #fff;
  background-color: #30A7E3;
}
.clinic-toggle:checked + .clinic-title img:last-of-type(2) {
  opacity: 0;
}
.clinic-toggle:checked + .clinic-title img:last-child {
  opacity: 1;
}

.clinic-caption {
  font-size: 16px;
  text-align: right;
  display: block;
  width: 520px;
  margin: 0 auto 50px;
}

.clinic-table {
  border: 1px solid #30A7E3;
  width: 100%;
}
.clinic-table tr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(48, 167, 227, 0.2);
}
.clinic-table tr:not(:last-child) {
  border-bottom: 1px dashed #30A7E3;
}
.clinic-table tr th {
  font-size: 20px;
  width: 20%;
  text-align: center;
}
.clinic-table tr td {
  background-color: #fff;
  padding: 50px 40px 50px 40px;
  font-size: 20px;
  line-height: 1.6;
  width: 80%;
  border-left: 1px dashed #30A7E3;
  text-align: justify;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .clinic {
    padding: 7.8947368421vw 0 13.1578947368vw;
  }
  .clinic-inner h2 {
    margin-bottom: 4.3859649123vw;
    font-weight: 500;
    text-align: center;
    font-size: 2.1052631579vw;
  }
  .clinic-inner h2 span {
    font-size: 5.4385964912vw;
    color: #30A7E3;
    display: block;
    margin-bottom: 0.8771929825vw;
  }
  .clinic-option {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-top: 1.7543859649vw;
  }
  .clinic-toggle {
    display: none;
  }
  .clinic-title {
    display: flex;
    align-items: center;
    padding: 1.7543859649vw;
    font-weight: 500;
    cursor: pointer;
    transition: all 1s;
    color: #30A7E3;
    background-color: #fff;
    border: 0.0877192982vw solid #30A7E3;
    letter-spacing: 0.0877192982vw;
    font-size: 2.4561403509vw;
    z-index: 10;
    border-radius: 0.8771929825vw;
    line-height: 1.6;
    text-align: left;
    position: relative;
  }
  .clinic-title img {
    position: absolute;
    right: 1.7543859649vw;
    top: 50%;
    transform: translateY(-50%);
    width: 2.8070175439vw;
    transition: all 0.3s;
  }
  .clinic-title img:last-child {
    opacity: 0;
  }
  .clinic-content {
    max-height: 0;
    overflow: scroll;
    background: #fff;
    transition: all 0.5s;
    position: relative;
    font-weight: normal;
    opacity: 0;
    overflow: hidden;
    line-height: 1.6;
    text-align: left;
  }
  .clinic-content img {
    width: 45.6140350877vw;
    margin: 4.3859649123vw auto;
    display: block;
  }
  .clinic-toggle:checked + .clinic-title + .clinic-content {
    max-height: 219.298245614vw;
    height: auto;
    transition: all 1s;
    opacity: 1;
  }
  .clinic-toggle:checked + .clinic-title {
    color: #fff;
    background-color: #30A7E3;
  }
  .clinic-toggle:checked + .clinic-title img:last-of-type(2) {
    opacity: 0;
  }
  .clinic-toggle:checked + .clinic-title img:last-child {
    opacity: 1;
  }
  .clinic-caption {
    font-size: 1.4035087719vw;
    text-align: right;
    display: block;
    width: 45.6140350877vw;
    margin: 0 auto 4.3859649123vw;
  }
  .clinic-table {
    border: 0.0877192982vw solid #30A7E3;
    width: 100%;
  }
  .clinic-table tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(48, 167, 227, 0.2);
  }
  .clinic-table tr:not(:last-child) {
    border-bottom: 0.0877192982vw dashed #30A7E3;
  }
  .clinic-table tr th {
    font-size: 1.7543859649vw;
    width: 20%;
    text-align: center;
  }
  .clinic-table tr td {
    background-color: #fff;
    padding: 4.3859649123vw 3.5087719298vw 4.3859649123vw 3.5087719298vw;
    font-size: 1.7543859649vw;
    line-height: 1.6;
    width: 80%;
    border-left: 0.0877192982vw dashed #30A7E3;
    text-align: justify;
  }
}
@media screen and (max-width: 752px) {
  .clinic {
    padding: 12vw 0 20vw;
  }
  .clinic-inner h2 {
    margin-bottom: 6.6666666667vw;
    font-weight: 500;
    text-align: center;
    font-size: 3.2vw;
  }
  .clinic-inner h2 span {
    font-size: 8.2666666667vw;
    color: #30A7E3;
    display: block;
    margin-bottom: 1.3333333333vw;
  }
  .clinic-option {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-top: 2.6666666667vw;
  }
  .clinic-toggle {
    display: none;
  }
  .clinic-title {
    display: flex;
    align-items: center;
    padding: 2.6666666667vw;
    font-weight: 500;
    cursor: pointer;
    transition: all 1s;
    color: #30A7E3;
    background-color: #fff;
    border: 0.1333333333vw solid #30A7E3;
    letter-spacing: 0.1333333333vw;
    font-size: 3.7333333333vw;
    z-index: 10;
    border-radius: 1.3333333333vw;
    line-height: 1.6;
    text-align: left;
    position: relative;
  }
  .clinic-title img {
    position: absolute;
    right: 2.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2666666667vw;
    transition: all 0.3s;
  }
  .clinic-title img:last-child {
    opacity: 0;
  }
  .clinic-content {
    max-height: 0;
    overflow: scroll;
    background: #fff;
    transition: all 0.5s;
    position: relative;
    font-weight: normal;
    opacity: 0;
    overflow: hidden;
    line-height: 1.6;
    text-align: left;
  }
  .clinic-content img {
    width: 69.3333333333vw;
    margin: 6.6666666667vw auto;
    display: block;
  }
  .clinic-toggle:checked + .clinic-title + .clinic-content {
    max-height: 333.3333333333vw;
    height: auto;
    transition: all 1s;
    opacity: 1;
  }
  .clinic-toggle:checked + .clinic-title {
    color: #fff;
    background-color: #30A7E3;
  }
  .clinic-toggle:checked + .clinic-title img:last-of-type(2) {
    opacity: 0;
  }
  .clinic-toggle:checked + .clinic-title img:last-child {
    opacity: 1;
  }
  .clinic-caption {
    font-size: 2.1333333333vw;
    text-align: right;
    display: block;
    width: 69.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
  .clinic-table {
    border: 0.1333333333vw solid #30A7E3;
    width: 100%;
  }
  .clinic-table tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(48, 167, 227, 0.2);
  }
  .clinic-table tr:not(:last-child) {
    border-bottom: 0.1333333333vw dashed #30A7E3;
  }
  .clinic-table tr th {
    font-size: 2.6666666667vw;
    width: 20%;
    text-align: center;
  }
  .clinic-table tr td {
    background-color: #fff;
    padding: 6.6666666667vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.6;
    width: 80%;
    border-left: 0.1333333333vw dashed #30A7E3;
    text-align: justify;
  }
  .clinic {
    padding: 10vw 0 11.3333333333vw;
  }
  .clinic-title {
    font-size: 4.2666666667vw;
  }
  .clinic-table tr th {
    font-size: 3.2vw;
    width: 30%;
  }
  .clinic-table tr td {
    font-size: 2.9333333333vw;
    width: 70%;
    padding: 5.3333333333vw 4vw;
  }
}
.exosome-btn:hover {
  opacity: 0.9;
}

.exosome-marker {
  background: #ffe38d;
}

.exosome .section-title {
  color: #3e2496;
}

.fv {
  background: #DDF2F6;
}

.exosome .fv {
  background: #F1EEFF;
}

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

.exosome .about {
  margin-top: 0;
}

.exosome .about-box {
  padding: 65px 40px 55px 70px;
  position: relative;
}

.exosome .about-person {
  top: -245px;
}

.exosome .about-box-text {
  padding: 3% 0;
}

.exosome .about-box-text h3 {
  color: #3e2496;
}

.exosome .about-box-text h3 .small {
  color: #3e2496;
}

.exosome .about-box-text h3 img {
  right: -30%;
  top: 315%;
  width: 35px;
}

.exosome .about-text {
  position: absolute;
  top: 7%;
  right: 2%;
  width: 145px;
}

.exosome .introduction {
  padding: 10% 0;
}

.exosome .introduction-inner h2 img {
  width: 350px;
}

.exosome .introduction-list-wrapper > img {
  left: -10%;
  top: -200px;
}

.exosome .introduction-deco-3 {
  right: 13%;
  bottom: 0;
}

.exosome .introduction-box-1 .introduction-box-caption {
  height: 87%;
  bottom: -3%;
  left: -4.5%;
}

.exosome .introduction-box-1 .introduction-box-message {
  position: absolute;
  bottom: 8%;
  right: 1%;
}

.exosome .introduction-box-1-text {
  padding-top: 6%;
}

.exosome .introduction-box-1-text h2 {
  width: 100%;
  text-align: right;
}

.exosome .introduction-box-2-text > p {
  display: block;
  padding: 30px;
  color: #fc9837;
  font-size: 20px;
  line-height: 1.6;
  background: #fff;
  border-radius: 10px;
  text-align: justify;
}

.exosome .introduction-box-1-text .kakko-1 {
  left: 590px;
}

.exosome .introduction-box-1-text .kakko-2 {
  right: -40px;
}

.exosome .introduction-box-2 .introduction-box-caption {
  position: absolute;
  bottom: 0%;
  left: 83.5%;
}

.exosome .introduction-box-2-deco-1 {
  position: absolute;
  top: 38%;
  right: -6%;
  width: 50px;
}

.exosome .introduction-box-2-deco-2 {
  position: absolute;
  bottom: 0;
  left: -6%;
  width: 50px;
}

.exosome .introduction-box-2-text {
  padding-top: 12%;
  width: 800px;
  padding-left: 0;
  margin: 0 auto 0 175px;
}

.exosome .introduction-box-2-text h2 {
  width: 50%;
  padding: 0 0 2% 8%;
  margin-top: 10px;
  margin-bottom: 46px;
}

.exosome .introduction-box-2-text h2 .small {
  font-size: 33px;
}

.exosome .introduction-box-2-text > img {
  width: 40%;
  margin-bottom: 20px;
}

.exosome .introduction-box-2-text .kakko-1 {
  left: 8%;
}

.exosome .introduction-box-2-text .kakko-2 {
  right: 3%;
}

.exosome .senobi .introduction-box-2-message {
  width: 270px;
}

.exosome .introduction-box-list-wrapper {
  align-items: start;
  font-family: senobi;
  letter-spacing: -2px;
}

.exosome .introduction-box-list li {
  margin-bottom: 40px;
}

.exosome .introduction-box-list li h3 {
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  background-color: #816fd6;
}

.exosome .introduction-box-list li p {
  color: #816fd6;
  border-radius: 40px;
  height: 62px;
  padding: 6px 10px 6px 65px;
  text-align: left;
  display: flex;
  align-items: center;
}

.exosome .introduction-box-deco-1 {
  top: 106%;
  left: -5%;
}

.exosome .introduction-box-deco-3 {
  bottom: 4%;
  right: -6%;
}

.exosome .check-box-text {
  border: 1px solid #3e2496;
}

.exosome .check-message {
  box-shadow: 0 3px 10px rgba(143, 112, 247, 0.58);
  background: #faf8ff;
}

.exosome .check-message-inner {
  background: #fff;
  border: 2px dashed #3e2496;
  padding: 40px 0;
}

.exosome .check-message-inner h2 {
  font-size: 36px;
  letter-spacing: -7px;
}

.exosome .check-message-inner p::before {
  content: url(/tenteki/img/exosome-check-message-1.png);
  position: absolute;
  top: 15%;
  left: 1%;
  width: 60px;
}

.exosome .check-message-inner p::after {
  content: url(/tenteki/img/exosome-check-message-2.png);
  position: absolute;
  bottom: 30%;
  right: 1%;
  width: 60px;
}

.exosome .cv-inner p {
  font-family: senobi;
}

.exosome .cv-inner h2 {
  margin-bottom: 25px;
}

.exosome .cv-inner h3 {
  color: #f6a556;
  width: 250px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.exosome .cv-inner h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -19px;
  bottom: 0;
  border-style: solid;
  border-width: 40px 20px 0px 0px;
  border-color: transparent #fff transparent transparent;
}

.exosome .price-list-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2%;
  grid-row-gap: 0%;
}

.exosome .price-list li {
  margin-bottom: 25px;
}

.exosome .price-list li h3 {
  background: #fc9837;
  padding: 8px 0;
}

.exosome .price-list-2 li h3 {
  background: #816fd6;
}

.exosome .price-list .price-text {
  width: auto;
}

.exosome .price-list .price-text:first-child {
  border: none;
}

.price-block {
  display: block;
}

.price-block p {
  padding: 2%;
}

.exosome .price-text {
  justify-content: center;
}

.exosome .price-text h4 {
  font-size: 77px;
}

@media screen and (min-width: 753px) and (max-width: 1140px) {
  .exosome-btn:hover {
    opacity: 0.9;
  }
  .exosome-marker {
    background: #ffe38d;
  }
  .exosome .section-title {
    color: #3e2496;
  }
  .fv {
    background: #DDF2F6;
  }
  .exosome .fv {
    background: #F1EEFF;
  }
  .fv img {
    display: block;
    margin: 0 auto;
  }
  .exosome .about {
    margin-top: 0;
  }
  .exosome .about-box {
    padding: 5.701754386vw 3.5087719298vw 4.8245614035vw 6.1403508772vw;
    position: relative;
  }
  .exosome .about-person {
    top: -21.4912280702vw;
  }
  .exosome .about-box-text {
    padding: 3% 0;
  }
  .exosome .about-box-text h3 {
    color: #3e2496;
  }
  .exosome .about-box-text h3 .small {
    color: #3e2496;
  }
  .exosome .about-box-text h3 img {
    right: -30%;
    top: 315%;
    width: 3.0701754386vw;
  }
  .exosome .about-text {
    position: absolute;
    top: 7%;
    right: 2%;
    width: 12.7192982456vw;
  }
  .exosome .introduction {
    padding: 10% 0;
  }
  .exosome .introduction-inner h2 img {
    width: 30.701754386vw;
  }
  .exosome .introduction-list-wrapper > img {
    left: -10%;
    top: -17.5438596491vw;
  }
  .exosome .introduction-deco-3 {
    right: 13%;
    bottom: 0;
  }
  .exosome .introduction-box-1 .introduction-box-caption {
    height: 87%;
    bottom: -3%;
    left: -4.5%;
  }
  .exosome .introduction-box-1 .introduction-box-message {
    position: absolute;
    bottom: 8%;
    right: 1%;
  }
  .exosome .introduction-box-1-text {
    padding-top: 6%;
  }
  .exosome .introduction-box-1-text h2 {
    width: 100%;
    text-align: right;
  }
  .exosome .introduction-box-2-text > p {
    display: block;
    padding: 2.6315789474vw;
    color: #fc9837;
    font-size: 1.7543859649vw;
    line-height: 1.6;
    background: #fff;
    border-radius: 0.8771929825vw;
    text-align: justify;
  }
  .exosome .introduction-box-1-text .kakko-1 {
    left: 51.7543859649vw;
  }
  .exosome .introduction-box-1-text .kakko-2 {
    right: -3.5087719298vw;
  }
  .exosome .introduction-box-2 .introduction-box-caption {
    position: absolute;
    bottom: 0%;
    left: 83.5%;
  }
  .exosome .introduction-box-2-deco-1 {
    position: absolute;
    top: 38%;
    right: -6%;
    width: 4.3859649123vw;
  }
  .exosome .introduction-box-2-deco-2 {
    position: absolute;
    bottom: 0;
    left: -6%;
    width: 4.3859649123vw;
  }
  .exosome .introduction-box-2-text {
    padding-top: 12%;
    width: 70.1754385965vw;
    padding-left: 0;
    margin: 0 auto 0 15.350877193vw;
  }
  .exosome .introduction-box-2-text h2 {
    width: 50%;
    padding: 0 0 2% 8%;
    margin-top: 0.8771929825vw;
    margin-bottom: 4.0350877193vw;
  }
  .exosome .introduction-box-2-text h2 .small {
    font-size: 2.8947368421vw;
  }
  .exosome .introduction-box-2-text > img {
    width: 40%;
    margin-bottom: 1.7543859649vw;
  }
  .exosome .introduction-box-2-text .kakko-1 {
    left: 8%;
  }
  .exosome .introduction-box-2-text .kakko-2 {
    right: 3%;
  }
  .exosome .senobi .introduction-box-2-message {
    width: 23.6842105263vw;
  }
  .exosome .introduction-box-list-wrapper {
    align-items: start;
    font-family: senobi;
    letter-spacing: -0.1754385965vw;
  }
  .exosome .introduction-box-list li {
    margin-bottom: 3.5087719298vw;
  }
  .exosome .introduction-box-list li h3 {
    width: 5.701754386vw;
    height: 5.701754386vw;
    min-width: 5.701754386vw;
    min-height: 5.701754386vw;
    background-color: #816fd6;
  }
  .exosome .introduction-box-list li p {
    color: #816fd6;
    border-radius: 3.5087719298vw;
    height: 5.4385964912vw;
    padding: 0.5263157895vw 0.8771929825vw 0.5263157895vw 5.701754386vw;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .exosome .introduction-box-deco-1 {
    top: 106%;
    left: -5%;
  }
  .exosome .introduction-box-deco-3 {
    bottom: 4%;
    right: -6%;
  }
  .exosome .check-box-text {
    border: 0.0877192982vw solid #3e2496;
  }
  .exosome .check-message {
    box-shadow: 0 0.2631578947vw 0.8771929825vw rgba(143, 112, 247, 0.58);
    background: #faf8ff;
  }
  .exosome .check-message-inner {
    background: #fff;
    border: 0.1754385965vw dashed #3e2496;
    padding: 3.5087719298vw 0;
  }
  .exosome .check-message-inner h2 {
    font-size: 3.1578947368vw;
    letter-spacing: -0.6140350877vw;
  }
  .exosome .check-message-inner p::before {
    content: url(/tenteki/img/exosome-check-message-1.png);
    position: absolute;
    top: 15%;
    left: 1%;
    width: 5.2631578947vw;
  }
  .exosome .check-message-inner p::after {
    content: url(/tenteki/img/exosome-check-message-2.png);
    position: absolute;
    bottom: 30%;
    right: 1%;
    width: 5.2631578947vw;
  }
  .exosome .cv-inner p {
    font-family: senobi;
  }
  .exosome .cv-inner h2 {
    margin-bottom: 2.1929824561vw;
  }
  .exosome .cv-inner h3 {
    color: #f6a556;
    width: 21.9298245614vw;
    box-shadow: 0 0.2631578947vw 0.5263157895vw rgba(0, 0, 0, 0.16);
  }
  .exosome .cv-inner h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.6666666667vw;
    bottom: 0;
    border-style: solid;
    border-width: 3.5087719298vw 1.7543859649vw 0 0;
    border-color: transparent #fff transparent transparent;
  }
  .exosome .price-list-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2%;
    grid-row-gap: 0%;
  }
  .exosome .price-list li {
    margin-bottom: 2.1929824561vw;
  }
  .exosome .price-list li h3 {
    background: #fc9837;
    padding: 0.701754386vw 0;
  }
  .exosome .price-list-2 li h3 {
    background: #816fd6;
  }
  .exosome .price-list .price-text {
    width: auto;
  }
  .exosome .price-list .price-text:first-child {
    border: none;
  }
  .price-block {
    display: block;
  }
  .price-block p {
    padding: 2%;
  }
  .exosome .price-text {
    justify-content: center;
  }
  .exosome .price-text h4 {
    font-size: 6.7543859649vw;
  }
}
@media screen and (max-width: 752px) {
  .exosome-btn:hover {
    opacity: 0.9;
  }
  .exosome-marker {
    background: #ffe38d;
  }
  .exosome .section-title {
    color: #3e2496;
  }
  .fv {
    background: #DDF2F6;
  }
  .exosome .fv {
    background: #F1EEFF;
  }
  .fv img {
    display: block;
    margin: 0 auto;
  }
  .exosome .about {
    margin-top: 0;
  }
  .exosome .about-box {
    padding: 8.6666666667vw 5.3333333333vw 7.3333333333vw 9.3333333333vw;
    position: relative;
  }
  .exosome .about-person {
    top: -32.6666666667vw;
  }
  .exosome .about-box-text {
    padding: 3% 0;
  }
  .exosome .about-box-text h3 {
    color: #3e2496;
  }
  .exosome .about-box-text h3 .small {
    color: #3e2496;
  }
  .exosome .about-box-text h3 img {
    right: -30%;
    top: 315%;
    width: 4.6666666667vw;
  }
  .exosome .about-text {
    position: absolute;
    top: 7%;
    right: 2%;
    width: 19.3333333333vw;
  }
  .exosome .introduction {
    padding: 10% 0;
  }
  .exosome .introduction-inner h2 img {
    width: 46.6666666667vw;
  }
  .exosome .introduction-list-wrapper > img {
    left: -10%;
    top: -26.6666666667vw;
  }
  .exosome .introduction-deco-3 {
    right: 13%;
    bottom: 0;
  }
  .exosome .introduction-box-1 .introduction-box-caption {
    height: 87%;
    bottom: -3%;
    left: -4.5%;
  }
  .exosome .introduction-box-1 .introduction-box-message {
    position: absolute;
    bottom: 8%;
    right: 1%;
  }
  .exosome .introduction-box-1-text {
    padding-top: 6%;
  }
  .exosome .introduction-box-1-text h2 {
    width: 100%;
    text-align: right;
  }
  .exosome .introduction-box-2-text > p {
    display: block;
    padding: 4vw;
    color: #fc9837;
    font-size: 2.6666666667vw;
    line-height: 1.6;
    background: #fff;
    border-radius: 1.3333333333vw;
    text-align: justify;
  }
  .exosome .introduction-box-1-text .kakko-1 {
    left: 78.6666666667vw;
  }
  .exosome .introduction-box-1-text .kakko-2 {
    right: -5.3333333333vw;
  }
  .exosome .introduction-box-2 .introduction-box-caption {
    position: absolute;
    bottom: 0%;
    left: 83.5%;
  }
  .exosome .introduction-box-2-deco-1 {
    position: absolute;
    top: 38%;
    right: -6%;
    width: 6.6666666667vw;
  }
  .exosome .introduction-box-2-deco-2 {
    position: absolute;
    bottom: 0;
    left: -6%;
    width: 6.6666666667vw;
  }
  .exosome .introduction-box-2-text {
    padding-top: 12%;
    width: 106.6666666667vw;
    padding-left: 0;
    margin: 0 auto 0 23.3333333333vw;
  }
  .exosome .introduction-box-2-text h2 {
    width: 50%;
    padding: 0 0 2% 8%;
    margin-top: 1.3333333333vw;
    margin-bottom: 6.1333333333vw;
  }
  .exosome .introduction-box-2-text h2 .small {
    font-size: 4.4vw;
  }
  .exosome .introduction-box-2-text > img {
    width: 40%;
    margin-bottom: 2.6666666667vw;
  }
  .exosome .introduction-box-2-text .kakko-1 {
    left: 8%;
  }
  .exosome .introduction-box-2-text .kakko-2 {
    right: 3%;
  }
  .exosome .senobi .introduction-box-2-message {
    width: 36vw;
  }
  .exosome .introduction-box-list-wrapper {
    align-items: start;
    font-family: senobi;
    letter-spacing: -0.2666666667vw;
  }
  .exosome .introduction-box-list li {
    margin-bottom: 5.3333333333vw;
  }
  .exosome .introduction-box-list li h3 {
    width: 8.6666666667vw;
    height: 8.6666666667vw;
    min-width: 8.6666666667vw;
    min-height: 8.6666666667vw;
    background-color: #816fd6;
  }
  .exosome .introduction-box-list li p {
    color: #816fd6;
    border-radius: 5.3333333333vw;
    height: 8.2666666667vw;
    padding: 0.8vw 1.3333333333vw 0.8vw 8.6666666667vw;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .exosome .introduction-box-deco-1 {
    top: 106%;
    left: -5%;
  }
  .exosome .introduction-box-deco-3 {
    bottom: 4%;
    right: -6%;
  }
  .exosome .check-box-text {
    border: 0.1333333333vw solid #3e2496;
  }
  .exosome .check-message {
    box-shadow: 0 0.4vw 1.3333333333vw rgba(143, 112, 247, 0.58);
    background: #faf8ff;
  }
  .exosome .check-message-inner {
    background: #fff;
    border: 0.2666666667vw dashed #3e2496;
    padding: 5.3333333333vw 0;
  }
  .exosome .check-message-inner h2 {
    font-size: 4.8vw;
    letter-spacing: -0.9333333333vw;
  }
  .exosome .check-message-inner p::before {
    content: url(/tenteki/img/exosome-check-message-1.png);
    position: absolute;
    top: 15%;
    left: 1%;
    width: 8vw;
  }
  .exosome .check-message-inner p::after {
    content: url(/tenteki/img/exosome-check-message-2.png);
    position: absolute;
    bottom: 30%;
    right: 1%;
    width: 8vw;
  }
  .exosome .cv-inner p {
    font-family: senobi;
  }
  .exosome .cv-inner h2 {
    margin-bottom: 3.3333333333vw;
  }
  .exosome .cv-inner h3 {
    color: #f6a556;
    width: 33.3333333333vw;
    box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
  }
  .exosome .cv-inner h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.5333333333vw;
    bottom: 0;
    border-style: solid;
    border-width: 5.3333333333vw 2.6666666667vw 0 0;
    border-color: transparent #fff transparent transparent;
  }
  .exosome .price-list-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2%;
    grid-row-gap: 0%;
  }
  .exosome .price-list li {
    margin-bottom: 3.3333333333vw;
  }
  .exosome .price-list li h3 {
    background: #fc9837;
    padding: 1.0666666667vw 0;
  }
  .exosome .price-list-2 li h3 {
    background: #816fd6;
  }
  .exosome .price-list .price-text {
    width: auto;
  }
  .exosome .price-list .price-text:first-child {
    border: none;
  }
  .price-block {
    display: block;
  }
  .price-block p {
    padding: 2%;
  }
  .exosome .price-text {
    justify-content: center;
  }
  .exosome .price-text h4 {
    font-size: 10.2666666667vw;
  }
  .exosome .about {
    margin-top: 0;
  }
  .exosome .about-box {
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .exosome .about-text {
    top: 3%;
    right: -2%;
  }
  .exosome .about-box-text h3 img {
    top: 270%;
    left: -8%;
    min-width: 68.6666666667vw;
  }
  .exosome .cv-inner h2 .senobi {
    display: block;
  }
  .exosome .price-yen {
    position: absolute;
    right: 22%;
    bottom: 45%;
  }
  .exosome .introduction {
    padding: 28% 0;
  }
  .exosome .introduction .introduction-inner-title {
    top: 4%;
    left: 28%;
  }
  .exosome .introduction-inner h2 img {
    position: absolute;
    top: -13.3333333333vw;
    left: -10%;
  }
  .exosome .introduction-list-wrapper > img {
    left: -8%;
    top: -26.6666666667vw;
    width: 50%;
  }
  .exosome .introduction-box-1 .introduction-box-message {
    position: absolute;
    bottom: 72%;
    right: 64%;
  }
  .exosome .introduction-box-1 .introduction-box-caption {
    width: 100%;
    bottom: -35%;
    left: 6.5%;
  }
  .exosome .introduction-box-1-text {
    padding: 28% 0 0 7%;
  }
  .exosome .introduction-box-1-text h2 {
    text-align: center;
    padding-bottom: 5%;
  }
  .exosome .introduction-box-1-text h2 .kakko-1 {
    top: 20%;
    left: 22%;
  }
  .exosome .introduction-box-1-text h2 .kakko-2 {
    top: 60%;
    right: -63%;
  }
  .exosome .introduction-box-2 .introduction-box-caption {
    bottom: -10%;
    left: 16.5%;
  }
  .exosome .introduction-box-2-text {
    display: block;
    margin: 0 auto 0 10.6666666667vw;
  }
  .exosome .introduction-box-2-text .kakko-1 {
    left: 22%;
    top: 15%;
  }
  .exosome .introduction-box-2-text .kakko-2 {
    right: -121%;
    top: 71%;
  }
  .exosome .introduction-box-2-text h2 {
    width: 50%;
    padding: 0 0 2% 8%;
    margin-top: 1.3333333333vw;
    margin-bottom: 26.8vw;
  }
  .exosome .introduction-box-2-text > p {
    width: 66vw;
    padding: 4.6666666667vw;
    font-size: 3.2vw;
  }
  .exosome .introduction-box-2-text > img {
    position: absolute;
    top: 36vw;
    right: 32.6666666667vw;
  }
  .exosome .introduction-deco-3 {
    right: 4%;
    bottom: 0;
  }
  .exosome .check-message-inner p::before {
    top: 7%;
  }
  .exosome .price-list-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 2%;
    grid-row-gap: 0%;
  }
  .exosome .price-text h4 .price-yen {
    margin-bottom: -6.4vw;
    margin-right: -2vw;
  }
  .exosome .price-text h4 .price-yen-more {
    position: absolute;
    top: 10%;
    right: 22%;
  }
  .exosome .price-text h4 .price-yen-more-2 {
    top: 32%;
    right: 18%;
  }
  .exosome .price-text h4 .price-yen-more-3 {
    top: 57.5%;
    right: 18%;
  }
  .exosome .price-text h4 .price-yen-more-4 {
    top: 82.5%;
    right: 18%;
  }
}

/*# sourceMappingURL=style.css.map */
