@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
ul li {
  list-style-type: none;
}

.wp-block[data-type="core/freeform"] .mce-btn i {
  font-family: dashicons !important;
}

.editor-styles-wrapper.block-editor-writing-flow .has-inline-color.has-luminous-vivid-orange-color {
  color: #005046 !important;
}
.editor-styles-wrapper.block-editor-writing-flow .inner > *:first-child {
  margin-top: 0;
}
.editor-styles-wrapper.block-editor-writing-flow h2 {
  position: relative;
  font-weight: 700;
  color: #005046;
  background-color: #f5f5f2;
}
.editor-styles-wrapper.block-editor-writing-flow h3 {
  border-bottom: 2px solid #e5e5e3;
  font-weight: 700;
  position: relative;
}
.editor-styles-wrapper.block-editor-writing-flow h4 {
  color: #005046;
  position: relative;
  font-weight: 700;
}
.editor-styles-wrapper.block-editor-writing-flow ul {
  padding-left: 0;
}
.editor-styles-wrapper.block-editor-writing-flow ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.editor-styles-wrapper.block-editor-writing-flow ol li {
  position: relative;
}
.editor-styles-wrapper.block-editor-writing-flow p + .wp-block-gallery {
  margin-top: 10px;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-button a, .editor-styles-wrapper.block-editor-writing-flow .wp-block-button .wp-block-button__link {
  display: inline-block;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  box-shadow: 4px 0 20px 0 rgba(74, 112, 108, 0.25);
  font-weight: 700;
  text-align: center;
  color: #005046;
  text-decoration: none;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-button a[href$=".pdf"]:before, .editor-styles-wrapper.block-editor-writing-flow .wp-block-button .wp-block-button__link[href$=".pdf"]:before {
  content: none;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-button a[href$=".pdf"]:after, .editor-styles-wrapper.block-editor-writing-flow .wp-block-button .wp-block-button__link[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_pdf.svg) no-repeat center/cover !important;
  border-radius: 0;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  transition: none;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-button a[href$=".pdf"]:hover:after, .editor-styles-wrapper.block-editor-writing-flow .wp-block-button .wp-block-button__link[href$=".pdf"]:hover:after {
  opacity: 1;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: inherit;
  text-align: left;
  border: 1px solid #dbdbd9;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-table table .notes {
  font-size: 13px;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-table table.is-style-stripes td:nth-of-type(odd) {
  background-color: #f3f3f3;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-table table thead {
  border-bottom: none;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-table table tr th {
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #dbdbd9;
  border-top: 1px solid #dbdbd9;
  border-left: 1px solid #dbdbd9;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-table table tr th:last-child {
  margin-bottom: 0;
  border-right: none;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-table table tr th.sub {
  background-color: #005046;
  color: #fff;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-table table tr td {
  border: none;
  border-bottom: 1px solid #dbdbd9;
  border-top: 1px solid #dbdbd9;
  border-left: 1px solid #dbdbd9;
  word-break: break-all;
  background-color: #fff;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-table table tr td:last-child {
  margin-bottom: 0;
  border-right: none;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-columns .wp-block-image {
  margin-bottom: 0px;
  margin-top: 0;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-columns p {
  margin: 0;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-media-text .wp-block-media-text__content p {
  margin-top: 0;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
  color: #222426;
  position: static;
  font-size: 15px;
  font-weight: bold;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-gallery.has-nested-images figure.wp-block-image {
  display: initial;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-gallery.has-nested-images figure.wp-block-image img {
  height: auto !important;
}
.editor-styles-wrapper.block-editor-writing-flow .colorBox .cont p {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .editor-styles-wrapper.block-editor-writing-flow .has-inline-color.has-luminous-vivid-orange-color {
    color: #005046 !important;
  }
  .editor-styles-wrapper.block-editor-writing-flow .inner > *:first-child {
    margin-top: 0;
  }
  .editor-styles-wrapper.block-editor-writing-flow p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h3 + p, .editor-styles-wrapper.block-editor-writing-flow h4 + p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .editor-styles-wrapper.block-editor-writing-flow * + h2 {
    margin-top: 60px;
  }
  .editor-styles-wrapper.block-editor-writing-flow * + h3 {
    margin-top: 40px;
  }
  .editor-styles-wrapper.block-editor-writing-flow * + h4 {
    margin-top: 30px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h2 {
    font-size: 21px;
    border-radius: 10px;
    padding: 16px 16px 16px 30px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h2:before {
    content: "";
    display: inline-block;
    background-color: #21a2a2;
    width: 25px;
    height: 3px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    left: 0;
    top: 15px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h3 {
    font-size: 19px;
    padding-bottom: 15px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h3:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: #40a6a6;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h4 {
    font-size: 16px;
    padding-left: 20px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h4:before {
    content: "";
    display: inline-block;
    background-color: #005046;
    width: 6px;
    height: calc(100% - 6px);
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
  }
  .editor-styles-wrapper.block-editor-writing-flow ul li {
    padding-left: 20px;
    position: relative;
  }
  .editor-styles-wrapper.block-editor-writing-flow ul li:not(:first-of-type) {
    margin-top: 10px;
  }
  .editor-styles-wrapper.block-editor-writing-flow ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ccccca;
    position: absolute;
    margin: auto;
    top: 9px;
    left: 3px;
    border-radius: 50%;
  }
  .editor-styles-wrapper.block-editor-writing-flow ol li {
    padding-left: 15px;
    counter-increment: mycounter;
  }
  .editor-styles-wrapper.block-editor-writing-flow ol li:before {
    content: counter(mycounter) ".";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #ccccca;
    font-weight: bold;
  }
  .editor-styles-wrapper.block-editor-writing-flow ol li:not(:first-of-type) {
    margin-top: 10px;
  }
  .editor-styles-wrapper.block-editor-writing-flow * + ul, .editor-styles-wrapper.block-editor-writing-flow * + ol {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .editor-styles-wrapper.block-editor-writing-flow p + .wp-block-gallery {
    margin-top: 10px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-button {
    margin-bottom: 30px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-button a, .editor-styles-wrapper.block-editor-writing-flow .wp-block-button .wp-block-button__link {
    width: 100%;
    border-radius: 25px;
    font-size: 15px;
    padding: 13px 35px;
    margin: 0 auto;
    max-width: 295px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-button a:after, .editor-styles-wrapper.block-editor-writing-flow .wp-block-button .wp-block-button__link:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #40a6a6;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    background-image: none !important;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-buttons {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table table {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table table tr th {
    padding: 10px 10px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table table tr td {
    padding: 10px 10px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-image {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-media-text .wp-block-media-text__content {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-media-text {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-group, .editor-styles-wrapper.block-editor-writing-flow .wp-block-columns {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-gallery + .wp-block-gallery {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .colorBox {
    padding: 20px 20px;
    border: 2px solid #f2f2f0;
    border-radius: 10px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .colorBox .title {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-left: 18px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .colorBox .title:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #40a6a6;
    position: absolute;
    left: 0;
    top: 12px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .colorBox * + .title {
    margin-top: 10px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .colorBox .cont {
    margin-top: 10px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .colorBox .cont * + p {
    margin: 10px 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .editor-styles-wrapper.block-editor-writing-flow .has-inline-color.has-luminous-vivid-orange-color {
    color: #005046 !important;
  }
  .editor-styles-wrapper.block-editor-writing-flow .inner > *:first-child {
    margin-top: 0;
  }
  .editor-styles-wrapper.block-editor-writing-flow p {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h3 + p, .editor-styles-wrapper.block-editor-writing-flow h4 + p {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .editor-styles-wrapper.block-editor-writing-flow * + h2 {
    margin-top: 90px;
  }
  .editor-styles-wrapper.block-editor-writing-flow * + h3 {
    margin-top: 60px;
  }
  .editor-styles-wrapper.block-editor-writing-flow * + h4 {
    margin-top: 50px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h2 {
    font-size: 32px;
    border-radius: 15px;
    padding: 26px 25px 26px 40px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h2:before {
    content: "";
    display: inline-block;
    background-color: #21a2a2;
    width: 30px;
    height: 5px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    left: 0;
    top: 20px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h3 {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h3:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #40a6a6;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h4 {
    font-size: 25px;
    padding-left: 25px;
  }
  .editor-styles-wrapper.block-editor-writing-flow h4:before {
    content: "";
    display: inline-block;
    background-color: #005046;
    width: 8px;
    height: calc(100% - 15px);
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
  }
  .editor-styles-wrapper.block-editor-writing-flow ul li {
    padding-left: 30px;
    position: relative;
  }
  .editor-styles-wrapper.block-editor-writing-flow ul li:not(:first-of-type) {
    margin-top: 10px;
  }
  .editor-styles-wrapper.block-editor-writing-flow ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #ccccca;
    position: absolute;
    margin: auto;
    top: 11px;
    left: 9px;
    border-radius: 50%;
  }
  .editor-styles-wrapper.block-editor-writing-flow ol li {
    padding-left: 20px;
    counter-increment: mycounter;
  }
  .editor-styles-wrapper.block-editor-writing-flow ol li:before {
    content: counter(mycounter) ".";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #ccccca;
    font-weight: bold;
  }
  .editor-styles-wrapper.block-editor-writing-flow ol li:not(:first-of-type) {
    margin-top: 10px;
  }
  .editor-styles-wrapper.block-editor-writing-flow * + ul, .editor-styles-wrapper.block-editor-writing-flow * + ol {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .editor-styles-wrapper.block-editor-writing-flow p + .wp-block-gallery {
    margin-top: 10px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-button {
    margin-bottom: 50px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-button a, .editor-styles-wrapper.block-editor-writing-flow .wp-block-button .wp-block-button__link {
    min-width: 244px;
    border-radius: 32px;
    font-size: 19px;
    padding: 16px 40px;
    transition: 0.3s;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-button a:before, .editor-styles-wrapper.block-editor-writing-flow .wp-block-button .wp-block-button__link:before {
    content: "";
    display: inline-block;
    background: url(../images/common/btn_arrow.webp) no-repeat center/cover;
    width: 15px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: calc(50% - 7px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-button a:after, .editor-styles-wrapper.block-editor-writing-flow .wp-block-button .wp-block-button__link:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #40a6a6;
    border-radius: 50%;
    position: absolute;
    right: 27px;
    top: calc(50% - 3.5px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    background-image: none !important;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-button a:hover, .editor-styles-wrapper.block-editor-writing-flow .wp-block-button .wp-block-button__link:hover {
    background-color: #e3fcf9;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-button a:hover:before, .editor-styles-wrapper.block-editor-writing-flow .wp-block-button .wp-block-button__link:hover:before {
    opacity: 1;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-button a:hover:after, .editor-styles-wrapper.block-editor-writing-flow .wp-block-button .wp-block-button__link:hover:after {
    opacity: 0;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-buttons {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table table {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table table tr th {
    padding: 15px 20px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-table table tr td {
    padding: 15px 20px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-image {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-media-text {
    margin-bottom: 54px;
    margin-top: 40px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-group, .editor-styles-wrapper.block-editor-writing-flow .wp-block-columns {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .wp-block-gallery + .wp-block-gallery {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .colorBox {
    padding: 30px 50px;
    border: 4px solid #f2f2f0;
    border-radius: 15px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .colorBox .title {
    font-weight: bold;
    font-size: 19px;
    position: relative;
    padding-left: 20px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .colorBox .title:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #40a6a6;
    position: absolute;
    left: 0;
    top: 14px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .colorBox * + .title {
    margin-top: 10px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .colorBox .cont {
    margin-top: 15px;
  }
  .editor-styles-wrapper.block-editor-writing-flow .colorBox .cont * + p {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .editor-styles-wrapper.block-editor-writing-flow .has-inline-color.has-luminous-vivid-orange-color {
    color: #005046 !important;
  }
  .editor-styles-wrapper.block-editor-writing-flow .inner > *:first-child {
    margin-top: 0;
  }
  .editor-styles-wrapper.block-editor-writing-flow p + .wp-block-gallery {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=map/gb-style.css.map */
