/* Theme base styles */
/* @import url('http://example.com/example_style.css'); */

/* ==========================================================================
共通
========================================================================== */
html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;/*Chrome,Safari*/
  -ms-text-size-adjust: 100%;/*EgdeMobile*/
  -moz-text-size-adjust: 100%;/*firefox*/
  scroll-behavior: smooth;
}
/* body.menu_open {
overflow: hidden;
position: fixed;
width: 100%;
} */




/* コンテンツ幅 */
.content_wrapper {
  padding: 0 40px 100px 40px;
}
.mx1312 {
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
}
.mx1120 {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
.mx800 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}


/* ブログ出力パーツ */
time {
  color: #111;
  opacity: 0.6;
}
.tag_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag {
  display: inline-block;
  color: #5184C5;
  border: solid 1px #5184C5;
  border-radius: 20px;
  background-color: #fff;
  line-height: 2;
  font-size: 13px;
  padding: 0 15px;
}
.tag.important {
  background-color: #E60012;
  color: #fff;
  border: 0;
}

/* 余白 */
.pt-0 { padding-top: 0!important; }
.pb-0 { padding-bottom: 0!important; }
.pl-0 { padding-left: 0!important; }
.pb-5 { padding-bottom: 5px!important; }
.pt-20 { padding-top: 20px!important; }
.pb-20 { padding-bottom: 20px!important; }

.m-0 { margin: 0!important; }
.mt-0 { margin-top: 0!important }
.mt-65 { margin-top: -65px!important; }
.mt-40 { margin-top: 40px!important; }
.mt-32 { margin-top: 32px!important; }
.mt-24 { margin-top: 24px!important; }
.mt-60 { margin-top: 60px!important; }

.mb-0 { margin-bottom: 0px!important; }
.mb-10 { margin-bottom: 10px!important; }
.mb-16 { margin-bottom: 16px!important; }
.mb-20 { margin-bottom: 20px!important; }
.mb-32 { margin-bottom: 32px!important; }
.mb--60 { margin-bottom: -60px!important; }

.mr-32 { margin-right: 32px!important; }

.ml-32 { margin-left: 32px!important; }
.ml-16 { margin-left: 16px!important; }

.overflow-hidden { overflow: hidden!important; }
.w-100 { width: 100%!important }
.block { display: block!important; }
.j-center { justify-content: center!important; }
.a-center { align-items: center!important; }
.margin0auto { margin: 0 auto; }

.pc.tb {
  display: block!important;
}
.tb, .tb_flex {
  display: none!important;
}
.sp {
  display: none!important;
}
@media screen and (max-width: 1100px) {
  .pc { 
    display: none!important;
  }
  .tb {
    display: block!important;
  }
  .tb_flex {
    display: flex!important;
  }
}
@media screen and (max-width: 767px) {
  .pc.tb {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}

/* ==========================================================================
下層テンプレート
========================================================================== */
.column2 {
  display: flex;
  flex-direction: row;
}
.column1 {
  max-width: 736px;
  margin: 0 auto;
}
.dnd_area {
  width: 100%;
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 767px) {
  .column2 {
    flex-direction: column;
  }
}
/* ==========================================================================
hover
========================================================================== */
.hov_underline {
  display: inline!important;
  background-image: linear-gradient(90deg, #233293, #233293);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 0% 1px;
  transition: background-size 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #222!important;
}
a:hover .hov_underline {
  background-size: 100% 1px;
  color: #233293!important;
}
/* .hov_underline:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
height: 1px;
width: 0;
background: #233293;
transition: width 0.5s ease;
} */
/* a:hover .hov_underline {
color: #223292!important;
}
a:hover .hov_underline:after {
width: 100%;
} */
/* a:hover .tag {
  background-color: #5184C5;
  color: #fff;
} */
a:hover img {
  opacity: 0.75;
  transition: opacity 0.5s ease;
}
/*.trans {
transition: all 0.3s ease-in-out;
}
.hov_zoom {
overflow: hidden;
position: relative;
transition: all 0.3s ease-in-out;
}
.hov_zoom:hover {
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.hov_zoom:hover .menu_title {
color: #0F3C72;
}
.hov_zoom img {
transition: transform 0.5s ease-in-out;
transform-origin: bottom;
}
.hov_zoom:hover img {
transform: scale(1.1);
} */


/* ==========================================================================
テキスト
========================================================================== */
.hs_cos_wrapper_type_rich_text h1,
.hs_cos_wrapper_type_module h1 {
  line-height: 150%; 
}
@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text h1,
  .hs_cos_wrapper_type_module h1 {
  }
}
.hs_cos_wrapper_type_rich_text h2,
.hs_cos_wrapper_type_module h2 { 
  margin: 120px 0 40px 0;
  padding: 0;
  line-height: 180%;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Noto Serif JP';
}
@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text h2,
  .hs_cos_wrapper_type_module h2 { 
    font-size: 32px;
    line-height: 1.4;
    margin: 60px 0 20px 0;
  }
}
.hs_cos_wrapper_type_rich_text h3,
.hs_cos_wrapper_type_module h3 {
  font-weight: 700;
  font-size: 32px;
  margin: 80px 0 40px 0;
  padding: 0;
  line-height: 130%;
}
@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text h3,
  .hs_cos_wrapper_type_module h3 {
    font-size: 28px;
    margin: 60px 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
}
.hs_cos_wrapper_type_rich_text h4,
.hs_cos_wrapper_type_module h4{
  font-weight: 700;
  font-size: 28px;
  padding: 14px 20px;
  margin: 80px 0 40px 0;
  line-height: 130%;
  background-color: #ECF4FB;
}
@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text h4,
  .hs_cos_wrapper_type_module h4 {
    font-size: 22px;
    margin: 60px 0 20px 0;
  }
}
.hs_cos_wrapper_type_rich_text h5,
.hs_cos_wrapper_type_module h5{
  font-size: 26px;
  font-weight: 700;
  margin: 50px 0 40px 0;
  line-height: 150%;
  padding: 0;
  border-bottom: solid 1px #5184C5;
}
@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text h5,
  .hs_cos_wrapper_type_module h5 {
    font-size: 22px;
    margin: 40px 0 20px 0;
  }
}
.hs_cos_wrapper_type_rich_text p,
.hs_cos_wrapper_type_module p {
  line-height: 180%;
  margin: 0;
  padding: 0;
  font-size: 22px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text p,
  .hs_cos_wrapper_type_module p {
    font-size: 20px;
  }
}
.hs_cos_wrapper_type_rich_text p img {
  margin: 20px 0;
}



/* scroll-margin-top */
h1, h2, h3, h4, h5, h6, a[data-hs-anchor] {
  scroll-margin-top: 110px;
}
@media screen and (max-width: 1100px) {
  h1, h2, h3, h4, h5, h6, a[data-hs-anchor] {
    scroll-margin-top: 40px;
  }

}
/* ==========================================================================
引用テキスト
========================================================================== */
.hs_cos_wrapper_type_rich_text blockquote,
.hs_cos_wrapper_type_module blockquote {
  margin: 40px 0 0 0;
  padding: 30px;
  background-color: #F4F6FA;
  border-radius: 10px;
  border: solid 1px #ccc;
}
.hs_cos_wrapper_type_rich_text blockquote strong,
.hs_cos_wrapper_type_module blockquote strong {
  font-size: 26px;
}
@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text blockquote,
  .hs_cos_wrapper_type_module blockquote {
    margin: 30px 0 0 0;
  }
  .hs_cos_wrapper_type_rich_text blockquote p,
  .hs_cos_wrapper_type_module blockquote p {
    font-size: 18px;
  }
  .hs_cos_wrapper_type_rich_text blockquote strong,
  .hs_cos_wrapper_type_module blockquote strong {
    font-size: 22px;
  }
}

/* ==========================================================================
箇条書き・番号付きリスト
========================================================================== */
/* ul */
.hs_cos_wrapper_type_rich_text ul{
  line-height: 150%;
  padding: 0;
  margin: 24px 0 0 0;
}
.hs_cos_wrapper_type_rich_text li {
  font-size: 22px;
  list-style: none;
  position: relative;
  padding-left: 1em;
  margin-top: 18px;
}
.hs_cos_wrapper_type_rich_text li:first-child {
  margin-top: 0;
}
.hs_cos_wrapper_type_rich_text li:before {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  background: #5184C5;
}
@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text li {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
}
/* ul[style*="list-style-type: circle;"] li:before {
position: absolute;
background: none;
left: 0;
top: 0;
content: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_list02.svg);
}
ul[style*="list-style-type: square;"] li:before {
position: absolute;
background: none;
left: 0;
top: -2px;
content: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_list03.svg);
} */


/* ol */
.hs_cos_wrapper_type_rich_text ol {
  counter-reset: ol_number;
  line-height: 150%;
  padding: 0;
  margin: 24px 0 0 0;
}
.hs_cos_wrapper_type_rich_text ol li:nth-child(n+10) {
  padding-left: 35px;
}
.hs_cos_wrapper_type_rich_text ol li:before {
  position: absolute;
  background: none;
  left: 0;
  top: 0;
  width: 100%;
  counter-increment: ol_number;
  content: counter(ol_number)'.';
  color: #222;
}

/* ol ローマ数字 */
.hs_cos_wrapper_type_rich_text ol[style*="list-style-type: upper-roman;"] {
  counter-reset: roman; /* 独自のカウンタ名を定義 */
  line-height: 180%;
  padding: 0 20px;
  margin: 24px 0 0 0;
  list-style: none; /* 通常の番号は非表示 */
  position: relative;
}
.hs_cos_wrapper_type_rich_text ol[style*="list-style-type: upper-roman;"] li {
  position: relative;
  padding-left: 2em;
}
.hs_cos_wrapper_type_rich_text ol[style*="list-style-type: upper-roman;"] li:nth-child(n+10) {
  padding-left: 2.5em;
}
.hs_cos_wrapper_type_rich_text ol[style*="list-style-type: upper-roman;"] li::before {
  counter-increment: roman;
  content: counter(roman, upper-roman) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #45AEBF;
  font-weight: 700;
}



@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text li{
    padding-left: 20px;
  }
  .hs_cos_wrapper_type_rich_text li:before {
    left: 0;
  }
}
/* ==========================================================================
リンクテキスト
========================================================================== */
.hs_cos_wrapper_type_rich_text a {
  color: #233293;
  text-decoration: underline;
}
.hs_cos_wrapper_type_rich_text a,
.hs_cos_wrapper_type_module a {
  /*   transition: all .15s; */
}
.hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: none;
  /*   color: #112A75; */
}
/* blank */
.hs_cos_wrapper_type_rich_text a[target="_blank"]{
  display: inline-block;
  padding: 0 1em 0 0;
  margin: 0 0.5em 0 0;
  position: relative;
}
.hs_cos_wrapper_type_rich_text a[target="_blank"]:before {
  content: url('https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_blank.svg');
  right: 0px;
  position: absolute;
  /*   top: 2px; */
}

/* a.pdf icon */
.hs_cos_wrapper_type_rich_text a.pdf:before {/*.hs_cos_wrapper_type_module a.pdf:before*/
  content: url('https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_pdf.svg');
  right 0px;
  /*   top: 2px; */
  position: absolute;
}

/* リンクアリの画像 */
.hs_cos_wrapper_type_rich_text a[target="_blank"]:has(> img),
.hs_cos_wrapper_type_module a[target="_blank"]:has(> img){
  padding: 0;
  margin: 0;
  position: unset;
}
.hs_cos_wrapper_type_rich_text a[target="_blank"]:has(> img):before,
.hs_cos_wrapper_type_module a[target="_blank"]:has(> img):before {
  content: none !important;
}


/* ==========================================================================
トップに戻るボタン
========================================================================== */
a.pageTop-btn {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: -1;
  opacity: 0;
  height: 53px;
  width: 53px;
  padding: 10px;
  background-image: url(https://41801273.fs1.hubspotusercontent-na1.net/hubfs/41801273/icon/TOP-button.svg);
  background-repeat: no-repeat;
}
a.pageTop-btn.show {
  z-index: 1;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  a.pageTop-btn {
    right: 20px;
    bottom: 20px;
    padding: 10px; 
  }
}

/* ==========================================================================
パンくずリスト
========================================================================== */
.bread {
  padding: 15px 0px 0px 30px;
}
.p-pankuzu {
  margin: 0;
  font-size: 16px;
  list-style: none;
  display: flex;
  gap: 20px;

}
.p-pankuzu li {
  position: relative;
  text-wrap: nowrap;
}
.p-pankuzu li a {
  color: #A7A7A7
}
.p-pankuzu li:before {
  content: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_pankuzu.svg);
  position: absolute;
  right: -14px;
}
.p-pankuzu li:last-child:before {
  content: '';
}
.p-pankuzu li:hover a {
  color: #a7a7a7;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  section.bread {
    padding: 0 20px 10px 20px;
  }
  .p-pankuzu {
    font-size: 12px;
    overflow-x: scroll;
  }
}

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
ul, ol {
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
/* dnd_section */
/* @media screen and (max-width: 767px) {
  div.row-fluid-wrapper.dnd-section {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  
} */

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings 

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
*/
/* Lists 

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
*/
/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button span, .btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  color: #333;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  border-radius: 5px;
  padding: 15px 60px;
  box-shadow: 0 6px 0 0 #CDD7DF;
  border: 0;
  border-radius: 30px;
  color: #fff;
}
button span:hover, .btn:hover {
  text-decoration: none;
  /*   font-weight: 700; */
  transition: all 0.5s ease;
}
.btn.btn_white {
  background: #fff;
  color: #327ABE;
  border: solid 1px #327ABE;
}
.btn.btn_green {
  background: linear-gradient(to right, #3BA9B4, #52D0DC);
  color: #fff;
}
.btn.btn_green:hover {
  background: linear-gradient(to right, #008D9C, #0EB3C2);
}

.btn.btn_purple {
  background: linear-gradient(to right, #827DB9, #A8A2E8);
  color: #fff;
}
.btn.btn_purple:hover {
  background: linear-gradient(to right, #6159B9, #7D74E8);
}

.btn.btn_pink {
  background: linear-gradient(to right, #FF858E, #FFA1A7);
  color: #fff;
}
.btn.btn_pink:hover {
  background: linear-gradient(to right, #FF525F, #FF6E77);
}

.btn.btn_orange {
  background: linear-gradient(to right, #FFA455, #FFBE64);
  color: #fff;
}
.btn.btn_orange:hover {
  background: linear-gradient(to right, #FF8921, #FFA830);
}
.btn.btn_blue {
  background: linear-gradient(to right, #5184C5, #82B3F1);
  color: #fff;
}
.btn.btn_blue:hover {
  background: linear-gradient(to right, #296EC5, #5298F1);
}
i.btn_icon_arrow {
  background-image: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_btn_arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 50%;
  width: 9px;
  height: 14px;
  margin-left: 10px;
  display: inline-block;
}
.btn_white i.btn_icon_arrow {
  background-image: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_btn_arrow_blue.svg);
}
i.btn_icon_anchor {
  background-image: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_btn_anc.svg);
  background-repeat: no-repeat;
  background-position-x: 3%;
  background-position-y: 50%;
  width: 18px;
  height: 7px;
  margin-right: 10px;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .btn {
    padding: 12px 30px;
    font-size: 18px;
  }

}
@media screen and (max-width: 767px) {
  i.btn_icon_arrow {
  margin-left: 7.45px;
  }
}
:root {
  --hsf-global__font-family: 'Noto Sans JP', sans-serif;
  /*   --hsf-global__font-size: 22px; */
  --hsf-global__color: #222;
  --hsf-default-background__padding: 0px 0px 0px 0px;
  --hsf-background__padding: 0px 0px 0px 0px;
  --hsf-background__border-style: none;
  /*   --hsf-background__border-width: 0 1px 1px 1px;
  --hsf-background__border-color: #112A75;
  --hsf-background__border-radius: 0 0 10px 10px; */

  /*btn*/
  --hsf-button__color: #fff;
  --hsf-button__font-size: 22px;
  --hsf-button__background-image: linear-gradient(to right, #5184C5, #82B3F1);
  --hsf-button__border-radius: 30px;
  --hsf-button__padding: 15px 0;
  --hsf-button__margin: 0 auto;
  --hsf-button__width: 40%;
  --hsf-button__box-shadow: 0 6px 0 0 rgba(0, 0, 0, .1);
  --hsf-button__justify-content: center;
  --hsfc-NavigationRow__Buttons: center;
  --hsf-default-navigationrow-buttons-single__justify-content: center;
  --hsf-default-navigationrow-buttons__justify-content: center;

  /*  label  */
  --hsf-field-label__font-size: 22px;
  --hsf-field-label__font-weight: 700;

  /* input */
  --hsf-field-input__font-size: 18px;
  --hsf-default-field-input__font-size: 18px;
  --hsf-field-input__height: 40px;
  --hsf-field-input__padding: 18px 20px 15px 20px;
  --hsf-field-input__placeholder-color: #A8A8A8;
  --hsf-field-input__color: #6A6A6A;
  --hsf-field-input__background-color: #fff;
  --hsf-field-input__border-color: #D9D9D9;
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-style: solid;

  /*  input tyeckbox  */
  --hsf-field-checkbox__color: #112A75;

  /*  input radio  */
  --hsf-field-radio__padding: 10px;

  /* 必須 */
  --hsf-field-label-requiredindicator__color: #fff;

  /*  layout  */
  /*   --hsf-default-row__vertical-spacing: 40px;
  --hsf-default-row__vertical-spacing: */
}

/* label */
label:not(:has(input)) > span > span {
  font-weight: 700;
}
label > span > span {
  font-weight: 400;
  font-size: 20px!important;
}

/* layout */
.hs_cos_wrapper_type_module.widget-type-form {
  padding: 80px 0;
  margin: 120px 0;
  background-color: #F4F6FA;
}
.hsfc-FormWrapper {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
[data-hsfc-id=Renderer] .hsfc-Row {
  margin-bottom: 40px!important;
}
@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_module.widget-type-form {
    padding: 60px 0;
    margin: 60px 0;
  }
  .hsfc-FormWrapper {
    max-width: 100%;
    margin: 0 40px;
  }
  [data-hsfc-id=Renderer] .hsfc-Row {
    margin-bottom: 24px!important;
  }
}
@media screen and (max-width: 767px) {
  .hsfc-FormWrapper{
    margin: 0 20px;
  }
  [data-hsfc-id=Renderer] .hsfc-Row {
    flex-direction: column!important;
    display: flex!important;
  }
}

/* コース名表示 */
.hsfc-RichText p {
  font-size: 22px;
}

h3.course-title {
  font-size: 22px;
  margin: 0 auto;
  max-width: 800px;
}
p.course-name {
  font-size: 26px;
  font-weight: 700;
  margin: 10px auto 0 auto;
  max-width: 800px;
}
.hsfc-RichText p {
  font-size: 20px;
  margin: 20px 0 0 0;

}

@media screen and (max-width: 1100px) {
  h3.course-title {
    margin: 0 40px;
  }
  p.course-name {
    margin: 10px 40px 0 40px;
  }
  .hsfc-RichText p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  h3.course-title {
    margin: 0 20px;
  }
  p.course-name {
    margin: 10px 20px 0 20px;
  }
}
/* btn */
[data-hsfc-id=Renderer] .hsfc-Button:not([disabled]):hover {
  transform: unset!important;
  filter: unset!important;
}
[data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons:has(>*:only-child){
  justify-content: center!important;
}
[data-hsfc-id=Renderer] .hsfc-Button　{
  background: linear-gradient(to right, #5184C5, #82B3F1);
  color: #fff;
}
button[type="submit"] {
  background: linear-gradient(to right, #5184C5, #82B3F1);
  color: #fff;
}
button[type="submit"]:hover {
  /*   background-color: #112A75!important; */
}


/* 必須ラベル */
.hsfc-FieldLabel__RequiredIndicator {
  display: inline-block;
  color: #fff!important;
  background-color: #F54D4D!important;
  font-size: 12px!important;
  padding: 1.5px 12px!important;
  margin-left: 10px!important;
  border-radius: 15px;
  font-weight: 700;
}

/* input text */
form input[type="text"]:focus-visible {
  border: solid 1px #233293!important;
}

/* input checkbox */
form input[type="checkbox"] {
  accent-color: #233293!important;
  padding: 0px!important;
  width: 20px!important;
  height: 20px!important;
}
[data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked:after {
  mask-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2016%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M1.013%208.11c0-.223.078-.412.234-.568l1.14-1.14c.155-.155.345-.233.568-.233s.413.077.57.233l2.46%202.47%205.492-5.5c.156-.156.346-.234.568-.234.224%200%20.413.077.57.233l1.138%201.14c.156.155.234.345.234.568%200%20.224-.078.414-.234.57l-6.06%206.06-1.14%201.14c-.155.155-.345.233-.568.233s-.413-.078-.57-.234l-1.138-1.14-3.03-3.03c-.156-.156-.234-.346-.234-.57z%22%2F%3E%3C%2Fsvg%3E)!important;
  background-color: #233293!important;
}
[data-hsfc-id=Renderer] .hsfc-CheckboxField label>input {
  flex-shrink: 0;
  padding: 10px;
}

/* input radio */
form input[type="radio"]:after {
  background-color: #233293!important;
}
[data-hsfc-id=Renderer] .hsfc-RadioFieldGroup__Options label>input {
  flex-shrink: 0;
  padding: 10px;
}

/* error */
.hsfc-ErrorAlert {
  font-size: 18px!important;
  margin-top: 0px!important;
  color: #F54D4D!important;
}
input[type="text"][aria-invalid="true"] {
  border: solid 1px #F54D4D;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

header {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 9999;
}
/*------------------------------------
header 上段ナビ
------------------------------------*/  
.header_topnavi_wrapper {
  display: flex;
  padding-top: 32px;
}
.header_sns {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.sns_icon {
  display: flex;
  gap: 7px;
}
.sns_icon img {
  width: 30px;
}
.sns_icon:first-child img,
.sns_icon:nth-child(2) img{
  width: 19.5px;
}
.sns_icon:hover {
  text-decoration: none;
  font-weight: unset;
  opacity: 0.6;
  transition: all 0.5s ease;
}
.sns_icon span {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
.sns_icon i {
  background-image: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_blank.svg);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50%;
  width: 12px;
  height: 10px;
  margin-left: 7px;
  display: inline-block;
}
.header_contact {
  margin-left: 30px;
}
header .btn {
  position: relative;
  padding: 7px 22px 8px 26px;
  font-family: 'Roboto';
}
header .btn:before {
  content: var(--txt);
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
/* header .btn:hover {
font-weight: 700; 
} */
.icon_tell {
  display: inline-block;
  margin-right: 5px;
  background-image: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_tel.svg);
  background-repeat: no-repeat;
  background-position-x: 5%;
  background-position-y: 50%;
  background-size: cover;
  width: 10px;
  height: 16px;
}

/*------------------------------------
header 下段ナビ
------------------------------------*/  
.header_inner {
  padding: 0 20px;
  opacity: 1;
  visibility: visible;
  transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
}
.header_row1 {
  display: flex;
  justify-content: space-between;
}
.header_logo {
  max-width: 400px;
  padding-top: 32px;
}
.header_logo img {
  width: 100%;
  vertical-align: middle;
}
/*------------------------------------
通常ヘッダー
------------------------------------*/
.header_bottom_navi {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 25px 0 25px 0;
}
.header_bottom_navi_item {
  margin-right: 30px;
  border-right: solid 1px #D6D6D6;
  position: relative;
}
.header_bottom_navi_item:last-child {
  margin: 0;
  border: 0;
}
.header_bottom_navi a.header_bottom_navi_a,
label.header_bottom_navi_a {
  font-size: 20px;
  color: #222;
  font-weight: 700;
  display: block;
  padding-right: 30px;
}
.header_bottom_navi_a:hover span,
.has_mega:hover .header_bottom_navi_a span,
.header_bottom_navi_a:hover {
  color: #233293;
  cursor: pointer;
}
.header_bottom_navi_a span {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 4px;
}
.header_bottom_navi_a span::after {/*hoveeの下線*/
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #233293;
  transition: width 0.5s ease;
}
.header_bottom_navi_a:hover span::after  {
  width: 100%;
}
.header_bottom_navi_input:checked ~ .header_bottom_navi_a {
  color: #233293;
}
.header_bottom_navi_input:checked ~ .header_bottom_navi_a span::after {
  width: 100%;
}
.header_bottom_navi_a i {
  background-image: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_txtlink3.svg);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50%;
  width: 12px;
  height: 10px;
  margin-left: 10px;
  display: inline-block;
}
.header_bottom_navi a.header_bottom_navi_a:hover i,
.has_mega:hover a.header_bottom_navi_a i,
.header_bottom_navi_input:checked ~ .header_bottom_navi_a i {
  background-image: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_txtlink2.svg);
}
.mega_menu {
  display: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(205, 215, 223, 0.8);
  border-radius: 15px;
  color: #222;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 40px;
  padding: 22px 30px;
  width: max-content;
}
.header_bottom_navi_input:checked ~ .mega_menu {
  display: block;
}
.mega_menu_inner {
}
.mega_menu_inner ul {
  list-style: none;
}
.mega_menu_inner li {
  position: relative;
  padding-left: 1em;
  margin-top: 10px;
}
.mega_menu_inner li:first-child {
  margin-top: 0;
}
.mega_menu_inner li:before {
  content: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_txtlink1.svg);
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
}
.mega_item {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.mega_item span {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 2px;
}
.mega_item span::after {/*hoveeの下線*/
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #233293;
  transition: width 0.5s ease;
}
.mega_item:hover span::after  {
  width: 100%;
}
/*------------------------------------
スクロールヘッダー
------------------------------------*/
.header_inner_scroll {
  padding: 32px 20px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header_inner_scroll .header_row1 {
  align-items: center;
}
.header_inner_scroll .header_logo {
  max-width: 300px;
  padding: 0;
}
.header_inner_scroll .header_bottom_navi {
  padding:0;
}
.header_inner_scroll .header_bottom_navi_item {
  border: 0;
  margin-right: 20px;
  padding-right: 0;

}
.header_inner_scroll .header_bottom_navi a.header_bottom_navi_a, 
.header_inner_scroll label.header_bottom_navi_a {
  font-size: 16px;
  padding-right: 0;
}
.header_inner_scroll .mega_item {

}

/*------------------------------------
状態クラス
------------------------------------*/
.header_shown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.header_hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/*------------------------------------
追加メディアクエリ
------------------------------------*/
@media screen and (max-width: 1340px) {
  .header_logo {
    max-width: 280px;
  }
  .header_bottom_navi_item {
    margin-right: 20px;
  }
  .header_bottom_navi a.header_bottom_navi_a,
  label.header_bottom_navi_a {
    font-size: 18px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1230px) {
  .header_inner_scroll .header_logo {
    max-width: 250px;
  }
  .header_inner_scroll .header_bottom_navi_item {
    margin-right: 15px;
  }
  .header_inner_scroll .header_bottom_navi a.header_bottom_navi_a,
  .header_inner_scroll label.header_bottom_navi_a {
    font-size: 15px;
  }
  .header_inner_scroll .header_bottom_navi_a i {
    margin-left: 5px; 
  }
}
@media screen and (max-width: 1100px) {
  /* header固定 */
  div[data-global-resource-path="life2025/templates/partials/header.html"]{
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }
  .header_inner, .header_inner_scroll {
    display: none;
  }
  .header_inner_sp {
    position: relative;
    padding: 0 0 0 40px;
    background: #fff;
    z-index: 1000;
  }
  .header_inner_sp_top {
    display: flex;
    justify-content: space-between;
    /*     align-items: flex-start; */
    align-items: center;
  }
  .header_inner_sp .header_logo {
    max-width: 270px;
    /*     padding: 25px 0 21px 0; */
    padding: 0;
  }
  /* ハンバーガーアイコン */
  .hamburger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 20;
    /*     background: #233293;
    padding: 10px; */
    background-image: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_hum.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*     margin-right: 30px; */
  }
  .hamburger.open {
    background-image: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_hum_close.svg);

  }
  /*   .hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}
  .hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
  .hamburger.open span:nth-child(2) {
  opacity: 0;
}
  .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
} */
  .hamburger_nav {
    position: fixed;
    left: 0;
    top: 0;            /* JS で header 高さに書き換える */
    width: 100%;
    max-width: 100%;
    height: 100%;       /* JS で最終高さに調整 */
    background: #fff;
    overflow-y: auto;
    z-index: 9999;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition:
      transform .4s ease,
      opacity .4s ease,
      visibility .4s ease,
      top .3s ease,
      height .3s ease;
  }

  .hamburger_nav.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .hamburger_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hamburger_nav li {
    border-bottom: 1px solid #C0D1E0;
  }
  ul.mainmenu li {
    position: relative;
  }
  ul.mainmenu li:before {
    content: url(https://45044564.fs1.hubspotusercontent-na2.net/hubfs/45044564/life/icon/icon_txtlink1.svg);
    position: absolute;
    display: block;
    left: 20px;
    top: 14px;
  }
  ul.mainmenu li.has_submenu:before {
    content: '';
  }
  .hamburger_nav a,
  .hamburger_nav label.parent {
    display: block;
    padding: 16px 40px;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
  }

  /* サブメニュー */
  label ul.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: 0 6px 12px rgba(205, 215, 223, 0.6);
    background: #fff;
  }
  ul.submenu li {
    border: 0;
    padding-left: 20px;
  }
  ul.submenu li:before {
    top: 10px;
  }
  ul.submenu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .has_submenu .submenu {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
  }
  .has_submenu input:checked + label .submenu {
    max-height: 500px;
    margin-top: 16px;
    padding: 10px 0; 
  }
  .parent .toggle_icon {
    transition: all .3s ease;
    margin-top: 10px;
  }
  .has_submenu input:checked + label .toggle_icon {
    transform: rotate(180deg);
  }
  .toggle_icon {
    float: right;
    transition: transform 0.3s ease;
  } 
  .hamburger_nav .btn_wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .hamburger_nav .btn_blue {
    color: #fff;
    font-size: 24px;
    box-shadow: none;
  }
  .hamburger_nav .icon_tell {
    margin-right: 0;
    width: 12px;
  }
  .btn_bottom_txt{
    display: block;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .header_inner_sp {
    padding: 0 0 0 20px;
  }
  .header_inner_sp .header_logo {
    max-width: 180px;
    /*     padding-top: 15px;
    padding-bottom :14px; */
  }
  /* ハンバーガーアイコン */
  .hamburger {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }
  .hamburger_nav a, .hamburger_nav label.parent {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hamburger_nav a span, .hamburger_nav label.parent span {
    padding-left: 1em;
  }
  .has_submenu input:checked + label .submenu {
    padding: 10px 0;
  }

  ul.submenu li:before {
    top: 10px;
  }
  ul.submenu li span.hov_underline {
    padding-left: 0;
  }
  ul.submenu li a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.footer_top {
  padding: 60px 0 45px 0;
}
.footer_logo {
  display: flex;
  justify-content: center;
}
.footer_bottom {
  background-color: #F6F5EB;
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy span {
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .footer_bottom {
    padding: 19px 0;
  }
  .copy span {
    font-size: 11px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer_top {
    padding: 60px 0;
  }
  .footer_logo img {
    max-width: 300px;
  }

}


/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}