@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

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

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

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

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

[hidden],
template {
  display: none;
}

* {
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
}

body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 190%;
  font-feature-settings: "palt";
}

a {
  color: #0041c3;
}

a:hover {
  color: #0041c3;
}

/* =================================================================

    共通

================================================================= */
.en {
  font-family: "Poppins", sans-serif;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px);
}

.fadein.animated {
  opacity: 1;
  transform: translatey(0px);
}

img {
  width: 100%;
  height: auto;
}

.cta a {
  border-radius: 200px;
  background-image: -ms-linear-gradient(0deg, rgb(62, 203, 255) 0%, rgb(0, 65, 195) 100%);
  box-shadow: 0px 5px 13px 0px rgba(29, 129, 223, 0.46);
  color: #fff;
}

span.marker {
  background: linear-gradient(transparent 50%, #d2f9e8 50%);
  padding: 0 5px;
}

/* =================================================================

    トップページ

================================================================= */
.background-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.background-slider .bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.background-slider .bg-slide.active {
  opacity: 1;
}

.wrapper {
  display: flex;
}
.wrapper .main_left {
  width: calc(50% - 230px);
}
.wrapper .main_left .in {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: calc(50% - 230px);
  height: 100vh;
}
.wrapper .main_left .in .base {
  position: relative;
}
.wrapper .main_left .in .base h1 {
  width: 280px;
  margin: auto;
}
.wrapper .main_left .in .base .ml_btn p {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 160%;
  margin: 24px 0 16px;
}
.wrapper .main_left .in .base .ml_btn a {
  width: 216px;
  margin: auto;
  display: block;
}
.wrapper .main_left .in .base .ml_btn a:hover {
  opacity: 0.6;
}
.wrapper .main {
  background-color: #000;
  width: 460px;
  background-color: #fff;
}
.wrapper .main_right {
  width: calc(50% - 230px);
}
.wrapper .main_right .in {
  position: fixed;
  width: calc(50% - 230px);
}
.wrapper .main_right .in .base {
  position: relative;
  height: 100vh;
}
.wrapper .main_ttl {
  background: url(../images/ttl_icon.png) no-repeat center 0/30px;
  padding-top: 24px;
  text-align: center;
}
.wrapper .main_ttl p {
  color: #10AC68;
  font-size: 12px;
}
.wrapper .main_ttl h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px 0 16px;
  text-align: center;
}
.wrapper .sec01 {
  background: #10AC68 url("../images/sec01_3.png") no-repeat center 100%/cover;
  overflow: hidden;
  padding-bottom: 80px;
}
.wrapper .sec01 .inner {
  padding: 0 8px 0 32px;
}
.wrapper .sec01 h2 {
  width: 34%;
  margin: 0 auto;
  padding: 40px 0;
}
.wrapper .sec01 p {
  color: #fff;
  font-weight: bold;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 200%;
}
.wrapper .sec01 .btn {
  float: right;
  width: 60%;
}
.wrapper .sec02 {
  background-color: #000;
  padding: 40px 0 1px;
}
.wrapper .sec02 .main_ttl {
  text-align: center;
  color: #fff;
  padding-bottom: 24px;
}
.wrapper .sec02 .base {
  background: url(../images/sec02_bg.png) no-repeat center 0/100%;
  margin-bottom: 64px;
}
.wrapper .sec02 .base .blk {
  display: flex;
  align-items: start;
  justify-content: center;
}
.wrapper .sec02 .base .blk .img {
  z-index: 1;
  width: 160%;
}
.wrapper .sec02 .base .blk .info {
  padding: 24px 24px 40px;
  z-index: 2;
  margin: 400px 24px 0 -200px;
  background: #1A1C22;
  color: #fff;
}
.wrapper .sec02 .base .blk .info .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: right;
  line-height: 150%;
}
.wrapper .sec02 .base .blk .info .name span {
  font-size: 13px;
}
.wrapper .sec02 .base .blk .info .en {
  font-weight: bold;
  letter-spacing: 2px;
  color: #10AC68;
  font-style: italic;
  margin-bottom: 4px;
}
.wrapper .sec02 .base .blk .info ul {
  margin-bottom: 20px;
}
.wrapper .sec02 .base .blk .info ul li {
  font-size: 13px;
  line-height: 160%;
}
.wrapper .sec02 .base .blk .info ul li::before {
  content: "・";
  color: #10AC68;
  margin-right: 8px;
}
.wrapper .sec03 {
  padding: 40px 0;
  background-color: #10AC68;
}
.wrapper .sec03 .main_ttl {
  color: #fff;
  padding-bottom: 24px;
}
.wrapper .sec03 .main_ttl .en {
  color: #fff;
}
.wrapper .sec03 .base {
  margin-right: 32px;
}
.wrapper .sec04 {
  padding: 40px 0 80px;
}
.wrapper .sec04 .main_ttl {
  margin-bottom: 24px;
}
.wrapper .sec04 .base {
  display: flex;
  gap: 24px;
  background: url("../images/sec04_6.png") no-repeat 32px -2px/40px;
  border-top: 1px solid #D0D0D0;
  padding: 24px;
}
.wrapper .sec04 .base .icon {
  width: 20%;
}
.wrapper .sec04 .base .icon.s3 img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.wrapper .sec04 .base .body {
  width: 80%;
}
.wrapper .sec04 .base .body .step {
  margin-bottom: 8px;
}
.wrapper .sec04 .base .body .step span {
  background: #E7F7F0;
  border-radius: 100px;
  text-align: center;
  width: 100px;
  display: block;
  padding: 4px 0;
  line-height: 1;
  color: #10AC68;
  font-weight: bold;
  font-size: 12px;
}
.wrapper .sec05 {
  padding: 40px 24px 64px;
  background-color: #10AC68;
}
.wrapper .sec05 .main_ttl {
  color: #fff;
  padding-bottom: 24px;
}
.wrapper .sec05 .main_ttl .en {
  color: #fff;
}
.wrapper .sec05 .wrap {
  background: #FFFFFF;
  box-shadow: 0px 4px 19.9px rgba(10, 78, 48, 0.33);
  border-radius: 8px;
  padding: 24px 24px 40px;
}
.wrapper .sec05 .wrap .telarea {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 24px;
}
.wrapper .sec05 .wrap .telarea .tel {
  font-size: 16px;
  padding-bottom: 16px;
  font-weight: bold;
}
.wrapper .sec05 .wrap .telarea .number {
  font-size: 32px;
  font-weight: bold;
  color: #10AC68;
}
.wrapper .sec05 .wrap .telarea .number a {
  color: #10AC68;
  text-decoration: none;
}
.wrapper .sec05 .wrap .telarea .time {
  font-size: 13px;
  padding: 0;
  color: #000;
}
.wrapper .sec05 .wrap .telarea .btn {
  width: 120px;
  height: 48px;
  background-color: #10AC68;
  color: #fff;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
  cursor: pointer;
}
.wrapper .sec05 .wrap .telarea .btn:hover {
  opacity: 0.8;
}
.wrapper .sec05 .wrap .inputarea .name,
.wrapper .sec05 .wrap .inputarea .email,
.wrapper .sec05 .wrap .inputarea .tel {
  font-weight: bold;
  font-size: 16px;
  margin-top: 16px;
}
.wrapper .sec05 .wrap .inputarea .name .required,
.wrapper .sec05 .wrap .inputarea .email .required,
.wrapper .sec05 .wrap .inputarea .tel .required {
  color: #10AC68;
  font-size: 12px;
  font-weight: normal;
  padding-left: 8px;
}
.wrapper .sec05 .wrap .inputarea input {
  width: 100%;
  padding: 8px 16px;
  background-color: #ECEDEF;
  border-radius: 4px;
  font-size: 16px;
  color: #111;
}
.wrapper .sec05 .wrap .inputarea input:focus {
  outline: none;
  border-color: #10AC68;
}
.wrapper .sec05 .wrap .inputarea input::-moz-placeholder {
  color: #b8b8b8;
  /* 任意のカラーコードに変更 */
}
.wrapper .sec05 .wrap .inputarea input::placeholder {
  color: #b8b8b8;
  /* 任意のカラーコードに変更 */
}
.wrapper .sec05 .wrap .inputarea .btn {
  padding-top: 27px;
}
.wrapper .sec05 .wrap .inputarea .btn input {
  background: linear-gradient(0deg, #10AC68 0%, #00DF82 100%);
  box-shadow: 0px 4px 14.5px rgba(16, 172, 104, 0.54);
  border-radius: 100px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  height: 60px;
}
.wrapper .sec05 .wrap .inputarea .caution {
  font-size: 12px;
  color: #777;
  margin-top: -8px;
  line-height: 140%;
}
.wrapper .sec05 .wrap .inputarea .caution a {
  color: #777;
  text-decoration: underline;
}
.wrapper footer {
  background: #000;
  padding: 64px 24px;
  color: #fff;
}
.wrapper footer .f_logo {
  width: 40%;
}
.wrapper footer .f_logo img {
  width: 100%;
}
.wrapper footer ul {
  padding-top: 24px;
}
.wrapper footer ul li {
  /* 通常のアイコン */
  /* ホバー時のアイコン切り替え */
}
.wrapper footer ul li .link-with-icon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 4px;
  font-size: 12px;
  color: #fff;
}
.wrapper footer ul li .link-with-icon .icon {
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
}
.wrapper footer ul li .link-with-icon:hover .icon {
  content: url("../images/foot_link.png");
}
.wrapper footer ul li a:hover {
  color: #10AC68;
}
.wrapper footer .copy {
  text-align: right;
  padding-top: 16px;
  font-size: 10px;
  color: #fff;
}
.wrapper .sec06 .base {
  padding: 60px 24px;
}
.wrapper .sec06 .base p {
  padding-bottom: 24px;
}
.wrapper .sec06 .base .p_name {
  font-size: 14px;
  text-align: right;
  padding-top: 32px;
}

.head_wrap {
  background: url("../images/kv02.jpg") no-repeat center 100%/cover;
  height: 100vh;
}
.head_wrap header {
  display: flex;
  justify-content: space-between;
}
.head_wrap header .logo {
  width: 80%;
  padding: 24px 0 0 24px;
}
.head_wrap header .logo img {
  width: 88%;
}
.head_wrap header .mail {
  width: 16%;
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .head_wrap header .mail {
    position: static;
  }
}
.head_wrap .kv {
  padding: 5vh 24px 24px;
}

.thanks {
  background: #eff0f1;
  padding: 80px 16px;
  margin: 16px;
  width: calc(100% - 32px);
  height: 100vh;
}
.thanks h1 {
  font-size: 32px;
  margin-bottom: 32px;
  font-weight: bold;
  text-align: center;
}
.thanks p {
  font-size: 15px;
  margin-bottom: 24px;
  text-align: left;
}
.thanks p.s {
  font-size: 13px;
  margin: 0;
}
.thanks .btn {
  background-color: #10AC68;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 32px;
  display: block;
}
.thanks .btn:hover {
  opacity: 0.8;
}

.sidefix {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: fixed;
  right: 0;
  top: 50%;
}
.sidefix a {
  display: block;
  background-color: #c50808;
  color: #fff;
  padding: 12px 8px;
}

/* =================================================================



================================================================= */
@media screen and (max-width: 768px) {
  body {
    background: none;
  }
  .background-slider {
    display: none;
  }
  .wrapper {
    /* =================================================================

        layout-sp

    ================================================================= */
  }
  .wrapper .main_left {
    display: none;
  }
  .wrapper .main_right {
    display: none;
  }
  .wrapper .main {
    width: 100%;
  }
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #942D2F;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* =================================================================

    その他

================================================================= */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
br.is-sp-only {
  display: none;
}/*# sourceMappingURL=style.css.map */