@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@700&display=swap");
@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "DShirkg7";
  /* フォントが置かれているパスを書く */
  src: url(".././assets/font/DShirkg7.ttc") format("opentype");
}
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

::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
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

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

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

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

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

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

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

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

body {
  font-family: "Zen Maru Gothic", serif;
  color: #222222;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.7;
  overflow-x: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  body {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.is_pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

.is_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is_sp {
    display: block;
  }
}

.is_mb {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is_mb {
    display: block;
  }
}

.t-center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .t-center.sp-t-left {
    text-align: left;
  }
}

.t-left {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .t-left.sp-t-left {
    text-align: left;
  }
}

.t-right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .t-right.sp-t-left {
    text-align: left;
  }
}

.uppercase {
  text-transform: uppercase;
}

.en {
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
}

.f-bold {
  font-weight: 700;
}

.inner {
  position: relative;
  max-width: 1297px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .inner {
    width: 100%;
    max-width: none;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.inner02 {
  position: relative;
  max-width: 1500px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .inner02 {
    width: 100%;
    max-width: none;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .inner02 {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.w-inner {
  width: 100%;
  padding-left: 77px;
  padding-right: 77px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .w-inner {
    width: 100%;
    max-width: none;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .w-inner {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.under-inner {
  position: relative;
  max-width: 1100px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .under-inner {
    width: 90%;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .under-inner {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.in-link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

#g-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #0068c3;
  transition: all 0.6s;
}
#g-nav.panelactive {
  right: 0;
}
#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#g-nav ul li {
  list-style: none;
  text-align: center;
}
#g-nav ul li.header-sub:nth-last-child(2) {
  margin-top: 30px;
}
#g-nav ul li.header-sub a {
  font-size: 13px;
  padding-bottom: 0;
  padding-top: 0;
}
#g-nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 65px;
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}
.openbtn1 span:nth-of-type(1) {
  top: 24px;
}
.openbtn1 span:nth-of-type(2) {
  top: 32px;
}
.openbtn1 span:nth-of-type(3) {
  top: 40px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 24px;
  left: 20px;
  transform: translateY(8px) rotate(-45deg);
  width: 50%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
  top: 40px;
  left: 20px;
  transform: translateY(-8px) rotate(45deg);
  width: 50%;
}

.campaign {
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 767px) {
  .campaign {
    z-index: 9;
  }
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign.line-bg {
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .campaign.line-bg {
    overflow: visible;
  }
}
.campaign .t-center .section-title {
  display: inline-block;
}
.campaign .section-title {
  margin-bottom: 103px;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign .section-title {
    margin-bottom: 5.3645833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign .section-title {
    padding-top: 15%;
    margin-bottom: 0;
  }
}
.campaign .inner {
  position: relative;
}
.campaign__item {
  width: 322px;
  position: absolute;
  left: -400px;
  top: -10px;
}
.campaign__item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__item {
    top: 0.5208333333vw;
    width: 16.7708333333vw;
    left: -20.8333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__item {
    width: 40%;
    position: absolute;
    left: -21%;
    top: 11%;
  }
}
.campaign__icon {
  position: absolute;
  width: 452px;
  right: -535px;
  top: 47px;
  z-index: -1;
}
.campaign__icon img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__icon {
    top: 2.4479166667vw;
    right: -27.8645833333vw;
    width: 23.5416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__icon {
    display: none;
  }
}
.campaign__list {
  position: relative;
  margin-top: 13px;
  margin-bottom: 13px;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__list {
    margin-top: 0.6770833333vw;
    margin-bottom: 0.6770833333vw;
    width: 59.375vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__list {
    width: 100%;
    margin-top: 11%;
    margin-bottom: 10%;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.campaign__list__item {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #0b3190;
}
@media only screen and (max-width: 767px) {
  .campaign__list__item {
    width: 90%;
    height: auto;
    border-radius: 10px;
  }
}
.campaign__list__item-num {
  position: absolute;
  width: 113px;
  height: 113px;
  top: -60px;
  left: -37px;
  border-radius: 50%;
  background: #009fe8;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__list__item-num {
    width: 5.8854166667vw;
    height: 5.8854166667vw;
    top: -3.125vw;
    left: -1.9270833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__list__item-num {
    width: 60px;
    height: 60px;
    left: -30px;
    top: -40px;
  }
}
.campaign__list__item-num span {
  font-size: 1rem;
  padding-top: 1%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__list__item-num span {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__list__item-num span {
    font-size: 10px;
    margin-top: 0;
  }
}
.campaign__list__item-num p {
  font-size: 42px;
  padding-top: 1%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__list__item-num p {
    font-size: 2.1875vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__list__item-num p {
    font-size: 23px;
    padding-top: 0;
  }
}
.campaign__list__item-plus {
  font-size: 4.5rem;
  color: #0b3190;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__list__item-plus {
    font-size: 5.7291666667vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__list__item-plus {
    width: 100%;
    font-size: 48px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.campaign__list__contents {
  position: relative;
  height: 100%;
  color: #0b3190;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .campaign__list__contents {
    padding: 8% 10px;
  }
}
.campaign__list__img {
  position: absolute;
}
.campaign__list__img img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.campaign__first {
  font-size: 62px;
  font-weight: 700;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__first {
    font-size: 3.2291666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__first {
    font-size: 41px;
  }
}
.campaign__first span {
  font-size: 156px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__first span {
    font-size: 8.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__first span {
    font-size: 78px;
  }
}
.campaign__first__img {
  top: 40px;
  right: 83px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__first__img {
    width: 2.5vw;
    top: 2.0833333333vw;
    right: 4.84375vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__first__img {
    display: none;
  }
}
.campaign__second {
  font-size: 64px;
  font-weight: 700;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__second {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__second {
    font-size: 38px;
  }
}
.campaign__second__img {
  top: 5px;
  right: 21px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__second__img {
    width: 5.15625vw;
    top: 0.2604166667vw;
    right: 1.09375vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__second__img {
    display: none;
  }
}
.campaign__txt {
  font-size: 25px;
  line-height: 1.92;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__txt {
    font-size: 1.3020833333vw;
    width: 62.5vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__txt {
    font-size: 1rem;
  }
}
.campaign__txt02 {
  color: #0b3190;
  font-size: 33px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900 !important;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign__txt02 {
    font-size: 1.71875vw;
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign__txt02 {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

.plus {
  position: relative;
  display: block;
  width: 4px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  background: #0b3190;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .plus {
    width: 0.2083333333vw;
    height: 2.3958333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .plus {
    width: 2px;
    height: 30px;
  }
}
.plus:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0b3190;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .plus:after {
    height: 0.2083333333vw;
    width: 2.3958333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .plus:after {
    height: 2px;
    width: 30px;
  }
}

.camp-img.camp01 {
  max-width: 493px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .camp-img.camp01 {
    max-width: 25.6770833333vw;
    margin-top: 1.8229166667vw;
    margin-bottom: 1.8229166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .camp-img.camp01 {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    max-width: 370px;
  }
}
.camp-img.camp03 {
  margin-top: 10px;
  max-width: 723px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .camp-img.camp03 {
    max-width: 37.65625vw;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .camp-img.camp03 {
    margin-top: 5%;
    width: 90%;
  }
}
.camp-img.camp03__box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.camp03-txt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .camp03-txt {
    margin-bottom: 1.5625vw;
    font-size: 0.9375vw;
  }
}
@media only screen and (max-width: 767px) {
  .camp03-txt {
    font-size: 13px;
  }
}

.camp03__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 21px;
  margin-top: 65px;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .camp03__list {
    gap: 2%;
    margin-top: 3.3854166667vw;
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .camp03__list {
    display: block;
    margin-top: 4%;
    margin-bottom: 2%;
  }
}
.camp03__list li {
  max-width: 490px;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .camp03__list li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.charm {
  position: relative;
  padding-top: 150px;
  padding-bottom: 113px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .charm .inner {
    position: relative;
    z-index: 99;
  }
}
.charm .section-title {
  position: relative;
  display: inline-block;
  width: auto;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .charm {
    padding-top: 6.3020833333vw;
    padding-bottom: 5.8854166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .charm {
    padding-top: 15%;
    padding-bottom: 18%;
  }
}
.charm__item {
  position: absolute;
  right: -120px;
  top: 50%;
  width: 104px;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .charm__item {
    width: 5.4166666667vw;
    right: -6.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .charm__item {
    width: 18%;
    right: -3%;
    top: -50%;
    z-index: -1;
    transform: none;
  }
}
.charm__item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.charm__list {
  margin-top: 107px;
  margin-bottom: 54px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .charm__list {
    margin-top: 5.5729166667vw;
    margin-bottom: 2.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .charm__list {
    margin-top: 11%;
    margin-bottom: 10%;
  }
}
.charm li {
  gap: 70px;
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .charm li {
    gap: 3.6458333333vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .charm li {
    margin-bottom: 12%;
    gap: 5%;
  }
  .charm li.flex__c-c {
    flex-direction: column;
  }
  .charm li.flex__c-c.reverse {
    flex-direction: column-reverse;
  }
}
.charm-img {
  position: relative;
  border-radius: 25px;
  width: 540px;
  aspect-ratio: 14/11;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .charm-img {
    width: 28.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .charm-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.charm-img img {
  border-radius: 25px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.charm-txt {
  width: calc(100% - 580px);
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .charm-txt {
    width: 31.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .charm-txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.charm-txt h4 {
  color: #0b3190;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 4.8%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .charm-txt h4 {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .charm-txt h4 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 2%;
  }
}
.charm-txt p {
  line-height: 1.7;
}
.charm-num {
  position: absolute;
  width: 123px;
  height: 123px;
  top: -50px;
  right: -50px;
  border-radius: 50%;
  background: #009fe8;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .charm-num {
    width: 6.40625vw;
    height: 6.40625vw;
    top: -2.6041666667vw;
    right: -2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .charm-num {
    width: 73px;
    height: 73px;
    right: -30px;
    top: -40px;
  }
}
.charm-num span {
  font-size: 1rem;
  padding-top: 1%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .charm-num span {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .charm-num span {
    font-size: 12px;
  }
}
.charm-num p {
  font-size: 42px;
  padding-top: 1%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .charm-num p {
    font-size: 2.1875vw;
  }
}
@media only screen and (max-width: 767px) {
  .charm-num p {
    font-size: 25px;
  }
}
.charm .side-img {
  width: 17%;
  top: 121px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .charm .side-img {
    top: 6.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .charm .side-img {
    top: 5%;
    width: 8%;
  }
}
.charm .side-img.charm__left__bg {
  left: 0px;
}
@media only screen and (max-width: 767px) {
  .charm .side-img.charm__left__bg {
    aspect-ratio: 69/3650;
    height: 100%;
    width: auto;
    left: -10px;
  }
  .charm .side-img.charm__left__bg img {
    width: auto;
    height: 100%;
  }
}
.charm .side-img.charm__right__bg {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .charm .side-img.charm__right__bg {
    aspect-ratio: 69/3650;
    height: 100%;
    width: auto;
    right: -10px;
  }
  .charm .side-img.charm__right__bg img {
    width: auto;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .program .inner {
    position: relative;
    z-index: 9;
  }
}
.program.bubble-bg {
  padding-top: 160px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .program.bubble-bg {
    margin-top: -30px;
    padding-top: 8.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .program.bubble-bg {
    margin-top: -7%;
    padding-top: 18%;
    padding-bottom: 18%;
  }
}
.program .wave-img {
  transform: rotate(180deg);
  top: -4%;
}
.program__list {
  margin-top: 107px;
  margin-bottom: 54px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .program__list {
    margin-top: 5.5729166667vw;
    margin-bottom: 2.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .program__list {
    margin-top: 11%;
    margin-bottom: 10%;
  }
}
.program__list ul {
  gap: 33px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .program__list ul {
    gap: 1.71875vw;
  }
}
@media only screen and (max-width: 767px) {
  .program__list ul {
    display: block;
    gap: 0;
  }
}
.program__list li {
  width: 378px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 26px;
  height: 505px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .program__list li {
    width: 19.6875vw;
    height: 26.3020833333vw;
    padding-top: vvw(30);
    padding-bottom: 1.5625vw;
    padding-left: 1.3541666667vw;
    padding-right: 1.3541666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .program__list li {
    width: 100%;
    height: auto;
    padding: 6% 5%;
    margin-bottom: 20px;
  }
}
.program__list__img {
  width: 100%;
}
.program__list__img img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
}
.program__list__title {
  text-align: center;
  padding: 4% 0;
  color: #0b3190;
}
@media only screen and (max-width: 767px) {
  .program__list__title {
    padding: 2% 0;
    line-height: 1;
  }
}
.program__list__title h5 {
  font-size: 29px;
  line-height: 1;
  padding-bottom: 5px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .program__list__title h5 {
    font-size: 1.5104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .program__list__title h5 {
    font-size: 26px;
    margin-bottom: 1%;
  }
}
.program__list__title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .program__list__title p {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .program__list__title p {
    font-size: 20px;
  }
}
.program__list__txt {
  padding-bottom: 5%;
  font-size: 1rem;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .program__list__txt {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .program__list__txt {
    padding-bottom: 2%;
  }
}

.instructor__item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.instructor__item.left {
  left: -157px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .instructor__item.left {
    width: 6.6145833333vw;
    left: -25%;
  }
}
@media only screen and (max-width: 767px) {
  .instructor__item.left {
    width: 27%;
    left: -35%;
  }
}
.instructor__item.right {
  right: -165px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .instructor__item.right {
    width: 7.03125vw;
    right: -26%;
  }
}
@media only screen and (max-width: 767px) {
  .instructor__item.right {
    width: 27%;
    right: -40%;
  }
}
.instructor__item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.instructor .side-img {
  width: 17%;
  top: 121px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .instructor .side-img {
    top: 6.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .instructor .side-img {
    top: 5%;
    width: 8%;
  }
}
.instructor .side-img.triangle-bg_left {
  left: 0px;
}
@media only screen and (max-width: 767px) {
  .instructor .side-img.triangle-bg_left {
    aspect-ratio: 69/3650;
    height: 100%;
    width: auto;
    left: -10px;
  }
  .instructor .side-img.triangle-bg_left img {
    width: auto;
    height: 100%;
  }
}
.instructor .side-img.triangle-bg_right {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .instructor .side-img.triangle-bg_right {
    aspect-ratio: 69/3650;
    height: 100%;
    width: auto;
    right: -10px;
  }
  .instructor .side-img.triangle-bg_right img {
    width: auto;
    height: 100%;
  }
}

.wave-block {
  width: 100%;
  position: relative;
  z-index: 99;
}
.wave-block .wave-img {
  top: -10px;
  transform: rotate(180deg);
}
.wave-block__item {
  position: absolute;
  width: 160px;
  height: 100%;
  left: 15px;
  aspect-ratio: 26/27;
  top: -196px;
}
@media only screen and (max-width: 767px) {
  .wave-block__item {
    display: none;
  }
}
.wave-block__item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.guide {
  overflow: hidden;
  z-index: 9;
  position: relative;
  margin-top: -20px;
}
.guide__box {
  background: #fff;
  border-radius: 20px;
  padding: 54px 44px;
  margin-top: 107px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .guide__box {
    margin-top: 5.5729166667vw;
    padding: 5% 4%;
    width: 62.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .guide__box {
    margin-top: 11%;
    padding: 8% 10px;
  }
}
.guide__img {
  width: 230px;
  height: 185px;
  margin-right: 30px;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .guide__img {
    width: 11.9791666667vw;
    height: 9.6354166667vw;
    margin-right: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .guide__img {
    min-width: 100%;
    height: auto;
    margin-right: 0;
  }
}
.guide__img img {
  border-radius: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .guide__txt {
    width: 31.25vw;
  }
}
.guide__txt h6 {
  font-size: 39px;
  color: #0b3190;
  width: 432px;
}
.guide__txt h6 img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .guide__txt h6 {
    font-size: 2.03125vw;
    width: 22.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .guide__txt h6 {
    font-size: 22px;
    letter-spacing: -0.9px;
    line-height: 1;
    margin: 5px 0;
    width: 100%;
    max-width: 432px;
  }
}
@media only screen and (max-width: 767px) {
  .guide__txt p {
    display: block;
    line-height: 1.3;
    margin-top: 7px;
  }
  .guide__txt p span {
    width: 100%;
    display: block;
    font-weight: 700;
    margin-top: 3px;
  }
}

.map {
  width: 100%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  aspect-ratio: 10/3;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .map {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    aspect-ratio: 3/2;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: contain;
}

.faq__item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.faq__item.left {
  left: -190px;
  width: 137px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .faq__item.left {
    width: 7.1354166667vw;
    left: -9.8958333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .faq__item.left {
    display: none;
  }
}
.faq__item.right {
  right: -249px;
  width: 166px;
  top: 13px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .faq__item.right {
    width: 8.6458333333vw;
    right: -12.96875vw;
    top: 0.6770833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .faq__item.right {
    width: 30%;
    right: -8%;
    top: -21%;
  }
}
.faq__item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.faq__list {
  max-width: 796px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 107px;
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .faq__list {
    margin-top: 5.5729166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .faq__list {
    margin-top: 11%;
    width: 100%;
    margin-top: 40px;
  }
}
.faq__list li {
  background: #fffce7;
  border-radius: 20px;
  color: #0b3190;
  margin-bottom: 26px;
}
.faq__list li .en {
  font-size: 40px;
  margin-right: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .faq__list li .en {
    font-size: 2.0833333333vw;
    margin-right: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .faq__list li .en {
    font-size: 28px;
    margin-right: 10px;
  }
}
.faq__title {
  padding: 3.8% 4%;
  display: flex;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .faq__title {
    padding: 3% 12px 3% 7px;
  }
}
.faq__title:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 2px;
  background-color: #0b3190;
  top: 48%;
  right: 20px;
  transform: rotate(90deg);
  transition: 0.3s;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .faq__title:after {
    width: 16px;
    height: 1px;
    right: 5px;
  }
}
.faq__title::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 2px;
  background-color: #0b3190;
  top: 48%;
  right: 20px;
  transform: rotate(0deg);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .faq__title::before {
    width: 16px;
    height: 1px;
    right: 5px;
  }
}
.faq__title.close {
  transition: 0.3s;
}
.faq__title.close:before {
  opacity: 0;
  transition: 0.3s;
}
.faq__title.close:after {
  transform: rotate(0);
  transition: 0.3s;
}
.faq__title h5 {
  font-size: 25px;
  padding-top: 11px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .faq__title h5 {
    font-size: 1.3020833333vw;
    padding-top: 0.5729166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .faq__title h5 {
    font-size: 20px;
    padding-top: 7px;
  }
}
.faq__txt {
  padding: 3.8% 6% 3.8% 4%;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .faq__txt {
    padding: 2% 7px 3% 7px;
  }
}
.faq__txt .a-txt {
  padding-top: 20px;
  color: #222222;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .faq__txt .a-txt {
    padding-top: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .faq__txt .a-txt {
    padding-top: 10px;
  }
}
.faq .side-img {
  z-index: 1;
}

.more__btn {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 100px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .more__btn {
    margin-top: 2.8645833333vw;
  }
}
.more__btn a {
  position: relative;
  width: 424px;
  font-size: 25px;
  color: #fff;
  line-height: 98px;
  letter-spacing: 0.04em;
  background: #0068c3;
  border-radius: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .more__btn a {
    font-size: 1.3020833333vw;
    line-height: 5.1041666667vw;
    width: 22.0833333333vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .more__btn a {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .more__btn a {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    padding-top: 7%;
    padding-bottom: 7%;
    line-height: 1;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .more__btn a {
    font-size: 22px;
  }
}
.more__btn a:after {
  content: "";
  position: absolute;
  right: 12%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .more__btn a:after {
    width: 0.9375vw;
    height: 0.9375vw;
  }
}
@media only screen and (max-width: 767px) {
  .more__btn a:after {
    width: 13px;
    height: 13px;
    right: 9%;
  }
}
.more__btn a:hover:after {
  right: 8%;
}
@media only screen and (max-width: 767px) {
  .more__btn a:hover:after {
    right: 6%;
  }
}

.voice {
  z-index: 9;
}
.voice.line-bg {
  padding-top: 200px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .voice.line-bg {
    padding-top: 10.4166666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .voice.line-bg {
    padding-top: 15%;
    padding-bottom: 18%;
  }
}
.voice .section-title {
  position: relative;
  display: inline-block;
  width: auto;
}
.voice__item {
  position: absolute;
}
.voice__item.left {
  left: -185px;
  width: 120px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .voice__item.left {
    width: 6.25vw;
    left: -9.6354166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .voice__item.left {
    width: 17%;
    left: 0;
    top: -20px;
    transform: rotate(-30deg);
  }
}
.voice__item.right {
  right: -153px;
  width: 78px;
  top: -16px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .voice__item.right {
    width: 4.0625vw;
    right: -7.96875vw;
  }
}
@media only screen and (max-width: 767px) {
  .voice__item.right {
    display: none;
  }
}
.voice__item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.program-ja {
  max-width: 329px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}
.program-ja img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .program-ja {
    max-width: 17.1354166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .program-ja {
    max-width: none;
    height: 36px;
    margin-top: 2%;
  }
}

.fax-ja {
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}
.fax-ja img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .fax-ja {
    max-width: 20.5729166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .fax-ja {
    max-width: none;
    height: 36px;
    margin-top: 2%;
  }
}

.guide-ja {
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}
.guide-ja img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .guide-ja {
    max-width: 20.5729166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .guide-ja {
    max-width: none;
    height: 36px;
    margin-top: 2%;
  }
}

.guide-ja {
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}
.guide-ja img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .guide-ja {
    max-width: 20.5729166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .guide-ja {
    max-width: none;
    height: 36px;
    margin-top: 2%;
  }
}

.process-ja {
  max-width: 758px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}
.process-ja img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process-ja {
    max-width: 39.4791666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .process-ja {
    max-width: none;
    width: 90%;
    margin-top: 2%;
  }
}

.charm-ja {
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}
.charm-ja img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .charm-ja {
    max-width: 61.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .charm-ja {
    max-width: none;
    height: 80px;
    margin-top: 2%;
  }
}

.campaign-ja {
  max-width: 397px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}
.campaign-ja img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .campaign-ja {
    max-width: 20.6770833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-ja {
    max-width: none;
    height: 36px;
    margin-top: 2%;
  }
}

.instructor-ja {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}
.instructor-ja img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .instructor-ja {
    max-width: 34.375vw;
  }
}
@media only screen and (max-width: 767px) {
  .instructor-ja {
    max-width: none;
    height: 36px;
    margin-top: 2%;
  }
}

.voice-ja {
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}
.voice-ja img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .voice-ja {
    max-width: 27.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .voice-ja {
    max-width: none;
    height: 36px;
    margin-top: 2%;
  }
}

.other-ja {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}
.other-ja img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .other-ja {
    max-width: 57.2916666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .other-ja {
    max-width: none;
    height: 36px;
    margin-top: 2%;
  }
}

.other {
  z-index: 99;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .other.line-bg {
    padding-top: 10.4166666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .other.line-bg {
    padding-top: 15%;
    padding-bottom: 18%;
  }
}
.other .section-title {
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .other .section-title h3 {
    height: 110px;
  }
}
.other__item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.other__item.left {
  left: -158px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .other__item.left {
    width: 6.9270833333vw;
    left: -8.2291666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .other__item.left {
    display: none;
  }
}
.other__item.right {
  right: -124px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .other__item.right {
    width: 4.8958333333vw;
    right: -6.4583333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .other__item.right {
    display: none;
  }
}
.other__item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.banner__list {
  margin-top: 107px;
  margin-bottom: 54px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .banner__list {
    margin-top: 5.5729166667vw;
    margin-bottom: 2.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .banner__list {
    margin-top: 11%;
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .banner__list ul {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner__list li {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  background: #fff;
  border-radius: 20px;
  padding: 0px 26px 30px 26px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .banner__list li {
    border-radius: 1.0416666667vw;
    padding: 0 1.3541666667vw 1.5625vw 1.3541666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .banner__list li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 6% 5%;
  }
}
.banner__list li h5 {
  font-size: 28px;
  letter-spacing: -0.9px;
  color: #0b3190;
  line-height: 1;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold !important;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .banner__list li h5 {
    font-size: 1.4583333333vw;
    height: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .banner__list li h5 {
    font-size: 22px;
    height: auto;
    margin-bottom: 15px;
  }
}
.banner__list li h5 span {
  font-size: 20px;
  font-weight: bold !important;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .banner__list li h5 span {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .banner__list li h5 span {
    font-size: 16px;
  }
}
.banner__list li a {
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  transition: 0.5s;
  overflow: hidden;
  color: #fff;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .banner__list li a {
    margin-top: 0.78125vw;
    font-size: 0.9375vw;
  }
}
@media only screen and (max-width: 767px) {
  .banner__list li a {
    font-size: 16px;
    margin-top: 15px;
  }
}
.banner__list li a span {
  position: relative;
  display: inline-block;
  padding: 3% 13% 3.5% 10%;
  background: #0068c3;
  border-radius: 50px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .banner__list li a span {
    border-radius: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .banner__list li a span {
    padding: 12px 13px 12px 0px;
    width: 220px;
  }
}
.banner__list li a span::after {
  content: "";
  position: absolute;
  right: 13%;
  top: 47%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .banner__list li a span::after {
    width: 0.625vw;
    height: 0.625vw;
    border-top: 0.1041666667vw solid #fff;
    border-right: 0.1041666667vw solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .banner__list li a span::after {
    right: 25px;
    width: 10px;
    height: 10px;
  }
}
.banner__list li a:hover span:after {
  right: 10%;
}

.intro {
  position: relative;
  background: #0068c3;
  z-index: 1;
  padding-bottom: 60px;
}
.intro__inner {
  position: relative;
  width: 1378px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .intro__inner {
    width: 71.7708333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .intro__inner {
    width: 100%;
    max-width: 420px;
  }
}
.intro__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 27px;
  line-height: 1.5185185185;
  letter-spacing: 0.02em;
  width: 100%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .intro__txt {
    font-size: 1.40625vw;
  }
}
@media only screen and (max-width: 767px) {
  .intro__txt {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    letter-spacing: -0.9px;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 330px) {
  .intro__txt {
    font-size: 11px;
    letter-spacing: -0.6px;
  }
}
.intro__txt p {
  font-weight: 700 !important;
}
.intro__txt p span {
  font-weight: 900 !important;
  color: #0062b7;
  font-size: 28px;
  line-height: 1.6785714286;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .intro__txt p span {
    font-size: 1.4583333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .intro__txt p span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 330px) {
  .intro__txt p span {
    font-size: 11px;
    letter-spacing: -0.6px;
  }
}
.intro__txt p span::before {
  position: absolute;
  content: "";
  width: 96%;
  height: 10px;
  background: #fff09d;
  bottom: 0px;
  left: 2%;
  z-index: -1;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .intro__txt p span::before {
    height: 0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .intro__txt p span::before {
    height: 5px;
  }
}
.intro__btn {
  position: relative;
  text-align: center;
  width: 608px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .intro__btn {
    width: 31.6666666667vw;
    margin-top: 2.8645833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .intro__btn {
    width: 70%;
    max-width: 420px;
    margin-top: 20px;
  }
}
.intro__btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  background: #0068c3;
  padding-right: 60px;
  font-size: 36px;
  color: #fff;
  line-height: 150px;
  border-radius: 90px;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .intro__btn a {
    height: 7.8125vw;
    line-height: 7.8125vw;
    border-radius: 4.6875vw;
    padding-right: 3.125vw;
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 767px) {
  .intro__btn a {
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 330px) {
  .intro__btn a {
    height: 55px;
    line-height: 55px;
    font-size: 13px;
  }
}
.intro__btn a:after {
  content: "";
  position: absolute;
  right: 12%;
  top: 50%;
  width: 21px;
  height: 21px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .intro__btn a:after {
    width: 1.09375vw;
    height: 1.09375vw;
  }
}
@media only screen and (max-width: 767px) {
  .intro__btn a:after {
    width: 13px;
    height: 13px;
    right: 10%;
    top: 48%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.intro__btn a:hover:after {
  right: 8%;
}
@media only screen and (max-width: 767px) {
  .intro__btn a:hover:after {
    right: 5%;
  }
}
.intro__kaba {
  width: 200px;
  height: 197px;
  position: absolute;
  bottom: -8px;
  left: -115px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .intro__kaba {
    width: 10.4166666667vw;
    height: 10.2604166667vw;
    bottom: -0.4166666667vw;
    left: -5.9895833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .intro__kaba {
    width: 30%;
    height: auto;
    left: -30px;
    bottom: -9px;
  }
}
.intro__kaba img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.course {
  position: relative;
  padding-top: 121px;
  padding-bottom: 113px;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course {
    padding-top: 6.3020833333vw;
    padding-bottom: 5.8854166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .course {
    padding-top: 15%;
    padding-bottom: 18%;
  }
}
@media only screen and (max-width: 767px) {
  .course .inner {
    position: relative;
    z-index: 99;
  }
}
.course__title {
  text-align: center;
  display: block;
  border-radius: 20px;
  font-size: 40px;
  height: 95px;
  line-height: 95px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__title {
    border-radius: 1.0416666667vw;
    font-size: 2.0833333333vw;
    height: 4.9479166667vw;
    line-height: 4.9479166667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .course__title {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 12px;
  }
}
.course__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  margin-top: 75px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__list {
    gap: 1.5104166667vw;
    margin-top: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .course__list {
    display: block;
    margin-top: 45px;
  }
}
.course__swimming {
  width: 889px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__swimming {
    width: 46.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .course__swimming {
    width: 100%;
  }
}
.course__swimming h6 {
  background: #009fe8;
}
.course__swimming a {
  background: #009fe8;
}
.course__swimming ul {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__swimming ul {
    gap: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .course__swimming ul {
    display: block;
  }
}
.course__swimming ul li {
  border: 1px solid #009fe8;
}
.course__fit {
  width: 281px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__fit {
    width: 14.6354166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .course__fit {
    width: 100%;
    margin-top: 30px;
  }
}
.course__fit h6 {
  background: #ea7948;
}
.course__fit a {
  background: #ea7948;
}
.course__fit li {
  border: 1px solid #ea7948;
}
.course__baby {
  width: 281px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__baby {
    width: 14.6354166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .course__baby {
    width: 100%;
    margin-top: 30px;
  }
}
.course__baby h6 {
  background: #e28a8d;
}
.course__baby a {
  background: #e28a8d;
}
.course__baby li {
  border: 1px solid #e28a8d;
}
.course__item {
  width: 280px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__item {
    width: 14.5833333333vw;
    border-radius: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .course__item {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
}
.course__item a {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 226px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 17px;
  padding-right: 10px;
  border-radius: 15px;
  text-align: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__item a {
    margin-top: 1.0416666667vw;
    margin-bottom: 1.5625vw;
    width: 11.7708333333vw;
    height: 3.125vw;
    line-height: 3.125vw;
    font-size: 0.8854166667vw;
    padding-right: 0.5208333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .course__item a {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 226px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-right: 10px;
    border-radius: 12px;
  }
}
.course__item a:after {
  content: "";
  position: absolute;
  right: 12%;
  top: 48%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__item a:after {
    width: 0.625vw;
    height: 0.625vw;
  }
}
@media only screen and (max-width: 767px) {
  .course__item a:after {
    width: 13px;
    height: 13px;
    right: 12%;
    width: 10px;
    height: 10px;
  }
}
.course__item a:hover:after {
  right: 8%;
}
@media only screen and (max-width: 767px) {
  .course__item a:hover:after {
    right: 5%;
  }
}
.course__txt {
  padding: 25px 20px 0px 20px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__txt {
    padding: 1.3020833333vw 1.0416666667vw 0px 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .course__txt {
    padding: 17px 10px 0px 10px;
  }
}
.course__txt dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 17px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__txt dl {
    margin-bottom: 0.15625vw;
    padding-bottom: 0.15625vw;
    font-size: 0.8854166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .course__txt dl {
    font-size: 16px;
  }
}
.course__txt dl.course_price {
  align-items: flex-end;
  padding-bottom: 5px;
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__txt dl.course_price {
    margin-bottom: 0.2604166667vw;
  }
}
.course__txt dl.course_price dt {
  line-height: 1;
}
.course__txt dl.course_price dd {
  font-size: 39px;
  line-height: 1;
  font-weight: 700 !important;
  letter-spacing: -0.9px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  color: #0b3190;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__txt dl.course_price dd {
    font-size: 2.03125vw;
  }
}
.course__txt dl.course_price dd span {
  font-size: 14px;
  font-weight: 500 !important;
  font-family: "Zen Maru Gothic", serif;
  color: #222222;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__txt dl.course_price dd span {
    font-size: 0.7291666667vw;
  }
}
.course__txt dl.course_price dd span.tax {
  width: auto;
  padding-left: 4px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__txt dl.course_price dd span.tax {
    padding-left: 0.2083333333vw;
  }
}
.course__txt dl dt {
  width: 55px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__txt dl dt {
    width: 2.8645833333vw;
  }
}
.course__txt dl dd {
  width: calc(100% - 55px);
  font-weight: 500 !important;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__txt dl dd {
    width: calc(100% - 2.8645833333vw);
  }
}
.course__txt dl dd span {
  width: 10px;
  display: inline-block;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__txt dl dd span {
    width: 0.5208333333vw;
  }
}
.course img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.course-ja {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}
.course-ja img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course-ja {
    max-width: 23.9583333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .course-ja {
    max-width: none;
    height: 36px;
    margin-top: 2%;
  }
}

.bus-ja {
  max-width: 449px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}
.bus-ja img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .bus-ja {
    max-width: 23.3854166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .bus-ja {
    max-width: none;
    height: 28px;
    margin-top: 2%;
  }
}

.course__bus {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 8vw;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__bus {
    width: 59.375vw;
  }
}
@media only screen and (max-width: 767px) {
  .course__bus {
    width: 100%;
    max-width: 400px;
    padding-bottom: 100px;
  }
}
.course__bus .bus__img {
  margin-top: 13px;
  width: 100%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .course__bus .bus__img {
    margin-top: 0.6770833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .course__bus .bus__img {
    margin-top: 0;
  }
}

.bus__link {
  display: block;
  width: 80%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .bus__link {
    width: 100%;
  }
}

.camp01__txt {
  position: relative;
  font-size: 30px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900 !important;
  color: #0b3190;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .camp01__txt {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .camp01__txt {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.camp01__txt span {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900 !important;
  font-size: 58px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .camp01__txt span {
    font-size: 3.0208333333vw;
    padding-left: 0.2604166667vw;
    padding-right: 0.2604166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .camp01__txt span {
    font-size: 34px;
    padding-left: 2px;
    padding-right: 2px;
  }
}

body.join {
  overflow: auto;
}

.container-fluid {
  color: #222222;
  font-weight: 500 !important;
  font-size: 1.1rem;
  line-height: 1.7;
}

.container-fluid {
  margin-top: 92px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .container-fluid {
    margin-top: 4.7916666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    margin-top: 65px;
  }
}

* {
  font-weight: 500 !important;
}

.bgcolor-sub {
  background: #0b3190;
}

[class*=sec_title][class*=-sub][class*=-arrow] {
  color: #0b3190;
}

[class*=sec_title][class*=-sub][class*=-arrow]:after {
  background: #0b3190;
}

.course_title_item, .radius_title_item {
  background: #fffce7;
  color: #0b3190;
  font-weight: 500;
}

.circle_list li:before {
  color: #0b3190;
}

.textarea {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .textarea {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1100px) {
  .textarea {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .textarea {
    font-size: 14px;
  }
}

.sec_title-sub-arrow-sm {
  font-weight: 700 !important;
  font-size: 22px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .sec_title-sub-arrow-sm {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 1100px) {
  .sec_title-sub-arrow-sm {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec_title-sub-arrow-sm {
    font-size: 18px;
  }
}

.radius_title_item {
  padding: 0;
  text-align: center;
}

.radius_title_item .title {
  width: 100%;
  height: 100%;
}

.radius_title_item .title a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem 2.5rem;
  font-weight: 700 !important;
}
.radius_title_item .title a:hover {
  opacity: 0.7;
}

.radius_title_item h6 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem 2.5rem;
  font-weight: 700 !important;
}

.sub_title {
  font-size: 22px;
  font-weight: 700 !important;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .sub_title {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 1100px) {
  .sub_title {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .sub_title {
    font-size: 18px;
  }
}

.link_navibar_wrap {
  border-radius: 36.5px;
  margin-top: 100px;
  margin-bottom: 88px;
  overflow: visible;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .link_navibar_wrap {
    margin-top: 5.2083333333vw;
    margin-bottom: 4.5833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .link_navibar_wrap {
    border-radius: 20px;
    margin-top: 45px;
    margin-bottom: 40px;
  }
}
.link_navibar_wrap .for-title {
  font-size: 25px !important;
  padding: 32px 0 !important;
  line-height: 1 !important;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .link_navibar_wrap .for-title {
    font-size: 2rem !important;
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .link_navibar_wrap .for-title {
    font-size: 1.8rem !important;
    padding: 20px 0;
  }
}

.join__item {
  position: absolute;
}
.join__item.left {
  left: 20px;
  bottom: 15%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .join__item.left {
    width: 5.7291666667vw;
    left: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .join__item.left {
    width: 12%;
    left: 0%;
    bottom: -45%;
  }
}
.join__item.right {
  right: -15px;
  top: -20%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .join__item.right {
    right: -0.78125vw;
    width: 6.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .join__item.right {
    width: 21%;
    right: 0%;
    top: -55%;
  }
}
.join__item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.join-link .radius_title_item {
  background: #0b3190;
  border-radius: 22px;
  color: #fff;
}
.join-link .radius_title_item a {
  padding-right: 20px;
  position: relative;
  transition: 0.3s;
  font-size: 18px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .join-link .radius_title_item a {
    padding-right: 1.0416666667vw;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .join-link .radius_title_item a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .join-link .radius_title_item a {
    font-size: 1.6rem;
  }
}
.join-link .radius_title_item a:hover {
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.join-link .radius_title_item a:hover:after {
  right: 10px;
  transition: 0.3s;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .join-link .radius_title_item a:hover:after {
    right: 0.5208333333vw;
  }
}
.join-link .radius_title_item a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  transition: 0.3s;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .join-link .radius_title_item a:after {
    width: 0.5729166667vw;
    height: 0.5729166667vw;
    right: 1.5625vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .join-link .radius_title_item a:after {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
    right: 1.5625vw;
  }
}

.text_read_box {
  background: inherit;
}
@media only screen and (max-width: 767px) {
  .text_read_box {
    padding: 0;
  }
}

.pd-lg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  background-color: #f8f8f8;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .pd-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.under-bg {
  position: relative;
  padding-top: 121px;
  padding-bottom: 113px;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .under-bg {
    padding-top: 6.3020833333vw;
    padding-bottom: 5.8854166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .under-bg {
    padding-top: 15%;
    padding-bottom: 18%;
  }
}
.under-bg .section-title {
  position: relative;
  display: inline-block;
  width: auto;
}
.under-bg .side-img {
  width: 17%;
  top: 121px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .under-bg .side-img {
    top: 6.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .under-bg .side-img {
    top: 5%;
    width: 8%;
  }
}
.under-bg .side-img.under-bg_left {
  left: 0;
}
.under-bg .side-img.under-bg_right {
  right: 0;
}

.link_navibar_wrap {
  border-radius: 0 !important;
  background: none !important;
}

.join__bg__white {
  background: #fff;
  padding-bottom: 50px;
  border-radius: 20px;
  border: 4px solid #80cafa;
}
@media only screen and (max-width: 767px) {
  .join__bg__white {
    padding-bottom: 0;
  }
}
.join__bg__white.yellow_line {
  border: 4px solid #ffba62;
}
.join__bg__white__inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.s-body .sanka.blue:before {
  background: #f3f9fc;
}
.s-body .sanka.blue .campaign__title {
  background: #80cafa;
  height: 99px;
  line-height: 99px;
  margin-bottom: 45px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .s-body .sanka.blue .campaign__title {
    height: 9vw;
    line-height: 9vw;
    margin-bottom: 4.0909090909vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body .sanka.blue .campaign__title {
    height: 75px;
    line-height: 75px;
  }
}
.s-body .sanka.blue .for-title {
  line-height: 75px;
  height: 75px;
  font-size: 22px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .s-body .sanka.blue .for-title {
    line-height: 6.8181818182vw;
    height: 6.8181818182vw;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body .sanka.blue .for-title {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    padding: 0;
  }
}
.s-body .swim.yellow:before {
  background: #fffbd5;
}
.s-body .swim.yellow .campaign__title {
  background: #ffba62;
  height: 99px;
  line-height: 99px;
  margin-bottom: 45px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .s-body .swim.yellow .campaign__title {
    height: 9vw;
    line-height: 9vw;
    margin-bottom: 4.0909090909vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body .swim.yellow .campaign__title {
    height: 75px;
    line-height: 75px;
  }
}
.s-body .swim.yellow .for-title {
  background: #ea7948;
  line-height: 75px;
  height: 75px;
  font-size: 22px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .s-body .swim.yellow .for-title {
    line-height: 6.8181818182vw;
    height: 6.8181818182vw;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body .swim.yellow .for-title {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    padding: 0;
  }
}
.s-body .swim.yellow .flow__list ul .flow-item {
  border: 2px solid #ea7948;
}
.s-body .swim.yellow .need__list ul li h5 {
  background: #ea7948;
}
.s-body .swim.yellow .need__list {
  border: 2px solid #ea7948;
}
.s-body .swim.yellow .under-title {
  color: #ea7948;
}
.s-body .swim.yellow .check__list ul li a {
  background: #ffba62;
}
.s-body .swim.yellow .important .circle_list li:before {
  color: #ffda62;
}
.s-body .swim.yellow .flow__num {
  background: #ffba62;
}
.s-body .swim.yellow .flow__list ul .flow-item h6 {
  color: #ea7948;
}
.s-body .important {
  margin-bottom: 70px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .s-body .important {
    margin-bottom: 6.3636363636vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body .important {
    margin-bottom: 50px;
  }
}

.join_top {
  margin-top: 20%;
}
@media only screen and (max-width: 767px) {
  .join_top {
    margin-top: 15%;
  }
}

.under-mv {
  width: 100%;
  margin-top: 92px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .under-mv {
    margin-top: 4.7916666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .under-mv {
    margin-top: 65px;
  }
}
.under-mv img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.under-page {
  margin-top: 111px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .under-page {
    margin-top: 10.0909090909vw;
  }
}
@media only screen and (max-width: 767px) {
  .under-page {
    margin-top: 10%;
  }
}
.under-page p {
  font-size: 1.1rem;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .under-page p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1100px) {
  .under-page p {
    font-size: 1.5454545455vw;
  }
}
@media only screen and (max-width: 767px) {
  .under-page p {
    font-size: 1rem;
  }
}

.under-page02 {
  margin-top: 151px;
  margin-bottom: 170px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .under-page02 {
    margin-top: 10.0909090909vw;
  }
}
@media only screen and (max-width: 767px) {
  .under-page02 {
    margin-top: 10%;
    margin-bottom: 120px;
  }
}
.under-page02 p {
  font-size: 1.1rem;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .under-page02 p {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .under-page02 p {
    font-size: 1rem;
  }
}
.under-page02 .link_navibar_wrap .for-title {
  font-size: 1.4rem !important;
}

.for-title {
  background: #0068c3;
  color: #fff;
  font-size: 27px;
  line-height: 99px;
  height: 99px;
  width: 100%;
  text-align: center;
  border-radius: 32px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .for-title {
    font-size: 2.4545454545vw;
    line-height: 9vw;
    height: 9vw;
  }
}
@media only screen and (max-width: 767px) {
  .for-title {
    width: 100%;
    font-size: 20px;
    height: auto;
    padding: 20px 0;
    line-height: 1;
  }
}

.under-title {
  line-height: 1;
  color: #0b3190;
  font-size: 25px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 18px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .under-title {
    font-size: 2.2727272727vw;
    padding-bottom: 1.6363636364vw;
  }
}
@media only screen and (max-width: 767px) {
  .under-title {
    font-size: 22px;
    padding-bottom: 12px;
  }
}

.flow {
  margin-top: 91px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .flow {
    margin-top: 8.2727272727vw;
  }
}
@media only screen and (max-width: 767px) {
  .flow {
    margin-top: 10%;
  }
}
.flow__list {
  margin-top: 58px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .flow__list {
    margin-top: 5.2727272727vw;
  }
}
@media only screen and (max-width: 767px) {
  .flow__list {
    margin-top: 50px;
  }
}
.flow__list.center ul {
  justify-content: center;
}
.flow__list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .flow__list ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .flow__list ul {
    display: block;
  }
}
.flow__list ul .flow-item {
  width: 412px;
  height: 181px;
  position: relative;
  border-radius: 25px;
  border: 3px solid #0068c3;
  padding-right: 147px;
  padding-left: 25px;
  padding-top: 23px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .flow__list ul .flow-item {
    width: 32.7272727273vw;
    height: 16.4545454545vw;
    padding-right: 13.3636363636vw;
    padding-left: 2.2727272727vw;
    padding-top: 2.0909090909vw;
  }
}
@media only screen and (max-width: 767px) {
  .flow__list ul .flow-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7px;
    padding-top: 20px;
    padding-right: 130px;
  }
}
.flow__list ul .flow-item h6 {
  font-size: 20px;
  color: #0b3190;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .flow__list ul .flow-item h6 {
    margin-bottom: 1.6363636364vw;
    font-size: 1.8181818182vw;
  }
}
.flow__list ul .flow-item .flow-txt {
  line-height: 1.3;
  font-size: 17px;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .flow__list ul .flow-item .flow-txt {
    font-size: 1.5454545455vw;
  }
}
@media only screen and (max-width: 767px) {
  .flow__list ul .flow-item .flow-txt {
    font-size: 14px;
  }
}
.flow__list ul .flow-item .flow-txt.flow02 {
  padding-top: 15px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .flow__list ul .flow-item .flow-txt.flow02 {
    padding-top: 1.3636363636vw;
  }
}
.flow__list ul .triangle {
  width: 33px;
  display: flex;
  align-items: center;
  height: 181px;
}
@media screen and (max-width: 1900px) {
  .flow__list ul .triangle {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .flow__list ul .triangle {
    width: 1.6363636364vw;
    height: 16.4545454545vw;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .flow__list ul .triangle {
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
  }
  .flow__list ul .triangle img {
    width: 50px;
  }
}
.flow .flow__img {
  position: absolute;
  top: 0;
  width: 144px;
  height: 175px;
  right: 0;
  overflow: hidden;
  border-radius: 23px;
}
.flow .flow__img.h-flow {
  height: 177px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .flow .flow__img.h-flow {
    height: 16vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .flow .flow__img {
    width: 13.0909090909vw;
    height: 15.9090909091vw;
  }
}
@media only screen and (max-width: 767px) {
  .flow .flow__img {
    width: 120px;
  }
}
.flow__num {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: -30px;
  top: -30px;
  background: #009fe8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .flow__num {
    width: 7.2727272727vw;
    height: 7.2727272727vw;
    left: -lg(30);
    top: -lg(30);
  }
}
@media only screen and (max-width: 767px) {
  .flow__num {
    width: 65px;
    height: 65px;
    left: -30px;
    top: -40px;
  }
}
.flow__num span {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .flow__num span {
    font-size: 1.4545454545vw;
  }
}
@media only screen and (max-width: 767px) {
  .flow__num span {
    font-size: 12px;
  }
}
.flow__num p {
  font-size: 31px;
  line-height: 1 !important;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .flow__num p {
    font-size: 2.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  .flow__num p {
    font-size: 25px;
  }
}
.flow .flow-attention {
  padding-top: 18px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .flow .flow-attention {
    padding-top: 1.6363636364vw;
  }
}
@media only screen and (max-width: 767px) {
  .flow .flow-attention {
    padding-top: 10px;
  }
}

.check {
  margin-top: 82px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .check {
    margin-top: 7.4545454545vw;
  }
}
@media only screen and (max-width: 767px) {
  .check {
    margin-top: 40px;
  }
}
.check__list {
  margin-top: 38px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .check__list {
    margin-top: 3.4545454545vw;
  }
}
@media only screen and (max-width: 767px) {
  .check__list {
    margin-top: 20px;
  }
}
.check__list.center ul {
  justify-content: center;
}
.check__list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.check__list ul li {
  width: 48%;
  height: 70px;
  margin-bottom: 27px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .check__list ul li {
    height: 6.3636363636vw;
    margin-bottom: 2.4545454545vw;
  }
}
@media only screen and (max-width: 767px) {
  .check__list ul li {
    width: 100%;
    height: 50px;
    margin-bottom: 12px;
  }
}
.check__list ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 70px;
  color: #fff;
  background: #009fe8;
  border-radius: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .check__list ul li a {
    line-height: 6.3636363636vw;
  }
}
@media only screen and (max-width: 767px) {
  .check__list ul li a {
    line-height: 50px;
    padding-right: 20px;
    border-radius: 12px;
  }
}
.check__list ul li a:after {
  content: "";
  position: absolute;
  right: 9%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .check__list ul li a:after {
    width: 1.0909090909vw;
    height: 1.0909090909vw;
  }
}
@media only screen and (max-width: 767px) {
  .check__list ul li a:after {
    width: 11px;
    height: 12px;
  }
}

.need {
  margin-top: 82px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .need {
    margin-top: 7.4545454545vw;
  }
}
@media only screen and (max-width: 767px) {
  .need {
    margin-top: 40px;
  }
}
.need__list {
  margin-top: 27px;
  border: 3px solid #0b3190;
  border-radius: 25px;
  padding: 60px 40px 22px 40px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .need__list {
    margin-top: 2.4545454545vw;
    padding-top: 5.4545454545vw;
    padding-right: 3.6363636364vw;
    padding-left: 3.6363636364vw;
  }
}
@media only screen and (max-width: 767px) {
  .need__list {
    padding: 30px 10px;
  }
}
.need__list.center ul {
  justify-content: center;
}
.need__list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.need__list ul li {
  width: 48%;
  margin-bottom: 38px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .need__list ul li {
    margin-bottom: 3.4545454545vw;
  }
}
@media only screen and (max-width: 767px) {
  .need__list ul li {
    width: 100%;
    margin-bottom: 12px;
  }
}
.need__list ul li h5 {
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  background: #0068c3;
  border-radius: 18px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .need__list ul li h5 {
    height: 6.1818181818vw;
    line-height: 6.1818181818vw;
    font-size: 1.8181818182vw;
    margin-bottom: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  .need__list ul li h5 {
    height: 50px;
    line-height: 50px;
    border-radius: 12px;
    margin-bottom: 7px;
    margin-top: 10px;
  }
}
.need .p-small {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .need .p-small {
    font-size: 1.4545454545vw;
  }
}
@media only screen and (max-width: 767px) {
  .need .p-small {
    font-size: 14px;
  }
}

.important {
  margin-top: 60px;
  margin-bottom: 150px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .important {
    margin-top: 5.4545454545vw;
    margin-bottom: 13.6363636364vw;
  }
}
@media only screen and (max-width: 767px) {
  .important {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
.important .circle_list li {
  position: relative;
  display: flex;
  padding-left: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .important .circle_list li {
    padding-left: 1.8181818182vw;
    margin-bottom: 0.9090909091vw;
  }
}
@media only screen and (max-width: 767px) {
  .important .circle_list li {
    padding-left: 0;
  }
}
.important .circle_list li:before {
  content: "●";
  position: relative;
  color: #0b3190;
}

ul.p-small {
  position: relative;
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  ul.p-small {
    margin-top: 30px;
  }
}
ul.p-small::after {
  content: "";
  position: absolute;
  text-decoration: dotted;
  top: -20px;
  left: 0;
  width: 100%;
  border-bottom: 3px dotted #009fe8;
}
@media only screen and (max-width: 767px) {
  ul.p-small {
    padding-left: 0;
  }
}
ul.p-small li {
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  ul.p-small li {
    font-size: 1.2727272727vw;
  }
}
ul.p-small li span {
  display: inline-block;
  width: calc(100% - 16px);
}
ul.p-small li:before {
  content: "";
  position: relative;
  color: #222222;
  width: 16px;
  display: inline-block;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  ul.p-small li:before {
    width: 1.4545454545vw;
  }
}
ul.p-small li:first-child:before {
  content: "※";
  position: relative;
  color: #222222;
}

.s-body {
  min-height: 150vh;
  /* 青 */
  /* ピンク */
}
.s-body main {
  position: relative;
  background: repeating-linear-gradient(-40deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 25px, transparent 0, transparent 50px);
}
.s-body .frame .image_wrap img {
  width: 100%;
}
.s-body .swim {
  position: relative;
  padding-bottom: 2vw;
}
.s-body .swim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f9fc;
  z-index: -1;
}
.s-body .swim.red:before {
  background: #fff5f9;
}
.s-body .sanka:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffd69b;
  z-index: -9;
}
.s-body .main_top {
  position: relative;
  margin-top: 0px;
  z-index: -1;
  margin-bottom: -27px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body .main_top {
    margin-bottom: -1.40625vw;
  }
}
.s-body .main_top img {
  margin-top: -40px;
}
.s-body .main_top02 {
  position: relative;
  margin-top: 0px;
  margin-top: -20px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body .main_top02 {
    margin-top: -1.0416666667vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .s-body .main_top02 {
    margin-top: -1.8181818182vw;
  }
}
.s-body .main_top02 img {
  margin-top: -40px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body .main_top02 img {
    margin-top: -2.0833333333vw;
  }
}
.s-body .image_field_wrap {
  max-width: 1100px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  padding-bottom: 8vw;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body .image_field_wrap {
    width: 90%;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .s-body .image_field_wrap {
    width: 90%;
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
  }
}
.s-body .course_field {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 20px;
}
.s-body .course_field:not(:last-child) {
  margin-bottom: 20%;
}
.s-body .course_field.top {
  margin-top: 20%;
}
.s-body .campaign_field {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 20px;
  margin-top: 2%;
  border: 4px solid #FFF085;
}
.s-body .campaign_field.orange {
  border: 4px solid #ff9c10;
}
.s-body .campaign_field.blue {
  border: 4px solid #007ac3;
}
.s-body .campaign_field.top {
  margin-top: 20%;
}
.s-body .campaign_img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom: 5%;
}
.s-body .sanka_field {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 20px;
  margin-top: 10%;
}
.s-body .sanka_field.top {
  margin-top: 20%;
}
.s-body .sanka_img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom: 5%;
}
.s-body .campaign__title {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  border-radius: 16px 16px 0 0;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  height: 65px;
  line-height: 65px;
  background: #ff9c10;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body .campaign__title {
    height: 3.3854166667vw;
    line-height: 3.3854166667vw;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body .campaign__title {
    font-size: 27px;
    height: 35px;
    line-height: 35px;
  }
}
.s-body .w10 {
  width: 10%;
}
.s-body .w16 {
  width: 16%;
}
.s-body .w15 {
  width: 15%;
}
.s-body .w17 {
  width: 17%;
}
.s-body .w20 {
  width: 20%;
}
.s-body .w22 {
  width: 22%;
}
.s-body .w25 {
  width: 25%;
}
.s-body .w10 {
  width: 10%;
}
.s-body .w30 {
  width: 30%;
}
.s-body .w35 {
  width: 35%;
}
.s-body .w40 {
  width: 40%;
}
.s-body .w45 {
  width: 45%;
}
.s-body .w50 {
  width: 50%;
}
.s-body .w60 {
  width: 60%;
}
.s-body .w70 {
  width: 70%;
}
.s-body .w80 {
  width: 80%;
}
.s-body .w90 {
  width: 90%;
}
.s-body table {
  width: 92%;
  margin: 10% auto 3% auto;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  font-weight: bold !important;
}
@media only screen and (max-width: 767px) {
  .s-body table {
    width: 95%;
  }
}
.s-body thead tr {
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: bold !important;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body thead tr {
    font-size: 1.0416666667vw;
    height: 3.6458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body thead tr {
    font-size: 12px;
    height: 45px;
  }
}
.s-body thead th {
  position: relative;
  font-weight: bold !important;
}
.s-body thead th::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body thead th::after {
    width: 0.15625vw;
  }
}
.s-body thead th:last-child:after {
  width: 0px;
}
.s-body thead th:first-child {
  border-radius: 18px 0px 0 0;
}
.s-body thead th:last-child {
  border-radius: 0 18px 0 0;
}
.s-body tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0 18px;
}
.s-body tbody tr:last-child td:last-child {
  border-radius: 0 0 18px 0;
}
.s-body .baby thead th:last-child:after {
  width: 0px;
}
.s-body .baby th:first-child {
  border-radius: 18px 0px 0 0;
}
.s-body .baby tbody tr:first-child td:first-child {
  border-radius: 0px 0px 0 18px;
}
.s-body .baby tbody tr:first-child td:last-child {
  border-radius: 0 0 18px 0;
}
.s-body .baby tr:nth-child(2) td {
  border-left: none !important;
}
.s-body .baby tr:last-child td:last-child {
  border-radius: 0 !important;
}
.s-body .baby tr:last-child td:first-child {
  border-radius: 0 !important;
  border-left: none !important;
}
.s-body .fit01 p {
  background-color: #ffe9ec;
  margin: 20px auto;
  border-radius: 18px;
  padding: 20px;
}
.s-body .fit01 p {
  font-size: 25px;
  color: #f05d6e;
  width: 90%;
  text-shadow: 2px 1px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.s-body .fit01 span {
  font-weight: bold;
  font-size: 35px;
}
@media screen and (max-width: 1200px) {
  .s-body .fit01 p {
    font-size: 20px;
  }
  .s-body .fit01 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .s-body .fit01 p {
    font-size: 13px;
  }
  .s-body .fit01 span {
    font-size: 23px;
  }
}
.s-body tbody {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body tbody {
    font-size: 1.1458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body tbody {
    font-size: 12px;
    line-height: 1;
  }
}
.s-body tbody .col-2 {
  font-size: 19px;
  text-align: left;
  padding-left: 5px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body tbody .col-2 {
    font-size: 0.9895833333vw;
    padding-left: 0.2604166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body tbody .col-2 {
    font-size: 12px;
  }
}
.s-body td {
  height: 65px;
  font-weight: bold !important;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body td {
    height: 3.3854166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body td {
    height: auto;
    padding: 5px 0;
  }
}
.s-body td .sum {
  color: rgb(56, 69, 255);
  font-weight: bold !important;
}
.s-body td .sun {
  color: rgb(255, 67, 67);
  font-weight: bold !important;
}
.s-body tr span.num {
  font-size: 33px;
  font-weight: bold !important;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body tr span.num {
    font-size: 1.71875vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body tr span.num {
    font-size: 14px;
  }
}
.s-body .course_field__attention {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5%;
}
.s-body .flag {
  max-width: 1100px;
  width: 100%;
  padding-left: 70px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -30px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body .flag {
    width: 90%;
    max-width: none;
    padding-left: 6%;
    padding-right: 5%;
    margin-bottom: -1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body .flag {
    width: 90%;
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.s-body .flag img {
  max-width: 450px;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body .flag img {
    max-width: 23.4375vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body .flag {
    max-width: 90%;
    width: 90%;
  }
}
.s-body .flag.top {
  margin-top: 10%;
}
.s-body .course_field.blue {
  border: 4px solid #80cafa;
}
.s-body .course_field.blue .table__title {
  color: #004e7c;
}
.s-body .course_field.blue .table__title__name {
  background: #ceeeff;
}
.s-body .course_field.blue .table__title__price {
  background: #7fcef9;
}
.s-body .course_field.blue thead tr {
  background: #0085c3;
}
.s-body .course_field.blue td {
  border-right: 3px solid #0085c3;
  border-bottom: 3px solid #0085c3;
}
.s-body .course_field.blue td:first-child {
  border-left: 3px solid #0085c3;
}
.s-body .course_field.blue tr span.num {
  color: #80cafa;
}
.s-body .course_field.blue .table__title__name:before {
  background: #ceeeff;
}
.s-body .course_field.blue .table__title__price:before {
  background: #80cafa;
}
.s-body .course_field.blue a {
  background: #0085c3;
}
.s-body .course_field.baby {
  border: 4px solid #ff999c;
}
.s-body .course_field.baby .table__title {
  color: #f86d72;
}
.s-body .course_field.baby .table__title__name {
  background: #ffced5;
}
.s-body .course_field.baby .table__title__price {
  background: #f97f8b;
}
.s-body .course_field.baby thead tr {
  background: #f47e86;
}
.s-body .course_field.baby td {
  border-right: 3px solid #f47e86;
  border-bottom: 3px solid #f47e86;
}
.s-body .course_field.baby td:first-child {
  border-left: 3px solid #f47e86;
}
.s-body .course_field.baby tr span.num {
  color: #f86d72;
}
.s-body .course_field.baby .table__title__name:before {
  background: #ffced5;
}
.s-body .course_field.baby .table__title__price:before {
  background: #f86d72;
}
.s-body .course_field.baby a {
  background: #f47e86;
}
.s-body .course_field.pink a {
  background: #f05d6e;
}
.s-body table {
  margin: 2% auto 3% auto;
}
.s-body .is_mb {
  display: none;
}
@media only screen and (max-width: 767px) {
  .s-body .is_mb {
    display: block;
  }
}
.s-body .course_price {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body .course_price {
    font-size: 2.34375vw;
    margin-top: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body .course_price {
    font-size: 25px;
    margin-top: 15px;
  }
}
.s-body .course_price__attention {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body .course_price__attention {
    font-size: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body .course_price__attention {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.s-body .course_price__date {
  text-align: center;
  font-size: 30px;
  margin-bottom: 0px;
  margin-top: 25px;
  color: #723E3E;
  font-weight: 900;
  line-height: 1;
}
.s-body .course_price__date .sun {
  color: red;
}
.s-body .course_price__date .sum {
  color: rgb(56, 69, 255);
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .s-body .course_price__date {
    font-size: 1.5625vw;
    margin-top: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-body .course_price__date {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.s-body .process.p-absolute {
  margin-bottom: 0;
  margin-top: 0;
}
.s-body .flow_block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.s-body .course_field.pink {
  border: 4px solid #f3affc;
}
.s-body .course_field.pink .table__title {
  color: #f05d6e;
}
.s-body .course_field.pink .table__title__name {
  background: #fad3ff;
}
.s-body .course_field.pink .table__title__price {
  background: #f3affc;
}
.s-body .course_field.pink thead tr {
  background: #d48dc3;
}
.s-body .course_field.pink td {
  border-right: 3px solid #d48dc3;
  border-bottom: 3px solid #d48dc3;
}
.s-body .course_field.pink td:first-child {
  border-left: 3px solid #d48dc3;
}
.s-body .course_field.pink tr span.num {
  color: #f3affc;
}
.s-body .course_field.pink .table__title__name:before {
  background: #fad3ff;
}
.s-body .course_field.pink .table__title__price:before {
  background: #f3affc;
}

.fit-img img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.flex {
  display: flex;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex__w {
  flex-wrap: wrap;
  display: flex;
}
.flex__b {
  justify-content: space-between;
  display: flex;
}
.flex__sp {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .flex__sp {
    display: block;
  }
}
.flex__c-w {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.flex__w_b {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.flex__c {
  display: flex;
  align-items: center;
}
.flex__c.wrap {
  flex-wrap: wrap;
}
.flex__b-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex__b-c.wrap {
  flex-wrap: wrap;
}
.flex__c-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex__c-c.wrap {
  flex-wrap: wrap;
}
.flex__c-t {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.flex__c-t.wrap {
  flex-wrap: wrap;
}
.flex__c-s {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex__c-s.wrap {
  flex-wrap: wrap;
}
.flex__c-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex__c-e.wrap {
  flex-wrap: wrap;
}
.flex__b-t {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex__b-t.wrap {
  flex-wrap: wrap;
}
.flex__b-b {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.flex__b-b.wrap {
  flex-wrap: wrap;
}
.flex__e_c {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex__e_c.wrap {
  flex-wrap: wrap;
}
.flex__b_d-c {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.flex__b_d-c.wrap {
  flex-wrap: wrap;
}
.flex__b_d {
  display: flex;
  justify-content: space-between;
}
.flex__b_d.wrap {
  flex-wrap: wrap;
}
.flex_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background: #fff;
  z-index: 99999;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .header {
    height: 4.7916666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 65px;
  }
}
.header-inner {
  padding-left: 52px;
  padding-right: 52px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .header-inner {
    padding-left: 2.7083333333vw;
    padding-right: 2.7083333333vw;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header-inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.header__left h1 {
  display: flex;
  align-items: center;
  height: 92px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .header__left h1 {
    height: 4.0104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .header__left h1 {
    height: 65px;
  }
}
.header__left a {
  height: 77px;
  display: block;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .header__left a {
    height: 4.0104166667vw;
    width: 21.3541666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .header__left a {
    height: 65px;
    max-width: 210px;
  }
  .header__left a.join-logo {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 370px) {
  .header__left a {
    max-width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .header__right .is_pc.flex__b-c {
    display: none;
  }
}
.header__right ul li {
  margin-right: 25px;
  font-weight: 500 !important;
  font-size: 15px !important;
  letter-spacing: -0.9px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .header__right ul li {
    margin-right: 1.3020833333vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .header__right ul li {
    margin-right: 1.3020833333vw;
  }
}
.header__right ul li a {
  font-weight: 500 !important;
  font-size: 15px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .header__right ul li a {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .header__right ul li {
    margin-right: 2.1875vw;
  }
}
.header__right .entry {
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #0068c3;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .header__right .entry {
    width: 9.8958333333vw;
    height: 3.125vw;
    line-height: 3.125vw;
    font-size: 0.6770833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .header__right .entry {
    width: auto;
    display: flex;
    align-items: center;
    height: 45px;
    font-size: 11px;
    line-height: 1.2 !important;
    margin-right: 37px;
    border-radius: 10px;
    line-height: 45px;
    padding-left: 7px;
    padding-right: 7px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 370px) {
  .header__right .entry {
    width: auto;
    display: flex;
    align-items: center;
    height: 45px;
    font-size: 10px;
    line-height: 1.2 !important;
    margin-right: 37px;
    border-radius: 10px;
    line-height: 45px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 1px;
  }
}

.footer {
  background: #0b3190;
  color: #fff;
  position: relative;
  margin-top: -22px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .footer {
    margin-top: -2%;
  }
}
.footer .flex__b {
  padding: 5.3% 0;
}
@media only screen and (max-width: 767px) {
  .footer .flex__b {
    display: block;
  }
}
.footer h1 {
  margin-bottom: 38px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .footer h1 {
    margin-bottom: 1.9791666667vw;
    width: 20.8333333333vw;
  }
}
.footer p {
  font-size: 18px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .footer p {
    font-size: 0.9375vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer p {
    font-size: 13px;
  }
}
.footer__right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .footer__right {
    display: none;
  }
}
.footer__right ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer__right ul.footer-sub {
  margin-top: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .footer__right ul.footer-sub {
    margin-top: 1.5625vw;
  }
}
.footer__right ul.footer-sub li {
  font-size: 14px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .footer__right ul.footer-sub li {
    font-size: 0.7291666667vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .footer__right ul.footer-sub li {
    font-size: 0.8333333333vw;
  }
}
.footer__right li {
  color: #fff;
  font-size: 17px;
  margin-left: 30px;
  letter-spacing: -0.9px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .footer__right li {
    font-size: 0.8854166667vw;
    margin-left: 1.5625vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .footer__right li {
    font-size: 1.0416666667vw;
    margin-left: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer__right li {
    font-size: 16px;
  }
}
.footer .copy {
  text-align: center;
  background: #222222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding: 7px 0;
  line-height: 1;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .footer .copy {
    font-size: 0.6770833333vw;
    padding: 1% 0;
  }
}

.mv {
  margin-top: 92px;
  margin-bottom: -1%;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .mv {
    margin-top: 4.7916666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv {
    margin-top: 65px;
    margin-bottom: -10px;
  }
}
.mv .mv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1826px;
  width: 97%;
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-img img {
  width: 100%;
  height: 100%;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .bg-img img {
    width: auto;
  }
}

.side-img {
  position: absolute;
}
.side-img img {
  width: 100%;
  height: 100%;
  object-position: center;
}

.section-title {
  position: relative;
  line-height: 1;
  text-align: center;
  color: #0b3190;
}
.section-title .en {
  font-size: 41px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .section-title .en {
    font-size: 2.1354166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .en {
    font-size: 22px;
  }
}
.section-title h3 {
  font-size: 70px;
  letter-spacing: -0.06em;
  margin-top: 2%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .section-title h3 {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .section-title h3 {
    font-size: 34px;
  }
}

.wave-img {
  position: absolute;
  top: -4%;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wave-img {
    top: -1%;
  }
}

.bubble-bg {
  background: #0068c3;
  position: relative;
  padding-top: 200px;
  padding-bottom: 113px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .bubble-bg {
    padding-top: 7.8645833333vw;
    padding-bottom: 5.8854166667vw;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .bubble-bg {
    padding-top: 15%;
    padding-bottom: 18%;
    overflow: hidden;
  }
}
.bubble-bg .section-title {
  color: #fff;
}
.bubble-bg .side-img {
  width: 17%;
  top: 22%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .bubble-bg .side-img {
    top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .bubble-bg .side-img {
    top: 5%;
    width: 12%;
    width: 81px;
    height: 100%;
    z-index: 1;
  }
  .bubble-bg .side-img img {
    width: 100%;
  }
}
.bubble-bg .side-img.bubble-bg_left {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .bubble-bg .side-img.bubble-bg_left {
    aspect-ratio: 114/1690;
    height: 100%;
    width: auto;
    left: -10px;
  }
  .bubble-bg .side-img.bubble-bg_left img {
    width: auto;
    height: 100%;
  }
}
.bubble-bg .side-img.bubble-bg_right {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .bubble-bg .side-img.bubble-bg_right {
    aspect-ratio: 114/1690;
    height: 100%;
    width: auto;
    right: -10px;
  }
  .bubble-bg .side-img.bubble-bg_right img {
    width: auto;
    height: 100%;
  }
}

.triangle-bg {
  position: relative;
  padding-top: 121px;
  padding-bottom: 113px;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .triangle-bg {
    padding-top: 6.3020833333vw;
    padding-bottom: 5.8854166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .triangle-bg {
    padding-top: 15%;
    padding-bottom: 18%;
  }
}
.triangle-bg .section-title {
  position: relative;
  display: inline-block;
  width: auto;
}
.triangle-bg .side-img {
  width: 17%;
  top: 121px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .triangle-bg .side-img {
    top: 6.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .triangle-bg .side-img {
    top: 5%;
    width: 8%;
  }
}
.triangle-bg .side-img.triangle-bg_left {
  left: 0;
}
.triangle-bg .side-img.triangle-bg_right {
  right: 0;
}

.process {
  position: relative;
}
.process.p-absolute {
  margin-bottom: -150px;
  margin-top: 150px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process.p-absolute {
    margin-bottom: -7.8125vw;
    margin-top: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .process.p-absolute {
    margin-bottom: -100px;
    margin-top: 70px;
  }
}
.process.p-absolute:before {
  background: none;
}
.process.p-absolute .section-title {
  margin-bottom: 0;
}
.process:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  left: 0;
  top: -1%;
  background: #fff;
}
.process.yellow:before {
  background: #0068c3;
}
.process.yellow .section-title {
  color: #0b3190;
}
.process__bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.process__bg img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.process .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 63px;
}
@media only screen and (max-width: 767px) {
  .process .inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.process .section-title {
  color: #fff;
  padding-top: 109px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process .section-title {
    padding-top: 5.6770833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .process .section-title {
    padding-top: 19%;
  }
  .process .section-title h3 {
    font-size: 30px;
  }
}
.process__item {
  position: absolute;
  bottom: -20px;
  left: -160px;
}
.process__item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process__item {
    width: 13.4375vw;
    bottom: -1.0416666667vw;
    left: -8.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .process__item {
    display: none;
  }
}
.process_box {
  position: relative;
  width: 50%;
  background: #fff;
  border-radius: 20px;
  padding-top: 34px;
  padding-bottom: 34px;
  margin-top: 30px;
  margin-bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process_box {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .process_box {
    width: 100%;
  }
}
.process_box.join-tel {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process_box.join-tel {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .process_box.join-tel {
    width: 100%;
  }
}
.process_box.join-tel .process_box__tel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
.process_box.join-tel .process__item {
  bottom: -5px;
  left: -120px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process_box.join-tel .process__item {
    bottom: -0.2604166667vw;
    left: -6.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .process_box.join-tel .process__item {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process_box {
    padding-top: 1.7708333333vw;
    padding-bottom: 1.7708333333vw;
    margin-top: 1.5625vw;
    width: 31.25vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .process_box {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .process_box {
    padding-top: 8.5%;
    padding-bottom: 9.5%;
    margin-top: 5%;
    border-radius: 0;
  }
  .process_box.flex__c-c {
    display: block;
  }
}
.process_box__tel {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #0b3190;
  padding-left: 118px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process_box__tel {
    padding-left: 6.1458333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .process_box__tel {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    align-items: center;
  }
}
.process_box__tel a {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process_box__tel a {
    font-size: 3.125vw;
    margin-bottom: 0.2604166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .process_box__tel a {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.77px;
    line-height: 1;
  }
}
.process_box__tel p {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process_box__tel p {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .process_box__tel p {
    font-size: 14px;
    font-weight: 700;
  }
}
.process_box__link {
  width: 50%;
  padding-left: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process_box__link {
    padding-left: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .process_box__link {
    width: 100%;
    padding-left: 0;
  }
}
.process_box__link a {
  position: relative;
  width: 461px;
  padding-right: 70px;
  font-size: 27px;
  color: #fff;
  line-height: 129px;
  letter-spacing: -0.06em;
  background: #0068c3;
  border-radius: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process_box__link a {
    font-size: 1.40625vw;
    padding-right: 3.6458333333vw;
    line-height: 6.71875vw;
    width: 24.0104166667vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .process_box__link a {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .process_box__link a {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-right: 6%;
    line-height: 1;
    border-radius: 10px;
    letter-spacing: -0.9px;
  }
}
@media only screen and (max-width: 480px) {
  .process_box__link a {
    font-size: 19px;
  }
}
.process_box__link a:after {
  content: "";
  position: absolute;
  right: 12%;
  top: 50%;
  width: 21px;
  height: 21px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .process_box__link a:after {
    width: 1.09375vw;
    height: 1.09375vw;
  }
}
@media only screen and (max-width: 767px) {
  .process_box__link a:after {
    width: 13px;
    height: 13px;
    right: 9%;
  }
}
.process_box__link a:hover:after {
  right: 8%;
}
@media only screen and (max-width: 767px) {
  .process_box__link a:hover:after {
    right: 6%;
  }
}
.process__item {
  position: absolute;
}

.col3__list {
  margin-top: 107px;
  margin-bottom: 54px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .col3__list {
    margin-top: 5.5729166667vw;
    margin-bottom: 2.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .col3__list {
    margin-top: 11%;
    margin-bottom: 10%;
  }
}
.col3__list__item-img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .col3__list__item-img {
    max-width: 320px;
  }
}
.col3__list__item-img img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
}
.col3__list ul {
  gap: 64px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .col3__list ul {
    gap: 3.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .col3__list ul {
    display: block;
    gap: 0;
  }
}
.col3__list li {
  width: 320px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .col3__list li {
    width: 16.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .col3__list li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.col3__list li h6 {
  color: #0b3190;
  font-size: 27px;
  text-align: center;
  line-height: 1;
  padding: 13px 0;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .col3__list li h6 {
    font-size: 1.40625vw;
    padding-top: 0.6770833333vw;
    padding-bottom: 0.6770833333vw;
  }
}

.line-bg {
  position: relative;
  margin-top: -27px;
  padding-top: 121px;
  padding-bottom: 113px;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .line-bg {
    margin-top: -1.0416666667vw;
    padding-top: 6.3020833333vw;
    padding-bottom: 5.8854166667vw;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .line-bg {
    margin-top: -40px;
    padding-top: 15%;
    padding-bottom: 18%;
    overflow-x: hidden;
  }
}
.line-bg__img {
  z-index: -1;
}

.tri {
  position: relative;
}
.tri::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  background: url(https://shoei-sports.com/minato/lp/assets/img/pc/charm-bg01.png);
  background-repeat: repeat-y;
  background-size: 100%;
  height: 100%;
  width: 17%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .tri::before {
    width: 14%;
    left: -2%;
  }
}
@media only screen and (max-width: 767px) {
  .tri::before {
    background: url(https://shoei-sports.com/minato/lp/assets/img/sp/charm-bg01.png);
    background-repeat: repeat-y;
    background-size: 100%;
    width: 6%;
  }
}
.tri::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  background: url(https://shoei-sports.com/minato/lp/assets/img/pc/charm-bg02.png);
  background-repeat: repeat-y;
  background-size: 100%;
  height: 100%;
  width: 17%;
  z-index: -999;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .tri::after {
    width: 14%;
    right: -2%;
  }
}
@media only screen and (max-width: 767px) {
  .tri::after {
    background: url(https://shoei-sports.com/minato/lp/assets/img/sp/charm-bg02.png);
    background-repeat: repeat-y;
    background-size: 100%;
    width: 6%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1600px) {
  .tri.instructor::before {
    width: 14%;
    z-index: 9999;
    left: -6%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1600px) {
  .tri.instructor::after {
    width: 14%;
    z-index: 9999;
    right: -6%;
  }
}
.tri.membership::before {
  top: 2.3%;
}
.tri.membership::after {
  top: 2.3%;
}

.bubble {
  position: relative;
}
.bubble::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  background: url(https://shoei-sports.com/minato/lp/assets/img/pc/program-bg01.png);
  background-repeat: repeat-y;
  background-size: 100%;
  height: 100%;
  width: 17%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .bubble::before {
    width: 16%;
    left: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .bubble::before {
    background: url(https://shoei-sports.com/minato/lp/assets/img/sp/program-bg01.png);
    background-repeat: repeat-y;
    background-size: 100%;
    width: 27%;
  }
}
.bubble::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  background: url(https://shoei-sports.com/minato/lp/assets/img/pc/program-bg02.png);
  background-repeat: repeat-y;
  background-size: 100%;
  height: 100%;
  width: 17%;
}
@media screen and (min-width: 767px) and (max-width: 1900px) {
  .bubble::after {
    width: 16%;
    right: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .bubble::after {
    background: url(https://shoei-sports.com/minato/lp/assets/img/sp/program-bg02.png);
    background-repeat: repeat-y;
    background-size: 100%;
    width: 27%;
  }
}

.box {
  display: none;
}/*# sourceMappingURL=bandle.css.map */