@charset "UTF-8";
@import "bootstrap.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CSS Document */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
}

a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

strong {
  font-weight: bold;
}

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

svg {
  display: none;
}

svg.arw {
  bottom: -24px;
  display: block;
  height: 24px;
  left: calc(50% - 30px);
  position: absolute;
  width: 60px;
  z-index: 1;
}

@media (max-width: 1199px) {
  body {
    margin-top: 64px;
  }

  .navbar,
.container-fluid {
    background: #fff;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
/******************************************************
*
* HEADER
*
******************************************************/
.navbar-default {
  background: transparent;
  border: none;
}
.navbar-default a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 1.5rem;
  font-weight: bold;
}
.navbar-default .navbar-right {
  margin-right: -5px;
}
.navbar-default .navbar-nav li a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-nav li a::after {
  background: #5B8251;
  bottom: 0;
  content: none;
  display: block;
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
  color: #666;
}
.navbar-default .navbar-nav li a:hover::after {
  opacity: 1;
}
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:hover,
.navbar-default .navbar-nav li.active a:focus {
  color: #BD3C40;
  background-color: transparent;
}
.navbar-default .navbar-nav li.active a::after {
  opacity: 1;
}
.navbar-default .navbar-nav li.request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-default .navbar-nav li.request a,
.navbar-default .navbar-nav li.request a:active,
.navbar-default .navbar-nav li.request a:focus {
  background: #BD3C40;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  padding: 0 30px;
  position: relative;
  width: auto;
}
.navbar-default .navbar-nav li.request a:hover {
  background: #F7B52C;
  color: #fff;
}
.navbar-default .navbar-nav li.request a:hover::after, .navbar-default .navbar-nav li.request.active a::after {
  display: none;
}
.navbar-default .navbar-nav li.request a:last-child {
  background-color: #51713F;
}
.navbar-default .navbar-nav li.request a:last-child:hover {
  background: #F7B52C;
}

@media (min-width: 1200px) {
  .navbar-default {
    height: 96px;
  }

  .nav > li {
    height: 96px;
  }

  .nav > li > a {
    line-height: 96px;
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 100vh;
  }

  .navbar-right {
    float: none !important;
  }

  .navbar-nav {
    margin: 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  .container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
    margin-bottom: 13px;
    margin-top: 13px;
    padding: 12px 10px;
  }

  .navbar-brand {
    height: auto;
    padding: 10px 15px;
  }

  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }

  .navbar-brand > img {
    height: auto;
    width: 100px;
  }

  .navbar-default .navbar-nav > li > a:hover::after,
.navbar-default .navbar-nav > .active > a::after {
    display: none;
  }

  .navbar-default .navbar-nav > li.request > a {
    margin: 17.5px 15px 10px;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/******************************************************
*
* KV
*
******************************************************/
#kv {
  background: url(../img/bg_btm.svg) center bottom no-repeat, url(../img/mv.svg) center bottom no-repeat;
  background-color: #92DAEC;
  /*最終構文*/
  color: #fff;
}

#kv .container {
  height: 644px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#kv .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
#kv .container ul li {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#kv .container ul li::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 20px;
  height: 16px;
  background: url(../img/check.svg) center center no-repeat;
}
#kv .container h1 {
  font-size: 4.8rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
#kv .container h1 strong {
  background: #FF94AA;
  color: #FDFFB8;
  border-radius: 10px;
  display: inline-block;
  margin: 20px 10px 20px 0;
  padding: 2px 5px;
}
#kv .container p {
  font-size: 2rem;
  line-height: 2;
}
#kv .container p strong {
  border-bottom: 4px solid #F7B52C;
}

@media (max-width: 1199px) {
  #kv {
    background: url(../img/bg_btm.svg) center bottom no-repeat, url(../img/mv.svg) calc(50% - 200px) bottom/1300px no-repeat;
    background-color: #92DAEC;
  }
  #kv .container {
    width: 100%;
    height: auto;
    padding: 30px 10px 420px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #kv {
    background-size: auto, 960px;
    background-position: center bottom, calc(50% - 170px) bottom;
  }

  #kv .container {
    padding-bottom: 300px;
  }
  #kv .container h1 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  #kv .container h1 br {
    display: none;
  }
  #kv .container h1 strong {
    margin: 10px 5px 10px 0;
    border-radius: 5px;
  }
  #kv .container p {
    font-size: 1.6rem;
  }
  #kv .container p br {
    display: none;
  }
  #kv .container ul {
    padding-bottom: 10px;
  }
  #kv .container ul li {
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 4px 6px;
    margin-right: 0;
  }
  #kv .container ul li::before {
    width: 15px;
    height: 12px;
    margin-right: 0px;
    background-size: cover;
  }
  #kv .container ul li:not(:last-child) {
    margin-right: 5px;
  }
}
/******************************************************
*
* CONTENT COMMON
*
******************************************************/
section {
  position: relative;
}

section:not(#kv) {
  padding: 80px 0 100px;
}

section:not(#kv) * {
  text-align: center;
}

section h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 60px;
}

section h2 span {
  border-bottom: 2px dashed #000;
}

section h3 {
  font-weight: bold;
}

.middle {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  /* Safari6.1以降 */
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  /* Safari6.1以降 */
  align-items: center;
}

.center {
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -ms-flexbox;
  /*IE10*/
  /* Safari6.1以降 */
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  /* Safari6.1以降 */
  justify-content: center;
}

@media (max-width: 991px) {
  section h2 {
    font-size: 2.8rem;
  }
}
/******************************************************
*
* flow
*
******************************************************/
#content .row div .img {
  position: relative;
}
#content .row div .img::before {
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 20px;
  background-color: #FBF1F3;
  position: absolute;
  z-index: 0;
  -webkit-transform: translate(-120px, -50px) rotate(15deg);
      -ms-transform: translate(-120px, -50px) rotate(15deg);
          transform: translate(-120px, -50px) rotate(15deg);
}
#content .row div .img img {
  position: relative;
}
#content .row div:nth-of-type(2) .img::before {
  background-color: #FDFEE2;
  -webkit-transform: translate(20px, 80px) rotate(35deg);
      -ms-transform: translate(20px, 80px) rotate(35deg);
          transform: translate(20px, 80px) rotate(35deg);
}
#content .row div:nth-of-type(3) .img::before {
  background-color: #EEF8FA;
  -webkit-transform: translate(120px, -10px) rotate(-15deg);
      -ms-transform: translate(120px, -10px) rotate(-15deg);
          transform: translate(120px, -10px) rotate(-15deg);
}
#content svg.arw {
  fill: #fff;
}
#content .img {
  margin-bottom: 30px;
}
#content h3 {
  position: relative;
  z-index: 1;
  color: #61C5DE;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
#content .txt {
  font-size: 2rem;
  margin-bottom: 30px;
  position: relative;
}
#content .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
#content .summary p {
  line-height: 1.5;
  color: #fff;
  font-size: 2.8rem;
  background-color: #FF94AA;
  border-radius: 100px;
  padding: 30px 50px;
  position: relative;
  margin-right: 20px;
}
#content .summary p::after {
  content: "";
  display: block;
  position: absolute;
  border-left: 20px solid #FF94AA;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content .container {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  #content .row div:nth-of-type(2) .img::before {
    -webkit-transform: translate(20px, -30px) rotate(35deg);
        -ms-transform: translate(20px, -30px) rotate(35deg);
            transform: translate(20px, -30px) rotate(35deg);
  }
  #content h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #content .img {
    margin-bottom: 10px;
  }
  #content .txt {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  #content p img {
    max-width: 60%;
  }

  #content .row > div {
    margin-bottom: 30px;
  }
  #content .row > div br {
    display: none;
  }

  #content .summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content .summary figure {
    width: 100px;
    margin-top: 15px;
  }
  #content .summary p {
    font-size: 1.8rem;
    padding: 15px 25px;
    margin-right: 0;
  }
  #content .summary p::after {
    border-top: 20px solid #FF94AA;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: none;
    left: 50%;
    top: auto;
    width: 0;
    bottom: -10px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
/******************************************************
*
* flow
*
******************************************************/
#application {
  background-color: #FDF3D3;
}
#application svg.arw {
  fill: #FDF3D3;
}
#application ul {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
#application ul li {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
  position: relative;
}
#application ul li:not(:last-child)::after {
  content: "";
  display: block;
  border-top: 20px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#application ul li h3 {
  font-size: 2.4rem;
  color: #FF94AA;
}
#application ul li i {
  font-style: normal;
  background-color: #61C5DE;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: 2.4rem;
  left: 20px;
  top: -10px;
  border-radius: 30px;
}

@media (max-width: 991px) {
  #application ul li {
    padding: 20px;
  }
  #application ul li h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #application ul li i {
    font-size: 2rem;
    width: 32px;
    height: 32px;
    left: -10px;
  }
}
/******************************************************
*
* merit
*
******************************************************/
.section-lead {
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}

#flow {
  background: #FDF3D3;
}
#flow svg.arw {
  fill: #FDF3D3;
}
#flow .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#flow .row > div {
  margin: 0 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 15px 30px;
  position: relative;
}
#flow .row > div:not(:last-child)::after {
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: block;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: -24px;
  top: 50%;
}
#flow .img {
  margin: 0 auto 20px;
}
#flow h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  color: #61C5DE;
}
#flow .txt {
  line-height: 1.5;
}

@media (max-width: 991px) {
  .section-lead {
    font-size: 1.6rem;
  }

  #flow .row > div {
    margin-bottom: 40px;
  }

  #flow .row > div:last-child {
    margin-bottom: 0;
  }

  #flow .row {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #flow .row div {
    padding: 15px 10px 20px;
    margin: 0 0 40px;
  }
  #flow .row > div:not(:last-child)::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: auto;
    left: 50%;
    top: auto;
    bottom: -32px;
  }
  #flow .row .img {
    margin-bottom: 10px;
  }
  #flow .row .img img {
    width: 150px;
  }
  #flow .row h3 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
/******************************************************
*
* voice
*
******************************************************/
#atm {
  position: relative;
  overflow: hidden;
}
#atm .bg span {
  display: block;
  position: absolute;
  z-index: 0;
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background-color: #FBF1F3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(450px, -360px) rotate(15deg);
      -ms-transform: translate(450px, -360px) rotate(15deg);
          transform: translate(450px, -360px) rotate(15deg);
}
#atm .bg span:nth-of-type(2) {
  width: 240px;
  height: 240px;
  border-radius: 40px;
  background-color: #FDFEE2;
  -webkit-transform: translate(200px, 100px) rotate(-25deg);
      -ms-transform: translate(200px, 100px) rotate(-25deg);
          transform: translate(200px, 100px) rotate(-25deg);
}
#atm .bg span:nth-of-type(3) {
  width: 360px;
  height: 360px;
  border-radius: 60px;
  background-color: #EEF8FA;
  -webkit-transform: translate(-720px, -240px) rotate(35deg);
      -ms-transform: translate(-720px, -240px) rotate(35deg);
          transform: translate(-720px, -240px) rotate(35deg);
}
#atm .container {
  position: relative;
}
#atm svg.arw {
  fill: #fff;
}
#atm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -20px;
}
#atm ul li {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#atm ul li span {
  width: 200px;
  margin: 0 20px;
  position: relative;
}
#atm ul li span strong {
  position: relative;
}
#atm ul li span.selected::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 20px solid #FF94AA;
  opacity: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#atm .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
#atm .summary p {
  line-height: 1.5;
  color: #fff;
  font-size: 2.8rem;
  background-color: #FF94AA;
  border-radius: 100px;
  padding: 30px 50px;
  position: relative;
  margin-left: 20px;
}
#atm .summary p::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 20px solid #FF94AA;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991px) {
  #atm .bg span {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    -webkit-transform: translate(150px, -280px) rotate(15deg);
        -ms-transform: translate(150px, -280px) rotate(15deg);
            transform: translate(150px, -280px) rotate(15deg);
  }
  #atm .bg span:nth-of-type(2) {
    width: 160px;
    height: 160px;
    border-radius: 20px;
    -webkit-transform: translate(80px, 100px) rotate(-25deg);
        -ms-transform: translate(80px, 100px) rotate(-25deg);
            transform: translate(80px, 100px) rotate(-25deg);
  }
  #atm .bg span:nth-of-type(3) {
    width: 240px;
    height: 240px;
    border-radius: 30px;
    -webkit-transform: translate(-360px, -200px) rotate(35deg);
        -ms-transform: translate(-360px, -200px) rotate(35deg);
            transform: translate(-360px, -200px) rotate(35deg);
  }
  #atm ul {
    margin-bottom: -40px;
  }
  #atm .summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #atm .summary figure {
    width: 100px;
    margin-bottom: 15px;
  }
  #atm .summary p {
    font-size: 1.8rem;
    padding: 15px 25px;
  }
  #atm .summary p::after {
    border-bottom: 20px solid #FF94AA;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: none;
    left: 50%;
    top: -10px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #atm ul li figure {
    max-width: 40%;
    padding: 0 10px;
  }
  #atm ul li figure img {
    max-width: 100%;
  }
  #atm ul li span {
    width: 30%;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #atm ul li span.selected::before {
    width: 60px;
    height: 60px;
  }
}
/******************************************************
*
* about
*
******************************************************/
#about {
  background: #EEF8FA url(../img/bg_about.png) center center no-repeat;
}
#about svg.arw {
  fill: #EEF8FA;
}
#about p {
  font-size: 2rem;
  margin-bottom: 40px;
}
#about a {
  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;
  color: #FF94AA;
  border: 2px solid #FF94AA;
  background-color: #fff;
  font-size: 2.4rem;
  border-radius: 10px;
  width: 360px;
  margin: 0 auto;
  height: 80px;
  max-width: 100%;
}
#about a:hover {
  background-color: #FF94AA;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  #about {
    background-size: 100%;
  }
  #about p {
    font-size: 1.5rem;
  }
  #about a {
    font-size: 1.8rem;
    height: 60px;
  }
}
/******************************************************
*
* require
*
******************************************************/
#require svg.arw {
  fill: #fff;
}
#require table {
  line-height: 1.5;
}
#require table th {
  background-color: #FF94AA;
  color: #fff;
  padding: 10px;
  background-color: #FF94AA;
  text-align: left;
  padding: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 25%;
}
#require table td {
  background-color: #F9F9F9;
  padding: 10px;
  text-align: left;
  padding: 18px 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/******************************************************
*
* faq
*
******************************************************/
#faq {
  background-color: #FDF8F9;
}
#faq svg.arw {
  fill: #FDF8F9;
}
#faq .panel {
  text-align: left;
}
#faq .panel * {
  text-align: left;
}

.panel-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel-heading::before {
  margin-right: 20px;
  content: "Q";
  color: #61C5DE;
  font-size: 3.2rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.panel-heading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.panel-heading a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #61C5DE;
  border-right: 2px solid #61C5DE;
  -webkit-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

.panel-default {
  padding: 0 20px;
  border: none;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border: none;
  padding: 20px 0;
}
.panel-default .panel-collapse {
  border-top: 2px dashed #000;
  position: relative;
}
.panel-default .panel-body {
  border: none !important;
}
.panel-default .panel-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 0;
}
.panel-default .panel-body::before {
  margin-right: 20px;
  content: "A";
  color: #FF94AA;
  font-size: 3.2rem;
  line-height: 1;
}
.panel-default h4 {
  width: 100%;
  font-size: 2.4rem;
}

@media (max-width: 991px) {
  #faq .panel-heading::before {
    font-size: 2.4rem;
    margin-right: 10px;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
  #faq .panel-heading a::after {
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  #faq .panel-default h4 {
    font-size: 1.8rem;
  }
  #faq .panel-default .panel-body::before {
    margin-right: 10px;
    font-size: 2.4rem;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
/******************************************************
*
* flow2
*
******************************************************/
#flow2 .row > div {
  margin-bottom: 40px;
}

#flow2 figure {
  float: left;
  position: relative;
  width: 40%;
}

#flow2 figure figcaption {
  background: #A5CB51;
  border-radius: 50%;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  height: 44px;
  left: 0;
  line-height: 48px;
  position: absolute;
  top: 0;
  width: 44px;
}

#flow2 .txt {
  float: left;
  width: 60%;
}

#flow2 .txt * {
  text-align: left;
}

#flow2 .txt h3 {
  color: #6AC5D8;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

#flow2 .txt h4 {
  color: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#flow2 .txt p {
  font-size: 1.4rem;
}

@media (max-width: 991px) {
  #flow2 figure {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }

  #flow2 .txt {
    float: none;
    width: 100%;
  }

  #flow2 .txt h3 {
    font-size: 2rem;
  }

  #flow2 .txt * {
    text-align: center;
  }
}
/******************************************************
*
* footer
*
******************************************************/
footer {
  background: #EEF8FA;
  font-size: 1.4rem;
  padding-bottom: 40px;
}

footer .foot-nav ul a {
  color: #fff;
  display: block;
  height: 100%;
  padding-left: 40px;
  padding-right: 20px;
  position: relative;
}

footer .foot-nav ul a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

footer .foot-nav ul a::before {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 20px;
  position: absolute;
  top: calc(50% - 1px);
  width: 10px;
}

footer .foot-nav {
  background: #61C5DE;
  color: #fff;
  height: 60px;
  margin-bottom: 40px;
}

footer .foot-nav .container {
  position: relative;
}
footer .foot-nav .container p {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer .foot-nav ul {
  float: left;
}

footer .foot-nav ul li {
  display: inline-block;
  font-weight: bold;
  line-height: 60px;
}

footer .foot-nav p {
  float: right;
  font-size: 0;
  height: 60px;
  position: relative;
  width: 60px;
}

footer .foot-nav p::before,
footer .foot-nav p::after {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}

footer .foot-nav p::before {
  left: 0;
}

footer .foot-nav p::after {
  right: 0;
}

footer .foot-nav p a {
  display: block;
  height: 100%;
  width: 100%;
}

footer .foot-nav p a:hover {
  background: rgba(255, 255, 255, 0.2);
}

footer .foot-nav p a::before,
footer .foot-nav p a::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 14px;
}

footer .foot-nav p a::before {
  -webkit-transform: translate(-11px, 0) rotate(-45deg);
  -ms-transform: translate(-11px, 0) rotate(-45deg);
  transform: translate(-11px, 0) rotate(-45deg);
}

footer .foot-nav p a::after {
  -webkit-transform: translate(-2px, 0) rotate(45deg);
  -ms-transform: translate(-2px, 0) rotate(45deg);
  transform: translate(-2px, 0) rotate(45deg);
}

footer figure {
  margin-bottom: 20px;
}

footer figcaption {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}

footer address {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

footer address a {
  color: #5B8251;
}

footer .copyright {
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  footer .foot-nav {
    height: auto;
  }

  footer .foot-nav .container {
    padding: 0;
  }

  footer .foot-nav ul {
    float: none;
    padding: 20px 0;
  }

  footer .foot-nav ul li {
    display: block;
    line-height: 40px;
  }

  footer .foot-nav p {
    float: none;
    width: 100%;
  }

  footer .foot-nav p::before {
    height: 1px;
    width: 100%;
  }

  footer .foot-nav p::after {
    display: none;
  }

  footer .foot-nav .container {
    padding-top: 20px;
  }

  footer figure img {
    width: 160px;
  }
}
/******************************************************
*
* form
*
******************************************************/
form {
  margin: 0 auto;
  max-width: 960px;
}

form .form-group {
  text-align: left !important;
}

form label {
  text-align: right !important;
  line-height: 1.4;
}

form input {
  text-align: left !important;
}

.form-control {
  background-color: #F4F4F4;
  border: none;
  padding: 12px;
  height: auto;
}

textarea.form-control {
  height: 120px;
}

#contact p span {
  color: #CA5152;
}

form label span {
  color: #CA5152;
  display: inline-block;
  margin-left: 10px;
}

form .btn {
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #FF94AA !important;
  color: #FF94AA;
  border-radius: 10px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 80px;
  margin-top: 20px;
  padding: 0 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 300px;
}

form .btn:hover {
  background-color: #FF94AA;
  color: #fff;
}

.form-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-checks div {
  margin: 0 20px 10px 0;
}

@media (max-width: 991px) {
  form label {
    text-align: left !important;
    margin-bottom: 5px;
  }
  form .btn {
    font-size: 1.8rem;
    width: 100%;
    height: 60px;
  }
  form .form-group {
    margin-bottom: 5px;
  }
}
/**/
/*# sourceMappingURL=style.css.map */