@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 (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

:root {
  --base-color: #2864f0;
}

/* 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;';
}

/* ==================================
 header
================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 87px 30px 200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .header {
    position: absolute;
    padding: 15px;
    padding: 1% 2.8% 0 5%;
  }
}
.header .site_logo {
  position: relative;
  top: 8px;
}
.header .btn {
  width: 143px;
  padding: 0 10px;
  height: 33px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .header .btn {
    width: 24.6vw;
    height: 7.4vw;
    font-size: 2.5vw;
    padding: 0 1.56vw;
    text-align: center;
    border-radius: min(calc(8 / 760 * 100vw), 8px);
  }
}
.header .btn svg {
  right: 8%;
}
@media screen and (max-width: 767px) {
  .header .btn svg {
    right: 11%;
    width: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .header .site_logo {
    width: 37.2vw;
    top: 0;
  }

  .header .site_logo img {
    width: 100%;
    height: auto;
  }
}

.header-right {
  display: flex;
}

.header-left {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .header-left {
    margin: 0 7% 0 0;
  }
}


.fix_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .fix_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 99;
    padding: 15px 3%;
  }
  .fix_btn .btn {
    width: 90%;
	margin:0 auto;
    font-size: 1.5rem;
	line-height: 1.5;
    letter-spacing: 1.2px;
  }
  .fix_btn svg.left {
    width: 3.2vw;
    left: 16.1%;
  }
}
@media screen and (max-width: 767px) {
  .fix_btn .to_top {
    position: absolute;
    bottom: calc(100% + 13px);
    right: 13px;
    width: 12vw;
  }
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  height: min(7.1844660194vw, 74px);
  padding: 0 min(4.854368932vw, 50px);
  font-size: min(1.9417475728vw, 20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .btn:hover {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.7rem;
    padding: 15px 10px 15px 10px;
    height: auto;
  }
}
.btn > div {
  width: 100%;
}
.btn > span {
  display: block;
  width: 100%;
}
.btn svg {
  height: min(2.1359223301vw, 22px);
  width: min(2.1359223301vw, 22px);
  position: absolute;
  top: 50%;
  right: min(3.8834951456vw, 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn svg {
    height: 15px;
    width: 15px;
    right: 40px;
  }
}
.btn svg.left {
  left: min(3.8834951456vw, 40px);
  right: auto;
}
.btn_primary {
  background-color: #28bfbf;
  color: #fff;
}
.btn_primary:hover {
  background-color: #42dbdb;
}
.btn_login {
  background-color: #fff;
  color: #2864f0;
  border: 2px solid #2864f0;
  margin: 0 11px 0 0;
}
.btn_login:hover {
  text-decoration: none;
  color: #fff;
  background-color: #2864f0;
}
@media screen and (max-width: 767px) {
  .btn_login {
    margin: 0 3% 0 0 !important;
  }
}
.btn_primary svg {
  fill: #fff;
}
.btn_secondary {
  color: #28bfbf;
  background-color: #fff;
  border: 1px solid #28bfbf;
}
.btn_secondary svg {
  fill: #28bfbf;
}
.btn_secondary:hover {
  color: #42dbdb;
  border-color: #42dbdb;
}
.btn_secondary:hover svg {
  fill: #42dbdb;
}
.btn_short {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 40px;
  height: 55px;
  font-size: 1.5rem;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .btn_short {
    height: 50px;
    font-size: 1.4rem;
    padding: 0 35px 0 25px;
  }
}
.btn_short svg {
  height: 15px;
  width: 15px;
  right: 3.6%;
}
.btn_short .btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 40px;
  overflow: hidden;
}
.btn_short .btn-arrow:before, .btn_short .btn-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.6;
}
.btn_shadow {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.26);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.26);
}

.lp_signup_corporate_form_container_root {
  width: 730px;
  margin: 40px auto;
  padding: 5px 45px 10px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 24px;
  text-align: left;
  box-sizing: border-box;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px;
}

@media screen and (max-width: 767px) {
  .arrow {
    padding: 10px 10px 20px;
    margin-top: 20px;
  }
}
.arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--base-color);
  border-right: solid 2px var(--base-color);
  position: absolute;
  left: -10px;
  top: 20px;
}

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

a.bu {
  color: var(--base-color);
  font-size: 1.5rem;
}

/* footer
============================================================================================================ */
#footer {
  position: relative;
  padding-top: 170px;
  background-color: #4476b4;
  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 {
  padding-bottom: 80px;
  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;
  }
}
@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;
  }
}

/* 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: 360px;
  height: 70px;
  margin: 0 20px;
  border-radius: 40px;
  font-size: 1.6rem;
}
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: 30px;
  width: 18px;
  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: 360px;
    height: 70px;
    font-size: 1.6rem;
    margin: 0 auto 20px !important;
  }
}

/* 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: 20px;
  padding-top: 104px;
  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 .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: 100px;
    right: 50%;
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main {
    margin-bottom: 50px;
    padding-top: 23%;
    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;
  }
}

#main .mov_show.fade {
    display: block;
    opacity: 0;
}
#main .mov_show.fade.showed {
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
    opacity: 1;
}

#main .mov_show.fade_up {
    transform: translateY(60px);
}

#main .mov_show.fade_up.showed {
    transition: all ease 1.0s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* sectel
============================================================================================================ */
.sectel {
  position: relative;
  background-color: #ebf3ff;
  max-width: 780px;
  margin: 0 auto;
}
.sectel h3 {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.4;
}
.telnum {
  margin-top: 0.2em;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.4;
}

.sectelcap {
  font-size: 1rem;
  line-height: 0;
}
.sectel a.tel_btn {
  position: relative;
  display: table;
  margin: auto;
  padding: 15px 40px 15px 25px;
  background-color: #2864f0;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 20px auto 0;
}

@media screen and (min-width: 768px), print {
  .sectel {
    margin-bottom: 230px;
    padding: 70px 40px;
  }
  .sectel > div picture {
    position: absolute;
    top: 40px;
    left: 450px;
    padding: 10px 30px 30px 30px;
    background-color: #ffffff;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sectel {
    max-width: 100%;
    margin-bottom: 80px;
    font-size: 1.4rem;
    padding: 30px 50px 10px 50px;
  }
  .sectel h3 {
    font-size: 1.8rem;
  }
  .sectel .btn {
    margin: 10px 0px 5px 0px;
	width:100%;
	display: block;
  }
  .sectel picture {
    display: none !important;
  }

  .telnum {
    display: none !important;
  }
  .teltime {
    text-align: center;
	margin-top: 10px;
  }
}
@media screen and (max-width: 370px) {
  .sectel h3 {
    letter-spacing: 0.05em;
  }
}

/* sectel2
============================================================================================================ */
.sectel2 {
  position: relative;
  background-color: #ebf3ff;
  max-width: 880px;
  margin: 0 auto;
}
.sectel2 h3 {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.4;
}
.telnum2 {
  margin-top: 0.2em;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.4;
}

.sectelcap2 {
  font-size: 1rem;
  line-height: 0;
}
.sectel2 a.tel_btn {
  position: relative;
  display: table;
  margin: auto;
  padding: 15px 40px 15px 25px;
  background-color: #2864f0;
  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 (min-width: 768px), print {
  .sectel2 {
    margin-bottom: 240px;
    padding: 40px;
  }
  .sectel2 > div picture {
    position: absolute;
    top: 125px;
    left: 560px;
    padding: 10px 30px 15px 30px;
    background-color: #ffffff;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sectel2 {
    max-width: 100%;
    margin-bottom: 80px;
    font-size: 1.4rem;
    padding: 30px 50px 10px 50px;
  }
  .sectel2 h3 {
    font-size: 1.8rem;
  }
  .sectel2 .btn {
    margin: 10px 0px 5px 0px;
  }
  .sectel2 picture {
    display: none !important;
  }

  .telnum {
    display: none !important;
  }
  .teltime {
    text-align: center;
  }
  .sectel2-img {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  .sectel2 h3 {
    letter-spacing: 0.05em;
  }
}

.sectelcap2 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
}
.sectel2-img {
  position: absolute;
  top: 0;
  left: 540px;
  padding: 20px 30px 30px 30px;
  text-align: center;
}

/* 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 > div {
    right: 50%;
    margin-left: auto;
  }
  .sec1 .c2 picture {
    top: -260px;
    left: 50%;
    margin-left: -50px;
  }
  .sec1 .c3 {
    margin-bottom: 230px;
  }
  .sec1 .c4 > div {
    left: calc(50% + 80px);
  }
  .sec1 .c4 picture {
    top: -270px;
    right: 50%;
    margin-right: -60px;
  }
  .sec1 .c3 > div {
    right: 50%;
    margin-left: auto;
  }
  .sec1 .c3 picture {
    top: -260px;
    left: 50%;
    margin-left: -50px;
  }
}
@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;
  }
  .sec1 .c3 {
    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;
  }
}

/* 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;
}

@media screen and (min-width: 768px), print {
  .secadd {
    margin-bottom: 160px;
    padding-bottom: 0;
  }
}
@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;
  }
}

/* sec4
============================================================================================================ */
.sec4 {
  position: relative;
  margin-bottom: 100px;
}
.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: 48px;
    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: 50px;
  }
  .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: 54px;
    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: #4476b4;
  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: 1.4rem;
  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;
  }
  .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: 1.2rem;
  }
}

/* sec_qa
============================================================================================================ */
.sec_qa {
  position: relative;
  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: -73px;
  z-index: 3;
}
.sec7 .contents {
  position: relative;
  padding-top: 85px;
}
.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;
}

/* 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;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  #main .main {
    opacity: 0;
  }
  #main .img1 {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  #main .img2 {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  #main.show .txt {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease 0.6s, -webkit-transform ease 0.6s 0.6s;
    transition: opacity 0.6s ease 0.6s, -webkit-transform ease 0.6s 0.6s;
    transition: opacity 0.6s ease 0.6s, transform ease 0.6s 0.6s;
    transition: opacity 0.6s ease 0.6s, transform ease 0.6s 0.6s, -webkit-transform ease 0.6s 0.6s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #main.show .main {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
  }
  #main.show .img1 {
    opacity: 1;
    -webkit-transition: opacity 0.7s linear, -webkit-transform 0.7s;
    transition: opacity 0.7s linear, -webkit-transform 0.7s;
    transition: opacity 0.7s linear, transform 0.7s;
    transition: opacity 0.7s linear, transform 0.7s, -webkit-transform 0.7s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #main.show .img2 {
    opacity: 1;
    -webkit-transition: opacity 0.7s linear, -webkit-transform 0.7s;
    transition: opacity 0.7s linear, -webkit-transform 0.7s;
    transition: opacity 0.7s linear, transform 0.7s;
    transition: opacity 0.7s linear, transform 0.7s, -webkit-transform 0.7s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

/*add*/
.btdRxa {
  margin-left: 20px;
}

/* 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%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

::-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;
}
.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;
}

/* 2023/4/10 */
.box_btn.sectel_btn {
  justify-content: center;
  width: 100%;
  height: 52px;
  margin: 20px auto 5px;
  padding: 15px 40px 15px 25px;
  border-radius: 26px;
  background-color: #fff;
  border: 1px solid #2864f0;
  color: #2864f0;
}
.box_btn.sectel_btn .a::before,
.box_btn.sectel_btn .a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2864f0;
  border-right: 2px solid #2864f0;
  transform-origin: 100% 0;
  transform: rotate(45deg);
  opacity: 0.6;
}
@media screen and (min-width: 768px), print {
  .sectel {
    margin-bottom: 230px;
    padding: 40px;
  }
  .sectel_inner {
    display: flex;
  }
  .sectel_text {
    margin-right: 30px;
  }
  .sectel_text .box_btn.sectel_btn {
    justify-content: center;
    width: 253px;
    margin: 20px auto 0;
    border-radius: 26px;
    background-color: #2864f0;
    border: 1px solid #2864f0;
    color: #fff;
  }
  .box_btn.sectel_btn .a::before,
  .box_btn.sectel_btn .a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .sectel_text .box_btn.sectel_btn:hover {
    background-color: #fff !important;
    border: 1px solid #2864f0;
    color: #2864f0;
    border-radius: 26px !important;
  }
  .box_btn.sectel_btn:hover .a::before,
  .box_btn.sectel_btn:hover .a::after {
    border-top: 2px solid #2864f0;
    border-right: 2px solid #2864f0;
  }
  .sectel > div picture {
    position: relative;
    top: auto;
    left: auto;
    padding: 40px 25px 30px 25px;
    min-width: 303px;
  }
}

/* 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;
}

#registerForm .lp_signup_corporate_form_container_root {
  max-width: none !important;
  width: 280px;
  border: none;
  padding: 0;
}

#registerForm .lp_signup_corporate_form_container_root > div {
  background: none;
}

#registerForm .lp_signup_corporate_form_container_root h2 {
  display: none;
}

#registerForm .lp_signup_corporate_form_container_root form {
  width: auto;
  margin: auto;
  max-width: none;
  color: #1f1f1f;
  display: block;
}

#registerForm .lp_signup_corporate_form_container_root label {
  padding: 0;
}

#registerForm .lp_signup_corporate_form_container_root label label {
  margin-bottom: 0 !important;
}

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

#registerForm .lp_signup_corporate_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;
  width: 100%;
}

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

#registerForm .lp_signup_corporate_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;
}

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

#registerForm .lp_signup_corporate_form_container_root button .a::before,
#registerForm .lp_signup_corporate_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;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.6;
}

#registerForm .lp_signup_corporate_form_container_root button .a::after {
  right: 10px;
  opacity: 0;
}

#registerForm .floatingEmailSubmitBtn02 {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

#registerForm .su_floating_container_title {
  font-size: 15px;
}

#registerForm .floatingEmailInput_label {
  font-size: 15px;
}

#registerForm .su-email-form:focus + .floatingEmailInput_label, #registerForm .su-email-form:not(:placeholder-shown) + .floatingEmailInput_label {
  top: 5px;
  font-size: 12px;
  transition-property: top, font-size, background-color;
  background-color: rgba(255, 255, 255, 1);
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

#registerForm .sso-dsu-hero-area-separate-wrapper {
  font-size: 15px;
}

#registerForm .su_floating_container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

#registerForm .sign_up_notice {
  margin: 0;
}

#registerForm .su-form-wrapper {
  margin: 0 auto;
}

#registerForm .floatingSendStatusMessage02 {
  color: #2864f0;
  padding: 4px 10px;
  font-size: 0.8rem;
  margin-top: -10px;
  border-radius: 0 0 4px 4px;
  text-align: left;
}

.su_floating_container .floatingEmailInput_label {
  top: 28px;
}

@media screen and (min-width: 768px), print {
  #registerForm .lp_signup_corporate_form_container_root button {
    -webkit-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, -webkit-box-shadow 0.3s ease-in-out;
    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, -webkit-box-shadow 0.3s ease-in-out;
    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;
    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, -webkit-box-shadow 0.3s ease-in-out;
    margin: 0 auto;
  }
  #registerForm .lp_signup_corporate_form_container_root button .a::before,
  #registerForm .lp_signup_corporate_form_container_root button .a::after {
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  #registerForm .lp_signup_corporate_form_container_root button .a::before {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #registerForm .lp_signup_corporate_form_container_root button:hover {
    background-color: #42dbdb !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 5px 5px 10px rgba(17, 95, 95, 0.2);
            box-shadow: 5px 5px 10px rgba(17, 95, 95, 0.2);
  }
  #registerForm .lp_signup_corporate_form_container_root button:hover .a::before,
  #registerForm .lp_signup_corporate_form_container_root button:hover .a::after {
    -webkit-transform: translateX(5px) rotate(45deg);
            transform: translateX(5px) rotate(45deg);
  }
  #registerForm .lp_signup_corporate_form_container_root button:hover .a::before {
    -webkit-transition-delay: 0;
            transition-delay: 0;
    opacity: 0;
  }
  #registerForm .lp_signup_corporate_form_container_root button:hover .a::after {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    opacity: 0.8;
  }
  #registerForm .gArqSI {
    width: 100%;
    margin: 0;
  }
  #registerForm .btdRxa {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #registerForm .lp_signup_corporate_form_container_root button {
    margin: 0 auto;
  }
  #registerForm .btdRxa {
    margin: 0;
  }
}
#registerForm {
  padding: 60px 0 30px;
  position: fixed;
  background-color: #fff;
  font-size: 1.1rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 200;
}

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

#registerForm form {
  width: 100%;
}

#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: #2864f0;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid #2864f0;
}

@media screen and (min-width: 768px), print {
  #registerForm {
    right: 12px;
    top: 12px;
    width: 448px;
    padding: 60px 0 30px;
    border: 1px solid #73a5ff;
    border-radius: 24px;
    -webkit-transform: translateX(460px);
    transform: translateX(460px);
  }
  #registerForm.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #registerForm a:hover {
    /* text-decoration: none; */
  }
  #registerForm .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 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;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #registerForm .close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #registerForm .close:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0.5;
  }
  #registerForm .hWsTPk {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #registerForm {
    right: 10px;
    left: 10px;
    bottom: 0;
    border-top: 5px solid #2864f0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    letter-spacing: 0.1em;
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
  #registerForm.open {
    -webkit-transform: translateY(0);
            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);
    -webkit-transition: opacity 0.3s;
    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 20px 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: center;
  }
  #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;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #registerForm .hWsTPk {
    display: block;
  }
  #registerForm .gArqSI,
#registerForm .btdRxa {
    width: 100%;
  }

  #registerForm .sign_up_notice {
    padding: 0;
    width: 408px;
    margin: 0 auto;
  }

  #registerForm .sign_up_notice p {
    text-align: left;
  }

   #registerForm .sso-dsu-hero-area-separate-wrapper {
    font-size: 15px;
    margin: 8px 0;
  }
}
