@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;400;500;600&family=Noto+Serif+JP:wght@100;200;300;400;500;600;700&display=swap);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css);
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  color: currentColor;
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  color: unset;
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

ol, ul {
  list-style: none;
  list-style-position: inside;
}

address {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@keyframes arr_r {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(100%, 0);
    opacity: 0;
  }
  50.1% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes underline {
  0% {
    transform: scale(1, 1);
    transform-origin: right center;
  }
  33.3% {
    transform: scale(0, 1);
    transform-origin: right center;
  }
  66.6% {
    transform: scale(0, 1);
    transform-origin: left center;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: left center;
  }
}
html {
  font-feature-settings: "palt";
  font-size: 62.5%;
  background-color: #ffffff;
  color: #000000;
}
html[lang=ja] {
  font-family: "Noto sans JP";
}

body {
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-rendering: optimizeSpeed;
  min-width: initial;
}
a {
  text-decoration: none;
}

.clear {
  clear: both;
}

main {
  clear: both;
  margin: 0 auto;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.aC {
  text-align: center;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

#page-top {
  position: fixed;
  bottom: 5%;
  right: 2%;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 1240px) {
  .sp_br {
    display: block;
  }
}
.pc_br {
  display: block;
}

@media screen and (max-width: 1240px) {
  .pc_br {
    display: none;
  }
}
.error404 main {
  text-align: center;
  padding: 200px 0;
}
.error404 main p {
  margin-bottom: 30px;
}

header {
  height: 80px;
  margin: 0 0 60px;
}
header .title-area {
  float: left;
  width: 400px;
  text-align: center;
}
header .title-area h1 {
  margin: 20px 10% 0;
  float: left;
}
header .title-area h2 {
  font-size: 30px;
  margin: 20px auto 0;
  font-weight: 500;
  text-align: left;
}
header .title-area .read {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  margin: auto;
}
header .contact-area {
  width: 520px;
  float: right;
}
header .contact-area .tel {
  font-size: 30px;
  font-weight: 500;
  float: left;
  margin: 10px 0 0;
  padding: 0 0 0 30px;
  background-image: url(../img/tel_icon.png);
  background-position: 0 7px;
}
header .contact-area .contact-bt a {
  width: 180px;
  background-color: rgb(15, 141, 245);
  color: #fff;
  float: left;
  border-radius: 20px;
  text-align: center;
  margin: 25px 0 0 20px;
  font-weight: 500;
  transition-duration: 300ms;
}
header .contact-area .contact-bt a:hover {
  background: #ffffff;
  color: #0199DB;
  border: solid 1px #0199DB;
  transition-duration: 100ms;
}

h1 {
  margin: 0 0 30px;
  width: 110px;
}

nav {
  float: right;
  margin: 0;
}
nav li {
  float: left;
  margin: 60px 0 0 50px;
  font-weight: 600;
  padding: 0 1% 0;
  overflow: hidden;
}
nav li:hover {
  color: #797979;
}

footer {
  width: 600px;
  margin: 40px auto 10px;
  text-align: center;
  position: relative;
}
footer .logo {
  width: 160px;
  float: left;
  margin: 0 0 50px 10px;
}
footer .ad {
  width: 380px;
  float: right;
  text-align: left;
}
footer h3 {
  line-height: 1.4em;
  margin: 0 0 20px;
}
footer p {
  line-height: 1.8em;
}
footer .copy {
  clear: both;
  font-size: 12px;
}
footer .pagetop a {
  width: 50px;
  padding: 10px 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 5px;
  color: #fff;
  right: -210px;
  bottom: 200px;
}
footer .pagetop a:hover {
  background: #ffffff;
  border: solid 2px #ef3f98;
  color: #ef3f98;
}

@media only screen and (max-width: 963px) {
  header .title-area {
    float: left;
    width: 100%;
    text-align: center;
  }
  header .title-area h1 {
    margin: 20px 0 10%;
  }
  header .title-area h2 {
    font-size: 19px;
    margin: 20px auto 0;
    font-weight: 500;
    text-align: left;
  }
  header .title-area .read {
    text-align: left;
    font-size: 10px;
    font-weight: 500;
    margin: auto;
  }
  header .tel {
    display: none;
  }
  header .contact-bt a {
    display: none;
  }
  header h1 {
    float: none;
    margin: 50px auto;
    width: 160px;
  }
  header h1 img {
    width: 100px;
  }
  footer {
    width: 100%;
  }
  footer .logo {
    width: 20%;
    margin: 10% 5% 0;
  }
  footer .ad {
    width: 70%;
    float: right;
    text-align: left;
    font-size: 0.76em;
    margin: 10% 0 8%;
  }
  footer h3 {
    line-height: 1.4em;
    margin: 0 0 2%;
  }
  footer .pagetop a {
    width: 34px;
    padding: 5px 0;
    position: absolute;
    background: #ef3f98;
    opacity: 0.6;
    border-radius: 5px;
    color: #fff;
    right: 3%;
    bottom: 180px;
  }
  footer .copy {
    clear: both;
    font-size: 10px;
  }
}
.index header {
  height: 800px;
  margin: 0 0 60px;
}
.index header .title-area {
  float: left;
  width: 20%;
  text-align: center;
}
.index header .title-area h1 {
  margin: 20px auto 0;
  float: none;
}
.index header .title-area h2 {
  font-size: 30px;
  writing-mode: vertical-rl;
  margin: 50px auto;
  font-weight: 500;
}
.index header .title-area .read {
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  margin: auto;
}
.index header .contact-area {
  width: 520px;
  float: right;
}
.index header .contact-area .tel {
  font-size: 30px;
  font-weight: 500;
  float: left;
  margin: 10px 0 0;
  padding: 0 0 0 30px;
  background-image: url(../img/tel_icon.png);
  background-position: 0 7px;
}
.index header .contact-area .contact-bt a {
  width: 180px;
  background-color: white;
  color: #000;
  float: left;
  border-radius: 20px;
  text-align: center;
  margin: 25px 0 0 20px;
  font-weight: 500;
  transition-duration: 300ms;
}
.index header .contact-area .contact-bt a:hover {
  background: #0199DB;
  color: #fff;
  border: none;
  transition-duration: 300ms;
}

.index .mv {
  float: right;
  width: 80%;
  height: 800px;
  background-image: url("../img/mv01.jpg");
  background-size: cover;
  border-bottom-left-radius: 60px;
}

.index #sec01 {
  clear: both;
  padding-bottom: 160px;
  margin: 0;
  background-image: url("../img/sec01_bg.png");
  background-position: center 40px;
}
.index #sec01 .box {
  text-align: center;
  width: 600px;
  margin: auto;
  font-weight: 600;
  position: relative;
}
.index #sec01 .box .icon {
  margin: 0 0 20px;
}
.index #sec01 .box h2 {
  margin: 0 0 40px;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.4em; /* 線の太さ */
  text-decoration-color: #fff700; /* 線の色 */
  text-underline-offset: -0.16em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.index #sec01 .box .text {
  text-align: left;
  margin: 0 0 30px;
}
.index #sec01 .box .name {
  text-align: right;
  line-height: 1.6em;
}
.index #sec01 .ph01 {
  position: absolute;
  top: 40px;
  right: -380px;
}
.index #sec01 .ph02 {
  position: absolute;
  bottom: 0px;
  left: -380px;
}

.index #sec02 {
  clear: both;
  margin: 0 0 60px;
}
.index #sec02 .icon {
  margin: 0 0 20px;
  text-align: center;
}
.index #sec02 h2 {
  margin: 0 0 60px;
  text-align: center;
}
.index #sec02 .box {
  width: 100%;
}
.index #sec02 .box .ph {
  width: 40%;
  height: 710px;
  float: left;
  background-image: url("../img/support_bg.jpg");
  background-size: cover;
  margin: 0 0 180px;
}
.index #sec02 .box dl {
  width: 50%;
  float: right;
  margin: 0 5% 0;
}
.index #sec02 .box dl dt {
  font-size: 22px;
  color: #13A51E;
  margin: 0 0 15px;
  font-weight: 500;
}
.index #sec02 .box dl dd {
  margin: 0 0 60px;
}

.index #sec03 {
  clear: both;
  background-image: url("../img/contact_bg.jpg");
  background-size: cover;
  text-align: center;
  padding: 60px 0;
}
.index #sec03 h2 {
  color: #fff;
  margin: 20px 0;
}
.index #sec03 .box {
  background: rgba(255, 255, 255, 0.9);
  width: 800px;
  padding: 60px 0 100px;
  margin: auto;
  border-radius: 30px;
  background-image: url("../img/tel_girl.png"), url("../img/mail_girl.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 630px 80px, 60px 440px;
}
.index #sec03 .box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
}
.index #sec03 .box h3::before,
.index #sec03 .box h3::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #ae9e9e;
}
.index #sec03 .box h3::before {
  margin-right: 30px;
}
.index #sec03 .box h3::after {
  margin-left: 30px;
}
.index #sec03 .box .tel {
  display: inline-block;
  font-size: 52px;
  margin: 0 0 60px;
  padding: 0 0 0 50px;
  background-image: url(../img/tel_icon2.png);
  background-position: 0 11px;
}
.index #sec03 .box .mail a {
  display: block;
  background: #FCB9A9;
  width: 520px;
  font-size: 18px;
  border-radius: 50px;
  padding: 20px 0;
  margin: 30px auto 50px;
  font-weight: 500;
  transition-duration: 300ms;
}
.index #sec03 .box .mail a:hover {
  width: 540px;
  background: #e5836b;
  transition-duration: 300ms;
}
.index #sec03 .box .text {
  width: 500px;
  text-align: left;
  float: right;
  margin: 0 80px 0 0;
}

.index #sec04 {
  text-align: center;
  margin: 80px 0 0;
}
.index #sec04 h2 {
  margin: 20px 0;
}
.index #sec04 .npo {
  width: 800px;
  margin: auto;
  background-image: url("../img/npo_bg.jpg");
  background-repeat: repeat-y;
  padding: 30px 60px;
  border-radius: 30px;
  text-align: left;
  font-size: 14px;
}
.index #sec04 .npo h3 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 10px;
}

@media only screen and (max-width: 963px) {
  .index header {
    height: 380px;
    margin: 0 0 60px;
  }
  .index header .title-area {
    float: left;
    width: 24%;
  }
  .index header .title-area h1 {
    margin: 20% auto 0;
    width: 56%;
  }
  .index header .title-area h2 {
    font-size: 13px;
    writing-mode: vertical-rl;
    margin: 19% auto;
    font-weight: 500;
  }
  .index header .title-area .read {
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 9px;
    font-weight: 500;
    margin: auto;
  }
  .index .mv {
    float: right;
    width: 76%;
    height: 380px;
    background-image: url("../img/mv01.jpg");
    background-position: -220px 0;
    background-size: cover;
    border-bottom-left-radius: 20px;
  }
  .index #sec01 {
    clear: both;
    padding-bottom: 20%;
    margin: 0 3%;
    background-image: none;
  }
  .index #sec01 .box {
    text-align: center;
    width: 100%;
    margin: auto;
    font-weight: 600;
    position: relative;
  }
  .index #sec01 .box .icon {
    margin: 0 auto 10px;
    width: 40px;
  }
  .index #sec01 .box h2 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .index #sec01 .box .name {
    font-size: 12px;
  }
  .index #sec01 .ph01 {
    display: none;
  }
  .index #sec01 .ph02 {
    display: none;
  }
  .index #sec02 {
    clear: both;
    margin: 0 0 30%;
  }
  .index #sec02 .icon {
    margin: 0 auto 10px;
    width: 40px;
  }
  .index #sec02 h2 {
    font-size: 20px;
    margin: 0 0 4%;
  }
  .index #sec02 .box {
    width: 100%;
  }
  .index #sec02 .box .ph {
    display: none;
  }
  .index #sec02 .box dl {
    width: 90%;
    margin: 0 5% 0;
  }
  .index #sec02 .box dl dt {
    font-size: 18px;
    color: #13A51E;
    margin: 0 0 1%;
  }
  .index #sec02 .box dl dd {
    margin: 0 0 8%;
  }
  .index #sec03 {
    clear: both;
    background-image: url("../img/contact_bg.jpg");
    background-size: cover;
    text-align: center;
    padding: 6% 0;
  }
  .index #sec03 .icon {
    margin: 0 auto 10px;
    width: 40px;
  }
  .index #sec03 h2 {
    color: #fff;
    font-size: 18px;
    margin: 10px 0 20px;
  }
  .index #sec03 .box {
    width: 90%;
    padding: 8% 0;
    margin: auto;
    border-radius: 30px;
    background-image: url("../img/tel_girl.png"), url("../img/mail_girl.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 97% 16%, 4% 94%;
    background-size: 22%;
  }
  .index #sec03 .box h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
  }
  .index #sec03 .box h3::before,
  .index #sec03 .box h3::after {
    content: "";
    width: 40px;
    height: 2px;
  }
  .index #sec03 .box h3::before {
    margin-right: 30px;
  }
  .index #sec03 .box h3::after {
    margin-left: 30px;
  }
  .index #sec03 .box .tel {
    display: inline-block;
    font-size: 24px;
    margin: 0 0 10%;
    padding: 0 0 0 9%;
    background-image: url(../img/tel_icon.png);
    background-position: 0 1px;
  }
  .index #sec03 .box .mail a {
    display: block;
    background: #FCB9A9;
    width: 90%;
    font-size: 12px;
    border-radius: 50px;
    padding: 20px 0;
    margin: 30px auto;
    font-weight: 500;
  }
  .index #sec03 .box .mail a:hover {
    width: 80%;
  }
  .index #sec03 .box .text {
    font-size: 12px;
    width: 60%;
    text-align: left;
    margin: 0 5%;
    line-height: 1.4em;
  }
  .index #sec04 .icon {
    margin: 0 auto 10px;
    width: 40px;
  }
  .index #sec04 h2 {
    margin: 0 auto 40px;
    font-size: 18px;
  }
  .index #sec04 .npo {
    width: 90% !important;
    margin: auto;
    background-image: url("../img/npo_bg.jpg");
    background-repeat: repeat-y;
    padding: 3% 6% !important;
    border-radius: 30px;
    text-align: left;
    font-size: 12px;
  }
  .index #sec04 .npo h3 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
  }
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 70%;
  margin: 0 auto;
  z-index: 20;
  background-color: #FFF;
}

.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
body {
  height: 100%;
}

.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 95px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home .cd-header {
  border-bottom: none;
}

.cd-logo {
  width: 109px;
  margin: 0 auto 50px;
  display: block;
}

.cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10em;
  /* hidden on small devices */
  display: none;
}

.cd-secondary-nav li {
  display: inline-block;
  margin-left: 2.2em;
}

.cd-secondary-nav a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 20px;
  height: 40px;
  width: 65px;
  z-index: 3;
}

.cd-primary-nav-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}

.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 28px;
  top: 22px;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 3px;
  background-color: #333;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}

.cd-primary-nav-trigger .cd-menu-icon::before,
.cd-primary-nav-trigger .cd-menu-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #333;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
  -moz-transition: -moz-transform 0.3s, top 0.3s, background-color 0s;
  transition: transform 0.3s, top 0.3s, background-color 0s;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -10px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 10px;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: #fff;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(245, 99, 119, 0.94);
  z-index: 2;
  padding: 100px 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 1;
}

.cd-primary-nav ul {
  padding: 0;
}

.cd-primary-nav li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 3%;
  text-align: center;
  list-style: none;
  font-size: 20px;
  float: none;
}

.cd-primary-nav a {
  display: inline-block;
  padding: 0 1em 0.7em;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  color: #FFF;
  text-decoration: none;
  font-size: 1.1em;
}

.cd-primary-nav li img {
  border-radius: 0;
  text-align: center;
}

.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 0.8em;
}

.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 0.4em;
}

.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("../../img/cd-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}

.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}

.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}

.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}

.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-intro {
  position: relative;
  height: 100%;
  background: url("../../img/cd-background-img.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-intro h1 {
  position: absolute;
  width: 90%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}

.cd-main-content {
  position: relative;
  z-index: 1;
}

.cd-main-content p {
  line-height: 1.6;
  margin: 2em 0;
}

@media only screen and (max-width: 963px) {
  .cd-header {
    position: relative;
    height: 100px;
    width: 1000px;
    max-width: 1000px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: none;
  }
  .cd-logo {
    width: 80px;
  }
  .cd-primary-nav li {
    font-size: 16px;
  }
}
.page-id-18 #sec01 {
  clear: both;
  padding: 3%;
  text-align: center;
  margin: auto;
}
.page-id-18 #sec01 h2 {
  margin: 10px 0;
}
.page-id-18 #sec01 .text {
  margin: 4% 0;
}
.page-id-18 #sec01 dl {
  width: 720px;
  margin: auto;
}
.page-id-18 #sec01 dl dt {
  width: 30%;
  margin-bottom: 2%;
  text-align: left;
  float: left;
}
.page-id-18 #sec01 dl dt span {
  font-size: 13px;
  background: #D94E8E;
  color: #fff;
  padding: 0 3px 2px 5px;
  border-radius: 4px;
  margin: 0 8px 0 0;
}
.page-id-18 #sec01 dl dt .any {
  background: #A8A3A3;
}
.page-id-18 #sec01 dl dd {
  margin: 0 0 4%;
  padding: 0 0 0 40%;
}
.page-id-18 #sec01 dl dd input {
  width: 100% !important;
  height: 50px;
  border: none;
  background: #FAFAFA;
  border: solid 1px #E2E2E2;
  padding: 1%;
  font-size: 16px;
}
.page-id-18 #sec01 dl dd textarea {
  height: 160px !important;
  width: 100% !important;
  border: none;
  background: #F2F2F2;
  border: solid 1px #E2E2E2;
  padding: 1%;
  font-size: 16px;
}
.page-id-18 #sec01 dl dd span {
  font-size: 0.9em;
  color: #070707;
  display: block;
  margin-top: 3px;
}
.page-id-18 #sec01 dl dd .wpcf7-not-valid-tip {
  color: #D94E8E;
  text-align: left;
  padding-left: 5px;
}
.page-id-18 #sec01 dl dd input[type=”text”] {
  box-sizing: border-box;
}
.page-id-18 #sec01 input[type=submit] {
  width: 280px;
  margin: auto;
  background: #0199DB;
  display: block;
  color: #fff;
  padding: 10px 0;
  border-radius: 30px;
}
.page-id-18 #sec01 input[type=submit]:hover {
  background: #7AC4E5;
}
.page-id-18 #sec01 .wpcf7-response-output {
  width: 500px;
  margin: auto;
  background: #D94E8E;
  border: none;
  border-radius: 20px;
  color: #fff;
}

@media only screen and (max-width: 963px) {
  .page-id-18 #sec01 h2 {
    margin: 10px 0;
  }
  .page-id-18 #sec01 .text {
    margin: 4% 0 10%;
    text-align: left;
  }
  .page-id-18 #sec01 .icon {
    margin: 0 auto 10px;
    width: 40px;
  }
  .page-id-18 #sec01 dl {
    width: 100%;
    margin: auto;
  }
  .page-id-18 #sec01 dl dt {
    width: 100%;
    float: none;
  }
  .page-id-18 #sec01 dl dd {
    margin: 0 0 6%;
    padding: 0;
  }
  .page-id-18 #sec01 dl dd input {
    width: 100% !important;
    height: 50px;
    border: none;
    background: #FAFAFA;
    border: solid 1px #E2E2E2;
    font-size: 16px;
  }
  .page-id-18 #sec01 dl dd textarea {
    height: 160px !important;
    width: 100% !important;
    border: none;
    background: #F2F2F2;
    padding: 2%;
    font-size: 16px;
  }
  .page-id-18 #sec01 dl dd span {
    font-size: 0.9em;
    color: #070707;
    display: block;
    margin-top: 3px;
  }
  .page-id-18 #sec01 dl dd input[type=”text”] {
    box-sizing: border-box;
  }
  .page-id-18 #sec01 .wpcf7-response-output {
    width: 90%;
    line-height: 1.4em;
    padding: 3%;
  }
}
.page-id-27 #sec01 {
  clear: both;
  padding: 3%;
  text-align: center;
  margin: auto;
}
.page-id-27 #sec01 h2 {
  margin: 10px 0 4%;
}
.page-id-27 #sec01 dl {
  width: 720px;
  margin: auto;
}
.page-id-27 #sec01 dl dt {
  width: 30%;
  margin-bottom: 2%;
  text-align: left;
  float: left;
  color: #727272;
}
.page-id-27 #sec01 dl dd {
  margin: 0 0 2%;
  padding: 0 0 2% 40%;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
.page-id-27 #sec01 input[type=button] {
  width: 200px;
  margin: 10px;
  background: #88b5c8;
  color: #fff;
  padding: 10px 0;
  border-radius: 30px;
}
.page-id-27 #sec01 input[type=button]:hover {
  background: #bad5e1;
}
.page-id-27 #sec01 input[type=submit] {
  width: 200px;
  margin: 10px;
  background: #0199DB;
  color: #fff;
  padding: 10px 0;
  border-radius: 30px;
}
.page-id-27 #sec01 input[type=submit]:hover {
  background: #7AC4E5;
}
.page-id-27 #sec01 .wpcf7-spinner {
  display: none;
}

@media only screen and (max-width: 963px) {
  .page-id-27 #sec01 h2 {
    margin: 10px 0;
  }
  .page-id-27 #sec01 .text {
    margin: 4% 0 10%;
    text-align: left;
  }
  .page-id-27 #sec01 .icon {
    margin: 0 auto 10px;
    width: 40px;
  }
  .page-id-27 #sec01 dl {
    width: 100%;
    margin: auto;
  }
  .page-id-27 #sec01 dl dt {
    width: 100%;
    float: none;
  }
  .page-id-27 #sec01 dl dd {
    margin: 0 0 2%;
    padding: 0 0 2%;
  }
}
.page-id-30 #sec01 {
  clear: both;
  padding: 3%;
  text-align: center;
  margin: 0 auto 200px;
}
.page-id-30 #sec01 h2 {
  margin: 10px 0 4%;
}
.page-id-30 #sec01 .wpcf7-spinner {
  display: none;
}

@media only screen and (max-width: 963px) {
  .page-id-30 #sec01 h2 {
    margin: 10px 0;
  }
  .page-id-30 #sec01 .text {
    margin: 4% 0 10%;
    text-align: left;
  }
  .page-id-30 #sec01 .icon {
    margin: 0 auto 10px;
    width: 40px;
  }
}/*# sourceMappingURL=style.css.map */