@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  text-align: justify;
  font-family: "Zen Kaku Gothic New", sans-serif;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}

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

strong {
  font-weight: bold;
}

.container {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

@media screen and (max-width: 769px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}
a {
  text-decoration: none;
  color: #333333;
  outline: none;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  cursor: pointer;
}

.opa:hover {
  opacity: 0.7;
}

.btn a {
  position: relative;
  z-index: 0;
  color: #fff;
  width: 300px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  border-radius: 99px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 30px auto 0;
}

.ft-btn a {
  position: relative;
  z-index: 0;
  color: #fff;
  width: 100%;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  border-radius: 90px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
}

.normal_btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgb(0, 119, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 157, 218)), to(rgb(194, 217, 92)));
  background: -webkit-linear-gradient(left, rgb(0, 157, 218) 0%, rgb(194, 217, 92) 100%);
  background: linear-gradient(90deg, rgb(0, 157, 218) 0%, rgb(194, 217, 92) 100%);
}

.normal_btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: rgb(255, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(194, 217, 92)), to(rgb(0, 157, 218)));
  background: -webkit-linear-gradient(left, rgb(194, 217, 92) 0%, rgb(0, 157, 218) 100%);
  background: linear-gradient(90deg, rgb(194, 217, 92) 0%, rgb(0, 157, 218) 100%);
}

.normal_btn a:hover:before {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .btn a {
    margin: 50px auto 0;
  }
  .ft-btn a {
    width: 360px;
  }
}
.row, .row10, .row5, .flex, .old_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  gap: 20px;
  position: relative;
}

.row10 {
  gap: 20px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.row5 {
  gap: 10px;
}

.old_row {
  margin-left: -20px;
  margin-right: -20px;
}

.col-1-1, .col-1-2, .col-2, .col-3, .col-2-1, .col-2-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.col-4 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.row .col-4 {
  width: 100%;
}

.row10 .col-4 {
  width: calc(50% - 10px);
}
.row10 .col-6 {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row5 .col-4 {
  width: calc(50% - 5px);
}

.old_row .col-3 {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 770px) {
  .row {
    gap: 40px;
  }
  .row .col-1-1 {
    width: calc(60% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row .col-1-2 {
    width: calc(40% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row .col-2 {
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row .col-2-1 {
    width: calc(55% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row .col-2-2 {
    width: calc(45% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row10 .col-2 {
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row10 .col-3 {
    width: calc(33.3% - 13.3px);
  }
  .row10 .col-4 {
    width: calc(25% - 15px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row10 .col-6 {
    width: calc(25% - 15px);
  }
  .row .col-4 {
    width: calc(50% - 20px);
  }
  .flex .col-2 {
    width: 50%;
  }
  .old_row .col-3 {
    width: 33.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 600px) {
  .row10 .col-1-1 {
    width: calc(60% - 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row10 .col-1-2 {
    width: calc(40% - 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 903px) {
  .row10 .col-6 {
    width: calc(16.6% - 16.6px);
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 10000;
  background: #fff;
}

.header_inner {
  position: relative;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* header固定のため余白をつける。メニューのCSSには関係ない */
.main {
  display: block;
  margin-top: 90px;
}

.nav {
  position: fixed;
  right: -320px; /* 右から出てくる */
  top: 0;
  width: 300px; /* スマホに収まるサイズ */
  height: 100vh;
  padding-top: 70px;
  background-color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

.hamburger {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 50px; /* クリックしやすい幅 */
  height: 50px; /* クリックしやすい高さ */
  border-radius: 50%;
  cursor: pointer;
  z-index: 300;
  background-image: -webkit-gradient(linear, left top, right top, from(#0093d2), to(#d5e195));
  background-image: -webkit-linear-gradient(left, #0093d2, #d5e195);
  background-image: linear-gradient(90deg, #0093d2, #d5e195);
}

.logo {
  width: 70%;
}

.nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav_item {
  padding: 0 30px;
}

.nav_item a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
}

.hamburger_border {
  position: absolute;
  left: 12px;
  width: 26px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.hamburger_border_top {
  top: 16px;
}

.hamburger_border_center {
  top: 25px;
}

.hamburger_border_bottom {
  top: 34px;
}

.black_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .nav {
  right: 0;
}

.nav-open .black_bg {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger_border_top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 25px;
}

.nav-open .hamburger_border_center {
  width: 0;
  left: 50%;
}

.nav-open .hamburger_border_bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 25px;
}

.nav_list li a:hover {
  color: #3f97d1;
}

.pc-nav .nav_list {
  text-align: right;
}
.pc-nav .nav_list li {
  display: inline-block;
  text-align: right;
  padding-left: 20px;
}
.pc-nav .nav_list li a {
  font-weight: 500;
}
.pc-nav .nav_item {
  padding: 0px;
}

@media only screen and (max-width: 1120px) {
  .pc-nav {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  .header a {
    display: block;
  }
  .header_inner {
    width: 100%;
    padding: 15px 90px 15px 20px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    padding: 0 20px;
    max-width: 310px;
  }
} /* pc */
.waveTop {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 95px;
  position: absolute;
  top: -95px;
  z-index: 1;
}

.waveTop svg path {
  fill: #fff;
  -webkit-animation: wave linear 12s infinite;
          animation: wave linear 12s infinite;
}

.waveGreen {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 95px;
  position: absolute;
  top: -95px;
  z-index: 1;
}

.waveGreen svg path {
  fill: #bfdfb8;
  -webkit-animation: wave linear 12s infinite;
          animation: wave linear 12s infinite;
}

.waveBlue {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 95px;
  position: absolute;
  top: -95px;
  z-index: 1;
}

.waveBlue svg path {
  fill: #bae3f9;
  -webkit-animation: wave linear 12s infinite;
          animation: wave linear 12s infinite;
}

.waveBottom {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: -95px;
  z-index: 1;
}

.waveBottom svg path {
  fill: #eef7ec;
  -webkit-animation: wave linear 12s infinite;
          animation: wave linear 12s infinite;
}

.waveTop svg, .waveGreen svg, .waveBlue svg {
  width: 5046.98px;
  height: 130.44px;
}

.waveBottom svg {
  width: 5046.98px;
  height: 111.79px;
}

@-webkit-keyframes wave {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-66.66%);
            transform: translate(-66.66%);
  }
}

@keyframes wave {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-66.66%);
            transform: translate(-66.66%);
  }
}
@media only screen and (max-width: 900px) {
  .waveTop, .waveGreen, .waveBlue {
    height: 50px;
    top: -40px;
  }
  .waveTop svg, .waveGreen svg, .waveBlue svg {
    width: 1934.5982px;
    height: 50px;
  }
  .waveTop svg path, .waveGreen svg path, .waveBlue svg path {
    -webkit-animation: wavesp linear 6s infinite;
            animation: wavesp linear 6s infinite;
  }
  .waveBottom {
    height: 50px;
    bottom: -40px;
  }
  .waveBottom svg {
    width: 1934.5982px;
    height: 42.8511px;
  }
  .waveBottom svg path {
    -webkit-animation: wavesp linear 6s infinite;
            animation: wavesp linear 6s infinite;
  }
  @-webkit-keyframes wavesp {
    from {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    to {
      -webkit-transform: translate(-33.33%);
              transform: translate(-33.33%);
    }
  }
  @keyframes wavesp {
    from {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    to {
      -webkit-transform: translate(-33.33%);
              transform: translate(-33.33%);
    }
  }
}
.photo img {
  border-radius: 30px 0;
}

.top-access {
  padding-top: 30px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .top-access {
    padding-top: 60px;
    padding-bottom: 200px;
  }
}
.map iframe {
  border-radius: 30px 0;
}

.map_link {
  display: block;
  color: #3f97d1;
  text-decoration: underline;
}

.map_link:hover {
  text-decoration: none;
}

.tbl dl:first-child dt {
  border-top: solid 1px #3f97d1;
}
.tbl dl:first-child dd {
  border-top: solid 1px #cccccc;
}
.tbl dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tbl dt {
  width: 6em;
  padding: 15px 0;
  border-bottom: solid 1px #3f97d1;
  font-weight: normal;
}
.tbl dd {
  padding: 15px 0;
  border-bottom: solid 1px #cccccc;
  width: calc(100% - 6em);
}

.ft-contact h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

.ft-contact .row {
  max-width: 770px;
  margin: auto;
  margin-top: 20px;
  gap: 20px;
}

.ft-contact {
  padding-top: 0px;
  padding-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .ft-contact h3 {
    font-size: 25px;
  }
  .ft-contact {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .ft-contact .row {
    margin-top: 50px;
    gap: 40px;
  }
}
#back_04 {
  position: relative;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #eef7ec), to(#bfdfb8));
  background-image: -webkit-linear-gradient(bottom, #eef7ec 30%, #bfdfb8);
  background-image: linear-gradient(0deg, #eef7ec 30%, #bfdfb8);
}

#back_05 {
  position: relative;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #ffffff), to(#bae3f9));
  background-image: -webkit-linear-gradient(bottom, #ffffff 30%, #bae3f9);
  background-image: linear-gradient(0deg, #ffffff 30%, #bae3f9);
}

.telBOX {
  font-weight: 500;
  margin-top: 30px;
}
.telBOX .num {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 32px;
  display: block;
  line-height: 1em;
}

.foot-links .row {
  gap: 0px;
}

@media only screen and (min-width: 768px) {
  .telBOX {
    margin-top: 50px;
  }
  .telBOX .num {
    font-size: 48px;
  }
  .foot-links .row {
    gap: 40px;
  }
}
.w100 img {
  width: 100%;
}

.ft-wave {
  position: relative;
}

.ft-addressBOX {
  max-width: 1200px;
  padding: 15px 30px 40px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.ft-addressBOX .row10 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ft-logo {
  display: block;
}

.ft-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.back-green {
  background: #4ba382;
  color: #fff;
  padding: 40px 0;
}
.back-green h5 {
  font-size: 20px;
  font-weight: bold;
}

.links {
  margin-top: 20px;
}
.links p {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0.5019607843)));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0.5019607843));
  background-image: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.5019607843));
  color: #4ba382;
  padding: 0 10px;
  font-weight: 600;
}
.links ul {
  text-align: left;
}
.links li {
  padding-top: 10px;
  display: inline-block;
  margin-right: 20px;
}
.links li a {
  color: #fff;
  font-weight: 500;
}
.links li a:hover {
  text-decoration: underline;
}

.outbound_link li::before {
  content: "";
  background: url(/img/common/ft_outbound.svg);
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.copyright {
  display: block;
  text-align: center;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
}

@media only screen and (max-width: 940px) {
  .ft-addressBOX .row10 {
    width: 100%;
  }
  .ft-sns {
    width: 100%;
  }
}
.swiper {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7ecef4), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #7ecef4, #ffffff 80%);
  background-image: linear-gradient(0deg, #7ecef4, #ffffff 80%);
}

/* スライドの動き等速 */
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.sliderBOX {
  position: relative;
}
.sliderBOX .catch {
  position: absolute;
  z-index: 2;
  left: 5%;
  bottom: 80px;
  width: 70%;
}

@media only screen and (min-width: 768px) {
  .sliderBOX .catch {
    bottom: 130px;
    width: 50%;
  }
}
.tit {
  text-align: center;
  font-size: 22px;
  position: relative;
  font-weight: 500;
  padding: 40px 20px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 15px;
}

.tit::after {
  content: attr(data-en);
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Merienda", cursive;
  font-size: 50px;
  letter-spacing: 0.1em;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .tit {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .tit::after {
    top: -16px;
    font-size: 95px;
  }
}
#back_01 .tit::after {
  color: #d9eaf6;
}

#back_02 .tit::after {
  color: #b2d9b1;
}

#back_03 .top-news .tit::after {
  color: #b2d5ed;
}

#back_03 .top-access .tit::after {
  color: #d9eaf6;
}

#back_05 .top-access .tit::after {
  color: #b2d5ed;
}

#back_01 {
  position: relative;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d3edfb), color-stop(56%, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #d3edfb, #ffffff 56%);
  background-image: linear-gradient(0deg, #d3edfb, #ffffff 56%);
}

.top-intro {
  padding-bottom: 30px;
}
.top-intro .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-intro h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.top-intro p {
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .top-intro {
    padding-bottom: 60px;
  }
  .top-intro h3 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .top-intro p {
    line-height: 2;
  }
}
.top-point {
  padding-top: 30px;
  padding-bottom: 100px;
}
.top-point ul li {
  text-align: center;
}
.top-point ul li span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border-bottom: solid 1px #3f97d1;
  display: inline-block;
  margin-top: 20px;
}
.top-point ul li p {
  font-size: 22px;
  font-weight: 500;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .top-point {
    padding-top: 60px;
    padding-bottom: 200px;
  }
}
#back_02 {
  position: relative;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-20%, #ffffff), to(#bfdfb8));
  background-image: -webkit-linear-gradient(bottom, #ffffff -20%, #bfdfb8);
  background-image: linear-gradient(0deg, #ffffff -20%, #bfdfb8);
}

.top-service {
  padding-bottom: 30px;
}
.top-service li {
  text-align: center;
}
.top-service li h5 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
}
.top-service li p {
  margin-bottom: 15px;
}

.service-banner {
  padding-top: 30px;
  padding-bottom: 100px;
}

.service-banner li a {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  border-radius: 30px 0;
  display: block;
}

.service-banner li a img {
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; /* ゆっくり変化させる */
  width: 100%;
}

.service-banner li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 拡大 */
}

@media only screen and (min-width: 768px) {
  .top-service {
    padding-bottom: 60px;
  }
  .service-banner {
    padding-top: 60px;
    padding-bottom: 200px;
  }
}
#back_03 {
  position: relative;
  padding-top: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #ffffff), to(#bae3f9));
  background-image: -webkit-linear-gradient(bottom, #ffffff 30%, #bae3f9);
  background-image: linear-gradient(0deg, #ffffff 30%, #bae3f9);
}

.top-news {
  padding-bottom: 30px;
}

.top_newsbox {
  background: #fff;
  padding: 25px;
  border-radius: 30px 0;
}

@media only screen and (min-width: 768px) {
  #back_03 {
    padding-top: 40px;
  }
  .top-news {
    padding-bottom: 60px;
  }
  .top_newsbox {
    padding: 40px;
  }
}
.top_newsbox .tit_news {
  padding-left: 20px;
  padding-right: 20px;
  width: 220px;
}
.top_newsbox ul li {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: solid 1px #cccccc;
}
.top_newsbox ul li time {
  margin-right: 0.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.top_newsbox ul li span {
  font-size: 12px;
  background: #fff;
  border-radius: 15px;
  padding: 0 10px;
  margin-right: 1em;
}

.top_newsbox ul li a:hover {
  text-decoration: underline;
}

.cl-info {
  border: solid 1px #eb8200;
}

.news_list {
  max-width: 900px;
  margin: auto;
}

.news_btn {
  text-align: right;
  max-width: 900px;
  margin: 20px auto 0;
}

.news_btn a {
  font-size: 15px;
  position: relative;
  padding-right: 20px;
}

.news_btn a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 7px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.news_btn a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
}

.news_btn a:hover {
  color: #3f97d1;
}

@media screen and (max-width: 820px) {
  .top_newsbox .tit_news {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .top_newsbox ul {
    width: 100%;
  }
  .top_newsbox ul li {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.top-insta {
  text-align: center;
}

.insta-btn {
  font-weight: 500;
  padding: 0.5em 40px;
  display: inline-block;
  background: #fff;
  border-radius: 99px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.insta-btn img {
  width: 25px;
  margin-right: 10px;
}
.insta-btn:hover {
  opacity: 0.7;
}

.imgHead {
  height: 150px;
  background-size: cover;
  background-image: url(/img/common/top_img.jpg);
  background-position: left bottom 0;
  position: relative;
}

.txtHead {
  font-weight: bold;
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-shadow: rgba(0, 0, 0, 0.5607843137) 1px 0 10px;
}
.txtHead span {
  display: block;
  line-height: 1em;
}

@media only screen and (min-width: 768px) {
  .txtHead {
    font-size: 28px;
  }
}
@media only screen and (min-width: 960px) {
  .imgHead {
    height: 280px;
    margin-top: 0;
  }
}
.naka-back-g {
  background: #D6EEDF;
}

#back_00 {
  position: relative;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#bfdfb8), color-stop(56%, #fff));
  background-image: -webkit-linear-gradient(bottom, #bfdfb8, #fff 56%);
  background-image: linear-gradient(0deg, #bfdfb8, #fff 56%);
}

#back_001 {
  position: relative;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d3edfb), color-stop(56%, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #d3edfb, #ffffff 56%);
  background-image: linear-gradient(0deg, #d3edfb, #ffffff 56%);
}

#back_002 {
  position: relative;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #eef7ec), to(#bfdfb8));
  background-image: -webkit-linear-gradient(bottom, #eef7ec 30%, #bfdfb8);
  background-image: linear-gradient(0deg, #eef7ec 30%, #bfdfb8);
}

h2 {
  font-size: 25px;
  font-weight: 450;
}

h3 {
  font-size: 22px;
  font-weight: 450;
}

h4 {
  font-size: 18px;
  font-weight: 450;
}

p {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    font-weight: 500;
  }
  h3 {
    font-size: 25px;
    font-weight: 500;
  }
  h4 {
    font-size: 22px;
    font-weight: 500;
  }
}
.campaign-box {
  margin-bottom: 50px;
}
.campaign-box h2 {
  text-align: center;
  margin: 0px 0px 30px 0px;
}
.campaign-box p {
  text-align: center;
  background-color: #fcee21;
  padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
  .campaign-box .campaign-box {
    margin-bottom: 100px;
  }
  .campaign-box .campaign-box h2 {
    margin: 50px 0px 50px 0px;
  }
}
.campaign-box .plice-sec {
  max-width: 693px;
  margin: 0px auto;
}
.campaign-box .plice-sec .price-announce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.campaign-box .plice-sec .price-announce img {
  padding: 10px 10px 0px 10px;
}
.campaign-box .plice-sec .price-announce .price_1 {
  width: 42%;
}
.campaign-box .plice-sec .price-announce .price_2 {
  width: 13%;
}
.campaign-box .plice-sec .price-announce .price_3 {
  width: 49%;
}

.form-btn .btn a {
  position: relative;
  z-index: 0;
  color: #fff;
  width: 300px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 25px auto 0;
}

#member .imgHead {
  background-image: url(/img/member/top_g.jpg);
  background-size: cover;
  background-position: left bottom 0;
}

.application-sec {
  margin-bottom: 70px;
}
.application-sec .green-box {
  border: 1px solid #32aa5f;
  background-color: #fff;
  margin-bottom: 25px;
  padding: 20px;
}
.application-sec .green-box .tel-number {
  border-bottom: solid 1px #32aa5f;
}
.application-sec .green-box .belongings-box {
  background-color: #eaf6ef;
}
.application-sec .green-box .belongings-box span {
  color: #32aa5f;
}
.application-sec .green-box .belongings-li {
  text-align: left;
}
.application-sec .green-box .belongings-li span {
  color: #32aa5f;
}
.application-sec .blue-box {
  border: 1px solid #3f97d1;
  background-color: #fff;
  margin-bottom: 25px;
  padding: 20px;
}
.application-sec .blue-box .tel-number {
  border-bottom: solid 1px #3f97d1;
}
.application-sec .blue-box .belongings-box {
  background-color: #ecf5fa;
}
.application-sec .blue-box .belongings-box span {
  color: #3f97d1;
}
.application-sec .blue-box .belongings-li {
  text-align: left;
}
.application-sec .blue-box .belongings-li span {
  color: #3f97d1;
}

@media only screen and (min-width: 768px) {
  .application-sec {
    margin-bottom: 100px;
  }
  .application-sec .green-box {
    margin-bottom: 35px;
    padding: 60px;
  }
  .application-sec .green-box .tel-number {
    border-bottom: solid 2px #32aa5f;
  }
  .application-sec .blue-box {
    margin-bottom: 35px;
    padding: 60px;
  }
  .application-sec .blue-box .tel-number {
    border-bottom: solid 2px #3f97d1;
  }
}
.tel-number {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.tel-number h3 {
  margin-bottom: 15px;
}
.tel-number .form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tel-number .tel-detail {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .tel-number {
    text-align: center;
    padding-bottom: 50px;
  }
  .tel-number h3 {
    margin-bottom: 25px;
  }
  .tel-number .form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tel-number .tel-detail {
    margin-bottom: 48px;
  }
}
.point-txt {
  color: #32aa5f;
  border-bottom: solid 1px #32aa5f;
}

.form-btn {
  margin-bottom: 25px;
}

.guide-area {
  text-align: center;
}
.guide-area h4 {
  margin-bottom: 10px;
}

.belongings-box {
  margin-top: 25px;
  padding: 10px 0px;
}

.belongings-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.belongings-li P {
  margin: 2px 9px;
}

.green-txt {
  text-align: center;
  color: #32aa5f;
}

@media only screen and (min-width: 768px) {
  .guide-area {
    text-align: center;
  }
  .guide-area h4 {
    margin-bottom: 15px;
  }
  .belongings-box {
    margin-top: 30px;
    padding: 10px 0px;
  }
  .belongings-li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .belongings-li P {
    margin: 5px 10px;
  }
}
.beginners-toptxt {
  text-align: center;
  margin-bottom: 25px;
}
.beginners-toptxt h2 {
  margin-bottom: 20px;
}
.beginners-toptxt p {
  line-height: 2.5;
}

.beginners-guide {
  padding-bottom: 80px;
}
.beginners-guide .guide-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 15px;
}

.guide-contents {
  text-align: center;
  padding: 18px 25px 25px 25px;
  background-color: #fff;
  width: 100%;
}
.guide-contents h4 {
  margin-bottom: 10px;
}
.guide-contents p {
  margin-top: 10px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .beginners-guide {
    padding-bottom: 180px;
  }
  .guide-contents {
    padding: 30px 50px 50px 50px;
    width: 49%;
  }
  .guide-contents h4 {
    margin-bottom: 20px;
  }
  .guide-contents p {
    margin-top: 20px;
  }
}
.process-top {
  text-align: center;
  margin-bottom: 65px;
}
.process-top h2 {
  margin: 10px 0px 10px 0px;
}
.process-top p {
  margin-top: 10px;
}

.flow-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flow-step dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flow-step dl dt {
  padding: 35px 60px 0px 0px;
  width: 26%;
  font-size: 18px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #32aa5f;
  border-right: solid 1px #32aa5f;
}
.flow-step dl dd {
  padding: 35px 0px 0px 19px;
}
.flow-step dl dd p {
  margin-top: 10px;
}
.flow-step dl:first-child dt {
  padding-top: 0px;
}
.flow-step dl:first-child dd {
  padding-top: 0px;
}

.process-flow {
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .process-top {
    margin-bottom: 90px;
  }
  .process-top h2 {
    margin: 50px 0px 20px 0px;
  }
  .process-top p {
    margin-top: 20px;
  }
  .process-flow {
    padding-bottom: 180px;
  }
  .flow-step dl dt {
    padding: 50px 60px 0px 0px;
    width: 19%;
    font-size: 25px;
    border-right: solid 2px #32aa5f;
  }
  .flow-step dl dd {
    padding: 50px 0px 0px 56px;
  }
  .flow-step dl:first-child dt {
    padding-top: 0px;
  }
  .flow-step dl:first-child dd {
    padding-top: 0px;
  }
}
#faq .imgHead {
  background-image: url(/img/faq/top_g.jpg);
}

.top-text {
  text-align: center;
  padding: 0px 0px 30px 0px;
  line-height: 1.7;
}

.question-sec {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
  gap: 30px;
}
.question-sec article {
  border: 1px solid #32aa5f;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 28px;
}

.q-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px 0px 15px 0px;
  border-bottom: solid 1px #32aa5f;
}
.q-area figure {
  width: 10%;
}
.q-area h2 {
  width: 90%;
  font-size: 16px;
  padding: 1px 0px 0px 15px;
  font-weight: normal;
  line-height: 1.7;
}

.a-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0px 0px 0px;
}
.a-area figure {
  width: 10%;
}
.a-area p {
  width: 90%;
  padding: 1px 0px 0px 15px;
  line-height: 1.7;
}

@media only screen and (min-width: 768px) {
  .top-text {
    padding: 50px 0px 120px 0px;
    line-height: 3;
  }
  .question-sec {
    padding-bottom: 180px;
  }
  .question-sec article {
    border: 2px solid #32aa5f;
    background-color: #fff;
    margin-bottom: 35px;
    padding: 40px;
  }
  .q-area {
    padding: 0px 0px 25px 0px;
    border-bottom: solid 2px #32aa5f;
  }
  .q-area figure {
    width: 5%;
  }
  .q-area h2 {
    width: 95%;
    font-size: 16px;
    padding: 12px 0px 0px 20px;
    font-weight: normal;
  }
  .a-area {
    margin: 25px 0px 0px 0px;
  }
  .a-area figure {
    width: 5%;
  }
  .a-area p {
    width: 95%;
    padding: 3px 0px 0px 20px;
    line-height: 2;
  }
}
#price .imgHead {
  background-image: url(/img/price/top_g.jpg);
  background-size: cover;
  background-position: left bottom 0;
}
#price .form-btn .btn a {
  margin: 40px auto 0;
}

.price-sec {
  padding-bottom: 80px;
}

.join-price {
  border: 1px solid #D6D6D6;
  padding: 25px;
}
.join-price h3 {
  font-size: 28px;
  display: block;
  text-align: center;
}

.join-price-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.join-price-more p {
  margin: 10px 0px;
  letter-spacing: -1px;
}

.price-text {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price-text span {
  font-weight: bold;
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 0.1em;
}
.price-text small {
  font-size: 0.8em;
}

@media only screen and (min-width: 768px) {
  #price .form-btn .btn a {
    margin: 80px auto 0;
  }
  .price-sec {
    padding-bottom: 180px;
  }
}
.price-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 20px;
}
.price-wrap article {
  width: 100%;
  border: 1px solid #D6D6D6;
  background: #fff;
}
.price-wrap article h3 {
  display: block;
  text-align: center;
  font-size: 26px;
  max-width: 300px;
  padding-top: 20px;
  margin: 0 auto;
  line-height: 1.8;
}
.price-wrap article .price-box {
  width: 100%;
  border-top: 1px solid #D6D6D6;
  padding: 1em;
}

.price-list {
  padding: 30px 30px 15px;
}

.price-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.price-info h4 {
  font-size: 16px;
  border-radius: 999px;
  width: 6em;
  padding: 0.1em;
  text-align: center;
  border: 1px solid #EB8200;
  font-weight: normal;
}

.price-color-o h3 {
  border-bottom: 2px solid #EB8200;
}
.price-color-o .price-box {
  background: rgba(235, 130, 0, 0.05);
}

.price-color-b h3 {
  border-bottom: 2px solid #3F97D1;
}
.price-color-b .price-box {
  background: rgba(63, 151, 209, 0.05);
}
.price-color-b .price-info h4 {
  border: 1px solid #3F97D1;
}

.price-color-g h3 {
  border-bottom: 2px solid #32AA5F;
}
.price-color-g .price-box {
  background: rgba(50, 170, 95, 0.05);
}
.price-color-g .price-info h4 {
  border: 1px solid #32AA5F;
}

.hojin-price-sec {
  margin-top: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 0;
}
.hojin-price-sec article {
  background: #fff;
  width: 100%;
  padding: 0 30px 20px;
}
.hojin-price-sec article h3 {
  display: block;
  text-align: center;
  font-size: 26px;
  max-width: 300px;
  padding-top: 20px;
  margin: 0 auto;
  line-height: 1.8;
  border-bottom: 2px solid #32AA5F;
}
.hojin-price-sec .price-info {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.hojin-price-sec .price-info h4 {
  border: 1px solid #32AA5F;
}
.hojin-price-sec .price-info p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hojin-price-sec .price-info p small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 0.6em;
  margin-left: 0.2em;
}
.hojin-price-sec .price-box {
  text-align: center;
  display: block;
  font-size: 15px;
}

.hojin-price-info {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .join-price {
    padding: 50px;
  }
  .join-price h3 {
    text-align: left;
  }
  .join-price-more {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .join-price-more p {
    margin: 0px 0px;
    letter-spacing: 0px;
  }
  .price-wrap {
    gap: 35px 20px;
  }
  .price-wrap article {
    width: 49%;
  }
  .price-wrap article h3 {
    padding-top: 30px;
  }
  .price-list {
    padding: 30px 50px 20px;
  }
  .price-info {
    gap: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hojin-price-sec {
    margin-top: -40px;
    gap: 20px 0;
  }
  .hojin-price-sec article {
    width: 32%;
    padding: 0 30px 20px;
  }
  .hojin-price-sec article h3 {
    font-size: 26px;
    max-width: 300px;
    padding-top: 20px;
    margin: 0 auto;
    line-height: 1.8;
  }
}
#about .imgHead {
  background-image: url(/img/about/top_g.jpg);
  background-size: cover;
  background-position: left bottom 0;
}

.naka-title {
  text-align: center;
}
.naka-title h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.naka-title p {
  line-height: 1.8;
  font-size: 15px;
}

.about-shisetsu {
  border: 1px solid #3F97D1;
  padding: 20px;
  margin-top: 40px;
}
.about-shisetsu h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.about-shisetsu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 20px;
  gap: 30px 0;
}
.about-shisetsu-wrap article {
  width: 100%;
}
.about-shisetsu-wrap article:first-child {
  width: 100%;
}
.about-shisetsu-wrap h4 {
  background: #3F97D1;
  color: #fff;
  padding: 0 1em;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.about-shisetsu-wrap p {
  margin-top: 10px;
  line-height: 1.8;
}

.about-shisetsu-btn {
  font-weight: 500;
  color: #3F97D1;
  border: 1px solid;
  border-radius: 999px;
  padding: 0.3em 1em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #fff;
  width: 230px;
  text-align: center;
  margin: 10px auto 0;
  display: block;
}
.about-shisetsu-btn:hover {
  background: #3F97D1;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .naka-title h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .naka-title p {
    line-height: 2.5;
    font-size: 16px;
  }
  .about-shisetsu {
    padding: 40px;
  }
  .about-shisetsu-wrap {
    margin-top: 30px;
  }
  .about-shisetsu-wrap article {
    width: 49%;
  }
  .about-shisetsu-wrap p {
    margin-top: 10px;
    line-height: 1.8;
  }
}
.naka-point .tit {
  margin-bottom: 0px;
}
.naka-point .tit::after {
  color: #d9eaf6;
}
.naka-point article {
  margin-bottom: 60px;
}
.naka-point article:last-child {
  margin-bottom: 0px;
}

.naka-point-box {
  text-align: left;
}
.naka-point-box span {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #3F97D1;
}
.naka-point-box h3 {
  line-height: 1.4;
  margin: 15px 0;
}
.naka-point-box p {
  line-height: 2;
}
.naka-point-box .btn a {
  margin: 20px auto 0;
}

.about-support-sec {
  margin-top: 60px;
  padding-bottom: 70px;
}
.about-support-sec h3 {
  margin-top: 15px;
  font-size: 22px;
  text-align: center;
  display: block;
}
.about-support-sec p {
  text-align: center;
}

.naka-staff-sec {
  margin-top: 40px;
  margin-bottom: 50px;
}
.naka-staff-sec .tit::after {
  color: #b2d9b1;
}

.photo-maru img {
  border-radius: 50%;
}

.staff-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 20px;
}
.staff-wrap article {
  width: 42%;
  text-align: center;
}
.staff-wrap p {
  color: #4BA382;
  margin-top: 10px;
  font-size: 14px;
}
.staff-wrap h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
.staff-wrap small {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .staff-wrap {
    gap: 50px 20px;
  }
  .staff-wrap article {
    width: 28%;
  }
  .staff-wrap p {
    margin-top: 15px;
    font-size: 16px;
  }
  .staff-wrap h4 {
    font-size: 22px;
  }
  .naka-point .tit {
    margin-bottom: 80px;
  }
  .naka-point article {
    margin-bottom: 100px;
  }
  .naka-point-box {
    text-align: left;
  }
  .naka-point-box h3 {
    margin: 25px 0;
  }
  .naka-point-box .btn a {
    margin: 20px 0 auto;
  }
  .about-support-sec {
    margin-top: 60px;
    padding-bottom: 150px;
  }
  .naka-staff-sec {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
.doctor-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #32AA5F;
  background: #fff;
}
.doctor-box figure {
  width: 100%;
}
.doctor-box figure img {
  width: 100%;
}

.doctor-txt {
  width: 100%;
  padding-left: 0px;
  margin-top: 20px;
}
.doctor-txt h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.doctor-txt h3 strong {
  color: #6FC38F;
  font-family: "Merienda", cursive;
  display: inline-block;
  margin-right: 0.5em;
  font-size: 40px;
}
.doctor-txt p {
  font-size: 16px;
  margin-top: 10px;
}
.doctor-txt h4 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px;
}
.doctor-txt .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.doctor-txt .btn a {
  margin: 20px 0 0px;
}

@media only screen and (min-width: 768px) {
  .doctor-box {
    margin-top: 80px;
    padding: 30px;
  }
  .doctor-box figure {
    width: 35%;
  }
  .doctor-txt {
    width: 65%;
    padding-left: 30px;
    margin-top: 0px;
  }
  .doctor-txt h3 {
    font-size: 30px;
  }
  .doctor-txt h3 strong {
    margin-right: 1em;
    font-size: 55px;
  }
  .doctor-txt p {
    font-size: 18px;
    margin-top: 10px;
  }
  .doctor-txt h4 {
    font-size: 22px;
  }
  .doctor-txt .btn a {
    margin: 30px 0 0px;
  }
}
.naka-instructor {
  padding-top: 40px;
  padding-bottom: 100px;
}
.naka-instructor h2 {
  font-size: 23px;
  text-align: center;
}

.instructor-box {
  margin-top: 30px;
}
.instructor-box article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 25px;
  width: 750px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.instructor-box figure {
  width: 60%;
}
.instructor-box figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.instructor-text {
  width: 100%;
  padding-left: 0px;
}
.instructor-text h4 {
  font-size: 22px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6em 0;
  border-bottom: 1px solid #32AA5F;
  width: 100%;
}
.instructor-text h4 small {
  margin-left: 1em;
  font-weight: normal;
}

.instructor-tit {
  color: #32AA5F;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
}

.slider1 {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .naka-instructor {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .naka-instructor h2 {
    font-size: 30px;
  }
  .instructor-box {
    margin-top: 40px;
  }
  .instructor-box article {
    padding: 25px;
    width: 750px;
  }
  .instructor-box figure {
    width: 35%;
  }
  .instructor-text {
    width: 65%;
    padding-left: 45px;
  }
  .instructor-text h4 {
    font-size: 22px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6em 0;
    border-bottom: 1px solid #32AA5F;
    width: 100%;
  }
  .instructor-text h4 small {
    margin-left: 1em;
    font-weight: normal;
  }
}
#facility .imgHead {
  background-image: url(/img/facility/top_g.jpg);
  background-size: cover;
  background-position: left bottom 0;
}

.machine-point {
  padding-bottom: 20px;
}
.machine-point .tit::after {
  color: #d9eaf6;
}
.machine-point article {
  margin-top: 40px;
}

.machine-point-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  gap: 10px;
  margin-top: 0px;
}
.machine-point-tit span {
  font-weight: 500;
  color: #FFFF00;
  padding: 0.2em 1em;
  background: #3F97D1;
  font-size: 14px;
}
.machine-point-tit h3 {
  font-size: 23px;
  font-weight: 500;
}

.machine-point-box {
  text-align: left;
}
.machine-point-box h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.machine-point-box p {
  margin-top: 10px;
  line-height: 2;
}

.machine-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-top: 20px;
}
.machine-link img {
  width: 15px;
  margin-right: 5px;
}
.machine-link:hover {
  text-decoration: underline;
  color: #3F97D1;
}

.machine-list {
  text-align: center;
  margin-top: 50px;
}
.machine-list h2 {
  font-size: 25px;
  font-weight: 500;
}

.machine-box {
  margin-top: 20px;
  overflow: hidden;
}
.machine-box h3 {
  font-size: 18px;
  margin-top: 10px;
}
.machine-box p {
  margin-top: 5px;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .machine-point {
    padding-bottom: 50px;
  }
  .machine-point article {
    margin-top: 60px;
  }
  .machine-point-tit {
    gap: 10px;
    margin-top: 15px;
  }
  .machine-point-tit span {
    font-size: 20px;
  }
  .machine-point-tit h3 {
    font-size: 30px;
  }
  .machine-point-box h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .machine-list {
    margin-top: 100px;
  }
  .machine-list h2 {
    font-size: 30px;
  }
  .machine-box {
    margin-top: 30px;
    overflow: hidden;
  }
  .machine-box h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
  }
  .machine-box p {
    margin-top: 10px;
    font-size: 16px;
  }
}
.swiper-button-prev, .swiper-button-next {
  background: #fff;
  border: 1px solid #3F97D1;
  border-radius: 999px;
  width: 45px;
}
.swiper-button-prev svg, .swiper-button-next svg {
  color: #3F97D1;
  width: 12px;
  margin-right: 3px;
}

.swiper-button-next svg {
  margin-right: -2px;
}

.swiper-button-prev {
  position: relative;
  top: -250px !important;
  left: 350px !important;
}

.swiper-button-next {
  position: relative;
  top: -272px !important;
  left: 690px !important;
}

.machine-naka-text {
  margin-top: 10px;
  text-align: center;
}
.machine-naka-text h3 {
  font-size: 18px;
  font-weight: 500;
}
.machine-naka-text p {
  margin-top: 15px;
}

.pool-sec {
  padding-top: 60px;
  padding-bottom: 100px;
}
.pool-sec .tit::after {
  color: #d9eaf6;
}
.pool-sec .machine-naka-text h3 {
  font-size: 18px;
}
.pool-sec figure {
  width: 100%;
  margin-top: 40px;
}
.pool-sec figure img {
  width: 100%;
}

.floor-1f {
  margin-top: 0px;
}

.floor-2f {
  margin-top: 20px;
  margin-bottom: 100px;
}

.floor-map {
  position: relative;
}
.floor-map a {
  display: block;
  position: absolute;
}
.floor-map a img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.floor-map a img:hover {
  opacity: 0.7;
}

.map-01 {
  left: 2%;
  top: 7%;
  width: 16%;
}

.map-02 {
  left: 2%;
  top: 27%;
  width: 16%;
}

.map-03 {
  left: 7%;
  top: 40%;
  width: 8%;
}

.map-04 {
  left: 11%;
  top: 61%;
  width: 7%;
}

.map-05 {
  left: 17.5%;
  top: 16.5%;
  width: 8%;
}

.map-06 {
  left: 15%;
  top: 46%;
  width: 7%;
}

.map-07 {
  left: 22%;
  top: 38%;
  width: 14.5%;
}

.map-08 {
  left: 20.6%;
  top: 63%;
  width: 14.5%;
}

.map-09 {
  left: 32%;
  top: 18%;
  width: 9%;
}

.map-10 {
  left: 30.5%;
  top: 31%;
  width: 15%;
}

.map-11 {
  left: 29%;
  top: 55%;
  width: 15%;
}

.map-12 {
  left: 29.3%;
  top: 75%;
  width: 9%;
}

.map-13 {
  left: 44%;
  top: 45%;
  width: 11%;
}

.map-14 {
  left: 44%;
  top: 68%;
  width: 7%;
}

.map-15 {
  right: 36%;
  top: 47%;
  width: 7%;
}

.map-2-01 {
  left: 2.4%;
  top: 62%;
  width: 11%;
}

.map-2-02 {
  left: 13.3%;
  top: 68%;
  width: 12.5%;
}

.map-2-03 {
  left: 33%;
  top: 30%;
  width: 12.5%;
}

.map-2-04 {
  left: 26.5%;
  top: 46%;
  width: 12.5%;
}

.map-2-05 {
  left: 30.5%;
  top: 55%;
  width: 7%;
}

.map-2-06 {
  left: 46%;
  top: 70%;
  width: 13%;
}

@media only screen and (min-width: 768px) {
  .pool-sec {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pool-sec .machine-naka-text h3 {
    font-size: 20px;
  }
  .machine-naka-text {
    margin-top: 30px;
  }
  .floor-1f {
    margin-top: 50px;
  }
  .floor-2f {
    margin-top: 20px;
    margin-bottom: 150px;
  }
}
#service .imgHead {
  background-image: url(/img/service/top_g.jpg);
  background-size: cover;
  background-position: left bottom 0;
}

.training-sec {
  padding-top: 50px;
}
.training-sec .tit::after {
  color: #d9eaf6;
}
.training-sec .btn {
  margin-top: 30px;
}

.training-main-img {
  margin-top: 20px;
  width: 100%;
}
.training-main-img img {
  width: 100%;
}

.training-main-txt {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.8;
  font-size: 15px;
}

.training-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 20px;
}
.training-wrap article {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid #3F97D1;
}
.training-wrap figure {
  width: 60%;
}
.training-wrap figure img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .training-sec {
    padding-top: 100px;
  }
  .training-main-img {
    margin-top: 60px;
  }
  .training-main-txt {
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 2.5;
    font-size: 16px;
  }
  .training-wrap article {
    width: calc(50% - 10px);
  }
  .training-wrap figure {
    width: 35%;
  }
}
.training-box-txt {
  padding: 20px 20px;
  width: 100%;
}
.training-box-txt h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 10px;
}
.training-box-txt p {
  font-size: 15px;
}

.training-program {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.training-program figure img {
  border-radius: 50%;
}
.training-program .training-box-txt {
  padding: 20px 0 0 0px;
  width: auto;
}
.training-program .training-box-txt h3 {
  font-size: 18px;
}
.training-program .training-box-txt p {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .training-box-txt {
    padding: 0 20px;
    width: 65%;
  }
  .training-program {
    margin-top: 60px;
  }
  .training-program .training-box-txt {
    padding: 0 0 0 40px;
  }
}
.support-sec {
  padding-top: 60px;
}
.support-sec .tit::after {
  color: #d9eaf6;
}

.support-wrap {
  margin-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 40px;
}
.support-wrap article {
  width: 100%;
}
.support-wrap figure img {
  width: 100%;
}
.support-wrap h3 {
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}

.support-topic {
  background: #fff;
  border: 1px solid #3F97D1;
  padding: 10px;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 20px 0;
}
.support-topic div {
  width: 100%;
  padding: 20px 20px 0;
}
.support-topic div h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
.support-topic figure {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 0;
}
.support-topic figure img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .support-sec {
    padding-top: 150px;
  }
  .support-wrap {
    margin-top: 60px;
    gap: 50px;
  }
  .support-wrap article {
    width: calc(50% - 25px);
  }
  .support-wrap h3 {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
  }
  .support-topic {
    padding: 10px;
    margin-top: 40px;
    gap: 20px 0;
  }
  .support-topic div {
    width: 50%;
    padding: 0px 20px;
  }
  .support-topic div h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .support-topic figure {
    width: 50%;
    gap: 10px 0;
  }
  .support-topic figure img {
    width: 49%;
  }
}
.check-sec {
  padding-top: 60px;
}
.check-sec .tit {
  line-height: 1;
}
.check-sec .tit::after {
  color: #d9eaf6;
  top: 15px;
}

.other-sec {
  padding-top: 60px;
  padding-bottom: 100px;
}
.other-sec .tit::after {
  color: #d9eaf6;
}

.lesson-sec {
  padding-top: 0px;
  padding-bottom: 100px;
}
.lesson-sec .tit::after {
  color: #b2d9b1;
}

.lesson-btn-big .btn a {
  font-size: 20px;
  width: 100%;
  height: 50px;
  border-radius: 99px;
  margin: 0 auto;
  line-height: 1;
}

.lesson-box {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 20px;
}
.lesson-box article {
  border: 1px solid #32AA5F;
  background: #fff;
  padding: 20px;
  width: 100%;
}
.lesson-box article h3 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.2;
}
.lesson-box article p {
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .lesson-btn-big .btn a {
    font-size: 25px;
    width: 430px;
    height: 65px;
  }
  .check-sec {
    padding-top: 150px;
  }
  .other-sec {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .lesson-sec {
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .lesson-box {
    margin-top: 60px;
    gap: 20px;
  }
  .lesson-box article {
    padding: 30px;
    width: calc(50% - 10px);
  }
}
#recruit .imgHead {
  background-image: url(/img/recruit/top_g.jpg);
  background-size: cover;
  background-position: left bottom 0;
}

.recruit-sec {
  padding-top: 30px;
}
.recruit-sec .tit::after {
  color: #d9eaf6;
}

.recruit-guide {
  margin-top: 0px;
  background: #ECF5FA;
  padding: 20px;
}
.recruit-guide dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-guide dl:last-child dt {
  border-bottom: 1px solid #3F97D1;
}
.recruit-guide dl:last-child dd {
  border-bottom: 1px solid #CCCCCC;
}
.recruit-guide dt {
  padding: 0.5em 0;
  border-top: 1px solid #3F97D1;
  width: 100%;
  font-weight: normal;
}
.recruit-guide dd {
  width: 100%;
  padding: 0.5em 0;
  border-top: 1px solid #CCCCCC;
}

.benefit-sec {
  padding-top: 50px;
  padding-bottom: 100px;
}
.benefit-sec .tit::after {
  color: #d9eaf6;
}

@media only screen and (min-width: 768px) {
  .recruit-sec {
    padding-top: 150px;
  }
  .recruit-guide {
    margin-top: 60px;
    padding: 50px;
  }
  .recruit-guide dt {
    padding: 1em 0;
    width: 5em;
  }
  .recruit-guide dd {
    width: calc(100% - 5em);
  }
  .benefit-sec {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
.benefit-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 10px;
}
.benefit-wrap article {
  width: calc(50% - 5px);
  padding: 20px;
  border: 1px solid #3F97D1;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.benefit-wrap figure {
  text-align: center;
  margin: 10px auto 0;
  width: 100%;
}
.benefit-wrap h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.recruit-ico-1 {
  max-width: 128px;
}

.recruit-ico-2 {
  max-width: 123px;
}

.recruit-ico-3 {
  max-width: 114px;
}

.recruit-ico-4 {
  max-width: 118px;
}

.recruit-ico-5 {
  max-width: 109px;
}

.recruit-ico-6 {
  max-width: 80px;
}

.recruit-ico-7 {
  max-width: 124px;
}

.recruit-ico-8 {
  max-width: 122px;
}

@media only screen and (min-width: 768px) {
  .benefit-wrap {
    margin-top: 60px;
    gap: 20px;
  }
  .benefit-wrap article {
    width: calc(25% - 15px);
    padding: 20px;
  }
  .benefit-wrap figure {
    text-align: center;
    margin: 30px auto 0;
    width: 100%;
  }
  .benefit-wrap h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    width: 100%;
  }
}
.flow-sec {
  padding-top: 0px;
  padding-bottom: 60px;
}
.flow-sec .tit::after {
  color: #D6EEDF !important;
}

.voice-sec {
  padding-bottom: 100px;
}
.voice-sec .tit::after {
  color: #fff !important;
}

.voice-wrap {
  margin-top: 20px;
}
.voice-wrap article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 40px;
}
.voice-wrap figure {
  width: 100px;
}
.voice-wrap figure img {
  border-radius: 50%;
  border: 1px solid #32AA5F;
}
.voice-wrap figure figcaption {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}
.voice-wrap div {
  width: calc(100% - 100px);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.voice-wrap div h3 {
  font-size: 18px;
  color: #32AA5F;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.voice-wrap div p {
  line-height: 1.6;
  font-size: 14px;
}

.voice-photo-l figure {
  padding-right: 20px;
}
.voice-photo-l div::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  top: 35px;
  left: -25px;
  border-right: 30px solid #fff;
}

.voice-photo-r figure {
  padding-left: 20px;
}
.voice-photo-r div::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  top: 35px;
  right: -25px;
  border-left: 30px solid #fff;
}

.entry-btn p {
  text-align: center;
}
.entry-btn .telBOX {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .flow-sec {
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .voice-sec {
    padding-bottom: 200px;
  }
  .voice-wrap {
    margin-top: 60px;
  }
  .voice-wrap article {
    margin-bottom: 60px;
  }
  .voice-wrap figure {
    width: 230px;
  }
  .voice-wrap div {
    width: calc(100% - 230px);
    padding: 30px;
  }
  .voice-wrap div h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .voice-wrap div p {
    line-height: 1.8;
    font-size: 16px;
  }
  .voice-photo-l figure {
    padding-right: 60px;
  }
  .voice-photo-l div::after {
    content: "";
    position: absolute;
    border: 15px solid transparent;
    top: 70px;
    left: -45px;
    border-right: 30px solid #fff;
  }
  .voice-photo-r figure {
    padding-left: 60px;
  }
  .voice-photo-r div::after {
    content: "";
    position: absolute;
    border: 15px solid transparent;
    top: 70px;
    right: -45px;
    border-left: 30px solid #fff;
  }
}
#news .imgHead {
  background-image: url(/img/common/top_color_g.jpg);
  background-size: cover;
  background-position: left bottom 0;
}

.news-wrap {
  padding-bottom: 150px;
}
.news-wrap .wp-text-area p {
  line-height: 2.5;
}
.news-wrap .wp-text-area img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.entry-meta {
  margin-bottom: 5px;
}
.entry-meta time {
  margin-right: 0.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.entry-meta .catTopics {
  font-size: 12px;
  background: #fff;
  border-radius: 15px;
  padding: 0 10px;
  border: solid 1px #eb8200;
}

.mainColumn {
  width: calc(100% - 240px);
}

.sideColumn {
  width: 200px;
}

.news-inner {
  margin-left: 10px;
  width: calc(100% - 100px);
}
.news-inner time {
  margin-right: 0.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.news-inner .catTopics {
  font-size: 12px;
  background: #fff;
  border-radius: 15px;
  padding: 0 10px;
  border: solid 1px #eb8200;
}

#news .newsItem {
  padding-top: 20px;
}

.Center {
  font-size: 25px;
}

.titSidebar {
  font-size: 17px;
  border-bottom: 1px solid #3f97d1;
  padding: 0.25em 0.7em;
  color: #3f97d1;
}

.sideNavi li {
  border-bottom: 1px solid #3f97d1;
  font-size: 14px;
}

.sideNavi a {
  display: block;
  padding: 1em;
}
.sideNavi a:hover {
  background: #e6f0f4;
}

.page_navi {
  text-align: center;
  margin-top: 50px;
}

.page_navi .page-numbers.current, .page_navi .page-numbers:hover {
  color: #fff;
  background: #3f97d1;
  border: 1px solid #3f97d1;
}

.page_navi .page-numbers {
  display: inline-block;
  margin: 3px;
  height: 30px;
  line-height: 28px;
  width: 30px;
  font-size: 12px;
  color: #3f97d1;
  border: 1px solid #3f97d1;
}

.titLarge {
  border-bottom: 1px solid #3f97d1;
  padding-bottom: 20px;
  font-size: 25px;
  margin-bottom: 40px;
  line-height: 1.2;
  font-weight: 500;
}

.pageNavi {
  border-top: 1px solid #3f97d1;
  border-bottom: 1px solid #3f97d1;
  padding: 15px 0;
  margin-top: 50px;
}

.pageNavi li {
  width: 33.33%;
}
.pageNavi li a:hover {
  color: #3f97d1;
}

.pageNavi li.to-prev {
  text-align: left;
}

.pageNavi li.to-archive {
  text-align: center;
}

.pageNavi li.to-next {
  text-align: right;
}

@media screen and (max-width: 769px) {
  .mainColumn {
    width: 100%;
  }
  .sideColumn {
    width: 100%;
  }
}
.newsItem {
  border-bottom: 1px solid #3f97d1;
  padding-bottom: 20px;
}
.newsItem a {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsItem figure img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  line-height: 2em;
}
.newsItem p {
  font-weight: 500;
  line-height: 2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsItem .newsText {
  margin-left: 10px;
  text-align: left;
  width: calc(100% - 100px);
}
.newsItem .newsText .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsItem .newsText time {
  font-size: 16px;
}
.newsItem .newsText .newsTit {
  font-size: 18px;
}

.cat-column {
  color: #3f97d1;
}

.newsBox {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
.newsBox .col-2 {
  margin-left: 0;
  margin-right: 0;
}

#nyukai .imgHead {
  background-image: url(/img/common/top_form_g.jpg);
  background-size: cover;
  background-position: left bottom 0;
}

#form .imgHead {
  background-image: url(/img/common/top_form_g.jpg);
  background-size: cover;
  background-position: left bottom 0;
}

#houjin .imgHead {
  background-image: url(/img/common/top_form_g.jpg);
  background-size: cover;
  background-position: left bottom 0;
}

.form-sec-box {
  padding-bottom: 150px;
  padding-top: 50px;
}
.form-sec-box th {
  width: 20%;
  font-weight: 500;
}
.form-sec-box .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* common
==================================*/
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

span.need {
  display: inline-block;
  color: #fff;
  background: #a90000;
  width: 50px;
  height: 20px;
  margin-left: 10px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

/*-------- table --------*/
form table {
  width: 100%;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

form table th {
  background: #F3F7FC;
  padding: 0 0 0 25px;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: none;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
}

form table td {
  width: 64%;
  padding: 15px 50px 15px 30px;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: none;
}

/*-------- //table --------*/
/*-------- form --------*/
input[type=text], input[type=tel], input[type=email], textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0 16px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #ccc;
  outline: none;
  background: transparent;
  margin: 0 8px 0 0;
  padding: 0px 10px;
  font-size: 18px;
  min-width: 3em;
}

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

label {
  position: relative;
  margin: 0 15px 0 0;
}

/*label::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
}
label::after{
	position: absolute;
	top: 12px;
	right: 31px;
	content: "";
border-style: solid;
border-width: 6.9px 4px 0 4px;
border-color: #000000 transparent transparent transparent;
}*/
label.rdo::after {
  position: absolute;
  top: 12px;
  right: 31px;
  content: none;
  border: none;
}

label[for=time]::after {
  right: 15px;
}

input {
  height: 36px;
}

input.text01 {
  width: 320px;
}

input.text02 {
  width: 500px;
}

input.text03 {
  width: 160px;
}

input.text04 {
  width: 90px;
  margin-right: 8px;
}

input.text05 {
  width: 90px;
  margin-right: 0px;
}

input[type=button] {
  color: #1A1D86;
  margin: 0 0 0 8px;
  padding: 0;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

input[type=button]:hover {
  text-decoration: underline;
}

textarea {
  width: 100%;
  height: 186px;
  padding: 10px 16px;
  resize: vertical;
}

.address .text02 {
  margin: 7px 0;
}

.submit_area {
  margin-bottom: 50px;
  text-align: center;
}

input[type=button] {
  color: #fff;
  /*background: #1F2289;*/
  height: auto;
  margin: auto;
  padding: 0.75rem 3.25rem;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

input[type=button]:hover {
  text-decoration: underline;
}

#birth02_s, #birth03_s {
  width: 60px;
  margin-right: 0;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle !important;
}

.select-course .wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}

/*-------- //form --------*/
/* form02
==================================*/
span.ERR, p.ERR {
  color: #a90000;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.form02 {
  padding-top: 90px;
}

.form02 table td p {
  margin: 0;
}

.form02 table td p.ad_num {
  margin: 0 0 5px;
}

.form02 .submit_wrap {
  width: 276px;
  margin-top: 10px;
}

.form02 ul.koumoku {
  width: 520px;
  margin: auto;
  padding: 0;
  list-style: none;
}

.form02 ul.koumoku .right {
  float: right;
}

.form02 ul.koumoku .left {
  float: left;
}

.submit_area .btn_back {
  text-align: center;
}

/* send_comp
==================================*/
.send_comp {
  max-width: 1000px;
  margin: auto;
  padding: 90px 0 140px;
}

.send_comp p {
  line-height: 24px;
}

.contact_back {
  text-align: center;
}

.contact_back a {
  display: inline-block;
  color: #fff;
  background: #1F2289;
  height: auto;
  margin: 30px auto 0;
  padding: 0.75rem 3.25rem;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.contact_back a:hover {
  text-decoration: underline;
}

.radio02-input {
  display: none;
}

.radio02-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.radio02-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio02-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #7d7d7d;
  border-radius: 50%;
}

@media screen and (max-width: 900px) {
  .form-sec-box th {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
  .form-sec-box td {
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-align: left;
  }
  form input.text01,
  form input.text02 {
    width: 100%;
  }
  input.text03 {
    width: 133px;
  }
  select {
    margin-bottom: 5px;
  }
  .form02 {
    padding: 0;
  }
  .form02 ul.koumoku {
    width: 100%;
  }
  .submit_area {
    margin-bottom: 50px;
  }
  input[type=button] {
    padding: 0.75rem 2rem;
  }
  .send_comp {
    padding: 0 0 50px;
  }
}
.grecaptcha-badge {
  margin-right: auto !important;
  margin-left: auto !important;
}

.wpcf7-spinner {
  display: none !important;
}

.btn-con {
  position: relative;
  z-index: 0;
  color: #fff;
  width: 300px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 50px auto 0;
}
.btn-con input {
  display: block;
  width: 100%;
}

.submit_area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgb(0, 119, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 157, 218)), to(rgb(194, 217, 92)));
  background: -webkit-linear-gradient(left, rgb(0, 157, 218) 0%, rgb(194, 217, 92) 100%);
  background: linear-gradient(90deg, rgb(0, 157, 218) 0%, rgb(194, 217, 92) 100%);
}

.submit_area:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: rgb(255, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(194, 217, 92)), to(rgb(0, 157, 218)));
  background: -webkit-linear-gradient(left, rgb(194, 217, 92) 0%, rgb(0, 157, 218) 100%);
  background: linear-gradient(90deg, rgb(194, 217, 92) 0%, rgb(0, 157, 218) 100%);
}

.submit_area:hover:before {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */