@charset "utf-8";

:root {
  --spv: / 750 * 100vw;
  --spp: / 750 * 100%;
}

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

/* fv
============================================================================================================ */

#fv {
  padding: 180px 0 0;
  text-align: center;
}
#fv .texts h1 {
  font-size: 3.8rem;
  line-height: calc(50 / 38);
  font-weight: bold;
  letter-spacing: 0.085em;
}
#fv .texts h1 .no1 {
  width: 286px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#fv .texts h1 span {
  margin-top: 17px;
  display: block;
}
#fv .texts h1 span strong {
  color: #2864f0;
}
#fv .texts .text1 {
  margin-top: 0.4em;
  font-size: 2.2rem;
  line-height: calc(32 / 22);
  letter-spacing: 0.085em;
}
#fv .texts .text1 strong {
  color: #2864f0;
  font-weight: normal;
}
#fv .texts .note {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
#fv .mov .mov-wrap {
  position: relative;
}
#fv .mov .mov-wrap .points {
  display: flex;
  position: absolute;
  right: -26px;
  top: -83px;
  z-index: 4;
}
#fv .mov .mov-wrap .points li {
  width: 102px;
  height: 98px;
  background: url("../img/fv_bg_01.png") no-repeat 0 0 / contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: calc(20 / 16);
  letter-spacing: 0;
}
#fv .mov .mov-wrap .points li + li {
  margin-left: 5px;
}
#fv .mov .mov-wrap .points li span {
  transform: translateY(10%);
}
#fv .mov .mov-wrap video {
  width: 517px;
}

@media screen and (min-width: 768px), print {
  #fv .col2 {
    width: 1090px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #fv .col2 > * {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #fv {
    margin-top: 60px;
    padding-top: calc(70 var(--spv));
    border-top: solid 1px #dcdcdc;
  }
  #fv .col2 {
    padding-bottom: calc(137 var(--spv));
    position: relative;
  }
  #fv .texts h1 {
    font-size: calc(52 var(--spv));
    line-height: calc(70 / 52);
  }
  #fv .texts h1 .no1 {
    width: calc(454 var(--spv));
  }
  #fv .texts h1 span {
    margin-top: 0.6em;
  }
  #fv .texts .text1 {
    font-size: calc(24 var(--spv));
    line-height: calc(38 / 24);
  }
  #fv .texts .note {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.3;
    text-align: left;
    white-space: nowrap;
    display: inline-block;
    font-size: calc(20 var(--spv));
    position: absolute;
    bottom:  calc(57 var(--spv));
    transform: translateX(-50%);
  }
  #fv .mov .mov-wrap {
    width: calc(601 var(--spv));
    margin: calc(145 var(--spv)) auto 0;
  }
  #fv .mov .mov-wrap .points {
    right: calc(-44 var(--spv));
    top: calc(-111 var(--spv));
  }
  #fv .mov .mov-wrap .points li {
    width: calc(132 var(--spv));
    height: calc(126 var(--spv));
    font-size: calc(20 var(--spv));
    line-height: calc(26 / 20);
  }
  #fv .mov .mov-wrap .points li + li {
    margin-left: calc(16 var(--spv));
  }
  #fv .mov .mov-wrap video {
    width: 100%;
  }
}

/* in-page-nav
============================================================================================================ */

#in-page-nav li a {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 2rem;
  line-height: calc(28 / 20);
  text-decoration: none;
  border: solid 2px #2864f0;
  text-align: center;
  letter-spacing: 0.085em;
  position: relative;
  transition: background 0.2s ease-out;
}
#in-page-nav li a:active,
#in-page-nav li a:visited {
  color: #2864f0;
}
#in-page-nav li a::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-bottom: solid 2px #2864f0;
  border-right: solid 2px #2864f0;
  position: absolute;
  right: 40px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px), print {
  #in-page-nav {
    width: 1090px;
    margin: 90px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #in-page-nav li {
    width: 340px;
  }
  #in-page-nav li a:hover {
    background: #d3e0fd;
  }
  #in-page-nav li:nth-child(1) a span,
  #in-page-nav li:nth-child(3) a span {
    transform: translateX(-0.8em);
  }
}

@media screen and (max-width: 767px) {
  #in-page-nav {
    width: calc(688 var(--spp));
    margin: calc(60 var(--spv)) auto 0;
  }
  #in-page-nav li + li {
    margin-top: calc(28 var(--spv));
  }
  #in-page-nav li a {
    height: calc(100 var(--spv));
    border-radius: calc(10 var(--spv));
    font-size: calc(28 var(--spv));
    line-height: calc(28 / 20);
    border-width: 1px;
  }
  #in-page-nav li a::after {
    width: 0.7em;
    height: 0.7em;
    border-width: 1px;
    right: 1.5em;
    top: 45%;
    transform: translateY(-50%) rotate(45deg);
  }
  #in-page-nav li a span {
    transform: 0;
  }
  #in-page-nav li:nth-child(1) a span {
    transform: translateX(-0.5em);
  }
}

/* easy
============================================================================================================ */

#easy {
  margin-top: 60px;
  padding: 90px 0 100px;
  background: #ebf3ff;
}
#easy .headline {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#easy .steps {
  width: 1028px;
  margin: 80px auto 0;
}
#easy .step + .step {
  margin-top: 40px;
}

#easy .step .acc-trigger {
  height: 90px;
  display: flex;
  align-items: center;
  background: #fff;
  cursor: pointer;
  position: relative;
}
#easy .step .acc-trigger .label {
  width: 249px;
  padding-left: 58px;
  font-size: 2.4rem;
  color: #2864f0;
}
#easy .step .acc-trigger .label .num {
  width: 30px;
  height: 30px;
  margin-left: 2px;
  background: #2864f0;
  color: #fff;
  font-size: 2.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#easy .step .acc-trigger .title {
  width: 864px;
  font-size: 2.4rem;
  color: #2864f0;
  font-weight: bold;
}
#easy .step .acc-trigger .btn {
  width: 50px;
  height: 50px;
  background: #e1dcdc;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}
#easy .step .acc-trigger .btn div {
  width: 5px;
  height: 29px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: transform 0.2s ease-out;
}
#easy .step .acc-trigger .btn div:last-child {
  transform: translate(-50%,-50%) rotate(-90deg);
}

#easy .step .acc-target {
  background: #fff;
  display: none;
}
#easy .step .acc-target .cont {
  min-height: 150px;
  padding: 0 30px 0 249px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
}
#easy .step .acc-target .cont:first-child {
  border-top: solid 60px #fff;
}
#easy .step .acc-target .cont:last-child {
  border-bottom: solid 80px #fff;
}
#easy .step .acc-target .cont.c1 {
  background: url(../img/easy_fig_01.jpg) no-repeat 27px center;
}
#easy .step .acc-target .cont.c2 {
  background: url(../img/easy_fig_02.jpg) no-repeat 27px center;
}
#easy .step .acc-target .cont.c3 {
  background: url(../img/easy_fig_03.jpg) no-repeat 27px center;
}
#easy .step .acc-target .cont.c4 {
  background: url(../img/easy_fig_04.jpg) no-repeat 27px center;
}
#easy .step .acc-target .cont + .cont {
  margin-top: 40px;
}
#easy .step .acc-target .cont .title {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}
#easy .step .acc-target .cont .desc {
  margin-top: 1.1em;
  font-size: 2rem;
  line-height: calc(28 / 20);
}

/* on */

#easy .step .acc-trigger,
#easy .step .acc-trigger .label,
#easy .step .acc-trigger .label .num,
#easy .step .acc-trigger .title,
#easy .step .acc-trigger .btn {
  transition:
    background 0.2s ease-out,
    color 0.2s ease-out;
}

#easy .step.on .acc-trigger,
#easy .step.on .acc-trigger .btn div {
  background: #2864f0;
}
#easy .step.on .acc-trigger .label,
#easy .step.on .acc-trigger .title {
  color: #fff;
}
#easy .step.on .acc-trigger .label .num {
  color: #2864f0;;
  background: #fff;
}
#easy .step.on .acc-trigger .btn {
  background: #fff;
}
#easy .step.on .acc-trigger .btn div:first-child {
  transform: translate(-50%,-50%) rotate(90deg);
}

@media screen and (max-width: 767px) {
  #easy {
    margin-top: calc(55 var(--spv));
    padding: calc(85 var(--spv)) 0 calc(90 var(--spv));
  }
  #easy .headline {
    font-size: calc(40 var(--spv));
    line-height: calc(56 / 40);
  }

  #easy .steps {
    width: calc(690 var(--spp));
    margin: calc(65 var(--spv)) auto 0;
  }
  #easy .step + .step {
    margin-top: calc(30 var(--spv));
  }

  #easy .step .acc-trigger {
    height: calc(148 var(--spv));
  }
  #easy .step .acc-trigger .label {
    width: calc(215 / 690 * 100%);
    padding-left: calc(40 / 690 * 100%);
    font-size: calc(28 var(--spv));
  }
  #easy .step .acc-trigger .label .num {
    width: calc(33 var(--spv));
    height: calc(33 var(--spv));
    margin-left: 1px;
    font-size: calc(28 var(--spv));
  }
  #easy .step .acc-trigger .title {
    width: calc(340 / 690 * 100%);
    font-size: calc(28 var(--spv));
    line-height: calc(36 / 28);
    letter-spacing: 0;
  }
  #easy .step .acc-trigger .btn {
    width: calc(60 var(--spv));
    height: calc(60 var(--spv));
    right: calc(44 var(--spv));
  }
  #easy .step .acc-trigger .btn div {
    width: calc(5 var(--spv));
    height: calc(30 var(--spv));
  }

  #easy .step .acc-target .cont {
    min-height: calc(150 var(--spv));
    padding: 0 calc(30 var(--spv)) 0 calc(230 var(--spv));
  }
  #easy .step .acc-target .cont:first-child {
    border-width: calc(57 var(--spv));
  }
  #easy .step .acc-target .cont:last-child {
    border-width: calc(63 var(--spv));
  }
  #easy .step .acc-target .cont {
    background-position: calc(14 var(--spv)) center !important;
    background-size: calc(200 var(--spv)) auto !important;
  }
  #easy .step .acc-target .cont + .cont {
    margin-top: calc(55 var(--spv));
  }
  #easy .step .acc-target .cont .title {
    font-size: calc(28 var(--spv));
  }
  #easy .step .acc-target .cont .desc {
    font-size: calc(24 var(--spv));
    line-height: calc(36 / 24);
    letter-spacing: 0;
  }
}

/* support
============================================================================================================ */

#support {
  padding: 85px 0 140px;
  text-align: center;
  background: #ebf3ff;
}
#support .headline {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
#support .supports li {
  padding: 180px 5px 40px;
  border-radius: 24px;
}
#support .supports li:nth-child(1) {
  background: #fff url("../img/support_fig_01.svg") no-repeat center 50px / 89px auto;
}
#support .supports li:nth-child(2) {
  background: #fff url("../img/support_fig_02.svg") no-repeat center 50px / 90px auto;
}
#support .supports li:nth-child(3) {
  background: #fff url("../img/support_fig_03.svg") no-repeat center 57px / 96px auto;
}
#support .supports li .title {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}
#support .supports li .desc {
  margin-top: 1em;
  font-size: 2rem;
  line-height: calc(28 / 20);
  letter-spacing: 0.085em;
}
#support .supports li .note {
  margin-top: 1.2em;
  color: #aaa7a7;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.085em;
}

@media screen and (min-width: 768px), print {
  #support .supports {
    width: 1090px;
    margin: 85px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #support .supports li {
    width: calc(338 / 1090 * 100%);
  }
}

@media screen and (max-width: 767px) {
  #support {
    padding: calc(85 var(--spv)) 0 calc(90 var(--spv));
  }
  #support .headline {
    font-size: calc(40 var(--spv));
    line-height: calc(56 / 40);
  }
  #support .supports {
    width: calc(670 var(--spp));
    margin: calc(65 var(--spv)) auto 0;
  }
  #support .supports li {
    padding: calc(42 var(--spv)) 0 calc(42 var(--spv)) calc(260 var(--spv));
    border-radius: calc(24 var(--spv));
    text-align: left;
  }
  #support .supports li + li {
    margin-top: calc(19 var(--spv));
  }
  #support .supports li:nth-child(1) {
    background: #fff url("../img/support_fig_01.svg") no-repeat calc(78 var(--spv)) center / calc(114 var(--spv)) auto;
  }
  #support .supports li:nth-child(2) {
    background: #fff url("../img/support_fig_02.svg") no-repeat calc(78 var(--spv)) center / calc(113 var(--spv)) auto;
  }
  #support .supports li:nth-child(3) {
    background: #fff url("../img/support_fig_03.svg") no-repeat calc(78 var(--spv)) center / calc(111 var(--spv)) auto;
  }
  #support .supports li .title {
    font-size: calc(32 var(--spv));
  }
  #support .supports li .desc {
    margin-top: 0.7em;
    font-size: calc(24 var(--spv));
    line-height: calc(34 / 24);
  }
  #support .supports li .note {
    margin-top: 1.4em;
    font-size: calc(20 var(--spv));
  }
}

/* footer
============================================================================================================ */
#footer {
  position: relative;
  padding-top: 60px;
  background-color: #285ac8;
  color: #fff;
}
#footer > * {
  position: relative;
  z-index: 3;
}

/* 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: 0 auto;
    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 {
    margin-top: 50px;
    padding-bottom: 60px;
  }
  #footer .contents .notes a {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #footer .contents {
    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 .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[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 h1 .small {
  font-size: 0.7em;
}
#main .btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
#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: 80px;
    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 h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 370px) {
  #main h1 {
    letter-spacing: 0.05em;
  }
}

/* arrow
============================================================================================================ */
.arrow {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px;
}
.arrow a {
  color: #2864f0;
  font-size: 4.2vw;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .arrow a {
    font-size: 1.5rem;
  }
}
.arrow a:hover {
  opacity: 0.7;
}
.arrow a:visited {
  color: #2864f0;
}

.arrow::before {
  content: '';
  width: 2.7vw;
  height: 2.7vw;
  border-top: 0.6vw solid #2864f0;
  border-right: solid 0.6vw #2864f0;
  position: absolute;
  left: -4.1vw;
  top: 40%;
}
@media (min-width: 768px) {
  .arrow::before {
    width: 10px;
    height: 10px;
    border-top: solid 2px #2864f0;
    border-right: solid 2px #2864f0;
    left: -10px;
    top: 20px;
  }
}

.arrow.arrow-right::before {
  transform: rotate(45deg);
}

/* 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 {
  padding-top: 90px;
  position: relative;
  text-align: center;
}
.secadd h2 {
  margin-bottom: 0.5em;
  font-weight: bold;
  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 (max-width: 767px) {
  .secadd {
    padding-top: calc(85 var(--spv));
    font-size: 1.3rem;
  }
  .secadd h2 {
    font-size: 2.5rem;
  }
  .secadd .btn {
    margin: 40px 10px;
  }
}
@media screen and (max-width: 370px) {
  .secadd h2 {
    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.op0 {
  opacity: 0;
}
#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);
	}
*/
}

/* line
============================================================================================================ */
.line {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 30px 0 0;
}
.line__inner {
  background-color: #EAF3FF;
  line-height: 1.4;
  padding: min(7.0666666667vw, 53px) min(4.2666666667vw, 32px) min(7.0666666667vw, 53px);
}
.line__catch-main {
  font-family: "Noto Sans JP",sans-serif;
  font-size: min(4vw, 24px);
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.line__catch-sub {
  font-family: "Noto Sans JP",sans-serif;
  font-size: min(2.6666666667vw, 20px);
  margin-bottom: 10px;
  text-align: center;
}
.line__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .line {
    margin: 0 auto;
  }
  .line__inner {
    padding: 80px 40px;
  }
  .line__catch-main {
    font-size: min(2.5vw, 30px);
  }
  .line__catch-sub {
    font-size: min(2.0833333333vw, 25px);
  }
  .line__img {
    margin: 0 auto;
    width: min(83.3333333333vw,860px);
  }
}
