@charset "UTF-8";
/* ----------------------------------------
reset
---------------------------------------- */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
/* ----------------------------------------
slick
---------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: text;
  -webkit-touch-callout: 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: none
}
.slick-list.draggable {
  cursor: pointer;
  cursor: grab;
  user-select: none
}
.slick-list.dragging {
  cursor: grabbing
}
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:before, .slick-track:after {
  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
}
/********************************
	body
********************************/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #000;
  background-color: #e5e5e5;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
body {
  font-size: 1.5rem;
  line-height: 1.75;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
body.is-scrolled .header-right {
  opacity: 1;
  visibility: visible;
}
body.is-scrolled .fixed {
  -webkit-transform: translate(0);
  transform: translate(0);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  padding: 3em 0;
}
@media screen and (min-width: 1024px) {
  section {
    padding: 4em 0;
  }
}
@media screen and (min-width: 1024px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  a:hover {
    opacity: 0.7;
  }
}
/* ======================================
	common
====================================== */
.sp, .tb, .pc {
  display: none;
}
@media screen and (max-width: 639px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 640px) {
  .tb {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
.inner {
  max-width: 1180px;
  width: 92%;
  margin: 0 auto;
}
.note {
  text-align: right;
  color: #5a5757;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .note {
    font-size: 1.2rem;
  }
}
.--blue {
  color: #007dbc;
}
/* ======================================
	secTtl
====================================== */
.secTtlEn {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 17px;
  display: inline-block;
  margin-bottom: 2px;
}
@media screen and (min-width: 640px) {
  .secTtlEn {
    padding-left: 22px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .secTtlEn {
    font-size: 1.8rem;
  }
}
.secTtlEn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
}
@media screen and (min-width: 640px) {
  .secTtlEn::before {
    width: 10px;
    height: 10px;
  }
}
.secTtlEn::after {
  position: absolute;
  content: "";
  left: calc(100% + 14px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 160px;
  height: 3px;
  border-top: 3px dotted #fff;
}
@media screen and (min-width: 640px) {
  .secTtlEn::after {
    left: calc(100% + 24px);
    width: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .secTtlEn::after {
    width: 383px;
  }
}
.secTtl {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .secTtl {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .secTtl {
    font-size: 4.4rem;
  }
}
/* ======================================
	btn
====================================== */
.btn {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff6e1f), to(#ffb300));
  background: linear-gradient(to right, #ff6e1f 0%, #ffb300 100%);
  max-width: 340px;
  width: 100%;
  border-radius: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
  display: block;
  padding: 24px 10px;
  border: 2px solid #ffb68f;
  min-height: 80px;
}
@media screen and (max-width: 639px) {
  .btn {
    line-height: 1.35;
  }
}
@media screen and (min-width: 640px) {
  .btn {
    max-width: 410px;
    min-height: 80px;
    padding: 20px 20px 21px;
    font-size: 2rem;
  }
}
.btn-inline {
  position: relative;
  display: inline-block;
  padding-right: 17px;
}
@media screen and (min-width: 640px) {
  .btn-inline {
    padding-right: 14px;
  }
}
.btn-inline::after {
  position: absolute;
  content: "";
  right: 0;
  top: 53%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .btn-inline::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.btn2 {
  position: relative;
}
.btn2 .btn-icn {
  position: absolute;
  left: 8px;
  top: 9px;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  width: 57px;
  height: 57px;
  background: #fff100;
  color: #000;
  padding: 18px 0;
}
@media screen and (min-width: 640px) {
  .btn2 .btn-icn {
    top: 7px;
    width: 62px;
    height: 62px;
    font-size: 1.6rem;
    padding: 16px 0;
  }
}
.btn2 .btn-icn2 {
  line-height: 1;
  padding: 8px 0;
}
.btn2 .btn-icn2 .t1 {
  font-size: 2rem;
}
@media screen and (min-width: 640px) {
  .btn2 .btn-icn2 .t1 {
    font-size: 2.4rem;
  }
}
.btn2 .btn-icn2 .t2 {
  font-size: 1.4rem;
}
.btn2 .btn-icn2 .t3 {
  font-size: 1rem;
}
.btn2 .btn-inline {
  padding-left: 40px;
}
/********************************
	header
********************************/
.header {
  background: #fff;
  height: 48px;
}
@media screen and (min-width: 640px) {
  .header {
    height: 64px;
  }
}
.header-container {
  padding: 8px 10px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header-logo {
  width: 143px;
}
@media screen and (min-width: 640px) {
  .header-logo {
    width: 194px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header-right {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    background: #fff;
    z-index: 1000;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }
}
.header-right .contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
.header-right .contact-wrap .btn {
  font-size: 1.5rem;
  border-radius: 24px;
  margin: 0;
  min-height: 50px;
  max-width: 190px;
  padding: 12px 5px;
}
@media screen and (min-width: 640px) {
  .header-right .contact-wrap .btn {
    padding: 9px 5px;
  }
}
@media screen and (min-width: 1024px) {
  .header-right .contact-wrap .btn {
    padding: 8px;
    font-size: 1.6rem;
    width: 223px;
    min-width: 223px;
    max-width: 100%;
    min-height: 48px;
  }
}
.header-right .contact-wrap .btn-inline {
  padding-right: 12px;
}
.header-right .contact-wrap .btn-inline::after {
  top: 56%;
}
.header-right .contact-tel {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .header-right .contact-tel {
    margin-right: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .header-right .contact-tel {
    width: 216px;
    margin-right: 2%;
  }
}
.header-right .contact-tel .--tel {
  font-size: 2.3rem;
}
@media screen and (min-width: 1024px) {
  .header-right .contact-tel .--tel {
    font-size: 3.1rem;
  }
}
.header-right .contact-tel .--note {
  font-size: 1rem;
}
/*===========================================================================*/
/*  cv  */
/*===========================================================================*/
.cv {
  background: #bfdff0;
  border-radius: 13px;
  margin-top: 37px;
  padding: 32px 15px 20px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .cv {
    border-radius: 20px;
    padding: 32px 6% 20px;
  }
}
@media screen and (min-width: 1024px) {
  .cv {
    padding: 32px 6% 30px;
  }
}
.cv-catch {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cv-catch {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 640px) {
  .cv-catch {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 0;
  }
}
.cv-catch span {
  padding: 0 16px;
  position: relative;
  display: inline-block;
}
.cv-catch span::before, .cv-catch span::after {
  position: absolute;
  content: "";
  background: #000;
  height: 25px;
  width: 2px;
  bottom: 0;
}
.cv-catch span::before {
  left: 0;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.cv-catch span::after {
  right: 0;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.cv-txt {
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) {
  .cv-txt {
    text-align: center;
    font-size: 1.6rem;
  }
}
.cv-btn {
  border-top: 1px dotted #fff;
  padding-top: 17px;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .cv-btn {
    margin-top: 14px;
  }
}
.cv-btn2 {
  border-top: none;
}
.cv-btn .btn {
  margin: 0 auto;
}
.cv-ill {
  margin: 20px auto -42px;
}
@media screen and (min-width: 1024px) {
  .cv-ill {
    position: absolute;
    margin: 0;
  }
}
.cv-ill1 {
  width: 200px;
}
@media screen and (min-width: 640px) {
  .cv-ill1 {
    width: 175px;
  }
}
@media screen and (min-width: 1024px) {
  .cv-ill1 {
    left: -36px;
    bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .cv-ill1 {
    width: 251px;
  }
}
.cv-ill2 {
  width: 195px;
}
@media screen and (min-width: 1024px) {
  .cv-ill2 {
    left: -48px;
    bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .cv-ill2 {
    width: 235px;
  }
}
.cv-ill3 {
  width: 135px;
}
@media screen and (min-width: 640px) {
  .cv-ill3 {
    width: 165px;
  }
}
@media screen and (min-width: 1024px) {
  .cv-ill3 {
    right: 15px;
    bottom: -24px;
  }
}
@media screen and (min-width: 1280px) {
  .cv-ill3 {
    width: 215px;
  }
}
/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.mv {
  background: #007dbc url(../img/mv_bg.png) no-repeat center center/cover;
  padding: 30px 0 70px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .mv {
    padding: 35px 0 110px;
  }
}
.mv .inner {
  position: relative;
}
@media screen and (min-width: 640px) {
  .mv .cv-catch {
    font-size: 1.7rem;
  }
}
.mv .btn {
  max-width: 420px;
  margin: 10px auto 0;
  padding: 24px;
  min-height: 80px;
}
@media screen and (min-width: 640px) {
  .mv .btn {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mv .btn {
    margin: 10px auto 0;
  }
}
.mv .note {
  color: #fff;
  min-height: 18px;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .mv .note {
    margin: 5px 14vw 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .mv .note {
    margin: 5px 130px 0 0;
  }
}
.mv-bnr {
  position: absolute;
  z-index: 2;
  top: -48px;
  right: 0;
  width: 180px;
}
@media screen and (min-width: 640px) {
  .mv-bnr {
    top: -64px;
    width: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-bnr {
    top: 25px;
    width: 90px;
  }
}
.mv-ttl {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv-ttl {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .mv-ttl {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1280px) {
  .mv-ttl {
    font-size: 4rem;
  }
}
.mv-ttl .--l {
  font-size: 130%;
}
.mv-ttl .--y {
  color: #fff104;
}
.mv-txt {
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .mv-txt {
    margin-bottom: 10px;
  }
}
.mv-txt span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
  padding: 0 15px;
}
@media screen and (min-width: 640px) {
  .mv-txt span {
    line-height: 1.6;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .mv-txt span {
    font-size: 2.8rem;
    padding: 0 20px;
  }
}
.mv-txt span::before, .mv-txt span::after {
  position: absolute;
  content: "";
  bottom: 2px;
  width: 6px;
  height: 18px;
}
@media screen and (min-width: 640px) {
  .mv-txt span::before, .mv-txt span::after {
    bottom: 2px;
    width: 8px;
    height: 20px;
  }
}
.mv-txt span::before {
  content: "";
  left: 0;
  background: url(../img/mv_deco_left.svg) no-repeat center center/100%;
}
.mv-txt span::after {
  content: "";
  right: 0;
  background: url(../img/mv_deco_right.svg) no-repeat center center/100%;
}
.mv-list {
  margin: 10px auto 20px;
}
@media screen and (min-width: 768px) {
  .mv-list {
    margin: 25px auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.mv-item {
  border-radius: 48px;
  text-align: center;
  margin: 10px auto;
  padding: 5px;
  border: 8px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 390px;
  padding: 9px 18px;
}
@media screen and (min-width: 768px) {
  .mv-item {
    max-width: 100%;
    width: 213px;
    height: 213px;
    margin: 0;
    padding: 14px;
    border-radius: 50%;
    display: block;
    border-width: 10px;
  }
}
@media screen and (min-width: 768px) {
  .mv-item:nth-child(n+2) {
    margin: 0 0 0 2.5%;
  }
}
.mv-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .mv-item::before {
    border-radius: 50%;
    width: 193px;
    height: 193px;
  }
}
.mv-item-img {
  max-width: 53px;
}
@media screen and (min-width: 768px) {
  .mv-item-img {
    margin: 0 auto;
    max-width: 66px;
  }
}
.mv-item-txt {
  text-align: center;
  color: #5a5757;
  line-height: 1.3;
  font-size: 1.5rem;
  width: calc(100% - 53px);
}
@media screen and (min-width: 768px) {
  .mv-item-txt {
    width: 100%;
  }
}
.mv-item-txt .--blue {
  color: #007dbc;
}
.mv-item-txt .--l {
  font-size: 2.5rem;
  font-weight: 700;
}
.mv-item-txt .--num {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}
.mv-item-txt .--b {
  font-weight: 700;
}
.mv-ill {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv-ill {
    position: absolute;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .mv-ill1 {
    left: -30px;
    bottom: -25px;
    width: 16.25vw;
  }
}
@media screen and (min-width: 1400px) {
  .mv-ill1 {
    left: -37px;
    width: 238px;
  }
}
@media screen and (min-width: 768px) {
  .mv-ill2 {
    right: 1vw;
    bottom: -14px;
    width: 16.25vw;
  }
}
@media screen and (min-width: 1400px) {
  .mv-ill2 {
    right: -50px;
    width: 238px;
  }
}
/*===========================================================================*/
/*  about  */
/*===========================================================================*/
.about {
  background: #f0f9ff url(../img/about_bg.png) repeat center center/14px;
  position: relative;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
  padding: 40px 0 0;
}
@media screen and (min-width: 640px) {
  .about {
    background: #f0f9ff;
    overflow: hidden;
    border-radius: 80px 80px 0 0;
    margin-top: -100px;
    padding: 40px 0 110px;
  }
}
.about::before {
  position: absolute;
  content: "";
}
@media screen and (max-width: 639px) {
  .about::before {
    width: 0;
    height: 0;
    border-left: 187.5px solid transparent;
    border-right: 187.5px solid transparent;
    border-top: 56px solid #3d9ed1;
    bottom: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media screen and (min-width: 640px) {
  .about::before {
    width: 100%;
    height: 156px;
    background: #3d9ed1;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 639px) {
  .about::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: #d1edff;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 640px) {
  .about::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/about_bg.png) repeat center center/14px;
  }
}
.about-wrapper {
  position: relative;
}
@media screen and (max-width: 639px) {
  .about-wrapper {
    overflow: hidden;
  }
}
.about-wrapper::before, .about-wrapper::after {
  position: absolute;
  content: "";
  bottom: -200px;
  width: 0;
  height: 0;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .about-wrapper::before, .about-wrapper::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .about-wrapper::before, .about-wrapper::after {
    bottom: -240px;
  }
}
@media screen and (min-width: 1280px) {
  .about-wrapper::before, .about-wrapper::after {
    bottom: -190px;
  }
}
@media screen and (min-width: 1640px) {
  .about-wrapper::before, .about-wrapper::after {
    bottom: -140px;
  }
}
.about-wrapper::before {
  left: 0;
  border-top: 230px solid transparent;
  border-left: 780px solid #d1edff;
}
@media screen and (min-width: 1024px) {
  .about-wrapper::before {
    border-top: 290px solid transparent;
    /* 高さ */
    border-left: 1080px solid #d1edff;
    /* 底辺 */
  }
}
.about-wrapper::after {
  right: 0;
  border-top: 230px solid transparent;
  /* 高さ */
  border-right: 780px solid #d1edff;
  /* 底辺 */
}
@media screen and (min-width: 1024px) {
  .about-wrapper::after {
    border-top: 290px solid transparent;
    /* 高さ */
    border-right: 1080px solid #d1edff;
    /* 底辺 */
  }
}
.about .inner {
  position: relative;
  z-index: 2;
}
.about-ttl {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .about-ttl {
    font-size: 3.8rem;
  }
}
.about-cont {
  position: relative;
  margin: 195px auto 0;
  max-width: 375px;
}
@media screen and (min-width: 1024px) {
  .about-cont {
    margin: 150px auto 0;
    max-width: 403px;
  }
}
.about-cont-icn {
  position: absolute;
  width: 182px;
  height: 144px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #5a5757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .about-cont-icn {
    width: 261px;
    height: 179px;
    font-size: 1.6rem;
  }
}
.about-cont-icn.--icn1 {
  left: -26px;
  top: -130px;
  background: url(../img/icn_talk2_right.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .about-cont-icn.--icn1 {
    left: -210px;
    top: -80px;
  }
}
.about-cont-icn.--icn2 {
  left: 47%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -210px;
  background: url(../img/icn_talk2_right.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .about-cont-icn.--icn2 {
    top: -150px;
  }
}
.about-cont-icn.--icn3 {
  right: -25px;
  top: -140px;
  background: url(../img/icn_talk2_left.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .about-cont-icn.--icn3 {
    right: -210px;
    top: -100px;
  }
}
.about-cont-icn .--y {
  position: relative;
  z-index: 2;
}
.about-cont-icn .--y::after {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff100;
  z-index: -1;
}
.about-cont-icn .bold {
  font-size: 1.4em;
}
.about-cont-img {
  max-width: 228px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .about-cont-img {
    max-width: 403px;
  }
}
/*===========================================================================*/
/*  point  */
/*===========================================================================*/
.point .btn {
  margin: 35px auto 0;
}
.point .note {
  margin: 30px auto 0;
}
@media screen and (min-width: 1024px) {
  .point .note {
    margin: 30px 140px 0 0;
  }
}
.p-database {
  background: #d1edff;
  position: relative;
  padding: 35px 0 15px;
}
@media screen and (min-width: 640px) {
  .p-database {
    padding: 55px 0 15px;
  }
}
.p-database::before, .p-database::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  bottom: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-database::before, .p-database::after {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .p-database::before, .p-database::after {
    width: 240px;
    height: 240px;
  }
}
.p-database::before {
  left: 0;
  background: url(../img/point_ill1.png) no-repeat center center/100%;
}
.p-database::after {
  right: 0;
  background: url(../img/point_ill2.png) no-repeat center center/100%;
}
.p-plan {
  background: #d1edff;
  padding: 40px 0 20px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .p-plan {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan {
    padding: 40px 0 55px;
  }
}
.p-reason__table {
  margin-top: 20px;
  position: relative;
  z-index: 2;
  background: #FFF;
  -webkit-box-shadow: 10px 10px 35px 0px rgba(7, 18, 76, 0.03);
  box-shadow: 10px 10px 35px 0px rgba(7, 18, 76, 0.03);
}
.p-reason__table--inner {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE対策 */
  overflow: -moz-scrollbars-none;
  /* Firefox対策 */
}
.p-reason__table--inner::-webkit-scrollbar {
  /* Google Chrome対策 */
  display: none;
}
.p-reason__table--item {
  min-width: 1100px;
}
.p-reason__table--container {
  overflow-x: auto;
}
.p-reason__table--list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-reason__table--list>li {
  width: 320px;
  border-left: 1px solid #ccc;
  position: relative;
  text-align: center;
  font-size: 15px;
}
.p-reason__table--list>li:nth-child(1) {
  width: auto;
  min-width: 160px;
  border-left: none;
  color: #5a5757;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-reason__table--list>li>a {
  background: #fff;
  display: block;
}
.p-reason__table--list>li>a::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 127, 195, 0.1);
  border: 3px solid #007fc3;
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 640px) {
  .p-reason__table--list>li>a:hover::after {
    opacity: 1;
  }
}
.p-reason__table--list>li div {
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
  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;
  line-height: 1.33;
  min-height: 70px;
}
.p-reason__table--list>li div .invalid {
  font-size: 26px;
  color: #5a5757;
}
.p-reason__table--list>li div .valid {
  display: inline-block;
  vertical-align: middle;
}
.p-reason__table--list>li div .valid::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(../img/icn_valid.svg) no-repeat center center/100%;
}
/*--- height01 --*/
.p-reason__table--list>li div.height01 {
  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;
  font-weight: bold;
  line-height: 1.55;
  padding: 20px 0 0;
  position: relative;
  border-top: 4px solid #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-reason__table--list>li:nth-child(1) div.height01 {
  background-color: transparent;
  font-weight: 400;
}
.p-reason__table--list>li div.height01 .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  width: 240px;
  padding: 3px 0;
  color: #5a5757;
  background: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 10px;
}
.p-reason__table--list>li div.height01 strong {
  font-size: 26px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.p-reason__table--list>li:nth-child(2) div.height01 {
  border-top-color: #f44360;
}
.p-reason__table--list>li:nth-child(3) div.height01 {
  border-top-color: #007fc3;
}
.p-reason__table--list>li:nth-child(4) div.height01 {
  border-top-color: #1fbad1;
}
.p-reason__table--list>li:nth-child(2) div.height01 strong {
  color: #f44360;
}
.p-reason__table--list>li:nth-child(3) div.height01 strong {
  color: #007fc3;
}
.p-reason__table--list>li:nth-child(4) div.height01 strong {
  color: #1fbad1;
}
.p-reason__table--list>li div.height01 .box {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-reason__table--list>li:nth-child(2) div.height01 .box {
  background: #f44360;
}
.p-reason__table--list>li:nth-child(3) div.height01 .box {
  background: #007fc3;
}
.p-reason__table--list>li:nth-child(4) div.height01 .box {
  background: #1fbad1;
}
.p-reason__table--list>li div.height01 .box strong {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
/*--- height03 --*/
.p-reason__table--list>li div.height03 {
  background: #f5f5f5;
}
.p-reason__table--list>li:not(:nth-child(1)) span {
  font-size: 16px;
}
/*--- height04 --*/
.p-reason__table--list>li:nth-child(1) div.height04 {
  padding: 0;
}
.p-reason__table--list>li:nth-child(1) div.height04 .c1,
.p-reason__table--list>li:nth-child(1) div.height04 .c2 {
  height: 50%;
  padding: 16px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-reason__table--list>li:nth-child(1) div.height04 .c1 {
  border-bottom: 1px solid #ccc;
}
.p-reason__table--list>li:nth-child(1) div.height04 .inline {
  width: 50%;
  height: 100%;
  min-height: 70px;
}
.p-reason__table--list>li:nth-child(1) div.height04 .inline:nth-child(1) {
  border-right: 1px solid #ccc;
  padding: 34px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-reason__table--list>li:not(:nth-child(1)) div.height04 {
  display: block;
  padding: 0;
}
.p-reason__table--list>li:not(:nth-child(1)) div.height04 .inline {
  min-height: 70px;
  height: 50%;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-reason__table--list>li:not(:nth-child(1)) div.height04 .inline:nth-child(1) {
  border-bottom: 1px solid #ccc;
}
/*--- height05 --*/
.p-reason__table--list>li div.height05 {
  background: #f5f5f5;
}
/*--- height06 --*/
.p-reason__table--list>li:not(:nth-child(1)) div.height06 {
  font-size: 16px;
}
/*--- height07 --*/
.p-reason__table--list>li div.height07 {
  background: #f5f5f5;
  min-height: 110px;
  padding-top: 20px;
}
.p-reason__table--list>li:not(:nth-child(1)) div.height07 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-reason__table--list>li:not(:nth-child(1)) div.height07 span {
  font-size: 13px;
  color: #5a5757;
}
.p-reason__table--list>li:not(:nth-child(1)) div.height07 strong {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  color: #000;
}
/*--- height08 --*/
.p-reason__table--list>li div.height08 {
  border-bottom: none;
}
.p-reason__table--list>li div.height08 .inline {
  border-bottom: none;
}
.p-reason__table--list>li:not(:nth-child(1)) div.height08 {
  display: block;
  padding: 20px 8px;
}
.p-reason__table--list>li div.height08 ul {
  text-align: left;
}
.p-reason__table--list>li div.height08 ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-reason__table--list>li div.height08 ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(../img/icn_check.svg) no-repeat center center/100%;
  margin-right: 5px;
  margin-bottom: -1px;
}
.p-reason__table--list>li div.height08 ul li strong {
  color: #007dbc;
}
.p-reason__table--list>li div.height08 ul li:nth-child(n+2) {
  margin-top: 0.5em;
}
/*-----*/
.p-reason__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-reason__btn li {
  width: 320px;
  border-left: 1px solid #ccc;
}
.p-reason__btn li:nth-child(1) {
  width: auto;
  min-width: 160px;
  border-left: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 1100px) {
  .p-reason__table--inner::-webkit-scrollbar {
    height: 5px;
  }
  .p-reason__table--inner {
    -ms-overflow-style: initial;
    /* IE対策 */
  }
  .p-reason__table--inner::-webkit-scrollbar {
    /* Google Chrome対策 */
    display: initial;
  }
  .p-reason__table--inner::-webkit-scrollbar-thumb {
    background: #d2b48c;
    border-radius: 30px;
    background: #CACACA;
  }
  .p-reason__table--inner::-webkit-scrollbar-track {
    background: #F3F3F3;
    border-radius: 30px;
  }
  .hidden-scroll {
    position: absolute;
    right: 0px;
    top: 0;
    width: 17px;
    height: 100%;
  }
  .hidden-scroll:not(.scroll-hidden) {
    opacity: 1;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
  }
  .hidden-scroll.scroll-hidden {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 901px) {

  .p-reason__table--list>li:not(:nth-child(1)) span.number_of_drmember {
  font-size: 18px;
}
}
@media screen and (max-width: 900px) {

  .p-reason__table {
    width: calc(100% + 50vw - 50%);
    margin-right: calc(50% - 50vw);
    margin-left: 0;
  }
  .p-reason__table--item {
    min-width: 640px;
  }
  .p-reason__table--list>li {
    width: 28%;
    font-size: 13px;
  }
  .p-reason__table--list>li:nth-child(1), .p-reason__btn li:nth-child(1) {
    width: 16%;
    min-width: auto;
  }
  .p-reason__btn li {
    width: 28%;
  }
  .p-reason__table--list>li:not(:nth-child(1)) span {
    font-size: 13px;
  }
  .p-reason__table--list>li div.height01 .subtitle {
    font-size: 10px;
    width: 160px;
    margin-bottom: 5px;
  }
  .p-reason__table--list>li div.height01 strong {
    font-size: 16px;
  }
  .p-reason__table--list>li div.height01 .box {
    height: 80px;
  }
  .p-reason__table--list>li div.height01 .box strong {
    font-size: 13px;
  }
  .p-reason__table--list>li div.height01 {
    padding: 10px 0 0;
  }
  .p-reason__table--list>li div.height01 strong {
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .p-reason__table--list>li div, .p-reason__table--list>li:not(:nth-child(1)) div.height04 .inline {
    min-height: 60px;
  }
  .p-reason__table--list>li div.height07 {
    padding-top: 15px;
  }
  .p-reason__table--list>li:not(:nth-child(1)) div.height07 strong {
    font-size: 15px;
  }
  .p-reason__table--list>li:not(:nth-child(1)) div.height08 {
    padding: 15px 8px 0;
  }
  .p-reason__table--list>li div.height08 ul li {
    text-indent: -1.3em;
    margin-left: 1.3em;
  }
  .p-reason__table--list>li div.height08 ul li::before {
    margin-bottom: -2px;
  }
  .p-reason__table--list>li div .valid::before {
    width: 22px;
    height: 22px;
  }
}
.p-contact {
  background: #e0f2ff;
  padding: 35px 0 20px;
}
@media screen and (min-width: 640px) {
  .p-contact {
    padding: 55px 0;
  }
}
.p-contact .btn {
  margin: 18px auto 0;
  min-height: 80px;
}
@media screen and (max-width: 639px) {
  .p-contact .btn {
    padding: 25px 5px;
  }
}
.p-contact .btn .btn-inline {
  padding-left: 54px;
}
.point-catch {
  text-align: center;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 70px;
}
@media screen and (min-width: 640px) {
  .point-catch {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .point-catch {
    font-size: 3.8rem;
  }
}
.point-catch span {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .point-catch span {
    padding: 0 20px;
  }
}
.point-catch .point-txt {
  font-weight: 400;
}
.point-num {
  text-align: center;
  margin-bottom: 10px;
}
.point-num span {
  display: inline-block;
  background: #fff;
  color: #007dbc;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 20px;
  line-height: 1.55;
  max-width: 130px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .point-num span {
    font-size: 2.2rem;
    max-width: 158px;
  }
}
.point-ttl {
  text-align: center;
  color: #5a5757;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.43;
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .point-ttl {
    line-height: 1.5;
    margin: 10px 0;
  }
}
@media screen and (min-width: 640px) {
  .point-ttl {
    font-size: 3.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .point-ttl {
    font-size: 4.6rem;
  }
}
.point-ttl span {
  color: #007dbc;
}
.point-ttl .--s {
  color: #5a5757;
  font-size: 55%;
}
@media screen and (min-width: 640px) {
  .point-ttl .--s {
    font-size: 70%;
  }
}
.point-txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  .point-txt {
    font-size: 1.8rem;
  }
}
.point-graph {
  margin: 20px auto 0;
  max-width: 280px;
}
@media screen and (min-width: 1024px) {
  .point-graph {
    max-width: 1066px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.point-graph picture {
  max-width: 298px;
  display: block;
  margin: 20px auto;
}
@media screen and (min-width: 1024px) {
  .point-graph picture {
    margin: 0;
  }
}
.point-graph picture:nth-child(1) {
  margin-bottom: 10px;
}
.point-list {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.point-item {
  border: 2px solid #f44360;
  background: #fff;
  border-radius: 10px;
  max-width: 370px;
  width: 100%;
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  .point-item {
    width: 32%;
    margin: 0;
  }
}
.point-item2 {
  border-color: #007fc3;
}
.point-item3 {
  border-color: #1fbad1;
}
.point-item-subttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #f44360;
  background: #fff;
  border-radius: 18px;
  border: 2px solid #f44360;
  width: 88%;
  margin: -16px auto 0;
  padding: 2px 5px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .point-item-subttl {
    font-size: 1.6rem;
  }
}
.point-item2 .point-item-subttl {
  color: #007fc3;
  border-color: #007fc3;
}
.point-item3 .point-item-subttl {
  color: #1fbad1;
  border-color: #1fbad1;
}
.point-item-ttl {
  text-align: center;
  color: #f44360;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 20px;
  padding: 12px 0 14px;
  border-bottom: 1px solid #d2dadd;
}
@media screen and (min-width: 1280px) {
  .point-item-ttl {
    font-size: 3rem;
  }
}
.point-item-ttl span {
  font-size: 1.2em;
}
.point-item2 .point-item-ttl {
  color: #007fc3;
}
.point-item3 .point-item-ttl {
  color: #1fbad1;
}
.point-item-sh {
  text-align: center;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
}
.point-item .--txt1 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.point-item .--txt2 {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 2px;
}
@media screen and (min-width: 1280px) {
  .point-item .--txt2 {
    font-size: 1.4rem;
  }
}
.point-item .--txt3 {
  text-align: center;
  color: #5a5757;
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .point-item .--txt3 {
    font-size: 1.2rem;
  }
}
.point-item-box1 {
  padding: 10px 20px;
}
@media screen and (min-width: 1024px) {
  .point-item-box1 {
    min-height: 127px;
  }
}
.point-item-box2 {
  background: #fde3e7;
  padding: 15px 15px 20px;
}
@media screen and (min-width: 1280px) {
  .point-item-box2 {
    padding: 15px 20px 20px;
  }
}
.point-item2 .point-item-box2 {
  background: #d9ecf6;
}
.point-item3 .point-item-box2 {
  background: #ddf5f8;
}
.point-item-info {
  margin-top: 10px;
}
.point-item-info li {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 28px;
  background: url(../img/icn_check.svg) no-repeat left top 6px/20px;
}
@media screen and (min-width: 1280px) {
  .point-item-info li {
    font-size: 1.8rem;
    padding-left: 35px;
  }
}
.point-item-info li span {
  position: relative;
  z-index: 2;
}
.point-item-info li span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background: #fff100;
  z-index: -1;
}
.point-item-btn {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  max-width: 280px;
  width: 94%;
  min-height: initial;
  border-radius: 40px;
  background: #f44360;
  display: block;
  margin: 20px auto;
  padding: 12px 10px 10px;
  position: relative;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 900px) {
  .point-item-btn {
    padding: 10px 10px 8px;
  }
}
.point-item-btn::after {
  position: absolute;
  content: "";
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 900px) {
  .point-item-btn::after {
    right: 12px;
    width: 8px;
    height: 8px;
  }
}
.point-item-btn span {
  display: inline-block;
  font-size: 17px;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .point-item-btn span {
    font-size: 11px;
    line-height: 1.4;
  }
}
.point-item2 .point-item-btn {
  background: #007fc3;
}
.point-item3 .point-item-btn {
  background: #1fbad1;
}
.point-cont {
  margin: 30px auto 40px;
  position: relative;
  max-width: 375px;
}
@media screen and (min-width: 1024px) {
  .point-cont {
    max-width: 100%;
  }
}
.point-cont-arrow {
  height: 660px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .point-cont-arrow {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .point-cont-arrow::after {
    position: absolute;
    content: "";
    left: 0;
    top: 40px;
    width: 100%;
    height: 430px;
    background: #b5e2ff;
  }
}
@media screen and (max-width: 1023px) {
  .point-cont-arrow::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 188px solid transparent;
    border-right: 188px solid transparent;
    border-top: 56px solid #b5e2ff;
    top: 470px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .point-cont-arrow img {
    display: none;
  }
}
.point-cont-img {
  margin: 0 auto;
  width: 308px;
}
@media screen and (min-width: 1024px) {
  .point-cont-img {
    position: absolute;
    bottom: 40px;
    right: 4vw;
    width: 33vw;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .point-cont-img {
    width: 431px;
    right: 120px;
  }
}
.point-cont-talk {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.47;
  text-align: center;
  width: 179px;
  height: 123px;
  position: absolute;
  padding: 27px 0 0;
}
.point-cont-talk.--talk1 {
  background: url(../img/icn_talk_right.png) no-repeat center center/contain;
  top: 535px;
  right: 100px;
}
@media screen and (min-width: 1024px) {
  .point-cont-talk.--talk1 {
    background-image: url(../img/icn_talk_left.png);
    top: -80px;
    right: -10px;
  }
}
.point-cont-talk.--talk2 {
  background: url(../img/icn_talk_right.png) no-repeat center center/contain;
  left: 12px;
  top: -10px;
}
@media screen and (min-width: 1024px) {
  .point-cont-talk.--talk2 {
    top: 10px;
  }
}
.point-cont-icn {
  position: absolute;
}
.point-cont-icn.--icn1 {
  width: 136px;
  left: 26px;
  top: 122px;
}
@media screen and (min-width: 1024px) {
  .point-cont-icn.--icn1 {
    left: 176px;
    top: 92px;
  }
}
.point-cont-icn.--icn2 {
  width: 136px;
  left: 196px;
  top: 120px;
}
@media screen and (min-width: 1024px) {
  .point-cont-icn.--icn2 {
    left: 346px;
    top: 92px;
  }
}
.point-cont-icn.--icn3 {
  width: 133px;
  left: 43px;
  top: 248px;
}
@media screen and (min-width: 1024px) {
  .point-cont-icn.--icn3 {
    left: 97px;
    top: 224px;
  }
}
.point-cont-icn.--icn4 {
  width: 136px;
  left: 198px;
  top: 244px;
}
@media screen and (min-width: 1024px) {
  .point-cont-icn.--icn4 {
    left: 256px;
    top: 224px;
  }
}
.point-cont-icn.--icn5 {
  width: 139px;
  left: 117px;
  top: 364px;
}
@media screen and (min-width: 1024px) {
  .point-cont-icn.--icn5 {
    left: 417px;
    top: 224px;
  }
}
/*===========================================================================*/
/* review  */
/*===========================================================================*/
.p-review {
  padding: 50px 0 150px;
  background-color: #007fc3;
}
@media screen and (max-width: 900px) {
  .p-review {
    padding-bottom: 120px;
  }
}
.p-review--ttl {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 35px;
}
.p-review__listWrap {
  width: 95%;
  margin-left: auto;
}
@media only screen and (min-width: 640px) {
  .p-review__listWrap {
    width: 92%;
  }
}
.p-review__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.p-review__list.slick-initialized .p-review__card {
  display: block;
}
@media screen and (max-width: 900px) {
  .p-review__list {
    gap: 15px;
    margin-bottom: 15px;
  }
}
.p-review__card {
  border-radius: 20px;
  background: #F5F8F9;
  padding: 15px 15px 20px;
  max-width: 350px;
}
@media only screen and (max-width: 1279px) {
  .p-review__card:nth-child(n+2) {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .p-review__card:nth-child(n+4) {
    display: none;
  }
}
.p-review__card figure {
  border-radius: 16px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-review__card figure img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.p-review__card h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 155%;
}
@media screen and (max-width: 900px) {
  .p-review__card h3 {
    font-size: 15px;
  }
}
.p-review__card dl {
  margin-top: 10px;
  color: #007FC3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 155%;
}
@media screen and (max-width: 900px) {
  .p-review__card dl {
    font-size: 11px;
  }
}
.p-review__card dt {
  font-weight: 700;
}
.p-review__card dd {
  border-radius: 7px;
  background: #E8F0F5;
  font-weight: 400;
  padding: 2px 7px;
}
@media screen and (max-width: 900px) {
  .p-review__card {
    padding: 10px 10px 20px;
    width: 100%;
  }
}
.p-review__card--inner {
  padding: 16px 10px 0;
}
.p-review__company {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 155%;
}
.p-review__company>p {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-review__company .--border {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#007FC3), to(transparent));
  background: linear-gradient(to right, #007FC3, transparent);
}
@media screen and (max-width: 900px) {
  .p-review__company {
    font-size: 14px;
  }
}
.p-review__text {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (max-width: 900px) {
  .p-review__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .p-review__more {
    border-radius: 16px;
    background: #F5F8F9;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 22px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.32px;
    position: relative;
  }
  .p-review__more.close::after {
    transform: rotate(180deg) translateY(50%);
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
  }
  .p-review__more::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../img/more-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/* ----- slick ----- */
.slick-slide {
  max-width: 350px;
  margin-right: 25px;
  min-height: 621px;
  background: #F5F8F9;
  border-radius: 20px;
}
@media screen and (min-width: 901px) {
  .slick-slide {
    min-height: 667px;
  }
}
.slick-arrow {
  border: none;
  width: 38px;
  height: 38px;
  background: #037fc3;
  cursor: pointer;
  position: absolute;
  /* top: 20vw; */
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.slick-arrow.prev {
  left: 0;
}
.slick-arrow.prev::after {
  right: 9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.slick-arrow.next {
  right: 0;
}
.slick-arrow.next::after {
  left: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 640px) {
  .slick-arrow::after {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 640px) {
  .slick-arrow {
    width: 52px;
    height: 52px;
    /* top: 38%; */
  }
}
/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.faq {
  background: #fff;
  position: relative;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
  padding: 4em 0 60px;
}
@media screen and (min-width: 640px) {
  .faq {
    border-radius: 80px 80px 0 0;
    margin-top: -100px;
    padding: 5em 0 110px;
  }
}
@media screen and (min-width: 1024px) {
  .faq {
    padding: 9em 0 120px;
  }
}
.faq__img {
  position: absolute;
  right: 30px;
  width: 200px;
  top: -40px;
}
@media screen and (min-width: 640px) {
  .faq__img {
    width: 260px;
    top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .faq__img {
    width: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .faq__img {
    width: 494px;
  }
}
.faq .secTtlEn::before {
  background: #007dbc;
}
.faq .secTtlEn::after {
  border-color: #007dbc;
}
@media screen and (min-width: 640px) {
  .faq .secTtl {
    margin-bottom: 64px;
  }
}
.faq__list dt {
  border-radius: 10px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  padding: 10px 20px;
}
@media screen and (min-width: 640px) {
  .faq__list dt {
    padding: 17px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .faq__list dt {
    gap: 25px;
  }
}
.faq__list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 20px 30px;
}
@media screen and (min-width: 640px) {
  .faq__list dd {
    padding: 20px 50px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .faq__list dd {
    gap: 25px;
  }
}
.faq__list dt>p {
  font-weight: 700;
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .faq__list dt>p {
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .faq__list dt>p {
    font-size: 18px;
  }
}
.faq__list dd>p {
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .faq__list dd>p {
    font-size: 16px;
  }
}
.faq__list dd a {
  text-decoration: underline;
  display: inline;
  color: #007dbc;
}
.faq__list--num {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 125%;
}
@media screen and (min-width: 640px) {
  .faq__list--num {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq__list--num {
    font-size: 3rem;
  }
}
.faq__list dt .faq__list--num {
  color: #007FC3;
}
.faq__list dd .faq__list--num {
  color: #5a5757;
}
/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
.contact {
  background: #007dbc url(../img/mv_bg.png) no-repeat center center/cover;
  border-radius: 60px 60px 0 0;
  position: relative;
  margin-top: -60px;
}
@media screen and (min-width: 640px) {
  .contact {
    border-radius: 80px 80px 0 0;
    margin-top: -100px;
  }
}
.contact .secTtlEn {
  color: #fff;
}
.contact .secTtl {
  color: #fff;
}
.contact-content {
  background: #d9ecf6;
  border-radius: 20px;
  padding: 26px 20px 30px;
}
@media screen and (min-width: 1024px) {
  .contact-content {
    padding: 38px 35px 56px;
  }
}
.contact-txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .contact-txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact-txt {
    font-size: 1.8rem;
  }
}
.contact-wrap {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
  }
}
.contact-tel {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .contact-tel {
    margin-right: 3%;
  }
}
.contact-tel .--tel {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 640px) {
  .contact-tel .--tel {
    font-size: 4.7rem;
  }
}
.contact-tel .--note {
  font-size: 1rem;
  display: block;
}
@media screen and (min-width: 640px) {
  .contact-tel .--note {
    font-size: 1.2rem;
  }
}
.contact-wrap .btn {
  margin: 10px auto 0;
}
@media screen and (min-width: 1024px) {
  .contact-wrap .btn {
    margin: 0;
  }
}
/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.footer {
  position: relative;
  background-color: #f2f6f7;
  padding: 30px 0 0;
}
.footer-inner {
  padding: 0 15px;
}
.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.footer-left-link {
  width: 55px;
}
.footer-privacy {
  padding-left: 15px;
}
.footer-privacy-text {
  font-size: 1.1rem;
  font-weight: 700;
}
a.footer-privacy-link {
  display: inline-block;
  color: #202020;
  font-size: 1.1rem;
  text-decoration: underline;
}
.footer-privacy-link .sp {
  display: none;
}
.footer-int-link {
  display: block;
  width: 190px;
  margin: 0 auto;
}
.footer-copyright {
  color: #202020;
  text-align: center;
  font-size: 1rem;
  padding: 15px 0;
}
@media screen and (min-width: 640px) {
  .footer {
    padding: 30px 0 15px;
  }
  .footer-inner {
    padding: 0 30px;
  }
  .footer-left {
    margin-bottom: 0;
  }
  .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-col {
    width: 50%;
  }
  .footer-int-link {
    margin: 0 0 0 auto;
  }
}