@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-family: "Montserrat", sans-serif;
  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: #ff5b4c;
  max-width: 340px;
  width: 100%;
  border-radius: 6px;
  text-align: center;
  font-size: 2rem;
  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: 13px;
  border: 2px solid #ff5b4c;
}
@media screen and (max-width: 639px) {
  .btn {
    line-height: 1.35;
  }
}
@media screen and (min-width: 640px) {
  .btn {
    max-width: 410px;
    padding: 22px;
    min-height: 80px;
    padding: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .btn:hover {
    opacity: 1;
    background: #fff;
    color: #ff5b4c;
  }
  .btn:hover .btn-inline::after {
    border-color: #ff5b4c;
  }
}
.btn .--free {
  color: #fff100;
  border: 1px solid #fff100;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1px 6px;
  margin-right: 10px;
}
@media screen and (min-width: 640px) {
  .btn .--free {
    font-size: 1.5rem;
  }
}

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

/********************************
	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: 0;
    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: 4px;
  margin: 0 0 0 8px;
  min-height: 50px;
  max-width: 190px;
  padding: 15px 5px;
}
@media screen and (min-width: 640px) {
  .header-right .contact-wrap .btn {
    padding: 12px 5px;
  }
}
@media screen and (min-width: 1024px) {
  .header-right .contact-wrap .btn {
    padding: 9px;
    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 (min-width: 1024px) {
  .header-right .contact-tel {
    width: 216px;
  }
}
.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;
}

/********************************
	fixed
********************************/
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 84px;
  z-index: 100;
  -webkit-transform: translateY(-104%);
          transform: translateY(-104%);
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .fixed {
    height: 64px;
  }
}
.fixed-inner {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
}
.fixed-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.fixed .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fixed .list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .fixed .list {
    width: calc(100% - 248px);
  }
}
.fixed .list-item {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  border-bottom: 1px solid #007fc3;
}
@media screen and (min-width: 768px) {
  .fixed .list-item {
    width: 25%;
    border-bottom: none;
  }
}
.fixed .list-item:nth-child(2)::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .fixed .list-item:nth-child(2)::after {
    display: block;
  }
}
.fixed .list-item:nth-child(4)::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .fixed .list-item:nth-child(4)::after {
    display: block;
  }
}
.fixed .list-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 64%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-right: 1px dotted #007dbc;
}
.fixed .list-item-link {
  text-align: center;
  position: relative;
  display: block;
  line-height: 1;
  background: #fff;
  height: 100%;
  padding: 22px 10px 10px;
}
@media screen and (min-width: 768px) {
  .fixed .list-item-link {
    padding: 34px 24px 10px 10px;
  }
}
.fixed .list-item-link.current.--01 {
  background: #cce5f3;
}
.fixed .list-item-link.current.--02 {
  background: #fdd9df;
}
.fixed .list-item-link.current.--03 {
  background: #d6f2f6;
}
.fixed .list-item-link.current.--04 {
  background: #dfeecf;
}
.fixed .list-item-link.--01 .--num {
  background: #007fc3;
}
.fixed .list-item-link.--02 .--num {
  background: #f44360;
}
.fixed .list-item-link.--03 .--num {
  background: #32bed2;
}
.fixed .list-item-link.--04 .--num {
  background: #60ab0f;
}
.fixed .list-item-link .--num {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  display: inline-block;
  width: 30px;
  height: 15px;
  border-radius: 50%/0 0 100% 100%;
  background: #007fc3;
}
@media screen and (min-width: 768px) {
  .fixed .list-item-link .--num {
    font-size: 1.4rem;
    width: 46px;
    height: 23px;
  }
}
.fixed .list-item-link .--ttl {
  font-size: 1.1rem;
  font-weight: 700;
  color: #5a5757;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .fixed .list-item-link .--ttl {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .fixed .list-item-link .--ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .fixed .list-item-link .--ttl {
    font-size: 1.7rem;
  }
}
.fixed .list-item-link .--ttl::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  background: url(../img/icn_arrow_b2.svg) no-repeat center center/contain;
  right: -4px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .fixed .list-item-link .--ttl::after {
    width: 16px;
    height: 8px;
    right: -18px;
    bottom: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .fixed .list-item-link .--ttl::after {
    right: -10px;
    bottom: 3px;
  }
}
.fixed .list-item-link .--ttl .--b {
  color: #007fc3;
}
.fixed .btn {
  margin: 9px 10px;
  max-width: 228px;
  min-height: 44px;
  font-size: 1.6rem;
  padding: 7px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .fixed .btn {
    display: block;
  }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.mv {
  background: #007dbc url(../img/mv_bg.png) no-repeat center center/cover;
  padding: 22px 0 70px;
}
@media screen and (min-width: 640px) {
  .mv {
    padding: 35px 0 110px;
  }
}
.mv .inner {
  position: relative;
}
.mv .cv-catch {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .mv .cv-catch {
    font-size: 2rem;
  }
}
.mv .cv-catch span::before, .mv .cv-catch span::after {
  height: 26px;
}
.mv .btn {
  max-width: 480px;
  margin: 10px auto 0;
  padding: 24px;
  min-height: 80px;
}
@media screen and (min-width: 640px) {
  .mv .btn {
    padding: 22px;
  }
}
@media screen and (min-width: 768px) {
  .mv .btn {
    margin: 18px auto 0;
  }
}
.mv .note {
  color: #fff;
  min-height: 18px;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .mv .note {
    margin: 20px 130px 0 0;
  }
}

.mv-ttl {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv-ttl {
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .mv-ttl {
    font-size: 5.8rem;
  }
}

.mv-txt {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv-txt {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .mv-txt {
    font-size: 3.2rem;
  }
}

.mv-list {
  margin: 10px auto 22px;
}
@media screen and (min-width: 768px) {
  .mv-list {
    margin: 28px auto 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mv-item {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  max-width: 252px;
  width: 100%;
  -webkit-box-shadow: 0 12px 0 rgba(0, 127, 195, 0.4);
          box-shadow: 0 12px 0 rgba(0, 127, 195, 0.4);
  position: relative;
  margin: 13px auto;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .mv-item {
    margin: 0;
    padding: 14px;
  }
}
@media screen and (min-width: 768px) {
  .mv-item:nth-child(n+2) {
    margin: 0 0 0 2%;
  }
}
.mv-item .--badge {
  position: absolute;
  top: -4px;
  right: 13px;
  width: 54px;
}
@media screen and (min-width: 768px) {
  .mv-item .--badge {
    width: 58px;
  }
}

.mv-item-ttl {
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .mv-item-ttl {
    padding-bottom: 10px;
    margin-bottom: 8px;
  }
}
.mv-item-ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 68px;
  height: 2px;
  border-top: 2px dotted #007dbc;
}

.mv-item-txt {
  font-size: 2.1rem;
  font-weight: 700;
  color: #5a5757;
  line-height: 1;
}
.mv-item-txt .--blue {
  color: #007dbc;
}
.mv-item-txt .--l {
  font-size: 2.2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.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: -37px;
    bottom: -25px;
    width: 16.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .mv-ill1 {
    width: 208px;
  }
}

@media screen and (min-width: 768px) {
  .mv-ill2 {
    right: -35px;
    bottom: -20px;
    width: 16.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .mv-ill2 {
    width: 208px;
  }
}

/*===========================================================================*/
/*  service  */
/*===========================================================================*/
.service {
  background: #b2d9ed;
  position: relative;
  overflow-x: hidden;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
}
@media screen and (min-width: 640px) {
  .service {
    border-radius: 80px 80px 0 0;
    margin-top: -100px;
  }
}
.service::before {
  position: absolute;
  content: "Service";
  top: 100px;
  right: -10px;
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  opacity: 0.2;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 639px) {
  .service::before {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .service::before {
    right: -20px;
    font-size: 8.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .service::before {
    top: 60px;
    font-size: 11.4rem;
  }
}

.service .secTtlEn::before {
  background: #007dbc;
}

.service .secTtl {
  position: relative;
  z-index: 2;
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 38px;
}
@media screen and (min-width: 640px) {
  .service-list {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .service-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.service-item {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .service-item {
    width: 49.6%;
  }
}
@media screen and (min-width: 1280px) {
  .service-item {
    max-width: 290px;
    width: 24.8%;
  }
}
.service-item:nth-child(2) {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .service-item:nth-child(2) {
    margin: 0;
  }
}
.service-item:nth-child(2) .service-item-num {
  background: #f44360;
}
.service-item:nth-child(3) {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .service-item:nth-child(3) {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .service-item:nth-child(3) {
    margin: 0;
  }
}
.service-item:nth-child(3) .service-item-num {
  background: #32bed2;
}
.service-item:nth-child(4) {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .service-item:nth-child(4) {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .service-item:nth-child(4) {
    margin: 0;
  }
}
.service-item:nth-child(4) .service-item-num {
  background: #60ab0f;
}

.service-item-link {
  display: block;
  padding: 30px 15px 10px;
}
@media screen and (min-width: 640px) {
  .service-item-link {
    padding: 38px 20px 20px;
  }
}

.service-item-num {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  border-radius: 50%;
  color: #fff;
  background: #007fc3;
  width: 46px;
  height: 46px;
  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;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  top: -23px;
}
@media screen and (min-width: 640px) {
  .service-item-num {
    font-size: 2.5rem;
    width: 64px;
    height: 64px;
    top: -32px;
  }
}

.service-item-ttl {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px dotted #007dbc;
  margin-bottom: 8px;
  line-height: 1.4;
  padding-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .service-item-ttl {
    font-size: 2.4rem;
    line-height: 1.9;
    margin-bottom: 3px;
    padding-bottom: 0;
  }
}

.service-item-ttl img {
  width: 69px;
  margin: 0 6px 3px 0;
}
@media screen and (min-width: 640px) {
  .service-item-ttl img {
    display: block;
    width: 84px;
    margin: 0;
  }
}

.service-item-subttl {
  font-size: 1.2rem;
  min-height: 21px;
  margin-bottom: 3px;
}

.service-item-info {
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .service-item-info {
    margin-bottom: 20px;
  }
}

.service-item-info li {
  color: #5a5757;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding: 2px 0 2px 28px;
}
.service-item-info li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  background: url(../img/icn_check_b.svg) no-repeat center center/contain;
  width: 19px;
  height: 17px;
}
.service-item-btn {
  text-align: center;
}
.service-item-btn span {
  color: #007dbc;
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 22px 0 0;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .service-item-btn span {
    font-size: 1.5rem;
    padding: 0 0 20px;
  }
}
.service-item-btn span::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 5px;
  width: 16px;
  height: 9px;
  background: url(../img/icn_arrow_b.svg) no-repeat center center/contain;
}
@media screen and (min-width: 640px) {
  .service-item-btn span::after {
    width: 26px;
    height: 11px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}

/*===========================================================================*/
/*  about  */
/*===========================================================================*/
.about {
  background: #d9ecf6;
  border-top: 6px solid #007fc3;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 639px) {
  .about {
    padding-top: 20px;
  }
}
@media screen and (min-width: 640px) {
  .about .inner2 {
    width: 80%;
  }
}

.about2 {
  background: #f3f9fc;
  border-color: #f44360;
}
.about2 .about-num {
  background: #f44360;
}

.about3 {
  background: #d9ecf6;
  border-color: #32bed2;
}
.about3 .about-num {
  background: #32bed2;
}

.about4 {
  background: #f3f9fc;
  border-color: #60ab0f;
}
.about4 .about-num {
  background: #60ab0f;
}

.about-num {
  font-size: 3rem;
  font-weight: 600;
  display: block;
  border-radius: 50%;
  color: #fff;
  background: #007fc3;
  width: 100px;
  height: 100px;
  position: absolute;
  right: -30px;
  top: -30px;
  font-family: "Montserrat", sans-serif;
  padding: 35px 30px 0 21px;
}
@media screen and (min-width: 640px) {
  .about-num {
    font-size: 5.2rem;
    width: 126px;
    height: 126px;
    padding: 20px 46px 0 23px;
  }
}
@media screen and (min-width: 1024px) {
  .about-num {
    left: -30px;
    right: 0;
    padding: 20px 23px 0 46px;
  }
}
@media screen and (min-width: 1280px) {
  .about-num {
    font-size: 6.2rem;
    width: 146px;
    height: 146px;
  }
}

.about-head {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .about-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 64px;
  }
}

.about-head2 {
  margin-bottom: 25px;
}

.about-head-ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 12px;
  border-bottom: 1px solid #007dbc;
}
@media screen and (max-width: 639px) {
  .about-head-ttl {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 640px) {
  .about-head-ttl {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-head-ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1280px) {
  .about-head-ttl {
    font-size: 4.4rem;
  }
}

.about-head-ttl img {
  width: 104px;
  display: block;
}
@media screen and (min-width: 640px) {
  .about-head-ttl img {
    width: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .about-head-ttl img {
    width: 154px;
  }
}

.about-head-ttl .--s {
  font-size: 1.3rem;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 5px;
}
@media screen and (min-width: 1280px) {
  .about-head-ttl .--s {
    font-size: 1.6rem;
  }
}

.about-head-txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .about-head-txt {
    line-height: 2.375;
  }
}
@media screen and (min-width: 1024px) {
  .about-head-txt {
    border-left: 1px solid #007dbc;
    padding-left: 3%;
    margin-left: 3%;
  }
}
@media screen and (min-width: 1280px) {
  .about-head-txt {
    font-size: 1.6rem;
  }
}

.about-cont {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
  padding: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .about-cont {
    padding: 20px;
    margin-bottom: 40px;
  }
}

.about-cont11 {
  position: relative;
  overflow: hidden;
}
.about-cont11 .note {
  text-align: left;
}
.about-cont11 .--ill {
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .about-cont11 .--ill {
    position: absolute;
    bottom: 70px;
    right: -32px;
    width: 31.79vw;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .about-cont11 .--ill {
    width: 407px;
  }
}

.about-cont12 .flow {
  margin: 24px auto;
}
@media screen and (min-width: 640px) {
  .about-cont12 .flow {
    margin: 40px auto;
  }
}
@media screen and (min-width: 1024px) {
  .about-cont12 .flow {
    margin: 126px auto 115px;
  }
}
.about-cont12 .flow-item:nth-child(3), .about-cont12 .flow-item:nth-child(6), .about-cont12 .flow-item:nth-child(8) {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .about-cont12 .flow-item:nth-child(3), .about-cont12 .flow-item:nth-child(6), .about-cont12 .flow-item:nth-child(8) {
    margin-bottom: 0;
  }
}
.about-cont12 .cv {
  margin-top: 10px;
}

.about-cont13 .cv {
  margin-top: 10px;
}

.about-cont22 .about-cont-ttl {
  margin-bottom: 25px;
}
.about-cont22 .note {
  text-align: center;
  margin-top: 18px;
}
@media screen and (min-width: 640px) {
  .about-cont22 .note {
    margin-top: 28px;
  }
}

.about-cont31 {
  position: relative;
  margin-top: 12px;
}
.about-cont31 .btn {
  margin: 0 auto 32px;
}
.about-cont31 .about-cont-ill1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
}
@media screen and (min-width: 640px) {
  .about-cont31 .about-cont-ill1 {
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .about-cont31 .about-cont-ill1 {
    width: auto;
  }
}
.about-cont31 .about-cont-ill2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 105px;
}
@media screen and (min-width: 640px) {
  .about-cont31 .about-cont-ill2 {
    width: 125px;
  }
}
@media screen and (min-width: 1024px) {
  .about-cont31 .about-cont-ill2 {
    width: auto;
  }
}

@media screen and (min-width: 640px) {
  .about-cont32 .point {
    margin-bottom: 70px;
  }
}

.about-cont-ttl {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  color: #5a5757;
  padding-bottom: 18px;
  margin: 0 0 20px;
}
@media screen and (max-width: 639px) {
  .about-cont-ttl {
    line-height: 1.38;
  }
}
@media screen and (min-width: 640px) {
  .about-cont-ttl {
    font-size: 3rem;
    margin: 12px 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-cont-ttl {
    font-size: 3.6rem;
  }
}
.about-cont-ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  height: 2px;
  border-top: 2px dotted #007dbc;
}
@media screen and (min-width: 640px) {
  .about-cont-ttl::after {
    width: 240px;
  }
}

.about-cont-txt {
  font-size: 1.6rem;
  line-height: 2.11;
}
@media screen and (min-width: 640px) {
  .about-cont-txt {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .about-cont-txt {
    font-size: 1.8rem;
  }
}

.ratio {
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .ratio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.ratio-left {
  max-width: 240px;
  margin: 20px auto;
}
@media screen and (min-width: 1024px) {
  .ratio-left {
    max-width: 300px;
    margin: 0 2% 0 4%;
    width: 27%;
  }
}

.ratio-right {
  text-align: center;
}

.ratio-txt {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .ratio-txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .ratio-txt {
    font-size: 1.8rem;
  }
}

.ratio-catch {
  color: #007fc3;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .ratio-catch {
    font-size: 4.2rem;
  }
}
.ratio-catch .--t1 {
  font-size: 2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.ratio-catch .--t2 {
  font-size: 1.5em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.ratio-catch .--line {
  position: relative;
  z-index: 2;
}
.ratio-catch .--line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 18px;
  background: #fff100;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

.flow {
  max-width: 1024px;
  width: 100%;
  margin: 20px auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .flow {
    margin: 40px auto;
  }
}

.flow-list {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flow-item {
  background: #f5f5f5;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 0 auto 30px;
  padding: 9px 5px 12px;
}
@media screen and (min-width: 1024px) {
  .flow-item {
    max-width: 126px;
    margin: 0;
    padding: 24px 5px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .flow-item:nth-child(n+2) {
    margin: 0 0 0 23px;
  }
}
.flow-item:nth-child(n+2)::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 15px solid #f5f5f5;
  border-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .flow-item:nth-child(n+2)::after {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 15px solid #f5f5f5;
    border-right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -19px;
  }
}
.flow-item:last-child {
  background: #007fc3;
}
.flow-item:last-child .flow-item-num {
  color: #fff;
}
.flow-item:last-child .flow-item-ttl {
  color: #fff;
  font-weight: 700;
}

.flow-item-elem {
  background: #fff100;
  border-radius: 25px;
  margin-bottom: 30px;
  position: relative;
  padding: 7px 10px 7px 75px;
}
@media screen and (min-width: 640px) {
  .flow-item-elem {
    padding: 9px 20px 9px 110px;
  }
}
@media screen and (min-width: 1024px) {
  .flow-item-elem {
    position: absolute;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .flow-item-elem::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #fff100;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .flow-item-elem.--elem1 {
    left: 5%;
    top: -82px;
  }
}
@media screen and (min-width: 1024px) {
  .flow-item-elem.--elem1::after {
    top: 100%;
    right: 19%;
  }
}
.flow-item-elem.--elem2 {
  border-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .flow-item-elem.--elem2 {
    right: 8%;
    top: -82px;
  }
}
@media screen and (min-width: 1024px) {
  .flow-item-elem.--elem2::after {
    top: 100%;
    left: 28%;
  }
}
@media screen and (min-width: 1024px) {
  .flow-item-elem.--elem3 {
    right: 0;
    bottom: -92px;
  }
}
@media screen and (min-width: 1024px) {
  .flow-item-elem.--elem3::after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff100;
    border-top: 0;
    bottom: 100%;
    right: 20%;
  }
}
.flow-item-elem .--t {
  color: #5a5757;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .flow-item-elem .--t {
    font-size: 1.8rem;
  }
}
.flow-item-elem .--blue {
  color: #007dbc;
}
.flow-item-elem .--icn {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
}
@media screen and (min-width: 640px) {
  .flow-item-elem .--icn {
    width: 76px;
    height: 76px;
    left: 20px;
  }
}

.flow-item-num {
  color: #007dbc;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.flow-item-ttl {
  font-size: 1.7rem;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .flow-item-ttl {
    margin-top: 10px;
  }
}
.flow-item-ttl.--s {
  padding: 10px 0;
}

.flow-copy {
  text-align: center;
  color: #007dbc;
  font-size: 1.7rem;
  font-weight: 700;
  background: #fff100;
  padding: 9px;
  position: relative;
  height: 48px;
}
@media screen and (min-width: 1024px) {
  .flow-copy::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 24px;
    background: #fff;
  }
}
.flow-copy::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff100;
  border-top: 0;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .flow-copy::after {
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #fff100;
    border-right: 0;
    right: 0;
    top: 0;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.graph {
  margin: 25px 0;
}
@media screen and (min-width: 640px) {
  .graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 639px) {
  .graph-item {
    margin: 20px auto;
    width: 80%;
  }
}

.graph-item1 {
  max-width: 390px;
}
@media screen and (max-width: 639px) {
  .graph-item1 {
    width: 90%;
  }
}

.graph-item2 {
  max-width: 300px;
}
@media screen and (max-width: 639px) {
  .graph-item2 {
    width: 70%;
  }
}
@media screen and (min-width: 640px) {
  .graph-item2 {
    margin: 0 0 0 9%;
  }
}

.graph-item3 {
  max-width: 298px;
}

.graph-item4 {
  max-width: 298px;
}
@media screen and (min-width: 640px) {
  .graph-item4 {
    margin: 0 0 0 4.5%;
  }
}

.graph-item5 {
  max-width: 298px;
}
@media screen and (min-width: 640px) {
  .graph-item5 {
    margin: 0 0 0 4.5%;
  }
}

.type {
  margin: 22px 0 0;
}
@media screen and (max-width: 639px) {
  .type {
    max-width: 309px;
    margin: 20px auto 0;
  }
}

.type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .type-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.type-item {
  background: #84c4e7;
  max-width: 93px;
  width: 100%;
  height: 110px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #5a5757;
  text-align: center;
  padding: 24px 0 0;
}
@media screen and (min-width: 640px) {
  .type-item {
    max-width: 116px;
    height: 132px;
    padding: 30px 0 0;
  }
}
.type-item:nth-child(n+2) {
  margin-left: 15px;
}
@media screen and (min-width: 640px) {
  .type-item:nth-child(n+2) {
    margin-left: 20px;
  }
}
.type-item:nth-child(2) {
  background: #74aad0;
}
.type-item:nth-child(3) {
  background: #3b79ac;
}
.type-item:nth-child(4) {
  background: #007dbc;
}
@media screen and (max-width: 639px) {
  .type-item:nth-child(4) {
    margin: 15px 0 0 0;
  }
}
.type-item:nth-child(5) {
  background: #204c67;
}
@media screen and (max-width: 639px) {
  .type-item:nth-child(5) {
    margin: 15px 0 0 15px;
  }
}
.type-item .--t1 {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 640px) {
  .type-item .--t1 {
    font-size: 3rem;
  }
}
.type-item .--t2 {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 640px) {
  .type-item .--t2 {
    font-size: 1.3rem;
  }
}

.type-item-txt {
  background: #fff;
  padding: 4px;
}

.type-catch {
  text-align: center;
  margin-top: 38px;
}

.type-catch-inline {
  font-size: 1.5rem;
  font-weight: 700;
  color: #5a5757;
  background: #fff100;
  padding: 9px 30px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 640px) {
  .type-catch-inline {
    font-size: 1.8rem;
  }
}
.type-catch-inline::after {
  position: absolute;
  content: "";
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff100;
  border-top: 0;
}
.type-catch-inline span {
  color: #007dbc;
}

.point {
  max-width: 1024px;
  width: 100%;
  margin: 50px auto 0;
}
@media screen and (min-width: 1024px) {
  .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.point-item {
  background: #f5f5f5;
  padding: 45px 25px 25px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .point-item {
    max-width: 336px;
    width: 33%;
    margin-bottom: 0;
  }
}

.point-item-num {
  font-family: "Montserrat", sans-serif;
  color: #007dbc;
  background: #fff100;
  width: 110px;
  height: 40px;
  border-radius: 20px;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.point-item-num span {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  vertical-align: middle;
  margin-right: 4px;
}

.point-item-ttl {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.61;
  color: #5a5757;
  border-bottom: 1px dotted #007dbc;
  padding-bottom: 12px;
}
.point-item-ttl .--blue {
  font-weight: 700;
}

.point-item-img {
  max-width: 161px;
  margin: 20px auto;
}

.point-item-img2 {
  max-width: 174px;
}

.point-item-txt {
  color: #5a5757;
  line-height: 1.875;
}

.point-item-txt span {
  font-weight: 700;
  color: #000;
}

.plan {
  margin: 32px 0;
}
@media screen and (min-width: 640px) {
  .plan {
    margin: 32px 5% 50px;
  }
}
@media screen and (min-width: 1024px) {
  .plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.plan-item {
  border: 1px solid #007fc3;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .plan-item {
    max-width: 490px;
    width: 48.5%;
    margin-bottom: 0;
  }
}

.plan-item-head {
  background: #007fc3;
  text-align: center;
  padding: 15px;
}

.plan-item-subttl {
  color: #007dbc;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 12px;
  display: inline-block;
  padding: 0 15px;
}
@media screen and (min-width: 640px) {
  .plan-item-subttl {
    font-size: 1.6rem;
  }
}

.plan-item-ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 8px;
}
@media screen and (min-width: 640px) {
  .plan-item-ttl {
    font-size: 2.4rem;
  }
}

.plan-item-body {
  padding: 15px;
}
@media screen and (min-width: 640px) {
  .plan-item-body {
    padding: 18px 9%;
  }
}

.plan-item-img {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .plan-item-img {
    max-width: auto;
    margin: 0;
  }
}

.plan-item-sh {
  text-align: center;
  color: #5a5757;
  font-size: 1.6rem;
  font-weight: 700;
  background: #f5f5f5;
  margin: 22px 0 8px;
  padding: 3px;
}

.plan-item-txt {
  color: #5a5757;
  font-size: 1.6rem;
}
.plan-item-txt span {
  font-weight: 700;
  color: #000;
}

.plan-item-info {
  margin: 13px 0;
}
.plan-item-info li {
  color: #007dbc;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 32px;
  position: relative;
}
.plan-item-info li::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 7px;
  width: 19px;
  height: 17px;
  background: url(../img/icn_check_b.svg) no-repeat center center/contain;
}

.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: 2rem;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .cv-catch {
    font-size: 2.8rem;
    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: 27px;
  width: 2px;
  bottom: 6px;
}
@media screen and (min-width: 640px) {
  .cv-catch span::before, .cv-catch span::after {
    height: 38px;
    width: 3px;
    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;
  }
}

/*===========================================================================*/
/*  inquiry  */
/*===========================================================================*/
.inquiry {
  background: #32bed2 url(../img/inquiry_bg.png) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
@media screen and (min-width: 640px) {
  .inquiry {
    padding: 40px 0 50px;
  }
}
@media screen and (min-width: 1280px) {
  .inquiry {
    padding: 50px 0 72px;
  }
}
.inquiry .btn {
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .inquiry .btn {
    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;
  }
}

.inquiry-catch {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .inquiry-catch {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .inquiry-catch {
    font-size: 4.4rem;
  }
}
.inquiry-catch::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/inquiry_line.png) no-repeat center bottom/contain;
  bottom: 20px;
  width: 350px;
  height: 45px;
}
@media screen and (min-width: 640px) {
  .inquiry-catch::after {
    bottom: 10px;
    width: 560px;
    height: 57px;
  }
}
@media screen and (min-width: 1280px) {
  .inquiry-catch::after {
    bottom: 0;
    width: 653px;
  }
}

.inquiry-txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.82;
  color: #fff;
  margin: 0px 0 20px;
}
@media screen and (min-width: 640px) {
  .inquiry-txt {
    font-size: 2.2rem;
    margin: 20px 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .inquiry-txt {
    font-size: 2.8rem;
  }
}
.inquiry-txt span {
  color: #fff100;
}

.inquiry-ill {
  position: absolute;
  right: 10%;
  bottom: -80px;
  width: 120px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .inquiry-ill {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .inquiry-ill {
    bottom: -100px;
    width: 167px;
  }
}

/*===========================================================================*/
/*  review  */
/*===========================================================================*/
.review {
  background: #bfdff0;
  padding: 40px 0 130px;
  overflow: hidden;
}

.review .secTtlEn::before {
  background: #007dbc;
}

.p-review__listWrap.js-sliderWrap { /* デフォルト表示 slickあり */
  width: 97%;
  margin-left: auto;
}

.p-review__list {
  margin: 0 15px;
}

.p-review__list.js-slider { /* デフォルト表示 slickあり */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
  margin: 0;
}

.p-review__card {
  width: 100%;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 30px;
  position: relative;
  /* display: none; */
}
.p-review__card .--cat {
  position: absolute;
  top: -6px;
  left: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  background: #007dbc;
  padding: 6px 8px;
}
.p-review__card .--cat::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0px 0px 8px;
  border-color: transparent transparent transparent #00679e;
}
.p-review__card .--cat2 {
  left: 135px;
}

.p-review__list.js-slider .p-review__card {
  margin: 0;
}

/* ----- slick ----- */
.p-review__list.slick-initialized .p-review__card {
  display: block;
}

.slick-list {
  overflow: visible;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.slick-slide {
  max-width: 84vw;
  width: 100%;
  margin-right: 15px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
}
.slick-slide > div > li {
  min-height: 684px;
}

.slick-arrow {
  border: none;
  background: #5a5757;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  display: inline-block;
  width: 30px;
  height: 60px;
  border-radius: 100% 0 0 100%/50%;
  background: #5a5757;
}

.slick-arrow.prev {
  left: -3%;
  border-radius: 0 100% 100% 0/50%;
}

.slick-arrow.next {
  right: 0;
}

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

.slick-arrow.prev::after {
  right: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.slick-arrow.next::after {
  left: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (min-width: 640px) {
  .review {
    padding: 110px 0 160px;
  }
  .p-review__listWrap.js-sliderWrap {
    width: 92%;
    margin-top: 40px;
  }
  /* slick */
  .slick-slide {
    max-width: 480px;
    margin-right: 35px;
  }
  .slick-arrow {
    width: 50px;
    height: 100px;
  }
  .slick-arrow.prev {
    left: -9%;
  }
  .slick-arrow::after {
    width: 20px;
    height: 20px;
  }
  .slick-arrow.prev::after {
    right: 16px;
  }
  .slick-arrow.next::after {
    left: 16px;
  }
}
@media screen and (min-width: 901px) {
  .p-review__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* slickなし */
    gap: 25px;
    margin: 0 20px;
  }
  .p-review__card {
    margin: 0;
  }
  /* slick */
  .slick-slide {
    min-height: 667px;
  }
  .slick-arrow {
    width: 84px;
    height: 168px;
  }
  .slick-arrow::after {
    width: 30px;
    height: 30px;
  }
  .slick-arrow.prev::after {
    right: 28px;
  }
  .slick-arrow.next::after {
    left: 28px;
  }
}
.p-review__card figure {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

.p-review__card figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-review__card--inner {
  padding: 10px 30px 20px;
}

.p-review__card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  border-top: 1px dotted #007dbc;
  padding-top: 12px;
  margin-top: 10px;
}

.p-review__card dl {
  color: #007FC3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1.6;
  margin-top: 0;
}

.p-review__card dt {
  font-weight: 400;
  font-size: 12px;
  min-width: 48px;
}

.p-review__card dd {
  font-weight: 400;
  padding: 2px 7px;
  font-size: 13px;
  color: #5a5757;
}
.p-review__card dd.--l {
  font-size: 18px;
  color: #000;
}

.p-review__text {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.86;
  text-align: justify;
}

@media screen and (max-width: 900px) {
  .p-review__list {
    gap: 15px;
    margin-bottom: 15px;
  }
  .p-review__card {
    width: 100%;
  }
  .p-review__card .--cat {
    font-size: 12px;
    padding: 4px 6px;
  }
  .p-review__card h3 {
    font-size: 16px;
  }
  .p-review__card dd.--l {
    font-size: 16px;
  }
  .p-review__text {
    font-size: 14px;
  }
  .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;
  }
}
/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.faq {
  background: #f5fafd;
  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 160px;
  }
}

.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: #FFF;
  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%;
  font-family: "Montserrat", sans-serif;
}
@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-family: "Montserrat", sans-serif;
  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 */