@charset "UTF-8";
@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.001s !important;
    animation-duration: 0.001s !important;
  }
}

*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-width: 0;
  border-style: solid;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  vertical-align: inherit;
  text-decoration: inherit;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
address,
th,
td,
label,
li {
  max-height: 100%;
}

button,
[type='button'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='reset'],
[type='search'],
[type='submit'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea {
  min-height: 1.5em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 62.5%/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-sizing: normal;
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

body {
  position: relative;
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

.ta_left {
  text-align: left;
}

.ta_center {
  text-align: center;
}

.ta_right {
  text-align: right;
}

.v_stack {
  display: flex;
  flex-direction: column;
}

.h_stack {
  display: flex;
}

.spacer {
  flex: 1;
  border: 0;
  background: transparent;
}

#header {
  background-image: url("../img/header_sample.png");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: 50% 90%;
  width: 100%;
  margin: 0px auto;
  padding: 80px 0 128px;
  border-radius: 48px;
  position: relative;
}

#header::before {
  content: '';
  background-image: url("../img/wave_bule.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 11%;
  min-height: 144px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  #header {
    background-size: 85%;
  }
}

@media screen and (max-width: 767px) {
  #header {
    background-size: contain;
  }
}

@media screen and (max-width: 640px) {
  #header {
    margin: 0 auto 64px;
    background-size: 120%;
  }
}

#header .header_box {
  padding: 0 96px 64px;
}

@media screen and (max-width: 870px) {
  #header .header_box {
    padding: 0 64px 64px;
  }
}

@media screen and (max-width: 540px) {
  #header .header_box {
    padding: 0 32px 32px;
  }
}

@media screen and (max-width: 425px) {
  #header .header_box {
    padding: 0 16px 16px;
  }
}

#header .header_box .header_title {
  display: none;
}

#header .header_box .title_img {
  margin: 96px auto;
  max-width: 544px;
}

@media screen and (max-width: 1024px) {
  #header .header_box .title_img {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  #header .header_box .title_img {
    margin: 64px auto;
  }
}

@media screen and (max-width: 425px) {
  #header .header_box .title_img {
    width: 100%;
  }
}

#header .header_box .title_img img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #header .header_box .img {
    width: 75%;
  }
}

@media screen and (max-width: 425px) {
  #header .header_box .img {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  #header .header_box .img img {
    width: 100%;
  }
}

#header .header_box .top_btn {
  margin: 0 auto 96px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
  border-radius: 9999px;
  padding: 12px;
  box-shadow: 0px 0px 6px rgba(75, 36, 206, 0.16);
  width: 544px;
}

@media screen and (max-width: 767px) {
  #header .header_box .top_btn {
    width: 92%;
  }
}

@media screen and (max-width: 425px) {
  #header .header_box .top_btn {
    justify-content: center;
    width: 100%;
    margin: 0 auto 32px;
  }
}

#header .header_box .top_btn .logo {
  margin-right: 48px;
  width: 240px;
}

@media screen and (max-width: 767px) {
  #header .header_box .top_btn .logo {
    width: calc(50% - 30px);
    margin-left: 15px;
  }
}

@media screen and (max-width: 500px) {
  #header .header_box .top_btn .logo {
    margin-right: 15px;
  }
}

#header .header_box .top_btn .logo img {
  width: 100%;
  vertical-align: bottom;
}

#header .header_box .top_btn .ui_btn {
  padding: 12px 36px;
}

@media screen and (max-width: 641px) {
  #header .header_box .top_btn .ui_btn {
    padding: 12px;
  }
}

@media screen and (max-width: 425px) {
  #header .header_box .top_btn .ui_btn {
    padding: 6px;
  }
}

#header .header_box .top_btn .ui_btn::after {
  display: none;
}

#header .hero_img {
  position: absolute;
  top: 64px;
  right: -160px;
  bottom: 3%;
  width: 31.428%;
}

@media screen and (max-width: 1280px) {
  #header .hero_img {
    right: -6%;
  }
}

@media screen and (max-width: 870px) {
  #header .hero_img {
    width: 40%;
    right: -10%;
  }
}

@media screen and (max-width: 670px) {
  #header .hero_img {
    width: 37.142%;
    top: 192px;
  }
}

@media screen and (max-width: 425px) {
  #header .hero_img {
    width: 45%;
    right: -12%;
  }
}

#header .hero_img img {
  display: block;
  width: 100%;
}

#footer {
  background-color: #1D3655;
}

#footer .container {
  padding: 24px;
}

#footer .container .title {
  text-align: center;
  padding: 24px 0;
}

#footer .container .title img {
  width: 120px;
  display: block;
  margin: 0 auto;
}

#footer .container .title a {
  text-decoration: none;
}

#footer .container .sitemap {
  width: 70%;
  display: flex;
  text-align: center;
  justify-content: space-around;
  margin: 24px auto;
}

#footer .container .sitemap li {
  list-style: none;
}

#footer .container .sitemap li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

#footer .container p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #footer .container {
    padding: 24px;
  }
  #footer .container .sitemap {
    flex-wrap: wrap;
    margin: 16px auto;
    font-size: 14px;
  }
  #footer .container .copyright {
    font-size: 12px;
  }
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 500;
  background-color: #fff;
}

#nav .container {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  #nav .container {
    height: 64px;
  }
}

#nav .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav .container .title img {
  width: 220px;
  padding-left: 32px;
}

@media screen and (max-width: 640px) {
  #nav .container .title img {
    width: 160px;
    padding-left: 16px;
  }
}

#nav .container .menu {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  width: 50%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 850px) {
  #nav .container .menu {
    width: 66.666%;
  }
}

@media screen and (max-width: 767px) {
  #nav .container .menu {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  #nav .container .menu .pc_only {
    display: none;
  }
}

#nav .container .menu li a {
  color: inherit;
  text-decoration: none;
}

#nav .container .menu .contact_btn {
  background: linear-gradient(90deg, #F28F52, #E86569);
  color: #fff;
  font-size: 18px;
  border-radius: 9999px;
  padding: 10px 32px;
  text-decoration: none;
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  #nav .container .menu .contact_btn {
    height: auto;
    padding: 8px;
    border-radius: 8px;
    margin-right: 16px;
  }
}

#root {
  --plyr-color-main: #495057;
  font-size: 18px;
}

#top {
  margin-top: 80px;
  background-color: #F1F6FD;
  width: 100%;
  height: 154px;
}

#top .head_title {
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 43px 0;
}

#top .head_title h3 {
  font-size: 26px;
}

#top .head_title h4 {
  font-size: 16px;
  color: #3766A1;
}

#top .head_title hr {
  width: 40px;
  border: 1px solid #A4C8F6;
  margin: 4px auto 8px;
}

.container {
  margin: 0 auto;
  width: 940px;
}

.flex {
  display: flex;
}

h2 {
  font-size: 24px;
  opacity: 0.64;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
  color: #595D66;
}

h5 {
  font-size: 24px;
  color: #595d66;
}

h6 {
  font-size: 16px;
  color: #595D66;
}

.ta_left {
  text-align: left !important;
}

.ta_center {
  text-align: center !important;
}

.ta_right {
  text-align: right !important;
}

#contact {
  padding-top: 40px;
}

#contact h1,
#contact h2,
#contact p {
  text-align: center;
}

#contact p {
  margin-top: 20px;
}

#contact hr {
  width: 100%;
  height: 1px;
  margin: 32px 0;
  background: #d6d6d6;
}

#contact .btn_agree {
  display: flex;
  align-items: center;
  margin: 16px 0;
  padding-left: 8px;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
}

form {
  width: 690px;
  margin: 40px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  justify-content: space-around;
}

label {
  height: 36px;
  color: #4f4f51;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  user-select: none;
}

[type='email'],
[type='number'],
[type='password'],
[type='tel'],
[type='text'],
[type='url'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
  padding: 6px 10px 4px 10px;
  outline-style: none;
  border: 1px solid #d9dbdb;
  border-radius: 4px;
  background-color: #fcfcfc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  color: #4f4f51;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  -webkit-appearance: none;
}

[type='email'],
[type='number'],
[type='password'],
[type='tel'],
[type='text'],
[type='url'] {
  height: 36px;
}

textarea {
  max-height: 400px;
  height: 200px;
  line-height: 20px;
}

form div span {
  color: #fff;
  font-weight: 500;
  font-size: 8px;
  padding: 2px;
  background-color: #E7606D;
  border-radius: 2px;
}

[type='email']:focus,
[type='number']:focus,
[type='password']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='url']:focus,
textarea:focus {
  border: 1px solid #37afda;
  background-color: #fff;
  color: #000;
}

[type='email']:invalid + span,
[type='number']:invalid + span,
[type='password']:invalid + span,
[type='tel']:invalid + span,
[type='text']:invalid + span,
[type='url']:invalid + span,
textarea:invalid + span {
  color: rgba(252, 14, 41, 0.8);
}

button,
.button {
  display: block;
  width: 160px;
  height: 40px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  outline-style: none;
  border: none;
  border-radius: 6px;
  background-color: #2b7add;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.1, 0, 0.2, 1);
}

button:hover, button:focus,
.button:hover,
.button:focus {
  background-color: #4188e1;
  color: #fff;
  opacity: 1;
}

button:active,
.button:active {
  background-color: #216ece;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.05) 0%, transparent 100%);
  color: #fff;
  transform: scale(0.96, 0.98);
}

button:disabled,
.button:disabled {
  background-color: #a2a2a3;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  cursor: not-allowed;
  transform: scale(1);
}

#contact_thanks #main-contents,
#contact_failed #main-contents {
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center;
}

#contact_thanks #main-contents p,
#contact_failed #main-contents p {
  margin-bottom: 40px;
}

#contact .msg p {
  font-size: 16px;
  color: #495057;
}

#cform .privacy {
  width: 690px;
}

#cform .privacy p {
  font-size: 16px;
  color: #495057;
}

#cform .privacy p a {
  font-weight: 600;
  text-decoration: none;
  color: #5297EE;
}

#cform .privacy .privacy_box {
  width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#cform .privacy .privacy_box h4 {
  font-size: 18px;
  margin: 0 8px;
  width: 400;
}

#cform .privacy .privacy_box span {
  margin: 0 8px;
}
