@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
main,
figure {
  margin: 0;
  padding: 0;
}

table {
  font-size: 100%;
  font-family: inherit;
}

fieldset,
img {
  border: 0;
}

img,
svg {
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

select,
input,
textarea {
  font-size: 100%;
}

header,
footer,
nav,
main,
section,
article,
figure,
aside,
picture {
  display: block;
}

.clearfix:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #1f1f1f;
  word-wrap: break-word;
  overflow-wrap: break-word;

  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-slider * {
  outline: none;
}

@media screen and (min-width: 768px),
print {}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* pc / sp
============================================================================================================ */
@media screen and (min-width: 768px),
print {

  .sp,
  .sps {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {

  .pc,
  .sps {
    display: none !important;
  }
}

@media screen and (max-width: 370px) {
  .sps {
    display: block !important;
  }
}

/* transition
============================================================================================================ */
@media screen and (min-width: 768px) {

  a[href],
  a[href]::before,
  a[href]::after {
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
      border 0.3s ease-in-out, border-radius 0.3s ease-in-out,
      box-shadow 0.3s ease-in-out;
  }
}

/* spパディング
============================================================================================================ */
@media screen and (max-width: 767px) {
  .sp_pd {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }

  .sp_full {
    margin-left: -6vw !important;
    margin-right: -6vw !important;
  }

  .sp_full_l {
    margin-left: -6vw !important;
  }

  .sp_full_r {
    margin-right: -6vw !important;
  }
}

/* object-fit
============================================================================================================ */
img.of {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* site_logo
============================================================================================================ */
.site_logo {
  position: absolute;
  left: 25px;
  top: 30px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .site_logo {
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  .site_logo {
    left: 15px;
    top: 15px;
    width: 100px;
  }
}

/* fix_btn
============================================================================================================ */
.fix_btn {
  position: fixed;
  z-index: 100;
}

@media screen and (min-width: 768px),
print {
  .fix_btn {
    right: 25px;
    top: 25px;
    display: flex;
    gap: 20px;
  }
}

@media print {
  .fix_btn {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .fix_btn {
    bottom: 0;
    right: 10px;
    left: 10px;
    transition: opacity 0.3s, transform 0.3s;
  }

  .fix_btn .box_btn {
    display: block;
    padding: 10px 0;
    background-color: #3c6eb0;
    border-radius: 12px 12px 0 0;
  }

  .fix_btn .box_btn::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    background-color: #3c6eb0;
    border-radius: 100%;
    z-index: -1;
  }

  .fix_btn .box_btn::after {
    content: "";
    position: absolute;
    top: -4px;
    right: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: 100% 0;
    transform: rotate(-45deg);
  }

  .fix_btn .box_btn .a {
    display: none;
  }

  .btn-hide .fix_btn {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
  }
}

/* container
============================================================================================================ */
#container {
  position: relative;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px),
print {
  #container {
    min-width: 1200px;
  }
}

@media screen and (max-width: 767px) {}

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

	パーツ

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

/* box_btn
============================================================================================================ */
a.box_btn {
  position: relative;
  display: table;
  margin: auto;
  padding: 15px 40px 15px 25px;
  background-color: #28bfbf;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  a.box_btn {
    width: 100%;
    max-width: min(calc(592 / 750 * 100vw), 592px);
    font-size: clamp(12px, calc(32 / 750 * 100vw), 32px);
    border-radius: min(calc(64 / 750 * 100vw), 64px);
    height: min(calc(120 / 750 * 100vw), 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: min(calc(30 / 750 * 100vw), 30px);
  }
}

a.box_btn .a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  a.box_btn .a {
    right: min(calc(34 / 750 * 100vw), 34px);
  }
}

a.box_btn .a::before,
a.box_btn .a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: 100% 0;
  transform: rotate(45deg);
  opacity: 0.6;
}

@media screen and (max-width: 767px) {

  a.box_btn .a::before,
  a.box_btn .a::after {
    right: 0;
    width: min(calc(24 / 750 * 100vw), 24px);
    height: min(calc(24 / 750 * 100vw), 24px);
    border-top: min(calc(3 / 750 * 100vw), 3px) solid #fff;
    border-right: min(calc(3 / 750 * 100vw), 3px) solid #fff;
    opacity: 1;
  }
}

a.box_btn .a::after {
  right: 10px;
  opacity: 0;
}

a.box_btn .s {
  margin-left: 0.2em;
  font-size: 80%;
}

a.box_btn.m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 580px;
  height: 110px;
  margin: auto;
  border-radius: 55px;
  font-size: 2rem;
}

a.box_btn.l {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 146px;
  border-radius: 73px;
  font-size: 2rem;
}

a.box_btn .ar {
  position: absolute;
  top: 50%;
  right: 70px;
  width: 25px;
  border-top: 2px solid #fff;
  margin-top: -1px;
}

a.box_btn .ar::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -3px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: 100% 0;
  transform: rotate(45deg);
}

  a.box_btn_white {
    display: table;
      margin: auto;
      padding: 5px 30px 5px 15px;
      border-radius: 30px;
      text-decoration: none;
      font-size: 14px;
      line-height: 1.5;
      text-align: center;
      font-weight: 400;
      background-color: white;
      color: #3c6eb0;
      border: 1px solid #3c6eb0;
      position: fixed;
      right: 10px;
      top: 10px;
  }
a.box_btn_white .a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	width: 20px;
	overflow: hidden;
}
a.box_btn_white .a::before,
a.box_btn_white .a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #3c6eb0;
	border-right: 2px solid #3c6eb0;
	transform-origin: 100% 0;
	transform: rotate(45deg);
	opacity: 0.6;
	transition: all 0.6s;
}
a.box_btn_white:hover .a::before,
a.box_btn_white:hover .a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform-origin: 100% 0;
	transform: rotate(45deg);
	opacity: 0.6;
}
a.box_btn_white .a::after {
	right: 10px;
	opacity: 0;
}
a.box_btn_white .s {
	margin-left: 0.2em;
	font-size: 80%;
}
a.box_btn_white.m {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 580px;
	height: 110px;
	margin: auto;
	border-radius: 55px;
	font-size: 2rem;
}
a.box_btn_white.l {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 146px;
	border-radius: 73px;
	font-size: 2rem;
}
a.box_btn_white .ar {
	position: absolute;
	top: 50%;
	right: 70px;
	width: 25px;
	border-top: 2px solid #fff;
	margin-top: -1px;
}
a.box_btn_white .ar::after {
	content: "";
	position: absolute;
	top: -1px;
	right: -3px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform-origin: 100% 0;
	transform: rotate(45deg);
}


@media screen and (min-width: 768px),
print {
  a[href].box_btn:hover {
    background-color: #42dbdb !important;
    border-radius: 0 !important;
    box-shadow: 5px 5px 10px rgba(17, 95, 95, 0.2);
  }
a.box_btn_white {
	position: relative;
	display: table;
	margin: auto;
	padding: 15px 40px 15px 25px;
	border-radius: 30px;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	background-color: white;
	color: #28bfbf;
	border: 1px solid #28bfbf;
	right: 0;
        top: 0;
}
	a[href].box_btn_white:hover {
		background-color: #28bfbf !important;
		border-radius: 0 !important;
		box-shadow: 5px 5px 10px rgba(17,95,95,.2);
		color: white;
		border: 1px solid white;
		opacity: 1;
	}
  a.box_btn .a::before,
  a.box_btn .a::after,
  a.box_btn .ar {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  a.box_btn .a::before {
    transition-delay: 0.1s;
  }

  a[href].box_btn:hover .a::before,
  a[href].box_btn:hover .a::after {
    transform: translateX(5px) rotate(45deg);
  }

  a[href].box_btn:hover .a::before {
    transition-delay: 0;
    opacity: 0;
  }

  a[href].box_btn:hover .a::after {
    transition-delay: 0.1s;
    opacity: 0.8;
  }

  a[href].box_btn:hover .ar {
    transform: translateX(5px);
  }
}

@media screen and (max-width: 767px) {
  a.box_btn.l {
    height: 82px;
    font-size: 1.6rem;
  }

  a.box_btn .ar {
    right: 20px;
  }

  a.box_btn.m {
    width: 100%;
    height: 82px;
    font-size: 1.6rem;
  }
}

/* color
============================================================================================================ */
.c_theme {
  color: #4476b4;
}

/* main
============================================================================================================ */
#main {
  margin-bottom: 0;
  padding-bottom: 120px;
  position: relative;
  text-align: center;
}

#main h1 {
  font-weight: normal;
  font-size: 2.7rem;
  line-height: 1.4;
}

#main .img2 {
  content: "";
  position: absolute;
  width: 812px;
  height: 972px;
  pointer-events: none;
  z-index: -1;
}

@media screen and (min-width: 768px),
print {}

@media screen and (max-width: 767px) {
  #main {
    margin-bottom: 0;
    padding-bottom: 45px;
    font-size: 1.3rem;
  }

  #main h1 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 370px) {
  #main h1 {
    letter-spacing: 0.05em;
  }
}

/* registerForm
============================================================================================================ */
input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  vertical-align: middle;
  font-family: inherit;
  outline: none;
  font-size: 100%;
}

::-webkit-input-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
}

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

button {
  cursor: pointer;
}

.lp_signup_personal_form_container_root {
  max-width: none !important;
}

.lp_signup_personal_form_container_root>div {
  background: none;
}

.lp_signup_personal_form_container_root h2 {
  display: none;
}

.lp_signup_personal_form_container_root form {
  width: auto;
  margin: auto;
  max-width: none;
  color: #1f1f1f;
}

.lp_signup_personal_form_container_root label {
  padding: 0;
}

.lp_signup_personal_form_container_root label label {
  margin-bottom: 0 !important;
}

.lp_signup_personal_form_container_root label span {
  padding-bottom: 5px;
  font-size: 1.2rem;
}

.lp_signup_personal_form_container_root label input {
  height: 50px;
  padding: 0 20px;
  background-color: #f1f1f1;
  border: 2px solid #f1f1f1;
  border-radius: 100px;
  outline: none;
  font-size: 1.6rem;
}

.lp_signup_personal_form_container_root label input:focus {
  border-color: rgb(69, 117, 180);
}

.lp_signup_personal_form_container_root button {
  position: relative;
  display: table;
  width: 210px;
  height: 50px;
  margin: 0;
  padding: 0 15px 0 0;
  background-color: #28bfbf !important;
  border: 0;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.lp_signup_personal_form_container_root button .a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 20px;
  overflow: hidden;
}

.lp_signup_personal_form_container_root button .a::before,
.lp_signup_personal_form_container_root button .a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: 100% 0;
  transform: rotate(45deg);
  opacity: 0.6;
}

.lp_signup_personal_form_container_root button .a::after {
  right: 10px;
  opacity: 0;
}

@media screen and (min-width: 768px),
print {
  .lp_signup_personal_form_container_root button {
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
      border 0.3s ease-in-out, border-radius 0.3s ease-in-out,
      box-shadow 0.3s ease-in-out;
  }

  .lp_signup_personal_form_container_root button .a::before,
  .lp_signup_personal_form_container_root button .a::after {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .lp_signup_personal_form_container_root button .a::before {
    transition-delay: 0.1s;
  }

  .lp_signup_personal_form_container_root button:hover {
    background-color: #42dbdb !important;
    border-radius: 0 !important;
    box-shadow: 5px 5px 10px rgba(17, 95, 95, 0.2);
  }

  .lp_signup_personal_form_container_root button:hover .a::before,
  .lp_signup_personal_form_container_root button:hover .a::after {
    transform: translateX(5px) rotate(45deg);
  }

  .lp_signup_personal_form_container_root button:hover .a::before {
    transition-delay: 0;
    opacity: 0;
  }

  .lp_signup_personal_form_container_root button:hover .a::after {
    transition-delay: 0.1s;
    opacity: 0.8;
  }
}

.main_form {
  width: 680px;
  margin: -15px auto 0;
  padding: 25px 35px 20px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 24px;
  text-align: left;
}

.main_form form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.main_form form>label:first-child {
  width: 210px;
}

.main_form form>label:first-child+label {
  width: 150px;
}

.main_form p {
  margin-top: 15px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #888;
}

.main_form p a {
  color: #888;
}

.main_form p a:hover {
  text-decoration: none;
}

#registerForm {
  position: fixed;
  background-color: #fff;
  font-size: 1.1rem;
  transition: transform 0.3s ease-in-out;
  z-index: 200;
}

#registerForm .logo {
  margin-bottom: 30px;
  text-align: center;
}

#registerForm .logo img {
  height: auto;
}

#registerForm form {
  width: 280px;
}

#registerForm label {
  margin-bottom: 20px;
}

#registerForm p {
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: center;
  color: #888;
}

#registerForm p a {
  color: #888;
}

#registerForm button {
  margin: 10px auto 30px;
}

#registerForm .other-links {
  display: flex;
  justify-content: center;
}

#registerForm .other-links li {
  letter-spacing: 0;
}

#registerForm .login {
  margin-top: 30px;
}

#registerForm .login a {
  color: #075555;
  font-weight: bold;
}

@media screen and (min-width: 768px),
print {
  #registerForm {
    right: 12px;
    top: 12px;
    width: 395px;
    padding: 60px 0 30px;
    border: 1px solid #e2e2e2;
    border-radius: 24px;
    transform: translateX(420px);
  }

  #registerForm.open {
    transform: translateX(0);
  }

  #registerForm a:hover {
    text-decoration: none;
  }

  #registerForm .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 10;
  }

  #registerForm .close::before,
  #registerForm .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    margin-left: -9px;
    margin-top: -1px;
    border-top: 2px solid #666;
    transform: rotate(45deg);
  }

  #registerForm .close::after {
    transform: rotate(-45deg);
  }

  #registerForm .close:hover {
    transform: rotate(90deg);
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  #registerForm {
    right: 10px;
    left: 10px;
    bottom: 0;
    border-top: 5px solid #3c6eb0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    letter-spacing: 0.1em;
    transform: translateY(110%);
  }

  #registerForm.open {
    transform: translateY(0);
  }

  #registerFormOverlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
    z-index: 199;
  }

  #registerForm.open+#registerFormOverlay {
    bottom: 0;
    pointer-events: auto;
    opacity: 1;
  }

  #registerForm>div {
    max-height: calc(100vh - 10px);
    padding: 50px 0 30px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  #registerForm>div>* {
    min-width: 280px;
    width: calc(100% - 75px);
    margin: auto;
  }

  #registerForm form {
    width: auto;
  }

  #registerForm p {
    text-align: left;
  }

  #registerForm .other-links {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: -1em;
  }

  #registerForm .other-links li {
    font-size: 1.1rem;
    letter-spacing: 0;
  }

  #registerForm .login {
    margin-top: 10px;
  }

  #registerForm .close {
    position: absolute;
    overflow: hidden;
    right: 0;
    left: 0;
    top: 0;
    height: 24px;
    z-index: 10;
  }

  #registerForm .close::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    background-color: #3c6eb0;
    border-radius: 100%;
  }

  #registerForm .close::after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 8px;
    height: 8px;
    margin-bottom: -2px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: 100% 100%;
    transform: rotate(45deg);
  }
}