@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;
  }
}

/* slick
============================================================================================================ */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* 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;
  }
}
@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: #2864f0;
    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: #2864f0;
    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;
  }
}

/* footer
============================================================================================================ */
#footer {
  position: relative;
  padding-top: 170px;
  background-color: #285ac8;
  color: #fff;
}
#footer > * {
  position: relative;
  z-index: 3;
}
#footer .bg {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 600px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  #footer .img img {
    display: block;
    width: 1120px;
    height: auto;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #footer .bg {
    height: 280px;
  }
}

/* contents
------------------------------------------------------------- */
#footer .contents {
  font-size: 1.3rem;
}
#footer .freee {
  position: relative;
}
#footer .freee a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#footer .freee dt {
  margin-bottom: 10px;
  font-weight: bold;
}
#footer .freee dd {
  font-size: 1.1rem;
}
#footer .nav ul a {
  color: #fff;
  text-decoration: none;
}
#footer .nav ul a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  #footer .contents {
    width: 1000px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #footer .freee {
    padding: 95px 0 0 165px;
  }
  #footer .freee .logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer .freee dl {
    position: relative;
    z-index: 2;
  }
  #footer .nav {
    width: 580px;
  }
  #footer .nav ul {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  #footer .nav ul li {
    margin: 0 20px;
  }
  #footer .nav ul a:hover {
    text-decoration: underline;
  }
  #footer .nav .box_btn {
    height: 110px;
    border-radius: 55px;
  }
  #footer .contents .notes {
    padding-bottom: 60px;
  }
  #footer .contents .notes a {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #footer .contents {
    margin-top: 50px;
    padding-bottom: 30px;
    font-size: 1.3rem;
  }
  #footer .freee a {
    width: 210px;
    margin: 0 auto;
    text-align: center;
  }
  #footer .freee .logo {
    margin-bottom: 20px;
  }
  #footer .nav p {
    margin-top: 40px;
    padding: 0 7.5vw;
  }
  #footer .nav ul {
    margin-top: 30px;
  }
  #footer .nav ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  #footer .contents .notes {
    padding: 0px 20px 30px;
  }
}

/* small
------------------------------------------------------------- */
#footer small {
  display: block;
  padding: 15px;
  background-color: #fff;
  font-size: 1.1rem;
  text-align: center;
  color: #555555;
}
@media screen and (max-width: 767px) {
  #footer small {
    font-size: 1rem;
    /*padding-bottom: 100px;*/
  }
}

/* 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;
}
a.box_btn.pc {
  display: none;
}
a.box_btn .a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 20px;
  overflow: hidden;
}
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;
}
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);
}
@media screen and (min-width: 768px), print {
  a.box_btn.pc {
    display: flex;
  }
  a.box_btn.sp {
    display: none;
  }
  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 .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: 80%;
    height: 82px;
    font-size: 1.6rem;
  }
}

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

/* point_title
============================================================================================================ */
.point_title {
  position: relative;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
.point_title::before,
.point_title::after {
  content: '';
  position: absolute;
}
.point_title::before {
  top: -5px;
  left: -15px;
  width: 4px;
  height: 4px;
  background-color: #4476b4;
}
.point_title::after {
  top: -10px;
  left: -20px;
  width: 6px;
  height: 6px;
  background-color: #c1d5ef;
}
@media screen and (max-width: 767px) {
  .point_title {
    font-size: 2.3rem;
  }
}

/* main
============================================================================================================ */
#main {
  position: relative;
  margin-bottom: 320px;
  padding-top: 40px;
  text-align: center;
}
#main h1 {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.4;
}
#main .btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
#main .btn.sp {
  display: none;
}
#main .img2 {
  content: '';
  position: absolute;
  width: 812px;
  height: 972px;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  #main picture {
    margin: 0 -1000px;
  }
  #main .img1 {
    content: '';
    position: absolute;
    top: -162px;
    left: 50%;
    margin-left: 90px;
    width: 795px;
    height: 832px;
    pointer-events: none;
    z-index: -1;
  }
  #main .img2 {
    top: 210px;
    right: 50%;
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main {
    margin-bottom: 150px;
    padding-top: 100px;
    font-size: 1.3rem;
  }
  #main .img1 {
    display: none;
  }
  #main .img2 {
    top: -20px;
    right: -220px;
    width: 440px;
    background-position: 50% 0;
    opacity: 0.8;
  }
  #main .btn {
    margin-bottom: 20px;
  }
  #main .btn.pc {
    display: none;
  }
  #main .btn.sp {
    display: block;
  }
  #main h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 370px) {
  #main h1 {
    letter-spacing: 0.05em;
  }
}

/* sec1
============================================================================================================ */
.sec1 {
  margin-bottom: 500px;
}
.sec1 section {
  position: relative;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .sec1 section > div {
    position: relative;
    width: 400px;
  }
  .sec1 section picture {
    position: absolute;
    z-index: -1;
  }
  .sec1 .c1 {
    margin-bottom: 430px;
  }
  .sec1 .c1 > div {
    left: calc(50% + 80px);
  }
  .sec1 .c1 picture {
    top: -270px;
    right: 50%;
    margin-right: -60px;
  }
  .sec1 .c2 {
    margin-bottom: 360px;
  }
  .sec1 .c2 > div {
    right: 50%;
    margin-left: auto;
  }
  .sec1 .c2 picture {
    top: -260px;
    left: 50%;
    margin-left: -50px;
  }
  .sec1 .c3 {
    margin-bottom: 430px;
  }
  .sec1 .c3 > div {
    left: calc(50% + 80px);
  }
  .sec1 .c3 picture {
    top: -260px;
    right: 50%;
    margin-right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .sec1 {
    margin-bottom: 140px;
  }
  .sec1 section {
    font-size: 1.4rem;
  }
  .sec1 section > div {
    padding: 0 13vw;
  }
  .sec1 section picture {
    width: 100%;
  }
  .sec1 .c1 {
    margin-bottom: 70px;
  }
}

/* sec2
============================================================================================================ */
.sec2 {
  position: relative;
  margin-bottom: 220px;
}
.sec2 section {
  width: 460px;
  height: 460px;
  margin: auto;
  padding-top: 110px;
  border: 2px solid #4476b4;
  border-radius: 100%;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
}
.sec2 section .lead {
  font-size: 1.6rem;
}
.sec2 section h2 {
  margin: 10px 0 15px;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.4;
}
.sec2 .btn {
  position: relative;
  margin-top: 80px;
  z-index: 4;
}
.sec2 .img {
  position: absolute;
}
.sec2 .img1 {
  right: 50%;
  top: -350px;
  margin-right: -40px;
  pointer-events: none;
}
.sec2 .img2 {
  left: 50%;
  top: 190px;
  margin-left: 100px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec2 {
    margin: 0 -200px 160px;
  }
  .sec2 section {
    width: 420px;
    height: 420px;
    padding-top: 100px;
  }
  .sec2 section h2 {
    font-size: 2.3rem;
  }
  .sec2 .img img {
    max-width: none;
    width: 100%;
  }
  .sec2 .img1 {
    width: 390px;
    top: -170px;
    margin-right: 0px;
  }
  .sec2 .img2 {
    width: 240px;
    top: 280px;
    margin-left: 40px;
  }
  .sec2 .btn {
    margin: 40px calc(200px + 5vw) 0;
  }
}

/* sec3
============================================================================================================ */
.sec3 {
  position: relative;
  margin-bottom: 260px;
  padding-bottom: 80px;
  line-height: 2;
}
.sec3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f8fbff;
  z-index: -1;
}
.sec3 header {
  margin-bottom: 195px;
}
.sec3 .s_box {
  background-color: #fff;
}
.sec3 h3,
.sec3 h4 {
  position: relative;
  font-weight: normal;
  font-size: 2rem;
}
.sec3 h3::before,
.sec3 h4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -64px;
  width: 36px;
  border-top: 1px solid #4476b4;
}
.sec3 .point .fuki {
  position: relative;
  width: 380px;
  height: 250px;
  margin-bottom: 20px;
  background: url(../img/sec3_fuki.png) no-repeat 50%;
  background-size: 100%;
}
.sec3 .point .fuki li {
  position: absolute;
  text-align: center;
  line-height: 1.66;
}
.sec3 .point .fuki .f1 {
  left: 0;
  top: 70px;
  width: 200px;
}
.sec3 .point .fuki .f2 {
  right: 0;
  top: 110px;
  width: 230px;
}
.sec3 .point p {
  display: table;
  margin: auto;
  font-size: 1.8rem;
}
.sec3 .c2 section img {
  width: 100%;
}
.sec3 .c2 section div {
  font-size: 1.4rem;
  padding: 35px 0 35px 50px;
}
@media screen and (min-width: 768px), print {
  .sec3::before {
    top: 190px;
    width: calc(50% + 360px);
  }
  .sec3 header {
    position: relative;
    left: calc(50% + 80px);
  }
  .sec3 .c1 {
    position: relative;
    display: flex !important;
    align-items: center;
    right: 120px;
    width: 760px;
    height: 180px;
    margin: 0 auto 165px;
    padding-left: 70px;
    font-size: 1.4rem;
  }
  .sec3 .c1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
  .sec3 .c1 > * {
    position: relative;
    z-index: 3;
  }
  .sec3 .c1 h3::before {
    width: 55px;
    left: -90px;
  }
  .sec3 .c1 h3 {
    width: 210px;
  }
  .sec3 .c1 .img {
    position: absolute;
    left: -100px;
    bottom: 120px;
    z-index: -1;
  }
  .sec3 .c2 {
    position: relative;
    max-width: 1260px;
    display: flex;
    margin: auto;
    padding: 0 20px;
  }
  .sec3 .point {
    position: absolute;
    left: 30px;
    top: -64px;
  }
  .sec3 .c2 section {
    width: 360px;
    margin-left: auto;
  }
  .sec3 .c2 section + section {
    margin-left: 30px;
  }
  .sec3 .c2 section h4 {
    margin-bottom: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .sec3 {
    margin-bottom: 120px;
    padding-bottom: 50px;
  }
  .sec3::before {
    right: 0;
    top: 220px;
  }
  .sec3 header {
    margin-bottom: 40px;
    padding: 0 13vw;
  }
  .sec3 > section {
    padding: 0 7.5vw;
  }
  .sec3 .s_box {
    font-size: 1.4rem;
    padding-bottom: 35px;
  }
  .sec3 h3,
  .sec3 h4 {
    font-size: 1.8rem;
    margin-bottom: 0.8em;
  }
  .sec3 h3::before,
  .sec3 h4::before {
    left: -46px;
    width: 25px;
  }
  .sec3 .c1 .img {
    margin-bottom: 30px;
  }
  .sec3 .c1 .img ~ * {
    margin-left: 35px;
    margin-right: 35px;
  }
  .sec3 .point {
    margin: 50px -100px 0;
  }
  .sec3 .point .fuki {
    margin: auto;
    width: 330px;
    height: 250px;
  }
  .sec3 .point .fuki li {
    font-size: 1.4rem;
  }
  .sec3 .point .fuki .f1 {
    top: 74px;
    width: 180px;
  }
  .sec3 .point .fuki .f2 {
    top: 110px;
    width: 190px;
  }
  .sec3 .point p {
    margin-top: 10px;
    text-align: center;
    line-height: 1.8;
  }
  .sec3 .c2 section {
    margin-top: 45px;
  }
  .sec3 .c2 section div {
    padding: 30px 35px 0;
  }
}

/* sec4
============================================================================================================ */
.sec4 {
  position: relative;
  margin-bottom: 170px;
}
.sec4 > header {
  position: relative;
  z-index: 3;
}
.sec4 .contents {
  position: relative;
  z-index: 2;
}
.sec4 .contents ul {
  background-color: #fafafa;
}
.sec4 .contents li {
  text-align: center;
}
.sec4 .contents li .ico {
  display: block;
}
.sec4 .btn {
  position: relative;
  margin-top: 325px;
}
.sec4 .btn picture {
  position: absolute;
  bottom: 73px;
  right: 0;
  left: 0;
  height: 550px;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .sec4 > header {
    width: 1000px;
    margin: 0 auto 140px;
  }
  .sec4 > header picture {
    position: absolute;
    top: -150px;
    left: 120px;
    z-index: -1;
  }
  .sec4 > header picture img {
    width: 1060px;
    height: auto;
  }
  .sec4 .contents {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
  }
  .sec4 .contents ul {
    display: flex;
    padding: 100px 0 90px;
  }
  .sec4 .contents li {
    width: 100%;
    padding-bottom: 10px;
  }
  .sec4 .contents li + li {
    border-left: 1px solid #dedede;
  }
  .sec4 .contents li .ico {
    position: relative;
    height: 140px;
    margin-bottom: 30px;
  }
  .sec4 .contents li .ico span {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .sec4 .contents li .ico3 span {
    bottom: -18px;
  }
  .sec4 .btn p {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec4 {
    margin-bottom: 130px;
  }
  .sec4 > header h2 {
    margin: 0 13vw 25px;
  }
  .sec4 .contents ul {
    padding: 65px 0 80px;
  }
  .sec4 .contents li + li::before {
    content: '';
    display: block;
    width: 110px;
    border-top: 1px solid #dedede;
    margin: 40px auto 45px;
  }
  .sec4 .contents li .ico {
    width: 260px;
    margin: 0 auto 25px;
  }
  .sec4 .btn {
    position: relative;
    margin-top: 190px;
  }
  .sec4 .btn picture {
    bottom: 40px;
    height: 230px;
  }
  .sec4 .btn p {
    padding: 0 7.5vw;
  }
}

/* sec5
============================================================================================================ */
.sec5 {
  position: relative;
  margin-bottom: 300px;
}
.sec5 .contents {
  position: relative;
}
.sec5 .main_slide .p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec5 .main_slide .img {
  margin-bottom: 25px;
}
.sec5 .main_slide dt {
  margin-bottom: 10px;
  font-size: 2rem;
}
.sec5 .main_slide dt span {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .sec5 > header {
    width: 1000px;
    margin: 0 auto 110px;
  }
  .sec5 .contents {
    height: 450px;
  }
  .sec5 .main_slide {
    position: absolute;
    top: 0;
    right: 50%;
    width: 3075px;
    margin-right: -1220px;
    z-index: 3;
  }
  .sec5 .main_slide .p {
    position: relative;
    padding-right: 40px;
    padding-top: 150px;
    padding-bottom: 100px;
    width: 205px;
  }
  .sec5 .main_slide img {
    max-width: 100%;
    height: auto;
    transform-origin: 0 100%;
    transition: transform 0.5s;
  }
  .sec5 .main_slide .p .img {
    opacity: 0.1;
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .sec5 .main_slide .p .img:hover {
    opacity: 1;
  }
  .sec5 .main_slide .name {
    position: relative;
    width: 300px;
    margin-right: -135px;
    transition: width 0.5s, opacity 0.3s;
    opacity: 0;
  }
  .sec5 .main_slide .name dl {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .sec5 .main_slide .slick-center {
    z-index: 3;
  }
  .sec5 .main_slide .slick-center .img {
    opacity: 1;
    cursor: default;
  }
  .sec5 .main_slide .slick-center img {
    transform: scale(1.82);
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.15);
  }
  .sec5 .main_slide .slick-center .name {
    opacity: 1;
  }
  .sec5 .main_slide .slick-center .name dl {
    opacity: 1;
  }
  .sec5 .voice {
    position: absolute;
    top: -65px;
    right: 0;
    bottom: -100px;
    width: calc(50% + 80px);
    background-color: #fff;
    z-index: 5;
  }
  .sec5 .voice > * {
    position: relative;
    margin-left: 80px;
    width: 630px;
    height: 456px;
    background-color: #f8fbff;
  }
  .sec5 .voice > *::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 80px;
    width: 639px;
    height: 452px;
    background: url(../img/voice_fuki.png);
    background-size: 100%;
  }
  .sec5 .voice .v {
    display: flex;
    align-items: center;
    position: absolute;
    top: 80px;
    left: 180px;
    height: 300px;
    font-size: 1.8rem;
    line-height: 2.5;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    z-index: 3;
  }
  .sec5 .voice .v.show {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec5 {
    margin-bottom: 115px;
  }
  .sec5 > header {
    margin: 0 13vw 40px;
  }
  .sec5 .contents {
    position: relative;
    padding: 0 6vw 30px;
  }
  .sec5 .contents::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 80px;
    background-color: #f7fafe;
    z-index: -1;
  }
  .sec5 .main_slide {
    margin: 0 -6vw;
  }
  .sec5 .main_slide .p {
    padding: 0 6vw;
  }
  .sec5 .main_slide .p > * {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sec5 .main_slide .p .img {
    width: 180px;
  }
  .sec5 .main_slide .p .img + * {
    width: calc(100% - 200px);
  }
  .sec5 .main_slide .p .name {
    text-align: left;
    font-size: 1.2rem;
  }
  .sec5 .main_slide .p .name dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .sec5 .main_slide .p .name dt span {
    font-size: 1.2rem;
  }
  .sec5 .voice {
    position: relative;
    height: 344px;
  }
  .sec5 .voice::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/voice_fuki_sp.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .sec5 .voice .v {
    display: flex;
    align-items: center;
    position: absolute;
    height: 240px;
    top: 60px;
    left: 13.3vw;
    font-size: 1.6rem;
    line-height: 2.5;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    z-index: 3;
  }
  .sec5 .voice .v.show {
    opacity: 1;
    pointer-events: auto;
  }
  .sec5 .slick-dots {
    position: absolute;
    right: 6vw;
    bottom: 20px;
    display: flex;
    justify-content: center;
    line-height: 1;
    z-index: 3;
  }
  .sec5 .slick-dots button {
    display: block;
    position: relative;
    overflow: hidden;
    border: 0;
    width: 20px;
    height: 0;
    font-size: 0;
    padding-top: 20px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .sec5 .slick-dots button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    background-color: #c1d5ef;
    transition: transform 0.2s, background 0.2s;
  }
  .sec5 .slick-dots .slick-active button::after {
    background-color: #4476b4;
    transform: rotate(45deg) scale(1.5);
  }
}

/* sec6
============================================================================================================ */
.sec6 {
  position: relative;
  margin-bottom: 180px;
  padding-bottom: 95px;
}
.sec6::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f8fbff;
  z-index: -1;
}
.sec6 > * {
  position: relative;
}
.sec6 header::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -35px;
  width: 126px;
  height: 40px;
  background-color: #285ac8;
  z-index: -1;
}
.sec6 header {
  position: relative;
  text-align: center;
  background-color: #fff;
  z-index: 3;
}
.sec6 header::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.sec6 header > * {
  position: relative;
  z-index: 3;
}
.sec6 header h2 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .sec6::before {
    top: 60px;
    width: calc(50% + 370px);
  }
  .sec6 > * {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec6 header {
    width: 390px;
    padding: 75px 0 50px;
  }
  .sec6 .contents {
    margin-top: 155px;
  }
}
@media screen and (max-width: 767px) {
  .sec6 {
    margin-bottom: 110px;
    padding-bottom: 70px;
    margin-top: 120px;
  }
  .sec6::before {
    left: 0;
    top: 100px;
  }
  .sec6 > * {
    padding: 0 7.5vw;
  }
  .sec6 > *::before {
    left: 0;
    width: 90px;
    height: 40px;
  }
  .sec6 header {
    margin-bottom: 60px;
    padding: 40px 0 30px;
  }
  .sec6 header img {
    width: 130px;
  }
  .sec6 header h2 {
    margin-top: 20px;
    font-size: 2.3rem;
  }
}

/* sec_qa
============================================================================================================ */
.sec_qa {
  position: relative;
  margin-top: 170px;
  margin-bottom: 170px;
}
.sec_qa .point_title {
  display: table !important;
  margin: 0 auto 60px;
}
.sec_qa .contents > * {
  border-top: 1px solid #eaeaea;
}
.sec_qa .contents section {
  border-bottom: 1px solid #eaeaea;
  transition: background 0.2s ease-in-out;
}
.sec_qa .contents section.open {
  background-color: #f8fbff;
}
.sec_qa .contents section h3 {
  position: relative;
  display: flex;
  align-items: center;
  height: 120px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: normal;
  cursor: pointer;
}
.sec_qa .contents section h3::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid #aec3e6;
  border-right: 2px solid #aec3e6;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.sec_qa .contents section.open h3::after {
  transform: translateY(5px) rotate(225deg);
}
.sec_qa .contents section h3 > * {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.sec_qa .contents section h3 > *::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 25px;
  background: url(../img/qa_q.png) no-repeat 50%;
  background-size: 100%;
}
.sec_qa .contents section .a {
  overflow: hidden;
  height: 0;
  transition: height 0.3s;
  background-color: #f8fbff;
}
.sec_qa .contents section .a > * {
  position: relative;
  padding-left: 40px;
  padding-bottom: 50px;
  font-size: 1.8rem;
  line-height: 2;
}
.sec_qa .contents section .a > *::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 25px;
  background: url(../img/qa_a.png) no-repeat 50%;
  background-size: 100%;
}
.sec_qa .contents section .a ul {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
}
.sec_qa .contents section .a ul li {
  margin: 8px 8px 8px 0;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 100px;
  padding: 5px 20px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
  .sec_qa .contents {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
  }
  .sec_qa .contents section h3,
  .sec_qa .contents section .a {
    padding-left: 100px;
    padding-right: 100px;
  }
  .sec_qa .contents section h3 {
    transition: background 0.2s ease-in-out;
  }
  .sec_qa .contents section h3:hover {
    background-color: #f8fbff;
  }
}
@media screen and (max-width: 767px) {
  .sec_qa {
    margin-bottom: 100px;
  }
  .sec_qa .point_title {
    margin-bottom: 40px;
  }
  .sec_qa .contents section h3 {
    height: 120px;
    padding: 0 7.5vw;
    font-size: 1.5rem;
  }
  .sec_qa .contents section h3::after {
    right: 7.5vw;
  }
  .sec_qa .contents section h3 > * {
    padding-right: 20px;
  }
  .sec_qa .contents section .a {
    padding: 0 5vw 0 7.5vw;
  }
  .sec_qa .contents section .a > * {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .sec_qa .contents section .a > *::before {
    top: 1px;
  }
  .sec_qa .contents section .a ul {
    margin: 4px 0;
  }
  .sec_qa .contents section .a ul li {
    margin: 4px 4px 4px 0;
    padding: 12px 25px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

/* sec7
============================================================================================================ */
.sec7 {
  position: relative;
  margin-bottom: 200px;
  z-index: 3;
}
.sec7 .contents {
  position: relative;
  padding-top: 85px;
  text-align: center;
}
.sec7 .contents::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 73px;
  top: 0;
  background-color: #fafafa;
  border-radius: 80px 0 0 0;
  z-index: -1;
}
.sec7 .contents .f h3 {
  margin-bottom: 15px;
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
}
.sec7 .contents .f p + p {
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .sec7 .point_title {
    width: 1100px;
    margin: 0 auto 50px;
  }
  .sec7 .contents::before {
    width: calc(50% + 660px);
  }
  .sec7 .contents .f {
    display: flex;
    max-width: 1240px;
    margin: 0 auto 60px;
    padding: 0 20px;
  }
  .sec7 .contents .f > * {
    width: 100%;
    padding: 30px 60px 20px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .sec7 .contents .f > * + * {
    border-left: 1px solid #e3e3e3;
  }
  .sec7 .btn p {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec7 {
    margin-bottom: -41px;
  }
  .sec7 .point_title {
    display: table !important;
    margin: 0 auto 40px;
  }
  .sec7 .contents {
    padding-top: 70px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .sec7 .contents::before {
    left: 4vw;
    bottom: 41px;
  }
  .sec7 .contents .f {
    padding: 0 13.5vw 70px 17.5vw;
  }
  .sec7 .contents .f > * + * {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e3e3e3;
  }
  .sec7 .contents .f h3 {
    font-size: 1.8rem;
    text-align: left;
  }
  .sec7 .btn p {
    padding: 0 7.5vw;
  }
}

/* ul / ol
============================================================================================================ */
.dot_li > li {
  position: relative;
  padding-left: 1em;
}
.dot_li > li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.circle_li > li {
  position: relative;
  padding-left: 1.1em;
}
.circle_li > li::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
  color: #005f8b;
  transform-origin: 0;
  transform: scale(0.8);
}

.parentheses_li > li {
  position: relative;
  padding-left: 2.8em;
}
.parentheses_li > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.parentheses_li_h > li {
  position: relative;
  padding-left: 1.6em;
}
.parentheses_li_h > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.parentheses_li_hh > li {
  position: relative;
  padding-left: 2.2em;
}
.parentheses_li_hh > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.point_li > li {
  position: relative;
  padding-left: 1.2em;
}
.point_li > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.square_li > li {
  position: relative;
  padding-left: 0.8em;
}
.square_li > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 5px;
  height: 5px;
  background-color: #14143c;
}
@media screen and (max-width: 767px) {
  .square_li > li::before {
    top: 0.6em;
  }
}

.num_li {
  margin-left: 1.8em;
  list-style: decimal;
}
.alphabet_li {
  margin-left: 1.8em;
  list-style: lower-latin;
}
.mt_li > li + li {
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .sp_mt_li > li + li {
    margin-top: 0.8em;
  }
}
.inline_li > li {
  display: inline-block;
  margin-right: 0.3em;
}

/* secadd
============================================================================================================ */
.secadd {
  position: relative;
  text-align: center;
}
.secadd h3 {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.4;
}
.secadd .btn {
  position: relative;
  margin-top: 50px;
}
.secadd .main {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .secadd {
    margin-bottom: 160px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .secadd {
    margin-bottom: 80px;
    font-size: 1.3rem;
  }
  .secadd h3 {
    font-size: 2.5rem;
  }
  .secadd .btn {
    margin: 40px 10px;
  }
}
@media screen and (max-width: 370px) {
  .secadd h3 {
    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: 690px;
  margin: 40px auto;
  padding: 25px 45px 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 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 .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 #2864f0;
    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 .login {
    margin-top: 20px;
  }
  #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: #2864f0;
    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);
  }
}

/* mov_show
============================================================================================================ */
@media screen {
  .mov_show.fade {
    display: block;
    opacity: 0;
  }
  .mov_show.fade.showed {
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
    opacity: 1;
  }

  .mov_show.fade_up {
    transform: translateY(60px);
  }
  .mov_show.fade_up.showed {
    transition: all ease 0.4s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .mov_show.fade_up2 {
    transform: translateY(20px);
  }
  .mov_show.fade_up2.showed {
    transition: all 0.8s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .mov_show.fade_left {
    transform: translateX(30px);
  }
  .mov_show.fade_left.showed {
    transition: all 0.6s;
    transform: translateX(0);
  }

  .mov_show.fade_right {
    transform: translateX(-30px);
  }
  .mov_show.fade_right.showed {
    transition: all 0.6s;
    transform: translateX(0);
  }

  .mov_show.fade_delay01.showed {
    transition-delay: 0.1s;
  }
  .mov_show.fade_delay02.showed {
    transition-delay: 0.2s;
  }
  .mov_show.fade_delay03.showed {
    transition-delay: 0.3s;
  }
  .mov_show.fade_delay04.showed {
    transition-delay: 0.4s;
  }
  .mov_show.fade_delay05.showed {
    transition-delay: 0.5s;
  }

  #main .txt {
    opacity: 0;
    transform: translateY(30px);
    margin-bottom: 20px;
  }
  #main.show .txt {
    opacity: 1;
    transition: opacity 0.6s ease 0.6s, transform ease 0.6s 0.6s;
    transform: translateY(0);
  }

  #main .main {
    opacity: 0;
  }
  #main.show .main {
    opacity: 1;
    transition: opacity 1s ease-in;
  }

  #main .img1 {
    opacity: 0;
    transform: translateX(100px);
  }
  #main .img2 {
    opacity: 0;
    transform: translateX(-100px);
  }
  #main.show .img1 {
    opacity: 1;
    transition: opacity 0.7s linear, transform 0.7s;
    transform: translateX(0);
    transition-delay: 0.5s;
  }
  #main.show .img2 {
    opacity: 1;
    transition: opacity 0.7s linear, transform 0.7s;
    transform: translateX(0);
    transition-delay: 0.4s;
  }
  @media screen and (max-width: 767px) {
    #main .img2 {
      transform: translateX(60px);
    }
  }
  /*
	.sec2 section.mov_show {
		transform: translateY(40px);
	}
	.sec2 section ~ .btn {
		opacity: 0;
	}
	.sec2 section ~ .img1 {
		opacity: 0;
		transform: translateX(-50px);
	}
	.sec2 section ~ .img2 {
		opacity: 0;
		transform: translateX(50px);
	}
	.sec2 section ~ .btn {
		opacity: 0;
		transform: translateY(40px);
	}
	.sec2 section.showed {
		transition-delay: .2s !important;
	}
	.sec2 section.showed ~ .img1 {
		opacity: 1;
		transition: opacity 0.5s ease, transform 0.5s ease;
		transform: translateX(0);
	}
	.sec2 section.showed ~ .img2 {
		opacity: 1;
		transition: opacity 0.5s ease, transform 0.5s ease;
		transition-delay: .1s;
		transform: translateX(0);
	}
	.sec2 section.showed ~ .btn {
		opacity: 1;
		transition: opacity 0.5s ease, transform 0.5s ease;
		transition-delay: .3s;
		transform: translateY(0);
	}
*/
  /*
	.sec3::before {
		transform: translateX(-100%);
	}
	.sec3.showed::before {
		transition: transform 0.8s .2s ease;
		transform: translateX(0);
	}
*/
  /*
	.sec6::before {
		transform: translateX(100%);
	}
	.sec6.showed::before {
		transition: transform 0.8s ease;
		transform: translateX(0);
	}
*/
}
