/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* 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 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media(max-width:1190px){
  main.body-container-wrapper .dnd-section>.row-fluid {
    padding-left:15px;
    padding-right: 15px;
}
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  main.body-container-wrapper .dnd-section>.row-fluid {
    padding: 0 4vw;
  }
  
  main.body-container-wrapper .dnd-section {
    padding-bottom: 9.33vw !important;
    padding-top: 9.33vw !important;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/Resocia_March2021/fonts/fa-brands-400.eot');
    src: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/Resocia_March2021/fonts/fa-brands-400.eot') format("embedded-opentype"),
         url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/fonts/fa-brands-400.woff2') format("woff2"),
         url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/fonts/fa-brands-400.woff') format("woff"),
         url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/fonts/fa-brands-400.ttf') format("truetype");
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/Resocia_March2021/fonts/fa-regular-400.eot');
    src: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/Resocia_March2021/fonts/fa-regular-400.eot') format("embedded-opentype"),
         url(https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/fonts/fa-regular-400.woff2) format("woff2"),
         url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/fonts/fa-regular-400.woff') format("woff"),
         url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/fonts/fa-regular-400.ttf') format("truetype");
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/Resocia_March2021/fonts/fa-solid-900.eot');
    src: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/Resocia_March2021/fonts/fa-solid-900.eot') format("embedded-opentype"),
         url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/fonts/fa-solid-900.woff2') format("woff2"),
         url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/fonts/fa-solid-900.woff') format("woff"),
         url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/fonts/fa-solid-900.ttf') format("truetype");
}

.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,.fas {
    font-weight: 900
}

html {
  font-size: 24px;
}

body {
  font-family: Noto Sans Japanese;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Noto Sans Japanese;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Noto Sans Japanese;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Noto Sans Japanese;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin:0px;
  font-size:10px;
  color:#333;
  padding:0px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
  font-family:Noto Sans Japanese;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Noto Sans Japanese;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all .15s linear;
  border-style: solid;
  font-size: 16px;
  text-decoration: none !important;
  -webkit-box-shadow: 0 0 0 0 rgb(34 36 38 / 15%) inset;
  box-shadow: inset 0 0 0 0 rgb(34 36 38 / 15%);
  margin: 0 .25em 0 0;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  outline:none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: -apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Hiragino sans,Meiryo,sans-serif;
  font-size: 16.8px;
  font-weight: 400;
  line-height: 23px;
}

.hs-error-msgs label {
  color: #f56c6c !important;
  font-size: 12px;
  line-height: 1 !important;
  padding-top: 4px !important;
}

.hs-input {
  display: block;
  max-width: 1000px;
  width: 100%;
  height: 50px;
  padding: .67857143em 1em;
  font-weight: normal;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  font-size: 1em;
  background: #fff;
  border: 1px solid rgba(34,36,38,.15);
  color: rgba(0,0,0,.87);
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: color .1s ease,border-color .1s ease;
  transition: color .1s ease,border-color .1s ease;
  font-family: -apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Hiragino sans,Meiryo,sans-serif;
  line-height: 1.21428571em;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  float: left;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #333333;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Noto Sans Japanese;
}

.hs-form .field .input a {
    margin-top: 18px;
}

@media(max-width:767px){
  .hs-input {
  max-width: 100%;
}
}

form.hs-form,
.center-form .hs_cos_wrapper .form-title {
max-width: 800px;
display: block;
margin: 0 auto;
}

form,
body form.hs-form fieldset {
 max-width: none;
 }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}


@media screen and (max-width: 768px) {

  .widget-type-rich_text table, td, tr {
      width: 100%!important;
  }

}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.landing-header .header_container-row {
    padding: 24px 20px 15px 30px;
}

@media(max-width:1500px){
  .landing-header .header_container-row {
    padding: 24px 1.33vw 15px 20px;
}
}

@media(max-width:991px){
  .landing-header .header_container-row {
    padding: 4.61vw 4vw 4.66vw 4vw;
}
}

@media(max-width:767px){
  .landing-header .header_container-row {
    border-bottom: 0;
}
  
.landing-header .header_container-row {
    border-bottom: 0;
    padding-top: 4.51vw;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}


.header_container {
    max-width: 1580px;
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.header_container-row {
    text-align: center;
    padding: 10px 20px 0px 30px;
    display: table;
    width: 100%;
}

.l-header-right-block a:hover {
    text-decoration: none;
}

.l-header-center-table01 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 15px;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.navigation-primary ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navigation-primary ul li a {
    text-decoration: none;
}

.header_container-row > div {
    display: table-cell;
}

.header_container-row .l-header-left {
    width: auto;
    text-align: left;
    padding-top: 0;
    vertical-align: middle;
}

.header_logo img {
    max-width: 172px;
    width: 100%;
    vertical-align: bottom;
    height: auto;
}

.header_container-row .l-header-center {
    vertical-align: top;
    max-width: 837px;
    text-align: center;
}

.l-header-right .l-header-right-block-list {
    cursor: pointer;
}

.header_container-row .l-header-right {
    vertical-align: top;
    width: 200px;
}

.header_container-row .l-header-center .l-header-center-table01 {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-top:-1px;
}

.header_container-row .l-header-center .custom-menu-primary {
    display: table;
    margin-left: auto;
    text-align: right;
    width: 832px;
}

.header_container-row .l-header-center .l-header-center-table01 ul>li {
  padding-right: 15px;
  float: left;
}

.header_container-row .l-header-center .l-header-center-table01 ul>li>a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
    transition: 0.1s linear;
}


.navigation-primary .level-1 {
    display: table;
    margin-left: auto;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.navigation-primary .level-1>li {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    padding: 0 0 20px;
}

.navigation-primary .level-1>li.選ばれる理由>a {
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow02_pc.png') right center no-repeat transparent;
    background-size: 6px auto;
}

.navigation-primary .level-1>li>a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    padding-right: 15px;
    display: inline-block;
}

.header_container-row .l-header-center .l-header-center-table01 ul>li>a .fas {
    padding-left: 5px;
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.navigation-primary .level-1>li.解決できる課題>a {
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow02_pc.png') right center no-repeat transparent;
    background-size: 6px auto;
}

.custom-menu-primary .has-submenu > a {
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_plus_pc.png') right center no-repeat transparent;
    background-size: 12px auto;
}


.l-header-right .l-header-right-block {
    text-align: right;
    padding-bottom: 15px;
}

.l-header-right .l-header-right-block-list {
    display: block;
    border-radius: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #ff9537;
    background-size: 9px auto;
    padding: 19px 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.16em;
}

.header.site-header {
    max-width: 100%;
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px;
    max-height: 95px;
    position: fixed;
    top: 0;
    z-index: 10000;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 15%);
}

.l-header-center-list-mega {
    border-top: 2px solid #dceeff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    position: fixed;
    z-index: 10000;
    margin: 0 auto;
    padding: 40px 0px 30px;
/*     min-width: 1200px; */
    width: 100%;
    white-space: nowrap;
    background: #e5eff8;
    color: #000000;
    top: 95px;
    text-align: left;
    border-bottom: 2px solid #dceeff;
    left: 0;
}

.navigation-primary .level-1>li:hover .l-header-center-list-mega {
    opacity: 1;
    visibility: visible;
}

.l-header-center-list-mega-inner {
    max-width: 1150px;
    margin: 0 auto;
}

.navigation-primary ul.submenu.level-2 {
    display: block;
    width: 100%;
}

.navigation-primary ul.submenu.level-2>li {
    width: 33.333%;
    vertical-align: top;
    padding-bottom: 21px;
    float: left;
}

.navigation-primary ul.submenu.level-2 {
    margin-left: 8px;
}

.navigation-primary ul.submenu.level-2>li:nth-child(3n+1) {
    padding-right: 14px;
}

.navigation-primary ul.submenu.level-2>li:nth-child(3n+2) {
    padding-left: 7px;
    padding-right: 7px;
}

.navigation-primary ul.submenu.level-2>li:nth-child(3n) {
    padding-left: 14px;
}


.navigation-primary ul.submenu.level-2:after {
    content: "";
    clear: both;
    display: table;
}

.navigation-primary ul.submenu.level-2>li>a {
    display: block;
    border: 2px solid #50abff;
    border-radius: 15px;
    color: #50abff;
    padding: 10px 40px 10px 30px;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow02_pc.png') right 20px center no-repeat #FFFFFF;
    background-size: 9px auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.08em;
}

.l-header-center-list-mega-span {
    display: block;
    color: #50abff;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.73;
    letter-spacing: 0.08em;
}

.header_logo a:hover {
    opacity: .8;
}

.l-header-center-list-mega02-inner {
    max-width: 1150px;
    margin: 0 auto;
}

.l-header-center-list-mega02-table {
    display: flex;
    justify-content: center;
}

.l-header-center-list-mega02 {
    border-top: 2px solid #ffe6c3;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    position: fixed;
    z-index: 10000;
    margin: 0 auto;
    padding: 40px 0px 30px;
/*     min-width: 1200px; */
    width: 100%;
    white-space: nowrap;
    background: #ffe6c3;
    color: #000000;
    top: 95px;
    left: 0;
    text-align: left;
    border-bottom: 2px solid #ffe6c3;
}

/* .l-header-right-block:hover .l-header-center-list-mega02 {
    visibility: visible;
    opacity: 1;
} */

.l-header-center-list-mega02-table:after {
    content: "";
    clear: both;
    display: table;
}

.l-header-center-list-mega02-table-block {
    width: 33.3%;
    vertical-align: top;
    padding-bottom: 2.66vw;
    float: left;
}

.l-header-center-list-mega02-table-block-span.p-center {
    text-align: center;
    padding-right: 9px;
}

.l-header-center-list-mega02-inner a {
    text-decoration: none;
}

.l-header-center-list-mega02-table-block:nth-of-type(3n+1) {
    padding-right: 20px;
}

.l-header-center-list-mega02-table-block:nth-of-type(3n+2) {
    padding-left: 10px;
    padding-right: 10px;
}

.l-header-center-list-mega02-table-block:nth-of-type(3n) {
    padding-left: 20px;
}

.l-header-center-list-mega02-table-block-link {
    display: block;
    transition: 0.1s linear;
}

.l-header-center-list-mega02-table-th {
    display: table;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 2px solid #ff9537;
    background: #ff9537;
    text-align: center;
    padding: 20px 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin: 0;
    vertical-align: baseline;
}

.l-header-center-list-mega02-table-td {
    display: table;
    width: 100%;
    height: 116px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px solid #ff9537;
    background: #FFFFFF;
    text-align: center;
    padding: 20px 20px;
    color: #ff9537;
}

.l-header-center-list-mega02-table-block-label {
    display: table-cell;
    vertical-align: middle;
    padding: 0 60px;
    text-align: left;
}

.l-header-center-list-mega02-table-block-span {
    display: block;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow03_pc.png.png') right center no-repeat #FFFFFF;
    background-size: 9px auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.site-header-wrapper {
    min-height: 95px;
}

.l-header-center-list-mega02-inner p {
    margin-bottom: 0;
}

.header_logo a:focus {
    outline: none;
}

@media(min-width:992px){
  .humbar-menu{
    display:none;
  }

  .mobile-menu-section {
    display: none;
}
  
.l-mega-background {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 95px;
    left: 0;
    z-index: 9999;
}

  
.l-mega-background.js-show {
    visibility: visible;
    opacity: 1;
}

}

@media(max-width:1500px){
  .header_container-row {
    max-width: 100%;
    min-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 1.33vw 0 20px;
    display: table;
    background: #FFFFFF;
    box-shadow: 0 0 7px rgb(0 0 0 / 30%);
}

.header_container-row .l-header-left {
    width: 220px;
    text-align: left;
    padding-top: 0;
}

.header_container-row .l-header-center {
    max-width: 862px;
    width: auto;
    text-align: center;
}

.header_container-row .l-header-right {
  max-width: 200px;
  min-width: 149px;
  width: auto !important;
}

.l-header-right .l-header-right-block-list {
    display: block;
    border-radius: 30px;
    text-align: center;
    background: #ff9537;
    background-size: 9px auto;
    padding: 19px 0.66vw;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.16em;
}
  
.navigation-primary .level-1>li {
    padding-right: 10px;
}
  
.navigation-primary .level-1>li:last-child {
    padding-right: 0px;
}
  
  
  
}

@media(max-width:1281px){
  .header_container-row .l-header-right {
    min-width: 151px;
    width: 154px !important;
}
}

@media(max-width:1212px){
  .header_container-row .l-header-center .custom-menu-primary {
    width: 100%;
    max-width: 832px;
}

.header_container-row .l-header-left {
    width: auto;
    max-width: 200px;
}

.header_container-row {
    min-width: 100%;
}

.header_container {
    min-width: 100%;
    max-width: 100%;
}

.header.site-header {
    min-width: 100%;
}
}

@media(max-width:1190px){
  .navigation-primary ul.submenu.level-2 {
    margin-left: 0;
}
  
 .l-header-center-list-mega-inner {
    padding-left: 10px;
    padding-right: 10px;
}
  
.l-header-center-list-mega02-inner {
    padding-left: 10px;
    padding-right: 10px;
}
  
}

@media(max-width:1110px){
  .l-header-center-list-mega02-table-td {
    display: inline-block;
}
}

@media(max-width:1061px){
  .navigation-primary .level-1>li>a {
    font-size: 14px;
}
}

@media(max-width:991px){
  .site-header-wrapper {
    height: 18.66vw;
    min-height: auto;
}

.header.site-header {
    min-width: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px;
    height: 18.66vw;
    max-height: initial;
}

.header_container-row {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 2.66vw 4vw 2.66vw 4vw;
    display: table;
    box-shadow: 0 0 7px rgb(0 0 0 / 30%);
}

.header_container-row .l-header-left {
    width: 50vw;
    text-align: left;
}

.header_container-row .l-header-center {
    display: none;
}

.header_container-row .l-header-right {
    max-width: 100%;
    min-width: auto;
    width: 50vw !important;
    text-align: right;
}
  
  
.header_container-row .l-header-right > div {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    padding-bottom: 0;
}

.header_container-row .l-header-right .humbar-menu {
    position: relative;
    width: 13.33vw;
    height: 13.33vw;
    margin-left: 4vw;
    border-radius: 50%;
    background: #ddefff;
    cursor: pointer;
}
  
.header_container-row {
    border-bottom: 1px solid transparent;
}

.l-header-drawer__line:nth-of-type(1) {
    top: 4.66vw;
}
  
  .l-header-right .l-header-right-block-list {
    margin-right: -1px;
}

.l-header-drawer__line {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid #004293 0.53vw;
    width: 5.33vw;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.l-header-drawer__line:nth-of-type(2) {
    top: 6.52vw;
}

.l-header-drawer__line:nth-of-type(3) {
    top: 8.38vw;
}
  
.l-header-right .l-header-right-block-list {
    display: inline-block;
    border-radius: 6.66vw;
    text-align: center;
    color: #FFFFFF;
    background: #ff9537;
    background-size: 3.2vw auto;
    padding: 3.6vw 4vw 3.46vw 4vw;
    font-size: 3.73vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.16em;
}
  
.header_logo img {
    max-width: 28.8vw;
    min-width: auto;
    width: 100% !important;
}
  
/*---------------menu---------------*/
  .mobile-menu-top ul>li.hs-menu-depth-1 .hs-menu-children-wrapper {
    display: none;
}
  
.mobile-menu-section-row {
    width: 100%;
    position: fixed;
    z-index: 9991;
    top: 18.66vw;
    right: -100%;
    min-height: 100vh;
    padding: 6vw 8vw 24vw;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 0.4vw solid #ddefff;
}
  
.mobile-open .mobile-menu-section-row {
    right: 0;
    overflow-y: auto;
    height: 100%;
}
  
.mobile-menu-top ul>li.hs-menu-depth-1>a {
    width: 100%;
    display: block;
    padding: 6vw 4vw 6vw 0;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow02_sp.png') right center no-repeat transparent;
    background-size: 2.4vw auto;
    font-size: 4.26vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #333 !important;
}
  
.mobile-menu-top ul>li.hs-menu-depth-1.hs-item-has-children>a {
    width: 100%;
    display: block;
    padding: 6vw 4vw 6vw 0;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow02-open_pc.png.png') right center no-repeat transparent;
    background-size: 4vw auto;
    font-size: 4.26vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
}
  
.mobile-menu-bottom ul {
    width: 100%;
    display: table;
    padding: 7.33vw 0 6vw;
}

.mobile-menu-bottom ul>li {
    width: auto;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.mobile-menu-bottom ul>li>a {
    text-align: center;
    font-size: 3.73vw;
    font-weight: 500;
    line-height: 1;
    left: 0.08em;
    display: block;
}
  
.mobile-menu-bottom ul>li.hs-menu-depth-1:nth-child(1) a .fas {
    padding-left: 1.33vw;
}
  
.mobile-open .l-header-drawer__line:nth-of-type(1) {
    top: 6.52vw;
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
}

.mobile-open .l-header-drawer__line:nth-of-type(2) {
    display: none;
}

.mobile-open .l-header-drawer__line:nth-of-type(3) {
    top: 6.52vw;
    bottom: auto;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
}

.mobile-menu-top ul>li.hs-menu-depth-1 {
    position: relative;
}
  
div.child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13.2vh;
    cursor: pointer;
}
  
.mobile-menu-top ul>li.hs-menu-depth-1.hs-item-has-children.active>a {
    width: 100%;
    display: block;
    padding: 6vw 4vw 6vw 0;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow02-close_pc.png.png') right center no-repeat transparent;
    background-size: 4vw auto;
    font-size: 4.26vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
}
  
.mobile-menu-top ul>li.hs-menu-depth-1 .hs-menu-children-wrapper {
    padding: 2.66vw 2vw;
}

.mobile-menu-top ul>li.hs-menu-depth-1 .hs-menu-children-wrapper>li>a {
    display: block;
    border-radius: 2vw;
    color: #FFFFFF;
    padding: 2vw 5.33vw;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow01_sp.png') right 5.33vw center no-repeat #50abff;
    background-size: 2.4vw auto;
    font-size: 4.26vw;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.08em;
    margin-bottom: 2.66vw;
}

.mobile-menu-top ul>li.hs-menu-depth-1 .hs-menu-children-wrapper>li>a>span {
    display: block;
    color: #FFFFFF;
    padding-bottom: 0.66vw;
    font-size: 3.73vw;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0.08em;
}
  
.mobile-menu-top ul>li.hs-menu-depth-1:nth-child(4) ul.hs-menu-children-wrapper>li.hs-menu-depth-2 {
}

.mobile-menu-top ul>li.hs-menu-depth-1:nth-child(4) ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(1) a {
    padding: 4.93vw 5.33vw;
}

.mobile-menu-top ul>li.hs-menu-depth-1:nth-child(4) ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(2) a {
    padding: 4.93vw 5.33vw;
}

.mobile-menu-top ul>li.hs-menu-depth-1:nth-child(4) ul.hs-menu-children-wrapper>li.hs-menu-depth-2:nth-child(4) a {
    padding: 4.93vw 5.33vw;
}


 /*---------drop click----------*/
  
  .l-header-right .l-header-right-block-list {
    cursor: pointer;
}
  
 .l-header-center-list-mega02 {
    display: block;
    transition: 0.5s;
    position: fixed;
    z-index: 10000;
    margin: 0 auto;
    padding: 9.33vw 10vw 6vw;
    min-width: auto;
    width: 100%;
    white-space: nowrap;
    background: #ffe6c3;
    color: #000000;
    top: 18.66vw;
    left: 0;
    text-align: left;
    border-bottom: 2px solid #ffe6c3;
     padding-bottom: 200px;
     height: 100vh;
     overflow-y: auto;
}
/*   
.mob-dropdown-open .l-header-center-list-mega02 {
    visibility: visible !important;
    opacity: 1 !important;
} */
  
 .mob-dropdown-open .l-header-right .l-header-right-block-list {
    display: inline-block;
    border-radius: 6.66vw;
    text-align: center;
    color: #FFFFFF;
    background: #ff9537;
    background-size: 3.2vw auto;
    padding: 3.6vw 4vw 3.46vw 4vw;
    font-size: 3.73vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.16em;
}
  
  .l-header-right-block:hover .l-header-center-list-mega02 {
    visibility: hidden;
    opacity: 0;
}

.l-header-center-list-mega02-inner {
    width: 100%;
    margin: 0 auto;
}

.l-header-center-list-mega02-table {
    display: block;
    width: 100%;
}

.l-header-center-list-mega02-table-block {
    width: 100%;
    display: block;
    vertical-align: top;
    padding-bottom: 4vw;
}

.l-header-center-list-mega02-table-block:nth-of-type(3n+1) {
    padding-right: 0;
}

.l-header-center-list-mega02-table-block:nth-of-type(3n+2) {
    padding-left: 0;
    padding-right: 0;
}

.l-header-center-list-mega02-table-block:nth-of-type(3n) {
    padding-left: 0;
}

.l-header-center-list-mega02-table-th {
    display: table;
    width: 100%;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    border: 0.26vw solid #ff9537;
    background: #ff9537;
    text-align: left;
    padding: 3.33vw 4vw;
    color: #FFFFFF;
    font-size: 4.26vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.l-header-center-list-mega02-table-td {
    display: table;
    width: 100%;
    height: auto;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
    border: 0.26vw solid #ff9537;
    background: #FFFFFF;
    text-align: left;
    padding: 3.33vw 4vw;
    color: #ff9537;
    margin: 0;
}

.l-header-center-list-mega02-table-block-label {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0;
    text-align: left;
}

.l-header-center-list-mega02-table-block-span {
    display: block;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow04_sp.png.png') right center no-repeat #FFFFFF;
    background-size: 2.4vw auto;
    font-size: 4.26vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.l-header-center-list-mega02-inner a {
    display: block;
}
  
  /*---------*/
  
  .l-header-center-list-mega-inner {
    padding-left: 0px;
    padding-right: 0px;
}
  
.l-header-center-list-mega02-inner {
    padding-left: 0px;
    padding-right: 0px;
}
  
 .l-header-center-list-mega02-table-block-span.p-center {
    text-align: left;
}
}

@media(min-width:768px){
  .navigation-primary ul.submenu.level-2>li>a:hover {
    opacity: 0.8;
}
  
  .mob-logo-hdr{
    display:none !important;
  }
  
}

@media(max-width:767px){
  .desk-logo-hdr{
    display:none !important;
  }
  
 .l-header-center-list-mega02-table-block-span.p-center {
    text-align: left;
}
}

@media(max-width:393px){
  .header_container-row {
    border-bottom: 0px solid transparent;
}
}

@media(max-width:320px)
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Noto Sans Japanese;
}

/*-------*/

.l-footer01 {
    padding: 45px 0 20px;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/bg_footer01_pc.png') center top no-repeat transparent;
    background-size: cover;
}

.l-footer01-inner > div {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

.l-footer01-inner .l-footer01-left {
    padding-top: 30px;
}

.l-footer01-inner .l-footer01-left h3 {
    padding-bottom: 40px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.27;
    letter-spacing: 0.08em;
    margin: 0;
}

.l-footer01-inner .l-footer01-left h3 br.sp-only {
    display: none;
}

.l-footer01-inner .l-footer01-left p {
    line-height: 0;
    padding-left: 80px;
    margin: 0;
}

.l-footer01-inner .l-footer01-left p img {
    max-width: 213px;
    width: 100%;
    vertical-align: bottom;
    height: auto;
}

.l-footer01-inner .l-footer01-right {
    padding-top: 0;
    padding-left: 25px;
}

.l-footer01-right a {
    display: inline-block;
    border-radius: 100px;
    padding: 10px 80px 15px 80px;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.64;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
    text-decoration: none;
}

.l-footer01-right a:nth-child(1) {
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow01_pc.png') right 40px center no-repeat #ff9537;
    background-size: 9px auto;
    margin-bottom: 25px;
    color: #fff;
}

.l-footer01-right a:nth-child(2) {
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow01_pc.png') right 40px center no-repeat #50abff;
    background-size: 9px auto;
    display: none;
}

.l-footer01-right a>span {
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.08em;
}

.l-footer04 {
    padding: 40px 0;
}

.l-footer04-inner {
    display: table;
    width: 100%;
}

.l-footer04-inner .l-footer04-block {
    width: 33.3%;
    display: table-cell;
    vertical-align: top;
}

.l-footer04-block:nth-of-type(3n+1) {
    padding-right: 20px;
}

.l-footer04-block:nth-of-type(3n+2) {
    padding-left: 10px;
    padding-right: 10px;
}

.l-footer04-block:nth-of-type(3n) {
    padding-left: 20px;
}

.l-footer04-inner .l-footer04-block a {
    display: block;
    transition: 0.1s linear;
    text-decoration: none;
}

.l-footer04-inner .l-footer04-block a .l-footer04-list {
    width: 100%;
    border-radius: 20px;
    border: 2px solid #50abff;
    background: #FFFFFF;
    padding: 25px 25px;
}

.l-footer04-inner .l-footer04-block a .l-footer04-list p:nth-child(1) {
    text-align: center;
    line-height: 0;
    padding-bottom: 20px;
    margin: 0;
}

.l-footer04-inner .l-footer04-block a .l-footer04-list p:nth-child(3) {
    text-align: center;
    margin: 0;
}

.l-footer04-inner .l-footer04-block a .l-footer04-list p:nth-child(1) img {
    max-width: 108px;
    width: 100%;
    vertical-align: bottom;
    height: auto;
}


.l-footer02 {
    padding: 60px 0;
}

.l-footer02 .l-footer02-table {
    width: 100%;
    display: table;
}

.l-footer02 .l-footer02-table .l-footer02-table-list {
    display: table-cell;
    vertical-align: top;
    padding-right: 50px;
}

.l-footer02 .l-footer02-table .l-footer02-table-list:last-of-type {
    padding-right: 0;
}

.l-footer02 .l-footer02-table .l-footer02-table-list:nth-child(1) img {
    max-width: 130px;
    width: 100%;
    vertical-align: bottom;
    height: auto;
}

.l-footer02 .l-footer02-table .l-footer02-table-list ul>li ul.hs-menu-children-wrapper {
    padding-top: 15px;
}

.l-footer02 .l-footer02-table .l-footer02-table-list ul>li ul.hs-menu-children-wrapper>li {
    text-align: left;
    padding-bottom: 15px;
}


.l-footer02 .l-footer02-table .l-footer02-table-list ul>li>a {
    display: block;
    text-align: left;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_footer01-blue_pc.png') right top 2px no-repeat transparent;
    background-size: 9px auto;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.l-footer03 {
    padding: 10px;
}

.l-footer03 p {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
}

.l-pagetop {
    position: relative;
    max-width: 1390px;
    margin: 0 auto;
    text-align: right;
}

.l-pagetop a {
    position: absolute;
    top: -100px;
    right: 0;
    text-align: right;
}

.l-pagetop a img {
    max-width: 80px;
    width: 100%;
    vertical-align: bottom;
    height: auto;
}

.l-footer02 .l-footer02-table .l-footer02-table-list ul>li ul.hs-menu-children-wrapper>li>a {
    background-image: none;
    padding-bottom: 0;
    border: 0;
    padding: 0;
}

.l-footer02 .l-footer02-table .l-footer02-table-list ul>li ul.hs-menu-children-wrapper>li>a:before {
    content: "";
    font-size: 14px;
    position: absolute;
    font-weight: 700;
    line-height: 1.5;
    width: 4px;
    border: .5px solid #50abff;
    top: 11px;
    left: -1px;
    letter-spacing: 0.05em;
}

.ftr-menu2 ul>li.hs-menu-depth-1 {
    padding-bottom: 0px !important;
}

.l-footer02 .l-footer02-table .l-footer02-table-list ul>li ul.hs-menu-children-wrapper>li>a {
    background-image: none;
    padding-bottom: 0;
    border: 0;
    padding: 0;
    padding-left: 9px;
    position: relative;
}

.l-footer02 .l-footer02-table .l-footer02-table-list ul>li.hs-menu-depth-1 {
    padding-bottom: 15px;
    text-align: center;
}

.l-footer04-inner .l-footer04-block a:hover {
    cursor: pointer;
    opacity: 0.7;
}

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

.l-footer04-inner .l-footer04-block a .l-footer04-list p:nth-child(3)>span {
    display: inline-block;
    padding: 0 28px 0 0;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow02_pc.png') right center no-repeat transparent;
    background-size: 9px auto;
    color: #50abff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.l-pagetop a:hover {
    opacity: .8;
}

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

.l-footer04-inner .l-footer04-block a {
    width: 100%;
    border-radius: 20px;
    border: 2px solid #50abff;
    background: #fff;
    padding: 25px 25px;
}


.l-footer04-inner .l-footer04-block p {
    margin-bottom: 0;
}

.l-footer04-inner .l-footer04-block p img {
    max-width: 108px;
    width: 100%;
    vertical-align: bottom;
    height: auto;
}

.l-footer04-inner .l-footer04-block p:nth-child(1) {
    text-align: center;
    line-height: 0;
    padding-bottom: 20px;
}

.l-footer04-inner .l-footer04-block p:nth-child(2) {
    text-align: center;
}

.l-footer04-inner .l-footer04-block p:nth-child(2)>span {
    display: inline-block;
    padding: 0 28px 0 0;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow02_pc.png') right center no-repeat transparent;
    background-size: 9px auto;
    color: #50abff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
}


@media(min-width:768px){
  .mob-backto-top {
    display: none !important;
}
  
  .mob-show-img{
    display: none !important;
  }
  
  .mob-logo-ftr{
    display: none !important;
  }
  
.l-footer02-table-list.ftr-logo>div:nth-child(2) {
    display: none;
}
 
.l-footer04-inner .l-footer04-block a .l-footer04-list p:nth-child(1) img:nth-child(2) {
    display: none;
}
  
.l-footer04-inner .l-footer04-block p:nth-child(1) img:nth-child(2) {
    display: none;
}
  
}

@media(max-width:1254px){
  .l-pagetop a {
    top: -91px;
}
}

@media(max-width:1190px){
  .l-footer01, .l-footer04, .l-footer02, .l-footer03 {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media(max-width:955px){
  .l-footer02 .l-footer02-table .l-footer02-table-list ul>li>a {
    font-size: 12px;
}
  
.l-footer02 .l-footer02-table .l-footer02-table-list {
    padding-right: 15px;
}
  
}

@media(max-width:780px){
  .l-footer01-right a {
    font-size: 26px;
}
}

@media(max-width:767px){
  .l-footer01 {
    padding: 9.33vw 4vw 10.66vw !important;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/bg_footer01_sp.png') center top no-repeat transparent;
    background-size: cover;
}

.l-footer01-inner>div {
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
}

.l-footer01-inner .l-footer01-left {
    padding-top: 0;
}

.l-footer01-inner .l-footer01-right {
    padding-top: 0;
    padding-left: 0;
}

.l-footer01-inner .l-footer01-left h3 {
    padding-bottom: 2.66vw;
    text-align: center;
    font-size: 6.4vw;
    font-weight: 500;
    line-height: 1.27;
    letter-spacing: 0.08em;
}

.l-footer01-inner .l-footer01-left h3 br.sp-only {
    display: block;
}

.l-footer01-inner .l-footer01-left p img {
    max-width: 28.4vw;
    width: 100%;
}

.l-footer01-inner .l-footer01-left p {
    text-align: center;
    line-height: 0;
    padding-left: 0;
}

.l-footer01-right a:nth-child(1) {
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow01_sp.png') right 8vw center no-repeat #ff9537;
    background-size: 2.4vw auto;
    margin-top: 3.33vw;
    margin-bottom: 3.33vw;
    color: #fff;
}

.l-footer01-right a:nth-child(2) {
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow01_sp.png') right 8vw center no-repeat #50abff;
    background-size: 2.4vw auto;
    display: none;
}

.l-footer01-right a {
    display: inline-block;
    border-radius: 13.33vw;
    padding: 2vw 12vw 3.33vw 12vw;
    text-align: center;
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.66;
    letter-spacing: 0.08em;
    margin-bottom: 0.66vw;
}
  
.l-footer01-right a>span {
    display: block;
    text-align: left;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
  
/*------------*/

.l-footer01, .l-footer04, .l-footer02, .l-footer03 {
    padding-left: 0;
    padding-right: 0;
}

.l-footer04 {
    padding: 8vw 4vw 1.33vw;
}

.l-footer04-inner .l-footer04-block {
    width: 100%;
    display: block;
    vertical-align: top;
}

.l-footer04-block:nth-of-type(3n+1) {
    padding-right: 0;
}

.l-footer04-inner .l-footer04-block {
    padding-left: 0;
    padding-right: 0;
}

.l-footer04-inner .l-footer04-block a {
    display: block;
    margin-bottom: 6.66vw;
}

.l-footer04-inner .l-footer04-block a .l-footer04-list {
    width: 100%;
    border-radius: 2.66vw;
    border: 2px solid #50abff;
    background: #FFFFFF;
    padding: 3.33vw 4vw;
    display: table;
    height: 177px !important;
}


.l-footer04-inner .l-footer04-block a .l-footer04-list p:nth-child(1) {
    text-align: left;
    line-height: 0;
    padding-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    width: 22vw;
}

.l-footer04-inner .l-footer04-block a .l-footer04-list p:nth-child(2) {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: auto;
}


.l-footer04-inner .l-footer04-block a .l-footer04-list>div>span {
    width: 100%;
    display: table;
}

  
.l-footer02 {
    padding: 5.33vw 8vw 9.33vw;
}

.l-pagetop {
    position: relative;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    padding: 0 8vw;
}

.l-pagetop a {
    position: absolute;
    top: -8vw;
    right: 0;
    text-align: right;
    opacity: 1 !important;
}

.l-pagetop a img {
    max-width: 17.46vw;
    width: 100%;
}

.l-footer02 .l-footer02-table {
    width: 100%;
    display: block;
}

.l-footer02 .l-footer02-table .l-footer02-table-list {
    display: block;
    vertical-align: top;
    padding-right: 0;
}

.l-footer02 .l-footer02-table .l-footer02-table-list:nth-child(1) img {
    max-width: 28.53vw;
    width: 100%;
}

.l-footer02 .l-footer02-table .l-footer02-table-list ul>li.hs-menu-depth-1 {
    padding-bottom: 0;
    text-align: left;
}

.l-footer02 .l-footer02-table .l-footer02-table-list ul>li.hs-menu-depth-1>a {
    display: block;
    text-align: left;
    border-bottom: 1px solid #c8c8c8;
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_footer01-blue_sp.png') right center no-repeat transparent !important;
    background-size: 2.4vw auto !important;
    padding-right: 5.33vw;
    font-size: 4.26vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.l-footer02 .l-footer02-table .l-footer02-table-list ul>li ul.hs-menu-children-wrapper>li>a {
    display: block;
    text-align: left;
    padding: 4vw 2.66vw 4vw 2.66vw;
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
}


.l-footer02 .l-footer02-table .l-footer02-table-list ul>li ul.hs-menu-children-wrapper>li>a:before {
    content: '';
    display: none;
}


.ftr-menu2 .l-footer02-table-list-sub ul>li.hs-menu-depth-1.hs-item-has-children>a {
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_footer01-blue-open_sp.png') right center no-repeat transparent !important;
    background-size: 4vw auto !important;
}

.l-footer02 .l-footer02-table .l-footer02-table-list ul>li ul.hs-menu-children-wrapper {
    padding-top: 0px;
    display: none;
}
  
.l-footer02-table a:hover {
    color: rgba(51,51,51,1) !important;
    opacity: 1 !important;
}
  
.l-footer03 {
    padding: 2.66vw 4vw;
}

.l-footer03 p {
    text-align: center;
    font-size: 2.66vw;
    font-weight: 400;
    letter-spacing: 0.08em;
}
  
.l-footer02 .l-footer02-table .l-footer02-table-list {
    text-align: center;
}
  
/*--------------*/
  
.ftr-menu2 .l-footer02-table-list-sub ul>li.hs-menu-depth-1.hs-item-has-children.active > a {
    display: block;
    text-align: left;
    border-bottom: none;
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_footer01-blue-close_sp.png') right center no-repeat transparent !important;
    background-size: 4vw auto !important;
    padding-right: 5.33vw;
    font-size: 4.26vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
  
.ftr-menu2 .l-footer02-table-list-sub ul>li.hs-menu-depth-1.hs-item-has-children {
    position: relative;
}
  
.ftr-menu2 .l-footer02-table-list-sub ul>li.hs-menu-depth-1.hs-item-has-children div.child-trigger {
    position: absolute;
    top: 0;
    width: 22%;
    left: auto;
    right: 0px;
    cursor: pointer;
}
  
.desktop-backto-top {
    display: none !important;
}
  
.l-footer04-inner .l-footer04-block a .l-footer04-list p:nth-child(1) img {
    max-width: 17.33vw;
    width: 100%;
}
  
  .l-footer04-inner .l-footer04-block a .mob-show-img img {
    max-width: 17.33vw;
    width: 100%;
}
  
  .desk-show-img{
     display: none !important;
  }
  
  .desk-logo-ftr{
    display: none !important;
  }
  
 .mob-logo-ftr img {
    max-width: 28.53vw;
    width: 100% !important;
}
  
  
/*------------*/
.l-footer04-inner .l-footer04-block a .l-footer04-list p:nth-child(3) {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: auto;
}
  
.l-footer04-inner .l-footer04-block a .l-footer04-list p:nth-child(3)>span {
    display: block;
    padding: 0 0 0 0;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow02_sp.png') right center no-repeat transparent;
    background-size: 2.4vw auto;
    color: #50abff;
    font-size: 4.26vw;
    font-weight: 500;
    letter-spacing: 0.08em;
}
  
  
.l-footer04-inner .l-footer04-block a .l-footer04-list p:nth-child(2)>span {
    display: block;
    padding: 0 0 0 0;
    background: url(https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow02_sp.png) right center no-repeat transparent;
    background-size: 2.4vw auto;
    color: #50abff;
    font-size: 4.26vw;
    font-weight: 500;
    letter-spacing: 0.08em;
}
  
.l-footer02-table-list.ftr-logo>div:nth-child(2) {
    display: block;
}
  
.l-footer02-table-list.ftr-logo>div:nth-child(1) {
    display: none;
}
  
.l-footer02-table-list.ftr-logo>div:nth-child(2) img {
    max-width: 28.53vw;
    width: 100% !important;
}

.l-footer04-inner .l-footer04-block a .l-footer04-list p:nth-child(1) img:nth-child(1) {
    display: none;
}
  
/*-----------------------*/
  
.l-footer04-inner .l-footer04-block p:nth-child(1) img:nth-child(1) {
    display: none;
}
  
 .l-footer04-inner .l-footer04-block p:nth-child(1) img:nth-child(1) {
    display: none;
}

.l-footer04-inner .l-footer04-block p:nth-child(1) img {
    max-width: 17.33vw;
    width: 100%;
}

.l-footer04-inner .l-footer04-block p:nth-child(1) {
    text-align: left;
    line-height: 0;
    padding-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    width: 22vw;
}

.l-footer04-inner .l-footer04-block p:nth-child(2) {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: auto;
}

.l-footer04-inner .l-footer04-block p:nth-child(2)>span {
    display: block;
    padding: 0 0 0 0;
    background: url('https://8073370.fs1.hubspotusercontent-na1.net/hubfs/8073370/raw_assets/public/Resocia_March2021/images/icn_arrow02_sp.png') right center no-repeat transparent;
    background-size: 2.4vw auto;
    color: #50abff;
    font-size: 4.26vw;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.l-footer04-inner .l-footer04-block a {
    width: 100%;
    border-radius: 2.66vw;
    border: 2px solid #50abff;
    background: #FFFFFF;
    padding: 3.33vw 4vw;
    display: table;
}
  
  
}



.saas-footer01 {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

.saas-footer01 a {
    transition: opacity 0.3s ease-in-out;
}

.saas-footer01 a:hover {
    opacity: 0.8;
}

.saas-footer01 .footer_logo {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.saas-footer01 .footer_logo img {
	width: 240px;
}

.saas-footer01 .footer_logo img:last-child{
	width: 180px;
}

.saas-footer01 .footer_logo li {
	margin-left: 20px;
}

.saas-footer01 .footer_sns {
	display: flex;
	justify-content: flex-end;
	width: 140px;
    list-style: none;
    padding-left: 0;
}

.saas-footer01 .footer_sns img {
	width: 40px;
	margin: 6px;
}

.saas-footer01 .jpx {
	width: 70px;
}

@media (max-width: 767px) {
    
.saas-footer01 {
	width:96%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0px 20px;
}
.saas-footer01 .footer_logo {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;
}
.saas-footer01 .footer_logo img {
	width: 240px;
}
.saas-footer01 .footer_logo img:last-child{
	width: 180px;
}
.saas-footer01 .footer_logo li {
	margin: 10px;
}
.saas-footer01 .footer_sns {
	display: flex;
	justify-content: center;
	width: 80%;
	gap:24px;
	margin-top: 20px;
}

.saas-footer01 .footer_sns img {
	width: 30px;
	margin: 0px;
}
.saas-footer01 .jpx {
	width: 70px;
}	
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 0px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
  
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 109px 15px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
  }
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Noto Sans Japanese;
}
.blog-index__post-content a {
  color: #333333;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Noto Sans Japanese;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #333333;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #333;
  pointer-events:none;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #333;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #333333;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #333;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #333;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #333333;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #333333;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Noto Sans Japanese;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 70px;
  background-color: #F8FAFC;
  padding: 70px 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #333333;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
	display: flex;
}

.blog-index__post-inner-card {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	border-radius: 5px;
	background: #fff;
}

.blog-index__post-image {
	border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
	display: flex;
	flex-direction: column;
	padding: 24px 30px 30px 30px;
	height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
	text-decoration: none;
}

.blog-index__post-content--small h2 {
	font-size: 18px;
	line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
	text-decoration: none;
	transition: all .5s;
}

.blog-post__meta-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	padding-top: 30px;
	font-size: 14px;
}

.blog-post__read-more a:hover {
	text-decoration: none;
}

.read-more__arrow {
	position: relative;
	top: 3px;
	padding-left: 10px;
}

.blog-post__read-more svg {
	width: 15px;
	height: auto;
}

.blog-post__read-more a svg {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
	display:flex;
}

@media screen and (min-width: 1000px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/2);
	}
}

@media screen and (max-width: 999px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/1);
	}
}

.blog-sidebar {
	padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 600;
	line-height: 37px;
}

.blog-sidebar ul {
	padding: 30px;
	margin: 0 0 40px 0;
	list-style: none;
	border-radius: 5px;
	background: #fff;
}

.blog-sidebar ul li {
	padding: 10px 0;
	border-top: 1px solid #dfddd9;
	font-weight: 600;
}

.blog-sidebar ul li:first-child {
	border-top-color: transparent;
}

.blog-sidebar a {
	text-decoration: none;
}

.blog-sidebar a:hover {
	text-decoration: none;
}

.blog-sidebar .filter-link-count {
	display: none;
}

.blog-sidebar .filter-expand-link {
	position: relative;
	top: -15px;
	display: block;
	margin-bottom: 25px;
	text-transform: capitalize;
	text-align: center;
}

.blog-sidebar-post-listing ul li {
	padding-left: 2.3em;
	line-height: 24px;
	text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
	position: relative;
	width: 22px;
	float: left;
	content: counter(list-item);
	margin-right: 13px;
	font-size: 36px;
	font-weight: 600;
}

.blog-sidebar-post-listing li a {
	position: relative;
	top: -3px;
}

.blog-pagination.span12 {
	display: flex;
	margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
	.hs-blog-listing .content-wrapper > .row-fluid {
		display: flex;
		flex-direction: column;
	}

	.hs-blog-listing .span3 {
		order: 1;
	}

	.hs-blog-listing .span9 {
		order: 2;
	}

	.hs-blog-listing .blog-pagination {
		order: 3;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter ul,
	.blog-sidebar.mobile .blog-sidebar-post-listing ul {
		visibility: hidden;
		opacity: 0;
		transition: all 5s;
		display: none;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter h3,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3 {
		cursor: pointer;
	}
	.blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
		content: "+";
		padding-left: 6px;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
		content: "-";
		padding-left: 7px;
	}

	.blog-sidebar.mobile .clicked ul {
		display: block;
		visibility: visible;
		transition: all 1s;
		opacity: 1;
	}
}

/* Blog Subscription Section */

.subscription-form {
	display: block;
	margin: 0 auto;
	padding: 60px 0;
	width: 40%;
	text-align: center;
}

@media (max-width: 767px) {
	.subscription-form {
		width: 85%;
	}
}

.subscription-form label {
	text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
	margin-bottom: -110px;
	min-height: 300px;
  background-size: cover;
	border-radius: 5px;
	margin-top: 70px;
	background-position: center center;
}

.blog-post {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 84px 100px 80px 100px;
	background: #fff;
	border-radius: 5px;
}

.blog-post.no-image {
	margin-top: 50px;
}

.blog-post__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
}

.blog-post__meta a {
	text-decoration: none;
}

.blog-post__links {
	display: block;
	padding: 26px 0;
	margin-top: 20px;
}

.blog-post__back-to-blog {
	text-decoration: none;
}

.blog-post__back-to-blog svg {
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media (max-width: 767px) {
	.blog-post {
		width: 90%;
		padding: 30px;
	}
}

/* Blog Comments */

.blog-comments {
	max-width: 100%;
}

.comment.depth-0:first-child {
	margin-top: 2em;
}

.comment.depth-1 {
	padding-left: 2em;
	padding-top: 1em;
	margin-top: 1em;
}

.blog-comments form {
	margin-top: 2em;
	padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
	flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
	text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}

.blog-comments .hs-input.error {
    background: #fff6f6;
    border-color: #e0b4b4;
}

@media(max-width:1190px){
  .content-wrapper {
  padding: 0 15px;
}
}

@media(max-width:767px){
  .content-wrapper {
  padding: 0 4vw;
}
  
.blog-index__post {
    padding-left: 0px;
    padding-right: 0;
}
  
.post-featured-image {
	margin-top: 9.33vw;
}
  
.blog-recent-posts {
  margin-top: 9.33vw;
  padding: 9.33vw 0;
}
  
.blog-index {
  padding: 9.33vw 0;
}
  
.blog-sidebar {
	padding-top: 9.33vw;
}
  
}

@media(max-width:514px){
  .blog-comments .hs-button {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media(max-width:430px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 430px;
    overflow: hidden;
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Noto Sans Japanese;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 70px 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 700px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Noto Sans Japanese;
  font-size: 1.25rem;
  color: #333333;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #333333;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page input#hs-pwd-widget-password {
    display: block;
    max-width: 700px;
    width: 100%;
    height: 40px !important;
    padding: .67857143em 1em;
    font-weight: normal;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: color .1s ease,border-color .1s ease;
    transition: color .1s ease,border-color .1s ease;
    font-family: -apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Hiragino sans,Meiryo,sans-serif;
    line-height: 1.21428571em;
    margin-bottom: 18px;
}

.systems-page input#hs-pwd-widget-password:focus {
    background-color: rgba(255,255,255,1.0);
    border-color: rgba(133,183,217,1.0);
}

.systems-page ul.no-list.hs-error-msgs {
    margin: 18px 0px;
    padding: 0;
}

.systems-page .actions {
    padding: 18px 0px;
}

.form-floating-alert-wrapper .form-floating-alert-error {
    background-color: #fff6f6 !important;
    border-color: #e0b4b4 !important;
    color: #f56c6c !important;
    font-size:12px;
    max-width:700px;
}

.form-floating-alert-wrapper .form-floating-alert-error .form-floating-alert-close-button{
  color: #f56c6c !important;
}

.systems-page input#hs-login-widget-remember {
    display: inline-block;
}

@media(max-width:767px){
  .form-floating-alert-wrapper .form-floating-alert-error {
    max-width:100%;
}
  
  .systems-page .page-header h1 {
    font-size: 30px !important;
}

.systems-page .page-header h2 {
    font-size: 26px !important;
}

.systems-page h1 {
    font-size: 30px !important;
}
  
  .systems-page .success {
  min-width: 100%;
}
  
.systems-page input#hs-pwd-widget-password {
    max-width: 100%;
}
  
.systems-page {
  padding: 9.33vw 0px;
}
  
}

@media(max-width:530px){
  .systems-page .hs-button {
    padding-left: 30px;
    padding-right: 30px;
}
}