@charset "UTF-8";
.myriad {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udp {
  font-family: "biz-udpgothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udp-mincho {
  font-family: "biz-udpmincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

::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 {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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

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

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* 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 {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

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 */
  -webkit-appearance: button;
  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 {
  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;
}

/* ---------------------------------------------------------
カラム設定
--------------------------------------------------------- */
.col {
  display: flex;
  flex-wrap: wrap;
}
.col_2 {
  margin-left: -60px;
}
.col_2 > * {
  margin-left: 60px;
  width: calc(50% - 60px);
}

.col_3 {
  margin-left: -40px;
}
.col_3 > * {
  margin-left: 40px;
  width: calc(33.33333% - 40px);
}

.col_4 {
  margin-left: -30px;
}
.col_4 > * {
  margin-left: 30px;
  width: calc(25% - 30px);
}

.col_5 {
  margin-left: -25px;
}
.col_5 > * {
  margin-left: 25px;
  width: calc(20% - 25px);
}

@media screen and (max-width: 768px) {
  .col_2 {
    margin-left: 0;
  }
  .col_2 > * {
    margin-left: 0;
    margin-bottom: 24px;
    width: 100%;
  }
  .col_3 {
    margin-left: 0;
  }
  .col_3 > * {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .col_3 > *:last-child {
    margin-bottom: 0 !important;
  }
  .col_4 {
    margin-left: 0;
  }
  .col_4 > * {
    margin-left: 0;
    margin-bottom: 24px;
    width: 100%;
  }
  .col_5 {
    margin-left: -15px;
  }
  .col_5 > * {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
}

body {
  font-feature-settings: "palt";
  color: #000;
  font-weight: 400;
  font-style: normal;
  background: #FAF8F5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}

.wrap {
  max-width: 1080px;
  margin: auto;
}
.wrap__inner {
  max-width: 860px;
}
@media screen and (max-width: 1080px) {
  .wrap {
    margin: 0 auto;
    max-width: 90%;
  }
}

.wrap_l {
  max-width: 1240px;
  margin: auto;
}
.wrap_l__inner {
  max-width: 860px;
}
@media screen and (max-width: 1280px) {
  .wrap_l {
    margin: 0 auto;
    max-width: 90%;
  }
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/icon/pdf.svg");
  vertical-align: middle;
}

.item,
a {
  transition: all 0.2s ease-in-out;
}

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

a {
  text-decoration: none;
  color: #333;
}

a.underline {
  text-decoration: underline;
}

li {
  list-style: none;
}

.justify_c {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.js_fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out;
}

.js_fadeUp.fade_in {
  opacity: 1;
  transform: translateY(0);
}

/*----------------------------------------------------------------------
テキスト
----------------------------------------------------------------------*/
h2 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.25em;
  text-align: center;
  color: #34589F;
  margin-bottom: 40px;
}
h2:after {
  display: block;
  content: "";
  width: 100px;
  height: 16px;
  margin: 20px auto 0;
  background: no-repeat 50%/cover url(../img/parts/h_line.svg);
}
h2 svg {
  display: block;
  margin: auto;
}
h2 text {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  fill: #34589F;
}
h2 + p {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
h2 b {
  font-size: 46px;
  font-size: 2.875rem;
}
h2 .hl {
  position: relative;
}
h2 .hl:before {
  display: block;
  content: "●　　●　　●";
  color: #34589F;
  position: absolute;
  top: -2em;
  left: 0;
  right: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 540px) {
  h2 .hl:before {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h2 svg {
    width: 100%;
  }
  h2 text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h2 + p {
    font-size: 16px;
    font-size: 1rem;
  }
  h2 b {
    font-size: 32px;
    font-size: 2rem;
  }
}

h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #34589F;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.font_s {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .font_s {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.text_c {
  text-align: center;
}

.text_r {
  text-align: right;
}

address {
  font-style: normal;
}

/*----------------------------------------------------------------------
テーブル
----------------------------------------------------------------------*/
table {
  border-collapse: separate;
  border-spacing: 0;
}
table th {
  padding: 0.5em 0;
  text-align: left;
  vertical-align: top;
}
table td {
  padding: 0.5em 1em;
}

.schedule_table, .price_table {
  width: 100%;
  margin-bottom: 20px;
}
.schedule_table tr:first-child th:first-child, .price_table tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
.schedule_table tr:first-child th:last-child, .price_table tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
.schedule_table th, .price_table th {
  text-align: center;
  color: #fff;
  background: #34589F;
}
.schedule_table td, .price_table td {
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #34589F;
}
.schedule_table .color_b, .price_table .color_b {
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  .schedule_table th, .schedule_table td, .price_table th, .price_table td {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.schedule_table td {
  color: #34589F;
}

.price_table {
  margin-top: 20px;
}
.price_table th {
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}
.price_table td {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
}
.price_table td small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.price_table tr:nth-child(n+2) th {
  background: #30A5FF;
  border-bottom: 1px solid #34589F;
}
@media screen and (max-width: 768px) {
  .price_table th {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .price_table td {
    font-size: 16px;
    font-size: 1rem;
  }
  .price_table td small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.table dl {
  display: flex;
}
.table dl dt, .table dl dd {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.table dl dt {
  width: 10em;
  font-weight: 700;
  border-bottom: 2px solid #30A5FF;
}
.table dl dd {
  width: calc(100% - 10em);
  border-bottom: 2px solid #EA6B6B;
}
@media screen and (max-width: 768px) {
  .table dl {
    flex-direction: column;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #EA6B6B;
  }
  .table dl dt, .table dl dd {
    width: 100%;
  }
  .table dl dt {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .table dl dd {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.wp-block-table table {
  margin-bottom: 20px;
  border-top: 1px solid #34589F;
}
.wp-block-table td {
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #34589F;
}
.wp-block-table strong {
  color: #34589F;
  padding-right: 1em;
  white-space: nowrap;
}

/*----------------------------------------------------------------------
コンテンツレイアウト
----------------------------------------------------------------------*/
.item figure {
  margin-bottom: 10px;
  text-align: center;
}
.item h3 {
  text-align: center;
}

.item_card {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 0 #C4DFEC;
  transition: all 0.2s ease-in-out;
}
.item_card:hover {
  box-shadow: 4px 4px 0 #C4DFEC;
}
.item_card figure {
  width: 115px;
}
.item_card figure img {
  width: 115px;
  height: 115px;
  margin-bottom: 5px;
  border-radius: 50%;
}
.item_card figure img::after {
  display: block;
  content: "";
  padding-top: 100%;
}
.item_card figure figcaption {
  text-align: center;
}
.item_card article {
  width: calc(100% - 115px);
  padding-left: 20px;
}
.item_card .more {
  display: block;
  margin-top: 1em;
  color: #339C4B;
}
@media screen and (max-width: 768px) {
  .item_card figure {
    width: 65px;
  }
  .item_card figure img {
    width: 65px;
    height: 65px;
  }
  .item_card article {
    width: calc(100% - 65px);
  }
  .item_card h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .item_card p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.item_case {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 0 #C4DFEC;
  transition: all 0.2s ease-in-out;
}
.item_case:hover {
  box-shadow: 4px 4px 0 #C4DFEC;
}
.item_case .photo_img {
  margin-bottom: 10px;
  border-radius: 5px;
}
.item_case .photo_img:before {
  padding-top: 74.0740740741%;
}
.item_case h3 {
  margin-bottom: 0;
  text-align: center;
}

.media_box {
  display: flex;
  align-items: center;
}
.media_box figure {
  width: 40%;
}
.media_box figure figcaption {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.media_box figure figcaption small {
  display: block;
  color: #65A6AD;
  font-size: 16px;
  font-size: 1rem;
}
.media_box article {
  width: 60%;
  padding-left: 60px;
}
.media_box article h2 {
  display: inline-block;
  text-align: left;
}
.media_box article .text_em {
  margin-top: 1em;
  color: #E2746A;
  font-weight: 700;
}
.media_box.media_right article {
  padding-left: 0;
  padding-right: 60px;
}
.media_box.media_right .passport {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .media_box {
    flex-direction: column;
  }
  .media_box figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .media_box figure figcaption {
    font-size: 16px;
    font-size: 1rem;
  }
  .media_box figure figcaption small {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .media_box article {
    width: 100%;
    padding-left: 0;
  }
  .media_box.media_right article {
    padding-left: 0;
    padding-right: 0;
  }
  .media_box.media_right .passport {
    width: 60%;
    margin: auto;
  }
}

/*----------------------------------------------------------------------
ナンバリング
----------------------------------------------------------------------*/
.num_content {
  counter-reset: number 0;
}
.num_content .num_item {
  position: relative;
  margin: 0 0 40px 40px;
  padding: 20px 20px 20px 63px;
  background: #fff;
  border-radius: 10px;
  counter-increment: number 1;
}
.num_content .num_item:before {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  display: inline-block;
  width: 83px;
  height: 79px;
  text-align: center;
  line-height: 79px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #34589F;
  content: counter(number, decimal-leading-zero);
  background: no-repeat 50%/cover url(../img/parts/num_bg.svg);
}

.num_item {
  counter-reset: number2 0;
}
.num_item .item {
  position: relative;
  counter-increment: number2 1;
}
.num_item .item:before {
  margin: 0 auto 20px;
  display: block;
  width: 83px;
  height: 79px;
  text-align: center;
  line-height: 79px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #34589F;
  content: counter(number2, decimal-leading-zero);
  background: no-repeat 50%/cover url(../img/parts/num_bg.svg);
}

/*----------------------------------------------------------------------
ページ内コンテンツ
----------------------------------------------------------------------*/
.block_bl {
  display: inline-block;
  margin: auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 0 #C4DFEC;
}
.block_bl .block__inner {
  padding: 20px;
  border-radius: 5px;
  border: 2px solid #C4DFEC;
}
.block_bl h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.block_red {
  display: inline-block;
  margin: auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 0 #F9E9E9;
}
.block_red .block__inner {
  padding: 20px;
  border-radius: 5px;
  border: 2px solid #EA6B6B;
}
.block_red h2 {
  color: #EA6B6B;
}
.block_red h2:after {
  background: no-repeat 50%/cover url(../img/parts/h_line2.svg);
}
.block_red h3 {
  color: #EA6B6B;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.check_ul {
  margin-bottom: 20px;
}
.check_ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
.check_ul li:before {
  display: inline-block;
  content: "";
  margin-right: 15px;
  width: 25px;
  height: 25px;
  background: no-repeat 50%/cover url(../img/icon/check.svg);
}

.disc_ul, .wp-block-list {
  display: inline-block;
  margin: auto;
}
.disc_ul li, .wp-block-list li {
  margin-left: 1em;
  margin-bottom: 0.8em;
  list-style: disc;
}

.dl_box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 0 #C4DFEC;
}
.dl_box dt {
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #34589F;
  border-radius: 10px 10px 0 0;
}
.dl_box dd {
  padding: 20px;
}

.line_box {
  display: inline-block;
  margin: auto;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  border: 5px solid #34589F;
  border-radius: 10px;
  background: #fff;
}
.line_box h3 {
  margin-bottom: 0;
  color: #000;
  font-size: 32px;
  font-size: 2rem;
}
.line_box h3 small {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
}

.bl_box {
  margin: 0 auto 15px;
  padding: 25px;
  color: #fff;
  border-radius: 10px;
  background: #34589F;
}
.bl_box h3 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.bl_box small {
  font-size: 18px;
  font-size: 1.125rem;
}
.bl_box b {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .bl_box h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_box small {
    font-size: 16px;
    font-size: 1rem;
  }
  .bl_box b {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ir9qwh");
  src: url("../fonts/icomoon.eot?ir9qwh#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ir9qwh") format("truetype"), url("../fonts/icomoon.woff?ir9qwh") format("woff"), url("../fonts/icomoon.svg?ir9qwh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_border_b2:before {
  content: "\e91f";
}

.icon-arrow_border_r2:before {
  content: "\e91e";
}

.icon-arrow_border_r:before {
  content: "\e91a";
}

.icon-c_arrow_r:before {
  content: "\e900";
}

.icon-c_arrow_l2:before {
  content: "\e905";
}

.icon-c_arrow_r2:before {
  content: "\e90a";
}

.icon-arrow_top:before {
  content: "\e901";
}

.icon-arrow_down:before {
  content: "\e90e";
}

.icon-arrow_l:before {
  content: "\e90f";
}

.icon-arrow_r:before {
  content: "\e910";
}

.icon-phone:before {
  content: "\e90c";
}

.icon-phone2:before {
  content: "\e904";
}

.icon-phone3:before {
  content: "\e911";
}

.icon-blank:before {
  content: "\e902";
}

.icon-free:before {
  content: "\e908";
}

.icon-fax:before {
  content: "\e90b";
}

.icon-line_cl:before {
  content: "\e91b";
}

.icon-facebook_cl:before {
  content: "\e91c";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-twitter:before {
  content: "\e90d";
}

.icon-instagram_cl:before {
  content: "\e91d";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-home:before {
  content: "\e912";
}

.icon-home2:before {
  content: "\e914";
}

.icon-home3:before {
  content: "\e903";
}

.icon-pen1:before {
  content: "\e913";
}

.icon-bell:before {
  content: "\e919";
}

.icon-map:before {
  content: "\e915";
}

.icon-mail:before {
  content: "\e909";
}

.icon-mail2:before {
  content: "\e916";
}

.icon-doc:before {
  content: "\e917";
}

.icon-pen:before {
  content: "\e918";
}

/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/
.header {
  position: relative;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 20px 30px;
}
.header .logo a {
  display: block;
}
.header .logo img {
  width: 347px;
}
.header .main_navi {
  display: flex;
  margin-left: auto;
}
.header .main_navi .toggle {
  order: 3;
}
.header .main_navi .pc_navi {
  order: 1;
}
.header .main_navi .navi {
  order: 2;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 80px;
    margin: 0;
  }
  .header .logo img {
    max-width: 220px;
  }
  .header .wrap {
    max-width: 100%;
    padding: 10px;
    border-radius: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 20px;
  }
}

.header.DownMove {
  position: fixed;
  top: 0;
  padding: 20px 30px;
  backdrop-filter: blur(12px);
}

/*　上に上がる動き　*/
.UpMove {
  position: fixed;
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-200%);
  }
}
/*　下に下がる動き　*/
.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-200%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fixed_area {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.fixed_area .fixed_btn {
  display: flex;
  align-items: center;
  width: 65px;
  text-align: center;
  padding: 25px 0;
  color: #fff;
  font-weight: 700;
  border-radius: 10px 0 0 10px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.fixed_area .fixed_btn svg {
  display: block;
  margin-bottom: 10px;
}
.fixed_area .line_btn2 {
  margin-bottom: 20px;
  background: #06C755;
}
.fixed_area .contact_btn {
  background: #30A5FF;
}
@media screen and (max-width: 768px) {
  .fixed_area {
    width: 100vw;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    flex-direction: row;
    justify-content: space-between;
  }
  .fixed_area .fixed_btn {
    width: 49.5%;
    padding: 10px 0;
    justify-content: center;
    writing-mode: horizontal-tb;
    border-radius: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .fixed_area .fixed_btn svg {
    margin: 0 10px 0 0;
  }
  .fixed_area .line_btn2 {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
footer.tree_right:after {
  top: -16vw;
}

footer {
  position: relative;
  background: #fff;
  margin-top: 10vw;
}
footer:before {
  position: relative;
  top: -8vw;
  display: block;
  content: "";
  width: 100vw;
  padding-top: 11.1111111111%;
  background: no-repeat 50%/cover url(../img/parts/footer_bg.svg);
}
footer .wrap_l > .col {
  justify-content: space-around;
}
footer address {
  display: flex;
  flex-direction: column;
}
footer address .logo {
  margin-bottom: 12px;
}
footer address .logo img {
  max-width: 240px;
}
footer address p {
  margin-bottom: 14px;
  font-size: 14px;
  font-size: 0.875rem;
}
footer address .tel {
  margin-top: auto;
  font-weight: 700;
  color: #34589F;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
footer address .tel b {
  font-size: 24px;
  font-size: 1.5rem;
}
footer address a {
  line-height: 140%;
}
footer address a svg {
  display: inline-block;
  margin-top: -4px;
  margin-right: 5px;
  vertical-align: middle;
}
footer ul {
  width: 18%;
}
footer ul li {
  display: flex;
  align-items: center;
  margin: 0 10px 20px;
}
footer ul li:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: #C4DFEC;
}
footer ul a {
  font-weight: 500;
}
footer .schedule_box {
  width: 33%;
  display: flex;
  flex-direction: column;
}
footer .schedule_box .btn {
  margin-left: auto;
}
footer .schedule_box .schedule_table {
  font-size: 14px;
  font-size: 0.875rem;
}
footer .schedule_box .font_s {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 100px;
  }
  footer ul {
    display: none;
  }
  footer .schedule_box {
    width: 100%;
    margin-top: 20px;
  }
  footer .schedule_box .btn {
    margin: 0 auto;
  }
  footer .schedule_table {
    display: none;
  }
  footer .schedule_table + p {
    display: none;
  }
}

.copyright {
  padding: 40px 0;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .copyright {
    padding: 20px 0;
  }
}

/* -----------------------------------------------------------
スマホナビ
----------------------------------------------------------- */
.toggle {
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
  margin-left: auto;
  width: 90px;
  height: 80px;
  margin-left: 15px;
  text-align: center;
  z-index: 102;
  text-align: center;
  background: #30A5FF;
  border-radius: 15px 0 0 15px;
  /* ≡ */
}
@media screen and (max-width: 768px) {
  .toggle {
    top: 0;
    border-radius: 0 0 0 15px;
  }
}
.toggle span {
  display: inline-block;
  margin-top: 55%;
  color: #FFF;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}
.toggle:before,
.toggle i, .toggle:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  height: 2px;
  width: 35%;
  background: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.toggle:before {
  top: 20%;
}
.toggle i {
  top: 35%;
}
.toggle:after {
  top: 50%;
}

#open {
  display: none;
  /* :checked 擬似クラスを使って、#openがチェック状態になった時に、#navi_mainが「right: 0;」になります。 */
  /* ≡ > ×アニメーション */
}
#open:checked ~ .navi {
  right: 0;
  display: flex;
  visibility: visible;
}
#open:checked + .toggle:before {
  top: 35%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
#open:checked + .toggle i {
  width: 0;
}
#open:checked + .toggle:after {
  top: 35%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* BG */
.bgclose {
  display: none;
}

#open:checked ~ .bgclose {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  text-indent: -999999px;
  overflow: hidden;
  cursor: pointer;
}

/*---------------------------------------------------------
メインナビ
---------------------------------------------------------*/
.navi {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 101;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  transition: all 0.3s ease-in-out; /* アニメーション */
  overflow: hidden;
  overflow-y: auto;
}
.navi__left_area {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 20px 30px;
  background: #30A5FF;
}
.navi__left_area .navi_area {
  margin: auto 0;
  padding: 0 30px;
}
.navi__left_area .navi_area ul > li {
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
}
.navi__left_area .navi_area ul a {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
}
.navi__left_area .navi_area ul a:hover {
  color: #ABCFDD;
}
.navi__left_area .navi_area .btn_area {
  margin-top: 40px;
  padding: 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}
.navi__left_area .navi_area .btn_area svg {
  margin-top: -8px;
  margin-right: 10px;
  vertical-align: middle;
}
.navi__left_area .navi_area .btn_area .contact_btn {
  display: block;
  width: 48%;
  height: 60px;
  line-height: 60px;
  color: #34589F;
  background: #fff;
  border-radius: 40px;
}
.navi__left_area .navi_area .btn_area .line_btn {
  display: block;
  width: 48%;
  height: 60px;
  line-height: 60px;
  color: #06C755;
  background: #fff;
  border-radius: 40px;
}
.navi__right_area {
  width: 50%;
  padding: 60px 30px;
  background: no-repeat 50%/cover url(../img/photo/navi_right_bg.jpg);
}
.navi__right_area__inner {
  display: flex;
  flex-direction: column;
  max-width: 520px;
  height: 100%;
  margin: 0 auto;
}
.navi__right_area .table_area {
  margin: 60px 0 0;
}
.navi__right_area .table_area .schedule_table {
  border-top: 1px solid #fff;
}
.navi__right_area .table_area .schedule_table th, .navi__right_area .table_area .schedule_table td {
  padding: 1em 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: transparent;
}
.navi__right_area .table_area .schedule_table th:first-child, .navi__right_area .table_area .schedule_table td:first-child {
  width: 8em;
  padding: 1em 0;
  text-align: left;
}
.navi__right_area .table_area .font_s {
  color: #fff;
}
.navi__right_area address {
  margin: auto 0 0;
  color: #fff;
}
.navi__right_area address h3 {
  color: #fff;
}
.navi__right_area address h4 {
  margin-top: 1em;
  font-size: 16px;
  font-size: 1rem;
}
.navi__right_area address p {
  margin-bottom: 10px;
}
.navi__right_area address a {
  color: #fff;
}
.navi__right_area address svg {
  margin: -5px 5px 0 0;
  vertical-align: middle;
}
.navi__right_area address .tel {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 10px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.navi__right_area address .tel b {
  font-size: 42px;
  font-size: 2.625rem;
}
@media screen and (max-width: 1080px) {
  .navi {
    background: #30A5FF;
  }
  .navi__left_area {
    width: 100%;
    height: 100%;
    padding: 20px 20px 40px;
  }
  .navi__left_area .logo {
    margin-bottom: 20px;
  }
  .navi__left_area .navi_area {
    padding: 0 0;
  }
  .navi__left_area .navi_area .btn_area {
    flex-direction: column;
  }
  .navi__left_area .navi_area .btn_area .contact_btn, .navi__left_area .navi_area .btn_area .line_btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .navi__left_area .navi_area .btn_area h4 {
    color: #fff;
    text-align: center;
  }
  .navi__left_area .navi_area .btn_area .tel {
    color: #fff;
    text-align: center;
  }
  .navi__left_area .navi_area .btn_area .tel b {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .navi__right_area {
    display: none;
  }
}

/*---------------------------------------------------------
PC用ナビ
---------------------------------------------------------*/
.pc_navi {
  display: flex;
  align-items: center;
  padding-right: 90px;
}
.pc_navi li {
  margin-left: 20px;
}
.pc_navi li:first-child {
  margin-left: 0;
}
.pc_navi li a {
  position: relative;
  font-weight: 700;
  color: #34589F;
}
.pc_navi li a:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #30A5FF;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.pc_navi li a:hover {
  color: #30A5FF;
}
.pc_navi li a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (max-width: 1280px) {
  .pc_navi {
    display: none;
  }
}

/*---------------------------------------------------------
カテゴリーナビ
---------------------------------------------------------*/
.cate_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.cate_navi li {
  margin: 0 10px;
}
.cate_navi a {
  color: #fff;
  padding: 8px 25px;
  border-radius: 15px;
  background: #34589F;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
.cate_navi a:hover {
  color: #000;
  border: 1px solid #34589F;
  background: #fff;
}
.cate_navi .current {
  color: #000;
  border: 1px solid #34589F;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .cate_navi {
    flex-direction: column;
    width: 100%;
  }
  .cate_navi li {
    width: 100%;
    margin-bottom: 20px;
  }
  .cate_navi a {
    display: block;
    text-align: center;
    width: 100%;
  }
}

/*---------------------------------------------------------
各カードのカテゴリー表示
---------------------------------------------------------*/
.cate_area {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cate_area.justify_c {
  flex-direction: row;
}
.cate_area .cate {
  margin-right: 10px;
}
.cate_area time {
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
}
.cate_area figure {
  width: 110px;
  margin-right: 20px;
}
.cate_area figure figcaption {
  text-align: center;
}
.cate_area a, .cate_area span {
  display: inline-block;
  margin-right: 10px;
  padding: 6px 25px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #EA6B6B;
  border-radius: 25px;
}
.cate_area a {
  font-size: 14px;
  font-size: 0.875rem;
}

/*---------------------------------------------------------
ページ内リンク
---------------------------------------------------------*/
.page_navi {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
}
.page_navi li {
  margin-top: 1em;
}
.page_navi a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #34589F;
  text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF;
}
@media screen and (max-width: 768px) {
  .page_navi {
    display: none;
  }
}

/* -----------------------------------------------------------------------------
ページネーション
----------------------------------------------------------------------------- */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 120px;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}
.pagination span,
.pagination a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 4px;
  text-align: center;
  border-radius: 50%;
}
.pagination span {
  color: #fff;
  background: #34589F;
}
.pagination a {
  color: #fff;
  background: #34589F;
}
.pagination a:hover {
  color: #34589F;
  border: 1px solid #34589F;
  background: #fff;
}
.pagination .current {
  color: #34589F;
  border: 1px solid #34589F;
  background: #fff;
}
.pagination i {
  top: 1px;
  font-size: 14px;
  font-size: 0.875rem;
}
.pagination .prev,
.pagination .next {
  margin: 0 10px;
  border-radius: 50%;
  color: #fff;
  background: #34589F;
}
.pagination .prev {
  right: 1px;
}
.pagination .next {
  left: 2px;
}

/*---------------------------------------------------------
ボタン
---------------------------------------------------------*/
.btn_area {
  padding: 60px 0 0;
  text-align: center;
}

.more {
  font-weight: 600;
  color: #C4DFEC;
}
.more .arrow {
  width: 40px;
  height: 40px;
  margin-top: -6px;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
  background: no-repeat 50%/cover url(../img/icon/r_arrow.svg);
}
.more:hover {
  color: #30A5FF;
}
.more:hover .arrow {
  transform: translateX(20%) rotate(360deg);
}

.btn {
  position: relative;
  z-index: 0;
  display: inline-block;
  min-width: 220px;
  padding: 12px 63px 12px 40px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  border-radius: 35px;
  background: linear-gradient(90deg, #34589F 0%, #30A5FF 100%);
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 35px;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  background: linear-gradient(90deg, #34589F 0%, #01CCA3 100%);
}
.btn:hover {
  color: #fff;
}
.btn:hover::before {
  opacity: 1;
}
.btn:hover .icon.circle {
  transform: translate(0.5rem, 0);
  width: 20px;
  height: 0.125rem;
  border-radius: 0;
}
.btn:hover .icon.circle:before {
  top: -0.25rem;
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-color: #fff;
}
.btn .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.btn .circle {
  margin-left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.btn .circle:before {
  position: absolute;
  content: "";
  border-top: 0.125rem solid transparent;
  border-right: 0.125rem solid transparent;
  transform: rotate(45deg);
  transition: all 0.35s ease-in-out;
}

.tel_btn {
  text-align: center;
  font-weight: 700;
  color: #34589F;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.tel_btn b {
  margin-left: 5px;
  font-size: 25px;
  font-size: 1.5625rem;
}
.tel_btn small {
  display: block;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

.line_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #06C755;
  font-size: 26px;
  font-size: 1.625rem;
}
.line_btn small {
  display: block;
}
.line_btn .line_icon {
  width: 53px;
  height: 52px;
  margin-right: 10px;
  background: no-repeat 50%/cover url(../img/parts/LINE_icon.svg);
}

/*----------------------------------------------------------------------
レイアウトパーツ
----------------------------------------------------------------------*/
.photo_img {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.photo_img:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.photo_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

main {
  padding-bottom: 60px;
}

section {
  position: relative;
}
section .wrap, section .wrap_l {
  position: relative;
  z-index: 2;
}

.bg_box svg {
  display: block;
}
.bg_box__top {
  mix-blend-mode: multiply;
}
.bg_box__bottom {
  transform: scale(-1, -1);
  mix-blend-mode: multiply;
}
.bg_box__inner {
  position: relative;
  padding-bottom: 60px;
}
.bg_box__inner:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #EBF8FF;
  mix-blend-mode: multiply;
}

.cloud_left::before {
  position: absolute;
  top: 0;
  left: 5%;
  display: block;
  content: "";
  width: 16vw;
  padding-top: 16%;
  background: no-repeat 50%/cover url(../img/parts/cloud_illust.svg);
}
@media screen and (max-width: 768px) {
  .cloud_left::before {
    width: 20vw;
  }
}

.cloud_right::before {
  position: absolute;
  top: 0;
  right: 5%;
  display: block;
  content: "";
  width: 16vw;
  padding-top: 16%;
  background: no-repeat 50%/cover url(../img/parts/cloud_illust.svg);
}
@media screen and (max-width: 768px) {
  .cloud_right::before {
    width: 20vw;
  }
}

.tree_left::after {
  position: absolute;
  top: 0;
  left: 2%;
  display: block;
  content: "";
  width: 10vw;
  padding-top: 16%;
  background: no-repeat 50%/cover url(../img/parts/tree_illust.svg);
}
@media screen and (max-width: 768px) {
  .tree_left::after {
    width: 20vw;
    padding-top: 28%;
  }
}

.tree_right::after {
  position: absolute;
  top: 0;
  right: 2%;
  display: block;
  content: "";
  width: 10vw;
  padding-top: 16%;
  background: no-repeat 50%/cover url(../img/parts/tree_illust.svg);
}
@media screen and (max-width: 768px) {
  .tree_right::after {
    width: 20vw;
    padding-top: 28%;
  }
}

.message {
  margin-bottom: 120px;
}
.message .swiper {
  max-width: 90vw;
  margin-bottom: 80px;
  padding-top: 60px;
}
.message .swiper .swiper-wrapper {
  align-items: flex-start;
  transition-timing-function: linear;
}
.message .swiper .swiper-slide:nth-child(2n) {
  margin-top: -60px;
}
.message .swiper .photo_img {
  border-radius: 5px;
}
.message .media_box {
  align-items: center;
}

.access {
  margin-bottom: 120px;
}
.access .col {
  justify-content: space-between;
  align-items: center;
}
.access .map {
  position: relative;
  left: 5%;
  width: 40vw;
  margin-left: calc(50% - 50vw);
  border-radius: 10px;
  box-shadow: 10px 10px 0 #C4DFEC;
}
.access .map iframe {
  width: 100%;
  border-radius: 10px;
}
.access article {
  width: 50%;
}
.access article address {
  font-style: normal;
}
.access article p {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .access .map {
    left: 0;
    width: 100%;
    margin-left: 0;
    margin: 0 0 30px;
  }
  .access article {
    width: 100%;
  }
}

.contact {
  margin-bottom: 120px;
}
.contact .col {
  display: flex;
  justify-content: center;
  width: 100%;
}
.contact .col > * {
  justify-content: center;
  margin: 0 20px;
  padding: 20px 10px;
  width: calc(40% - 60px);
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .contact .col {
    flex-direction: column;
  }
  .contact .col > * {
    margin: 0;
    width: 100%;
  }
  .contact .col .tel_btn {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */