@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-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;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/********************************
	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: -44px;
  right: 5px;
  max-width: 116px;
}
@media screen and (min-width: 640px) {
  .mv-bnr {
    top: -59px;
    right: 10px;
    max-width: 155px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-bnr {
    top: 25px;
    max-width: 170px;
  }
}
@media screen and (min-width: 1280px) {
  .mv-bnr {
    max-width: 202px;
  }
}

.mv-ttl {
  color: #fff;
  font-size: 3.4rem;
  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: 3.75vw;
  }
}
@media screen and (min-width: 1280px) {
  .mv-ttl {
    font-size: 4.8rem;
  }
}
.mv-ttl span {
  color: #fff104;
}

.mv-txt {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .mv-txt {
    text-align: center;
    line-height: 1.6;
    margin-top: 4px;
  }
}

.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-item-txt .--red {
  color: #f44360;
  background: #fff100;
  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 125px;
  }
}
.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-subTtl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .about-subTtl {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.about-subTtl span {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.about-subTtl span::before, .about-subTtl span::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 1024px) {
  .about-subTtl span::before, .about-subTtl span::after {
    width: 50px;
  }
}
.about-subTtl span::before {
  left: 100%;
}
.about-subTtl span::after {
  right: 100%;
}
.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: 300px auto 0;
  max-width: 375px;
}
@media screen and (min-width: 1024px) {
  .about-cont {
    margin: 190px auto 0;
    max-width: 100%;
  }
}
.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: 251px;
    height: 191px;
    font-size: 1.6rem;
  }
}
.about-cont-icn.--icn1 {
  left: 50px;
  top: -113px;
  background: url(../img/icn_talk2_right.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .about-cont-icn.--icn1 {
    left: 40px;
    top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .about-cont-icn.--icn1 {
    left: 140px;
  }
}
.about-cont-icn.--icn2 {
  left: -26px;
  top: -213px;
  background: url(../img/icn_talk2_right.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .about-cont-icn.--icn2 {
    left: 20px;
    top: -120px;
  }
}
@media screen and (min-width: 1280px) {
  .about-cont-icn.--icn2 {
    left: 140px;
  }
}
.about-cont-icn.--icn3 {
  left: 20px;
  top: -315px;
  background: url(../img/icn_talk2_right.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .about-cont-icn.--icn3 {
    left: 230px;
    top: -180px;
  }
}
@media screen and (min-width: 1280px) {
  .about-cont-icn.--icn3 {
    left: 360px;
  }
}
.about-cont-icn.--icn4 {
  right: -22px;
  top: -322px;
  background: url(../img/icn_talk2_left.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .about-cont-icn.--icn4 {
    right: 240px;
    top: -190px;
  }
}
@media screen and (min-width: 1280px) {
  .about-cont-icn.--icn4 {
    right: 330px;
  }
}
.about-cont-icn.--icn5 {
  right: 40px;
  top: -220px;
  background: url(../img/icn_talk2_left.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .about-cont-icn.--icn5 {
    right: 30px;
    top: -120px;
  }
}
@media screen and (min-width: 1280px) {
  .about-cont-icn.--icn5 {
    right: 115px;
  }
}
.about-cont-icn.--icn6 {
  right: -46px;
  top: -135px;
  background: url(../img/icn_talk2_left.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .about-cont-icn.--icn6 {
    right: 20px;
    top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .about-cont-icn.--icn6 {
    right: 130px;
  }
}
.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 130px 0 0;
  }
}

.point1 {
  background: #d1edff;
  padding: 40px 0 12px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .point1 {
    padding: 20px 0 12px;
  }
}
@media screen and (min-width: 1024px) {
  .point1 {
    padding: 40px 0 12px;
  }
}
.point1::before, .point1::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  bottom: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .point1::before, .point1::after {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .point1::before, .point1::after {
    width: 240px;
    height: 240px;
  }
}
.point1::before {
  left: 0;
  background: url(../img/point_ill1.png) no-repeat center center/100%;
}
.point1::after {
  right: 0;
  background: url(../img/point_ill2.png) no-repeat center center/100%;
}

.point2 {
  background: #e0f2ff;
  padding: 35px 0 20px;
}
@media screen and (min-width: 640px) {
  .point2 {
    padding: 55px 0;
  }
}

.point3 {
  background: #d1edff;
  padding: 70px 0 140px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .point3 {
    padding: 55px 0 160px;
  }
}
.point3 .btn {
  margin: 18px auto 0;
  min-height: 80px;
}
@media screen and (max-width: 639px) {
  .point3 .btn {
    padding: 25px 5px;
  }
}
.point3 .btn .btn-inline {
  padding-left: 54px;
}
.point3 .point-ttl {
  line-height: 1.43;
  margin-top: 5px;
}

.point-catch {
  text-align: center;
  color: #007dbc;
  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;
}
@media screen and (min-width: 640px) {
  .point-catch span {
    padding: 0 20px;
  }
}
.point-catch span::before, .point-catch span::after {
  position: absolute;
  content: "";
  top: 34%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 56px;
  background: url(../img/about_deco.svg) no-repeat center center/100%;
}
@media screen and (min-width: 640px) {
  .point-catch span::before, .point-catch span::after {
    width: 55px;
    height: 116px;
    top: 50%;
  }
}
.point-catch span::before {
  left: 95%;
}
@media screen and (min-width: 640px) {
  .point-catch span::before {
    left: 100%;
  }
}
.point-catch span::after {
  right: 95%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 640px) {
  .point-catch span::after {
    right: 100%;
  }
}

.point-num {
  text-align: center;
}
.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.6rem;
    max-width: 158px;
  }
}

.point-ttl {
  text-align: center;
  color: #5a5757;
  font-size: 3rem;
  font-weight: 700;
}
@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-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-sh {
  text-align: center;
  margin-top: 25px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .point-sh {
    margin-top: 40px;
  }
}
.point-sh::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #5a5757;
}
.point-sh span {
  display: inline-block;
  color: #5a5757;
  font-size: 2rem;
  padding: 0 25px;
  background: #e0f2ff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .point-sh span {
    font-size: 2.5rem;
  }
}

.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-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: 330px;
  width: 94%;
  border-radius: 40px;
  background: #f44360;
  display: block;
  margin: 22px auto;
  padding: 24px 10px;
  -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 (min-width: 1280px) {
  .point-item-btn {
    font-size: 1.8rem;
    height: 80px;
  }
}
.point-item-btn span {
  padding-right: 15px;
  position: relative;
  display: inline-block;
}
.point-item-btn span::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);
}

.point-item2 .point-item-btn {
  background: #007fc3;
}

.point-item3 .point-item-btn {
  background: #1fbad1;
  line-height: 1.3;
  padding: 16px 10px;
}

.point-desc {
  margin: 25px auto;
}
@media screen and (min-width: 640px) {
  .point-desc {
    margin: 45px auto;
  }
}
@media screen and (min-width: 1024px) {
  .point-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.point-desc-item {
  background: #fff;
  border-radius: 18px;
  max-width: 579px;
  padding: 13px;
  margin: 12px auto;
}
@media screen and (min-width: 640px) {
  .point-desc-item {
    margin: 20px auto;
  }
}
@media screen and (min-width: 1024px) {
  .point-desc-item {
    width: 49.5%;
    margin: 0;
  }
}

.point-desc-item-ttl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  background: #bfdff0;
  border-radius: 10px;
  padding: 3px;
}
@media screen and (min-width: 640px) {
  .point-desc-item-ttl {
    font-size: 1.8rem;
    padding: 7px;
  }
}

.point-desc-item2 .point-desc-item-ttl {
  background: #cfe6b7;
}

.point-desc-item-txt {
  padding: 8px 18px 2px;
}
@media screen and (min-width: 640px) {
  .point-desc-item-txt {
    padding: 10px 28px 5px;
  }
}

.point-desc-item-txt li {
  color: #007dbc;
  font-size: 1.5rem;
  font-weight: 700;
  background: url(../img/icn_checkbox_b.svg) no-repeat top 8px left/19px;
  padding: 2px 0 2px 27px;
}
@media screen and (min-width: 640px) {
  .point-desc-item-txt li {
    font-size: 1.6rem;
    padding: 2px 0 2px 30px;
  }
}

.point-desc-item2 .point-desc-item-txt li {
  color: #60ab0f;
  background-image: url(../img/icn_checkbox_g.svg);
}

.point3-img {
  position: absolute;
  right: 0;
  top: -20px;
  width: 140px;
}
@media screen and (min-width: 640px) {
  .point3-img {
    top: 20px;
    width: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .point3-img {
    top: 40px;
    width: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .point3-img {
    width: 339px;
  }
}

.point3 .inner {
  position: relative;
  z-index: 2;
}

/*===========================================================================*/
/*  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: 90px 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;
  }
}
/*# sourceMappingURL=style.css.map */