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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

main {
  overflow: hidden;
}

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
====================================== */
.secTtl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.47;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .secTtl {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .secTtl {
    font-size: 3.8rem;
  }
}

.secTxt {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .secTxt {
    font-size: 1.6rem;
  }
}

/* ======================================
	btn
====================================== */
.btn {
  color: #fff;
  background: #60ab0f;
  border-radius: 4px;
  max-width: 380px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 18px;
}
@media screen and (min-width: 640px) {
  .btn {
    padding: 20px;
  }
}
.btn-inline {
  font-size: 2rem;
  font-weight: 700;
  padding-right: 30px;
  background: url(../img/icn_arrow.svg) no-repeat top 10px right/20px;
}
@media screen and (min-width: 640px) {
  .btn-inline {
    font-size: 2.2rem;
  }
}
.btn-inline span {
  font-size: 0.7em;
}

.btn2 {
  color: #007dbc;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
}

/********************************
	header
********************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header.is-scrolled .header-right {
  opacity: 1;
  visibility: visible;
}
.header-container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 6px 8px 8px;
}
@media screen and (min-width: 640px) {
  .header-container {
    padding: 6px 8px;
  }
}
.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;
}
.header-logo {
  max-width: 140px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header-logo {
    max-width: 184px;
    margin-left: 20px;
  }
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 639px) {
  .header-right {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    padding: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.header .btn {
  margin: 0 0 0 18px;
  border-radius: 6px;
  width: 200px;
  padding: 8px;
}
@media screen and (min-width: 1024px) {
  .header .btn {
    margin: 0 0 0 24px;
    width: 256px;
  }
}
.header .btn-inline {
  font-size: 1.5rem;
  padding-right: 25px;
  background: url(../img/icn_arrow.svg) no-repeat top 8px right/17px;
}
@media screen and (max-width: 639px) {
  .header .btn-inline {
    background: url(../img/icn_arrow.svg) no-repeat top 5px right/15px;
  }
}
@media screen and (min-width: 1024px) {
  .header .btn-inline {
    font-size: 1.8rem;
  }
}
.header .btn2 {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .header .btn2 {
    font-size: 1.4rem;
  }
}

/*===========================================================================*/
/*  kv  */
/*===========================================================================*/
.kv {
  background: #a6d2ea url(../img/kv_bg.jpg) no-repeat center center/cover;
  padding: 20px 0 120px;
  margin-top: 42px;
}
@media screen and (min-width: 640px) {
  .kv {
    padding: 40px 0 120px;
    margin-top: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .kv {
    margin-top: 60px;
  }
}
.kv-lead {
  text-align: center;
}
.kv-subTtl {
  background: #e0f0f8;
  display: inline-block;
  max-width: 420px;
  width: 100%;
  border-radius: 16px;
  position: relative;
  padding: 10px 15px 14px;
}
@media screen and (min-width: 640px) {
  .kv-subTtl {
    padding: 12px 15px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .kv-subTtl {
    max-width: 516px;
    padding: 18px 15px 21px;
  }
}
.kv-subTtl::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 12px solid #e0f0f8;
}
@media screen and (min-width: 640px) {
  .kv-subTtl::after {
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-top: 16px solid #e0f0f8;
  }
}
.kv-subTtl-inner {
  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;
}
.kv-subTtl-img {
  width: 100%;
}
.kv-subTtl-img.--img1 {
  max-width: 122px;
  position: relative;
  margin: 0 44px 0 9px;
}
@media screen and (min-width: 640px) {
  .kv-subTtl-img.--img1 {
    max-width: 134px;
    margin: 0 58px 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .kv-subTtl-img.--img1 {
    max-width: 168px;
  }
}
.kv-subTtl-img.--img1::before, .kv-subTtl-img.--img1::after {
  position: absolute;
  content: "";
  width: 42px;
  height: 1px;
  background: #007fc3;
  right: -47px;
  top: 16px;
}
@media screen and (min-width: 640px) {
  .kv-subTtl-img.--img1::before, .kv-subTtl-img.--img1::after {
    width: 52px;
    right: -55px;
  }
}
.kv-subTtl-img.--img1::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.kv-subTtl-img.--img1::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.kv-subTtl-img.--img2 {
  max-width: 149px;
}
@media screen and (min-width: 1024px) {
  .kv-subTtl-img.--img2 {
    max-width: 187px;
  }
}
.kv-ttl {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 700;
  color: #007fc3;
  line-height: 1.3;
  margin: 15px 0;
}
@media screen and (min-width: 640px) {
  .kv-ttl {
    font-size: 4.6rem;
    margin: 22px 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .kv-ttl {
    font-size: 5.4rem;
  }
}
.kv-ttl span {
  font-size: 0.7em;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .kv-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.kv-item {
  background: #fff;
  max-width: 380px;
  width: 100%;
  margin: 15px auto;
  padding: 5px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .kv-item {
    width: 32%;
    margin: 0;
  }
}
.kv-item-num {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  background: #007fc3;
  width: 100px;
  height: 100px;
  border-radius: 2px;
  padding: 10px 8px;
  line-height: 1.3;
}
.kv-item-num:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 72px solid transparent;
  border-bottom: 72px solid transparent;
  border-left: 72px solid #fff;
  border-right: 0;
  right: -11px;
  bottom: -47px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.kv-item-num span {
  font-size: 2.8rem;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .kv-item-num span {
    font-size: 3rem;
  }
}
.kv-item-img {
  max-width: 100px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 4px auto 8px;
}
@media screen and (min-width: 640px) {
  .kv-item-img {
    max-width: 127px;
    margin: 8px auto 15px;
  }
}
.kv-item-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .kv-item-ttl {
    margin-bottom: 18px;
  }
}
.kv-item-ttl span {
  color: #007dbc;
  font-size: 1.4em;
  border-bottom: 1px solid #007dbc;
  display: inline-block;
  padding-bottom: 1px;
}
.kv-cont {
  margin: 38px auto 0;
}
@media screen and (min-width: 1024px) {
  .kv-cont {
    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;
  }
}
.kv-txt {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (min-width: 640px) {
  .kv-txt {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .kv-txt {
    margin-bottom: 0;
  }
}
.kv-txt span {
  font-weight: 700;
}
.kv-txt2 {
  font-size: 1.5rem;
  border-top: 1px solid #007dbc;
  padding: 12px 0 0;
}
@media screen and (min-width: 640px) {
  .kv-txt2 {
    padding: 12px 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .kv-txt2 {
    border-left: 1px solid #007dbc;
    border-top: none;
    padding: 0 30px;
  }
}

/*===========================================================================*/
/*  merit  */
/*===========================================================================*/
.merit {
  position: relative;
  padding: 5em 0 3em;
  border-radius: 50px 50px 0 0;
}
@media screen and (min-width: 640px) {
  .merit {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .merit {
    padding: 3em 0;
  }
}
.merit-wrap {
  max-width: 250px;
  width: 100%;
  position: relative;
  margin: 20px auto 0;
}
@media screen and (min-width: 640px) {
  .merit-wrap {
    max-width: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .merit-wrap {
    max-width: 600px;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1280px) {
  .merit-wrap {
    max-width: 850px;
  }
}
.merit-talk {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background: url(../img/merit01_2.png) no-repeat center center/contain;
  position: absolute;
  top: 20px;
  height: 90px;
  padding: 35px 0 10px;
  right: -50px;
  width: 250px;
}
@media screen and (min-width: 640px) {
  .merit-talk {
    font-size: 1.4rem;
    top: 60px;
    right: -140px;
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .merit-talk {
    right: -200px;
    top: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .merit-talk {
    font-size: 2rem;
    top: 140px;
    width: 435px;
    height: 130px;
    padding: 50px 0 10px;
  }
}
.merit-num {
  position: absolute;
  top: 0;
  left: 25px;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .merit-num {
    left: 50px;
  }
}
.merit-num .--en {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #007dbc;
  position: absolute;
  top: 22px;
  left: 34px;
}
@media screen and (min-width: 640px) {
  .merit-num .--en {
    font-size: 2rem;
    top: 30px;
    left: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .merit-num .--en {
    font-size: 3rem;
    top: 50px;
    left: 74px;
  }
}
.merit-num .--num {
  font-size: 8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 0.7;
}
@media screen and (min-width: 640px) {
  .merit-num .--num {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .merit-num .--num {
    font-size: 20rem;
  }
}
.merit-cont {
  max-width: 580px;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (min-width: 640px) {
  .merit-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 37px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .merit-cont {
    max-width: 890px;
  }
}
.merit-cont-img {
  margin: 0 auto 20px;
  max-width: 380px;
  width: 80%;
}
@media screen and (min-width: 640px) {
  .merit-cont-img {
    max-width: 280px;
    width: 100%;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .merit-cont-img {
    max-width: 380px;
    margin: 0;
  }
}
.merit-cont-body .merit-cont-wrap:nth-child(1) {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .merit-cont-body .merit-cont-wrap:nth-child(1) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .merit-cont-body .merit-cont-wrap:nth-child(1) {
    margin-top: 120px;
  }
}
.merit-cont-body .merit-cont-wrap:nth-child(2) {
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .merit-cont-body .merit-cont-wrap:nth-child(2) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .merit-cont-body .merit-cont-wrap:nth-child(2) {
    margin-top: 250px;
  }
}
.merit-cont-body .merit-cont-wrap:nth-child(2) .merit-cont-ttl {
  color: #007dbc;
}
.merit-cont-body .merit-cont-wrap:nth-child(2) .merit-cont-ttl::before, .merit-cont-body .merit-cont-wrap:nth-child(2) .merit-cont-ttl::after {
  border-bottom: 2px dotted #007dbc;
}
.merit-cont-body .merit-cont-wrap:nth-child(3) {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .merit-cont-body .merit-cont-wrap:nth-child(3) {
    margin-top: 45px;
  }
}
.merit-cont-body .merit-cont-wrap:nth-child(3) .merit-cont-ttl {
  color: #00bfb3;
}
.merit-cont-body .merit-cont-wrap:nth-child(3) .merit-cont-ttl::before, .merit-cont-body .merit-cont-wrap:nth-child(3) .merit-cont-ttl::after {
  border-bottom: 2px dotted #00bfb3;
}
.merit-cont-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #5a5757;
  padding-bottom: 10px;
  margin-bottom: 6px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .merit-cont-ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .merit-cont-ttl {
    font-size: 1.8rem;
  }
}
.merit-cont-ttl::before, .merit-cont-ttl::after {
  position: absolute;
  content: "";
  height: 2px;
  border-bottom: 2px dotted #5a5757;
}
.merit-cont-ttl::before {
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .merit-cont-ttl::before {
    left: -20px;
    width: 110%;
  }
}
@media screen and (min-width: 1024px) {
  .merit-cont-ttl::before {
    left: -100px;
    width: 140%;
  }
}
@media screen and (max-width: 639px) {
  .merit-cont-ttl::after {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .merit-cont-ttl::after {
    bottom: 14px;
    left: -56px;
    width: 40px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (min-width: 1024px) {
  .merit-cont-ttl::after {
    bottom: 20px;
    left: -150px;
    width: 56px;
  }
}
.merit-cont-ttl span {
  font-size: 1.2em;
}
@media screen and (min-width: 640px) {
  .merit-cont-ttl span {
    font-size: 1.4em;
  }
}
.merit-cont-txt {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .merit-cont-txt {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .merit-cont-txt {
    font-size: 1.6rem;
  }
}
.merit .step-sh {
  color: #007fc3;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #007fc3;
  position: relative;
  padding: 10px 0 10px 10px;
  margin: 30px 0 20px 75px;
}
@media screen and (min-width: 640px) {
  .merit .step-sh {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .merit .step-sh {
    padding: 10px 0 10px 30px;
    margin: 50px 0 30px 87px;
  }
}
@media screen and (min-width: 1280px) {
  .merit .step-sh {
    font-size: 2.9rem;
  }
}
.merit .step-sh::before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: -74px;
  width: 61px;
  height: 67px;
  background: url(../img/step_icn1.svg) no-repeat center center/100%;
}
@media screen and (min-width: 1024px) {
  .merit .step-sh::before {
    bottom: 0;
    left: -85px;
    width: 77px;
  }
}
.merit .step-sh2 {
  color: #00bfb3;
  border-bottom: 1px solid #00bfb3;
}
.merit .step-sh2::before {
  left: -75px;
  width: 66px;
  height: 67px;
  background: url(../img/step_icn2.svg) no-repeat center center/100%;
}
@media screen and (min-width: 1024px) {
  .merit .step-sh2::before {
    left: -87px;
    width: 83px;
  }
}
@media screen and (min-width: 640px) {
  .merit .step-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.merit .step-img li {
  max-width: 380px;
  width: 100%;
  margin: 15px auto;
}
@media screen and (min-width: 640px) {
  .merit .step-img li {
    width: 32%;
    margin: 0;
  }
}
.merit .step-ol {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .merit .step-ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .merit .step-ol::after {
    position: absolute;
    content: "";
    width: calc(100% + 4px);
    height: 108px;
    left: -2px;
    top: 21.875vw;
    background: url(../img/step_bg1.png) no-repeat center center/100%;
    z-index: -1;
  }
}
@media screen and (min-width: 1280px) {
  .merit .step-ol::after {
    top: 280px;
  }
}
.merit .step-ol-item {
  max-width: 380px;
  width: 100%;
  margin: 20px auto;
}
@media screen and (max-width: 1023px) {
  .merit .step-ol-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .merit .step-ol-item:nth-child(1) .step-ol-item-num {
    background: #e5f2f9;
  }
  .merit .step-ol-item:nth-child(2) .step-ol-item-num {
    background: #cce5f3;
  }
  .merit .step-ol-item:nth-child(3) .step-ol-item-num {
    background: #b2d9ed;
  }
}
@media screen and (min-width: 1024px) {
  .merit .step-ol-item {
    width: 32%;
    margin: 0;
  }
}
.merit .step-ol-item-num {
  text-align: center;
  margin: 15px auto;
  padding: 10px 10px 15px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .merit .step-ol-item-num {
    margin: 40px 0 70px;
    padding: 0;
  }
}
.merit .step-ol-item-num .--num {
  color: #007dbc;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .merit .step-ol-item-num .--num {
    font-size: 2.4rem;
  }
}
.merit .step-ol-item-num .--ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 1280px) {
  .merit .step-ol-item-num .--ttl {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .merit .step-ol2::after {
    background-image: url(../img/step_bg2.png);
  }
}
@media screen and (max-width: 1023px) {
  .merit .step-ol2 .step-ol-item:nth-child(1) .step-ol-item-num {
    background: #ebfaf9;
  }
  .merit .step-ol2 .step-ol-item:nth-child(2) .step-ol-item-num {
    background: #d6f5f3;
  }
  .merit .step-ol2 .step-ol-item:nth-child(3) .step-ol-item-num {
    background: #c2f0ed;
  }
}
.merit .step-ol2 .step-ol-item-num .--num {
  color: #00bfb3;
}

.merit1 {
  background: #e5f2f8;
  margin-top: -80px;
}

.merit2 {
  background: #fff;
  margin-top: -80px;
}
@media screen and (min-width: 1024px) {
  .merit2 .merit-num {
    left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .merit2 .merit-num .--en {
    left: 90px;
  }
}
.merit2 .merit-num .--num {
  color: #e5f2f8;
}

.merit3 {
  background: #e5f2f8;
}
@media screen and (min-width: 1024px) {
  .merit3 .merit-num {
    left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .merit3 .merit-num .--en {
    left: 90px;
  }
}

/*===========================================================================*/
/*  about  */
/*===========================================================================*/
.about {
  background: #cce5f3;
  padding: 1em 0 7em;
}
@media screen and (min-width: 1024px) {
  .about {
    padding: 3em 0 7em;
  }
}
.about-item {
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 640px) {
  .about-item {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about-item:nth-child(n+2) {
  border-top: 1px dotted #5a5757;
}
@media screen and (min-width: 1024px) {
  .about-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .about-item:nth-child(even) .about-item-body {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .about-item-body {
    max-width: 620px;
    width: 53%;
  }
}
.about-item-subTtl {
  color: #007fc3;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 15px;
  margin-bottom: 4px;
  padding: 2px 13px;
}
@media screen and (min-width: 640px) {
  .about-item-subTtl {
    font-size: 1.3rem;
    padding: 4px 23px;
    margin-bottom: 8px;
  }
}
.about-item-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .about-item-ttl {
    font-size: 3.2rem;
    margin-bottom: 25px;
  }
}
.about-item-txt {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .about-item-txt {
    font-size: 1.6rem;
  }
}
.about-item-note {
  font-size: 1.2rem;
  color: #444;
}
.about-item-img {
  max-width: 380px;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  .about-item-img {
    max-width: 500px;
    width: 44%;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .about-item-img.--img1 {
    max-width: 598px;
    width: 100%;
    position: absolute;
    right: -130px;
    top: 10px;
  }
}

/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
.contact {
  padding: 32px 0;
  background: url(../img/contact_bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 640px) {
  .contact {
    padding: 56px 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact {
    padding: 94px 0;
  }
}
.contact-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 25px 20px;
}
@media screen and (min-width: 640px) {
  .contact-wrap {
    padding: 38px 20px;
  }
}
.contact-logo {
  margin: 0 auto 25px;
  max-width: 260px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .contact-logo {
    max-width: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-logo {
    max-width: 440px;
  }
}
.contact-txt {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) {
  .contact-txt {
    font-size: 1.8rem;
  }
}
.contact-cta {
  text-align: center;
  margin: 20px auto 0;
}
@media screen and (min-width: 640px) {
  .contact-cta {
    margin: 35px auto 0;
  }
}
.contact-cta .btn {
  margin: 0 auto 12px;
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.footer {
  position: relative;
  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 */