*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * 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;
}
/* Responsive Grid */  
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

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

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  margin: 0 auto;
}


@media screen and (max-width: 48em) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    width: 84%;
  }

  div[class*="full-width-section"] > .row-fluid{
    width:100%;
  }


  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 0;
    padding-right: 0;
  }
}
html {
  font-size: 62.5%;
}

body { 
  line-height: 2.25;
  letter-spacing: 2px;
  -webkit-print-color-adjust: exact;
}

@media screen and (max-width: 48em){
  body { 
    line-height: 2.14286; 
  }
}
 
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p { 
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer; 
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Headings */

h1{
  margin:0 0 3.6rem;
  line-height: 1.3;
}

h2{
  line-height: 1.30435;
  margin:0 0 2rem;
}

h3{
  margin:0 0 3.6rem;
  line-height: 1.5;
}

h4{ 
  margin:0 0 3.6rem;
  line-height: 1.5;
}

h5{
  margin:0 0 3.6rem;
  line-height: 1.5;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block; 
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {  
  margin-bottom: 5.3rem; 
}

/* Labels */

form label {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold; 
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select {
  border:none;
  background: #F0F2F8;
  width: 100%;
  padding: 2.2rem;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  outline:none;
  color:rgb(0, 0, 0);
}

form textarea{
  border:none;
  background: #F0F2F8;
  width: 100%;
  height: 19.7rem;
  padding: 1.8rem 2.3rem;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  outline:none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51; 
}


.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  cursor: pointer; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #a6a9b7;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s; 
  border-radius: 0.3rem;
  color: #46474b;
  font-size: 1.6rem;
  letter-spacing: 2px;
  position: relative;
  margin:20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;   
  border-radius: 3px;
  background:transparent;
  font-family:Arial;
  white-space: normal; 
}


form input[type=submit]:hover,
form .hs-button:hover {
  background: transparent linear-gradient(90deg, rgba(224, 157, 191, 0.6) 0%, rgba(175, 139, 188, 0.6) 33%, rgba(118, 138, 195, 0.6) 67%, rgba(123, 181, 230, 0.6) 100%) 0% 0% no-repeat padding-box;
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
} 

::-webkit-input-placeholder {
  color: #a6a9b7;
}

.hs-form-required {
  font-size: 0;
}

.hs-form-required:after {
  content: "●";
  color: #DE9DBF;
  margin-left: 1px;
  font-size: 1.4rem;
}


form select {
  background: #fff;
  border: 1px solid #a6a9b7;
  height: 6rem;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  padding: 0 2rem;
  -webkit-appearance: none;
  color: rgb(166, 169, 183);
}


.hs-fieldtype-select input {
  position: relative;
}

form .hs-fieldtype-select:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.8rem solid #46474b;
  border-right: 0.6rem solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0.6rem solid transparent;
  position: absolute;   
  top: 30px; 
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
  z-index: 1;
}


@media(max-width:48em){

  form .hs-fieldtype-select:before {
    top: 76px;
  }

  form select {
    letter-spacing: normal;
  }

  form textarea {
    height: 31.5rem;
    padding: 2rem 2.1rem;
    display: block;
  }

}

form ul[role*="checkbox"] {
  display: flex;
  flex-wrap: wrap;
}

form ul[role*="checkbox"] li {
  margin: 0;
}

form input[type=radio] {
  width: 2rem;
  height: 2rem;
  border: 1px solid #a6a9b7;
}

form input[type=radio] + span {
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  padding-left: 1.6rem;
  margin-right: 2.9rem;
  cursor: pointer;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
}


@media(max-width:48em){
  form ul[role*="checkbox"] {
    display: block;
    margin-top: -1px;
  }

  form ul[role*="checkbox"] li {
    margin-bottom: 1.1rem;
  }

  form input[type=radio] {
    margin:  -1px 0 0 0;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header .page-center {
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 10rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; 
  max-width: none;
}

.hd_left {
  width: 11.7rem;
}

.custom_logo img {
  width: auto !important;
  display: block;
  max-width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.custom_logo a {
  display: block;
}

.mob_trigger {
  display: none;
}

.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


.custom-menu-primary ul li {
  position: relative;
}

@media(min-width:1051px){

  .custom-menu-primary ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s all ease;
  }

  .custom-menu-primary ul ul ul {
    top: 0;
    left: 100%;
  }

  .custom-menu-primary ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .custom-menu-primary ul ul{
    padding:10px;
  }
  .custom-menu-primary ul ul li a {
    white-space: nowrap;
    padding: 10px 0 ;
    display: block;
  }

}


.custom-menu-primary > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 44rem;
  width: 100%;
}

.custom-menu-primary ul li a {
  position: relative;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0.8px;
  font-weight: bold;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-menu-primary ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0.2rem;
  content: "";
  display: block;
  width: 1rem;
  height: 0.2rem;
  background: #e09dbf;
  background: transparent -webkit-gradient(linear, left top, right top, from(#e09dbf), color-stop(33%, #af8bbc), color-stop(67%, #768ac3), to(#7bb5e6)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient( 90deg, #e09dbf 0%, #af8bbc 33%, #768ac3 67%, #7bb5e6 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-menu-primary ul li:hover > a:before {
  width: 100%;
}

.custom-menu-primary > div > ul > li:last-child > a:after {
  content: "";
  background: url(https://8113190.fs1.hubspotusercontent-na2.net/hubfs/8113190/raw_assets/public/Coum_September_2021/images/blank.svg) no-repeat;
  background-size: 100% auto;
  width: 1rem;
  height: 0.9rem;
  display: inline-block;
  margin-left: 0.3rem;
}
.menu_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: "DM Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 400;
  font-style: normal; 
}

.hd_cta_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hd_cta_btn a {
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1;
  letter-spacing: 0.05rem;
  width: 16rem;
  height: 4rem;
  border: 1px solid #a6a9b7;
  border-radius: 3px;
  position: relative;
  font-weight: bold;
  box-sizing: border-box !important;
}

.hd_cta_btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: rgba(224, 157, 191, 0.6);
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(224, 157, 191, 0.6)), color-stop(33%, rgba(175, 139, 188, 0.6)), color-stop(67%, rgba(118, 138, 195, 0.6)), to(rgba(123, 181, 230, 0.6))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient( 90deg, rgba(224, 157, 191, 0.6) 0%, rgba(175, 139, 188, 0.6) 33%, rgba(118, 138, 195, 0.6) 67%, rgba(123, 181, 230, 0.6) 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hd_cta_btn a:hover:before {
  opacity: 1;
}

.hd_cta_btn a:hover {
  color: #fff;
  letter-spacing: 0.1rem;
  border-color: transparent;
}

.custom-menu-primary {
  max-width: 44rem;
  width: 100%;
}

.hd_right {
  max-width: 64rem;
  width: 100%;
}


@media (max-width: 1050px) {
  .header .page-center {
    padding: 0 8%;
    display: block;
    height: 5.8rem;
  }

  .hd_left {
    width: 100%;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 5.8rem;
    z-index: 10;
    position: relative;
    background: #fff;
  }

  .hd_right {
    max-width: none;
  }

  .mob_trigger {
    display: block;
    width: 2rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8%;
    z-index: 10;
    cursor:pointer;
  }

  .mob_trigger span {
    display: block;
    width: 100%;
    height: 0.2rem;
    background: #46474b;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .mob_trigger span:first-child {
    top: 0;
  }

  .mob_trigger span:last-child {
    bottom: 0;
  }

  .mob_trigger span:nth-child(2) {
    top: calc( 50% - 0.1rem);
  }

  .menu_wrp {
    display: block;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 2;
    width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: scroll;
    background: #fff;
    padding: 0 8% 8%;
    max-height: calc(100vh - 5.6rem);
  }

  .custom_logo img {
    width: 9.72rem !important;
  }

  .mobile_open {
    overflow: hidden;
  }

  .mobile_open .menu_wrp {
    top: 5.6rem;
  }

  .custom-menu-primary {
    display: block;
    max-width: none;
    margin-bottom: 3rem;
  }

  .custom-menu-primary>div>ul {
    display: block;
    max-width: 100%;
  }

  .custom-menu-primary ul li {
    border-bottom: 1px solid #a6a9b7;
  }

  .custom-menu-primary ul li a {
    font-size: 1.8rem;
    line-height: 1.33333;
    font-weight: 400;
    padding: 1.9rem 0;
    display: block;
    font-family: "DM Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, "ヒラギノ角ゴ Pro W3", sans-serif;
  }

  .custom-menu-primary ul li a:before {
    display: none;
  }

  .mobile_open .mob_trigger span:first-child {
    top: 50%;
    -webkit-transform: rotate( 45deg) translateY(-50%);
    transform: rotate( 45deg) translateY(-50%);
  }

  .mobile_open .mob_trigger span:nth-child(2) {
    opacity: 0;
  }

  .mobile_open .mob_trigger span:last-child {
    bottom: auto;
    top: 50%;
    -webkit-transform: rotate( -45deg) translateY(-50%);
    transform: rotate( -45deg) translateY(-50%);
  }

  .hd_cta_btn {
    display: block;
  }

  .hd_cta_btn a {
    font-size: 2.4rem;
    letter-spacing: 0.19rem;
    width: 100%;
    height: 6rem;
    color: #fff;
    border-color: transparent;
  }

  .hd_cta_btn a:before {
    opacity: 1;
  }

  .hd_cta_btn a:hover {
    letter-spacing: 0.19rem;
  }

  .custom-menu-primary ul ul li:last-child {
    border: 0;
  }

  .custom-menu-primary ul ul {
    display: none;
    border-top: 1px solid #a6a9b7;
  }

  .custom-menu-primary ul ul li a {
    padding: 1.9rem 20px;
  }

  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 62px;
    width: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
    font-size: 26px;
    font-weight: normal;
  }

  .child-trigger:before {
    content: '+';
  }

  .child-trigger.child-open:before {
    content: '-';
  }

  .custom-menu-primary>div>ul>li:last-child>a:after {
    width: 1.2rem;
    height: 1rem;
    margin-left: 0.6rem;
  }

}

@media (max-width: 1050px) and (min-width: 769px) {
  .header .page-center {
    padding: 0 5%;
  }

  .mob_trigger {
    right: 5%;
  }

  .menu_wrp {
    padding: 0 5% 5%;
  }
}
.btm_ftr {
  padding: 0 5%;
  font-family: "DM Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btm_ftr .page-center {
  max-width: 126rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 10.5rem;
}

.ft_logo a {
  display: block;
}

.ft_logo img {
  width: auto !important;
  display: block;
  max-width: 100%;
}

.ft_btm_contnt {
  max-width: 47rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.7px; 
  font-weight: bold;
}

.menu_linkss ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu_linkss ul li a {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.4px;
  position: relative;
  padding-bottom: 1rem; 
  font-weight: bold;
}

.menu_linkss ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0.2rem;
  content: "";
  display: block;
  height: 0.1rem; 
  transition: 0.3s;
  width: 0;
}

.menu_linkss ul li:hover > a:before {
  width: 100%;
}

.bck_top_wrap {
  max-width: 126rem;
  width: 100%;
  margin: 0 auto;
}

.bck_top_wrap img {
  display: block;
  max-width: 100%;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bck_top_link {
  padding: 0 5%;
  border-top: 1px solid #a6a9b7;
  border-bottom: 1px solid #a6a9b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 6.2rem;
}


@media(max-width:48em){
  .btm_ftr {
    padding: 0 8% 5rem;
  }

  .btm_ftr .page-center {
    display: block;
    height: auto;
  }

  .ft_logo {
    padding: 5rem 0 0;
    margin-bottom: 4.5rem;
  }

  .ft_btm_contnt {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ft_logo a {
    display: block;
    width: 8.6rem;
    margin: 0 auto;
  }

  .ft_logo img {
    -webkit-transition: none;
    transition: none;
  }

  .menu_linkss ul {
    margin-bottom: 1.7rem;
  }

  .menu_linkss ul li a:before {
    width: 0;
  }

  .menu_linkss ul li:hover > a:before {
    width: 1rem;
  }

  .bck_top_link {
    padding: 1rem 0 0;
  }

}

.bck_top_link:hover img {
  -webkit-transform: translate(0, -15%);
  transform: translate(0, -15%);
  opacity: 1;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/*** custom website style  ***/

a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover img {
  opacity: 0.7;
}


main{
  padding: 10rem 0 0; 
}

@media (max-width: 1050px){
  main{
    padding: 5.6rem 0 0;
  }
}

.banner_area .dnd-section,
.banner_area .dnd-section > .row-fluid,
.banner_area .dnd-section .dnd-column{
  padding: 0;
  width:100%;
  max-width: 100%;
}

img{ 
  display: block;
  max-width: 100%;
  width: auto;
}



@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}



.fadein, .fadein.fade-1, .fadein.fade-2, .fadein.fade-3 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fadein.fade-1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fadein.fade-2 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.fadein.fade-3 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.fadein-visible-phone {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 48em) {
  .fadein-visible-phone {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
  }
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 48em) {
  .fadein {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}



.home_row2 .dnd-section {
  padding: 0 5%;
  margin-bottom: 8.5rem;
}

.home_row2 .dnd-section > .row-fluid {
  padding: 7.4rem 0 0;
  max-width: 100%;
}

.home_row2 .widget-type-rich_text {
  text-align: center;
}

.home_row2 .widget-type-rich_text h2 {
  font-style: normal;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 2rem;
  font-size: 4.6rem;
  line-height: 1.30435;
}

.home_row2 .widget-type-rich_text h4 {
  font-size: 2rem;
  line-height: 2.4;
  font-weight: bold;
  margin-bottom: 0.7rem;
  letter-spacing: 2px;
  color: #46474b;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.home_row2 .widget-type-rich_text p {
  font-size: 1.8rem;
  line-height: 2.66667;
  margin-bottom: 0;
}

.home_row2 .widget-type-rich_text p:last-child {
  margin: 0;
  margin-top: 3.3rem;
  line-height: 2.25;
  font-size: 1.6rem;
}

.read_more_btn {
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 1.5px;
  font-family: "DM Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  position: relative;
  padding-bottom: 1rem;
}

.read_more_btn:before {
  position: absolute;
  bottom: 0;
  left: 0.2rem;
  content: "";
  display: block;
  width: 1rem;
  height: 0.2rem;
  background: #e09dbf;
  background: transparent -webkit-gradient(linear, left top, right top, from(#e09dbf), color-stop(33%, #af8bbc), color-stop(67%, #768ac3), to(#7bb5e6)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient( 90deg, #e09dbf 0%, #af8bbc 33%, #768ac3 67%, #7bb5e6 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.read_more_btn:hover:before {
  width: 100%;
}

.home_row3 .dnd-section {
  padding: 0 5%;
}


@media screen and (max-width: 48em) {
  .home_row2 .dnd-section>.row-fluid {
    padding: 5rem 0 0;
  }

  .home_row2 .dnd-section {
    padding: 0;
    margin-bottom: 4rem;
  }

  .home_row2 .widget-type-rich_text {
    text-align: left;
  }

  .home_row2 .widget-type-rich_text h2 {
    text-align: center;
    font-size: 3.4rem;
    line-height: 1.38235;
  }

  .home_row2 .widget-type-rich_text h4 {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 5rem;
  }

  .home_row2 .widget-type-rich_text p {
    font-size: 1.6rem;
    line-height: 2.25;
  }

  .home_row2 .widget-type-rich_text p:last-child {
    margin-top: 0.5rem;
    text-align: center;
    line-height: 2.14286;
    font-size: 1.4rem;
  }

  .home_row3 .dnd-section > .row-fluid {
    width: 100%;
  }

  .home_row3 .dnd-section{
    padding:0;
  }
}


.about_row1 .dnd-section {
  padding: 0;
}

.about_row1 h1 {
  font-family: "DM Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-style: normal;
  font-size: 5rem;
  margin: 0 auto;
  letter-spacing: 5px;
  line-height: 1.3;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0;
}

.about_row1 .dnd-section > .row-fluid {
  max-width: calc( 126rem + 10%);
  padding: 3.6rem 5% 0;
  margin-bottom: 7.6rem;
}



.cw_bg:after { 
  background-image: url(https://8113190.fs1.hubspotusercontent-na2.net/hubfs/8113190/raw_assets/public/Coum_September_2021/images/dot.png);  
}

.cw_bg:before { 
  background-image: url(https://8113190.fs1.hubspotusercontent-na2.net/hubfs/8113190/raw_assets/public/Coum_September_2021/images/filter02.png); 
  background-repeat:no-repeat;
}



.about_row3 .dnd-section {
  padding: 0 5%;
  margin-bottom: 12.2rem;
}

.about_row3 .dnd-section>.row-fluid .dnd-column {
  padding: 0;
}

.about_row3 .dnd-section>.row-fluid .dnd-column:last-child {
  padding-left: 5%;
}

.about_row3 .dnd-section>.row-fluid .dnd-column:first-child {
  justify-content: flex-start !important;
}


.about_row3 .widget-type-rich_text h2 {
  font-size: 2.8rem;
  line-height: 1.28571;
  margin-bottom: 3rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.about_row3 .widget-type-rich_text p {
  letter-spacing: 0.7px;
  width: 100%;
  margin: 0;
}

.about_row3 .widget-type-rich_text p:not(:last-child) {
  margin-bottom: 2.4rem;
}

.about_row4 .dnd-section {
  margin-bottom: 12rem;
  padding: 0 5%;
}

.about_row4 .widget-type-rich_text {
  text-align: center;
}

.about_row4 .widget-type-rich_text h2 {
  font-size: 2.8rem;
  line-height: 1.28571;
  font-weight: bold;
  margin-bottom: 3.1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.about_row4 .dnd-section>.row-fluid {
  max-width: 100%;
}

.about_row4 .widget-type-rich_text p {
  margin: 0;
  letter-spacing: 0.7px;
}

.about_row4 .widget-type-linked_image {
  width: 100%;
  max-width: 98rem !important;
  margin: 4.4rem auto 0;
}

.about_row5 .dnd-section {
  margin-bottom: 10.6rem;
  padding: 0 5%;
}


.cs_btn span {
  background-image : url(https://8113190.fs1.hubspotusercontent-na2.net/hubfs/8113190/raw_assets/public/Coum_September_2021/images/facebook_follow.svg); 
}

.cs_btn:hover span {
  background-image : url(https://8113190.fs1.hubspotusercontent-na2.net/hubfs/8113190/raw_assets/public/Coum_September_2021/images/facebook_follow_white.svg);
}


.breadcrumbs ul li:not(:last-child) > a:after {
  background-image : url(https://8113190.fs1.hubspotusercontent-na2.net/hubfs/8113190/raw_assets/public/Coum_September_2021/images/arrow02.svg);
}

@media(max-width:48em){
  .about_row1 .dnd-section>.row-fluid {
    padding: 3.6rem 0 0;
    margin-bottom: 4.5rem;
  }

  .about_row1 h1 {
    font-size: 4rem;
  }

  .cw_bg:before { 
    background-image: url(https://8113190.fs1.hubspotusercontent-na2.net/hubfs/8113190/raw_assets/public/Coum_September_2021/images/filter_sp02.png); 
    background-repeat:no-repeat;
  }

  .about_row3 .dnd-section {
    padding: 0;
    margin-bottom: 8rem;
  }

  .about_row3 .dnd-section>.row-fluid .dnd-column {
    width: 100%;
    padding: 0 !important;
  }

  .about_row3 .dnd-section>.row-fluid .dnd-column:first-child {
    width: 100%;
    height: 100%;
    margin-bottom: 1.7rem;
  }

  .about_row3 .widget-type-rich_text h2 {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 1.2rem;
  }

  .about_row3 .widget-type-rich_text p:not(:last-child) {
    margin-bottom: 4.3rem;
  }

  .about_row3 .widget-type-rich_text p:last-child {
    margin-top: 7.3rem;
  }

  .about_row4 .dnd-section {
    padding: 0 8%;
    margin-bottom: 6rem;
    text-align: left;
  }

  .about_row4 .dnd-section>.row-fluid {
    width: 100%;
  }

  .about_row4 .widget-type-rich_text {
    text-align: left;
  }

  .about_row4 .widget-type-rich_text h2 {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 1.2rem;
  }

  .about_row4 .widget-type-linked_image {
    width: 100%;
    display: block;
    margin-top: 7rem;
  }

  .about_row4 .widget-type-linked_image img {
    width: 88%;
    margin: 0 auto;
  }

  .about_row5 .dnd-section {
    display: block;
    padding: 16% 8% 14%;
    margin-bottom: 6rem;
  }

  .about_row5 .dnd-section > .row-fluid {
    width: 100%;
  }


}

.team_row2 {
  margin-top: 6rem;
}

@media screen and (max-width: 48em){
  .team_row2 {
    margin: 0 auto;
    margin-top: 5.5rem;
  }
}


.full_width_row1 .dnd-section {
  padding: 0 5%;
}

.full_width_row1 .widget-type-rich_text h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 4px;
  padding: 4.7rem 0 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.3;
  margin: 0;
}

.full_width_row2 .dnd-section {
  padding: 0 5%;
  margin-top: 8.3rem;
  margin-bottom: 10rem;
}

.full_width_row2 .dnd-section > .row-fluid {
  max-width: 102rem;
}

.full_width_row2 .widget-type-rich_text dl,
.full_width_row2 .widget-type-rich_text dl * {
  margin: 0;
}

.full_width_row2 .widget-type-rich_text dl dt {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 3.2rem 0 0.6rem;
}

.full_width_row2 .widget-type-rich_text dl dd {
  font-size: 1.4rem;
  line-height: 2.14286;
}

.full_width_row2 .widget-type-rich_text dl:first-child dt {
  margin-top: 0;
}

.full_width_row3 .dnd-section { 
  margin: 0;  
  padding: 0 5%;
} 

@media(max-width:48em){
  .full_width_row1 .dnd-section {
    padding: 0;
  }

  .full_width_row1 .widget-type-rich_text h1 {
    font-size: 3rem;
    letter-spacing: 3px;
  }

  .full_width_row2 .dnd-section {
    padding: 0;
    margin-top: 5.1rem;
    margin-bottom: 7.7rem;
  }

  .full_width_row2 .widget-type-rich_text dl dt {
    font-size: 1.8rem;
    line-height: 2;
    margin: 3.2rem 0 1rem;
  }

  .full_width_row3 .dnd-section {
    padding: 0;
  }
}


.full_width_row2 .widget-type-rich_text h2 {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 3.2rem 0 0.6rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.full_width_row2 .widget-type-rich_text h2 + p {
  font-size: 1.4rem;
  line-height: 2.14286;
  margin: 0;
}

.full_width_row2 .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.full_width_row2 .widget-type-rich_text ul li {
  padding: 1.2rem 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.8px;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.full_width_row2 .widget-type-rich_text h2:not(:first-of-type) {
  margin-top: 3.1rem;
}

.full_width_row2 .widget-type-rich_text ul + p {
  font-size: 1.4rem;
  line-height: 2.14286;
  margin: 0;
  padding-left: 2rem;
  letter-spacing: 0.7px;
}

.full_width_row2 .widget-type-rich_text ol {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 2.4rem;
}

.full_width_row2 .widget-type-rich_text ol li {
  margin: 0;
  padding: 0;
  text-indent: -1.9rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.14286;
  letter-spacing: 0.7px;
  padding-left: 1.9rem;
  font-weight: normal;
}

.full_width_row2 .widget-type-rich_text ol li:before {
  content: "・";
  margin-right: 5px;
  letter-spacing: 0;
}

.full_width_row2 .widget-type-rich_text h1 {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 6.3rem;
  font-family: 'Noto Sans JP','Yu Gothic Medium','游ゴシック Medium',YuGothic,游ゴシック体,メイリオ,'ヒラギノ角ゴ Pro W3',sans-serif;
  margin-bottom: 6px;
}

.full_width_row2 .widget-type-rich_text h1 + p {
  font-size: 1.4rem;
  line-height: 2.14286;
  margin: 0;
}

.full_width_row2 .widget-type-rich_text p + ol {
  margin-left: 4px;
}


.full_width_row2 .widget-type-rich_text h6 + p {
  margin-bottom: 2.8rem;
}

.full_width_row2 .widget-type-rich_text h5 {
  font-family: 'Noto Sans JP','Yu Gothic Medium','游ゴシック Medium',YuGothic,游ゴシック体,メイリオ,'ヒラギノ角ゴ Pro W3',sans-serif;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
  margin-bottom: 1.4rem;
}

.full_width_row2 .widget-type-rich_text h5 + p {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 2.14286;
  letter-spacing: 0.7px;
}

.full_width_row2 .widget-type-rich_text p:last-child {
  font-size: 1.4rem;
  line-height: 2.14286;
  letter-spacing: 0.7px;
  margin: 0;
}


@media(max-width:48em){
  .full_width_row2 .widget-type-rich_text h2 {
    font-size: 1.8rem;
    line-height: 2;
    margin: 3.2rem 0 1rem;
  }

  .full_width_row2 .widget-type-rich_text h2:not(:first-of-type) {
    margin-top: 3.2rem;
  }

  .full_width_row2 .widget-type-rich_text ul+p {
    margin-bottom: 3.2rem;
  }

  .full_width_row2 .widget-type-rich_text ul ol {
    margin-top: -3.2rem;    
    margin-bottom: 3.2rem; 
  }

  .full_width_row2 .widget-type-rich_text h1 {
    margin-top: 6.4rem;
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 1rem;
  }

  .full_width_row2 .widget-type-rich_text h5 {
    margin-top: 53px;
    font-size: 1.6rem;
    line-height: 1.875;
    font-weight: bold;
    margin-bottom: 1.4rem;
    letter-spacing: 0.8px;
  }

  .full_width_row2 .widget-type-rich_text a {
    text-decoration: underline;
  }
}

.form_row1 .dnd-section {
  padding: 0 5%;
}

.form_row1 h1 {
  line-height: 1.3;
  max-width: 126rem;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 4px;
  padding: 4.7rem 0 0;
}

.form_row2 .dnd-section {
  padding: 0 5%;
}

.form_row2 .dnd-section > .row-fluid {
  max-width: 102rem;
  margin-top: 7.2rem;
  margin-bottom: 10.4rem;
}

.form_row2 .widget-type-rich_text p {
  letter-spacing: 0.8px;
  margin: 0;
}

.form_row2 form {
  margin-top: 5rem;
}


.form_row2 form .hs-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form_row2 form .hs-form-field>label {
  width: 28rem;
}

.form_row2 form .input {
  margin-right: 0 !important;
  width: calc( 100% - 28rem);
}
.form_row2 .form-columns-2 {
  display: flex;
  justify-content: space-between;
}
.form_row2 .form-columns-2 .hs-form-field {  
  width: 48.5% !important;
}
.form_row2 .form-columns-2 .hs-form-field>label {  
  width: 12rem;
}
.form_row2 .form-columns-2 .hs-form-field .input {  
  width: calc( 100% - 12rem);
}
.form_row2 .form-columns-1 input[type="text"].hs-input,
.form_row2 .form-columns-1 input[type="email"].hs-input,
.form_row2 .form-columns-1 input[type="tel"].hs-input,
.form_row2 .form-columns-1 textarea.hs-input {
  width: 100% !important;
}

.form_row2 form .hs-form-field:nth-child(4),
.form_row2 form .hs-form-field:nth-child(5),
.form_row2 form .hs-form-field:nth-child(6) {
  margin-bottom: 4.2rem;
}

.form_row2 form .hs-form-field.hs_why_you_were_interested_in_us > label {
  padding: 1.3rem 0 0;
}

.form_row2 form  p {
  font-size: 1.4rem;
  line-height: 2.14286;
  text-align: center;
  margin-bottom: 3rem;
  text-align: center;
  color: #46474b;
}

.form_row2 form a {
  color: #7DB5E6;
  text-decoration: underline;
}

.form_row2 form a:hover {
  text-decoration: none;
}

.form_row2 form > div:first-child p {
  margin: 0;
  letter-spacing: 0.8px;
  color: #DE9DBF;
  margin-bottom: 0.7rem;
  font-size: 16px;
  line-height: 2.25;
  text-align:left;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, "ヒラギノ角ゴ Pro W3", sans-serif;
}

.form_row2 form .hs-button {
  margin: 0 auto;
  height: 5rem;
  width: 29.4rem;
  padding: 0 !important;
}

.form_row2 form .hs_recaptcha.hs-recaptcha {
  margin: 20px 0 15px;
}

.form_row2 form .hs_recaptcha.hs-recaptcha .input {
  width: 100%;
}

.form_row2 form .hs-fieldtype-booleancheckbox {
  justify-content: center;
  margin: 0;
}

.form_row2 form .hs-fieldtype-booleancheckbox .input {
  width: 100%;
}

.form_row2 form .hs-fieldtype-booleancheckbox label {
  display: block;
  text-align: center;
}

.form_row2 form .hs-fieldtype-booleancheckbox input[type=checkbox] {
  margin-right: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #a6a9b7;
  border-radius: 3px;
}

.form_row2 form .hs-fieldtype-booleancheckbox input[type=checkbox] + span {
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 0rem;
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  font-weight: normal;
}

.form_row2 form .hs_why_you_were_interested_in_us {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.form_row2 form .hs-fieldtype-select {
  margin-bottom: 4.2rem;
  position: relative;
}

.form_row2 form ul.no-list.hs-error-msgs.inputs-list {
  width: calc(100% - 28rem);
  margin-left: auto;
}

.form_row2 form ul.no-list.hs-error-msgs.inputs-list li label {
  color: red;
}

.form_row2 form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  width: 100%;
  text-align: center; 
  margin:0;
}


.form_row2 form .hs-fieldtype-textarea {
  align-items: flex-start;
}


@media(max-width:48em){
  .form_row1 .dnd-section {
    padding: 0;
  }

  .form_row1 h1 {
    font-size: 3rem;
    letter-spacing: 3px;
  }

  .form_row2 .dnd-section {
    padding: 0;
  }

  .form_row2 .dnd-section>.row-fluid {
    margin-top: 4rem;
    margin-bottom: 8.2rem;
  }

  .form_row2 .widget-type-rich_text p {
    font-size: 1.6rem;
    line-height: 2.25;
  }

  .form_row2 form {
    margin-top: 4rem;
  }

  .form_row2 form>div:first-child p span {
    font-size: 1.2rem;
    padding: 0 0.2rem 0 0.3rem;
  }

  .form_row2 form>div:first-child p {
    font-size: 1.6rem;
    line-height: 2.14286;
    padding-bottom: 4px;
  }

  .form_row2 form .hs-form-field {
    display: block;
    margin-bottom: 2.7rem;
  }

  .form_row2 form .hs-form-field>label {
    width: 100%;
    display: block;
    margin-bottom: 1.6rem;
  }

  .form_row2 form .input,
  .form_row2 .form-columns-2 .hs-form-field .input {
    width: 100%;
  }
  .form_row2 .form-columns-2 .hs-form-field .hs-input {  
    width: 100% !important;
  }

  .hs-form-required:after {
    margin-left: 3px;
    font-size: 1.2rem;
  }

  .form_row2 form .hs-form-field:nth-child(4), .form_row2 form .hs-form-field:nth-child(5), .form_row2 form .hs-form-field:nth-child(6) {
    margin-bottom: 3.3rem;
  }  

  .form_row2 form .hs-form-field.hs_why_you_were_interested_in_us>label {
    padding: 7px 0 0;
  }

  .form_row2 form p {
    text-align: left;
    letter-spacing: normal;
  }

  .form_row2 form p br {
    display: none;
  }

  .form_row2 form .hs-fieldtype-booleancheckbox {
    margin-top: -4px;
  }

  .form_row2 form .hs-button {
    width: 100%;
  }

  .form_row2 form ul.no-list.hs-error-msgs.inputs-list {
    width: 100%;
    margin: 0;
  }

  .form_row2 form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
    text-align: left;
  }

}

.service_row1 .dnd-section {
  padding: 0 5%;
  margin-bottom: 7.6rem;
}

.service_row1 .widget-type-rich_text h1 {
  max-width: calc( 126rem + 10%);
  margin-bottom: 7.6rem;
  padding: 3.6rem 0 0;
  width: 100%;
  margin: 0 auto;
  font-style: normal;
  font-size: 5rem;
  letter-spacing: 5px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "DM Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.service_row5 .btm_pane {
  margin: 10rem auto 10.3rem;
}

.loop_1:after {
  background-image: url(https://8113190.fs1.hubspotusercontent-na2.net/hubfs/8113190/raw_assets/public/Coum_September_2021/images/dot01.png); 
}

.loop_2:after {
  background-image: url(https://8113190.fs1.hubspotusercontent-na2.net/hubfs/8113190/raw_assets/public/Coum_September_2021/images/dot02.png); 
}

.loop_3:after {
  background-image: url(https://8113190.fs1.hubspotusercontent-na2.net/hubfs/8113190/raw_assets/public/Coum_September_2021/images/dot03.png); 
}

.loop_4:after {
  background-image: url(https://8113190.fs1.hubspotusercontent-na2.net/hubfs/8113190/raw_assets/public/Coum_September_2021/images/dot04.png); 
}

.loop_5:after {
  background-image: url(https://8113190.fs1.hubspotusercontent-na2.net/hubfs/8113190/raw_assets/public/Coum_September_2021/images/dot05.png); 
}

@media(max-width:48em){
  .service_row1 .dnd-section {
    margin-bottom: 4.5rem;
    padding: 0;
  }

  .service_row1 .widget-type-rich_text h1 {
    padding: 3.6rem 0 0;
    font-size: 4rem;
  }
  .service_row5 .btm_pane {
    margin: 6rem auto 6.3rem;
  }

  .service_row5 .btm_pane .bp_title br {
    display: none;
  }

}


.career_row1 .dnd-section {
  padding: 0;
}

.career_row1 .widget-type-rich_text h1 {
  font-style: normal;
  font-size: 5rem;
  letter-spacing: 5px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "DM Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  margin: 0;
}

.career_row1 .dnd-section > .row-fluid {
  margin-bottom: 7.6rem;
  padding: 3.6rem 5% 0;
  max-width: calc( 126rem + 10%);
}

.career_row2 .dnd-section {
  padding: 0;
}

.career_row2 .widget-type-linked_image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 48rem;
  margin-bottom: 10rem;
}

.career_row2 .widget-type-linked_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: none;
}

.career_row3 .dnd-section {
  padding: 0 5%;
  margin-bottom: 10rem;
}

.career_row3 .cwt_wrap .cwtpointList {
  margin-top: 5rem;
}

.career_row3 .cwt_wrap {
  margin-top: 5rem;
}

.career_row3 .widget-type-rich_text {
  text-align: center;
}

.career_row3 .dnd-section > .row-fluid {
  max-width: 100%;
}

.career_row3 .widget-type-rich_text h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.6rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.career_row3 .widget-type-rich_text p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.22222;
  text-align: center;
}

.career_row3 .widget-type-linked_image {
  max-width: 102rem;
  margin: 0 auto;   
  margin-top: 6rem; 
}

.career_row6 .dnd-section {
  padding: 0 5%;
  margin: 10rem auto 10.3rem;
}

.career_row6 .btm_pane {
  margin: 2rem auto 0; 
}

.career_row5 .dnd-section {
  padding: 10.4rem 5% 10rem;
}

.career_row5 .dnd-section > .row-fluid {
  max-width: 100%;
}

.career_row5  .widget-type-rich_text {
  text-align: center;
}

.career_row5 .widget-type-rich_text h2 {
  font-size: 2.8rem;
  line-height: 1.28571;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.career_row5 .widget-type-rich_text p {
  margin: 0;
}


.career_row5 .cwt_wrap ,
.career_row4 .cwt_wrap {
  margin-top: 5.7rem;
}

.career_row5 .cwt_wrap .cwt_item ,
.career_row4 .cwt_wrap .cwt_item {
  width: calc( ( 100% - 120px ) / 3);
  padding-bottom: 0;
}

.career_row5 .cwt_wrap .cwt_item:not(:nth-child(3n)) ,
.career_row4 .cwt_wrap .cwt_item:not(:nth-child(3n)) {
  margin-right: 6rem;
}

.career_row5 .cwt_wrap .cwt_item:nth-child(3n+2) ,
.career_row4 .cwt_wrap .cwt_item:nth-child(3n+2) {
  padding: 0;
  border: none;
  margin-left: 0;
}

.career_row5 .cwt_wrap .title ,
.career_row4 .cwt_wrap .title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1rem !important;
}

.career_row6 .dnd-section .dnd-row:first-child .btm_pane {
  margin-top: 0;
}


.career_row4 .dnd-section {
  padding: 10.4rem 5% 10rem;
}

.career_row4 .widget-type-rich_text {
  text-align: center;
}

.career_row4 .widget-type-rich_text h2 {
  font-size: 2.8rem;
  line-height: 1.28571;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.career_row4 .widget-type-rich_text p {
  margin: 0;
}

.career_row4 .cwt_wrap .cwt_item {
  padding-top: 6.1rem !important;
  margin-top: 6rem !important;
  border-top: 1px solid #a6a9b7 !important;
}

.career_row4 .cwt_wrap .cwt_item:nth-child(1),
.career_row4 .cwt_wrap .cwt_item:nth-child(2),
.career_row4 .cwt_wrap .cwt_item:nth-child(3) {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border: none !important;
}

.career_row2 .widget-type-linked_image img {
  max-width: none !important;
}

@media (max-width: 1400px) and (min-width: 769px) {
  .career_row2 .widget-type-linked_image img {
    width: auto;
    height: 100% !important;
  }
}


@media(max-width:48em){
  .career_row1 .dnd-section>.row-fluid {
    padding: 3.6rem 0 0;
    margin-bottom: 4.5rem;
  }

  .career_row1 .widget-type-rich_text h1 {
    font-size: 4rem;
  }

  .career_row2 .widget-type-linked_image {
    height: 24.6rem;
    margin-bottom: 5.7rem;
  }

  .career_row3 .dnd-section {
    padding: 0 8%;
    margin-bottom: 8rem;
  }

  .career_row3 .dnd-section>.row-fluid {
    width: 100%;
  }

  .career_row3 .widget-type-rich_text h2 {
    font-size: 2.6rem;
    line-height: 1.84615;
    margin-bottom: 1.6rem;
  }

  .career_row3 .widget-type-rich_text p {
    font-size: 1.6rem;
    line-height: 2.5;
    text-align: left;
  }

  .career_row4 .dnd-section {
    padding: 5.5rem 8% 5rem;
    text-align: center;
  }

  .career_row4 .widget-type-rich_text h2 {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 1.4rem;
  }

  .career_row4 .widget-type-rich_text p {
    letter-spacing: 0.7px;
    text-align: left;
  }

  .career_row4 .cwt_wrap {
    margin: 0;
    padding: 0;
  }

  .career_row4 .cwt_wrap .cwt_item {
    width: 100%;
  }

  .career_row4 .cwt_wrap .cwtpointList {
    margin-top: 3rem;
  }

  .career_row4 .cwt_wrap .title {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 0.4rem !important;
  }

  .career_row4 .cwt_wrap .cwt_item:nth-child(1),
  .career_row4 .cwt_wrap .cwt_item:nth-child(2),
  .career_row4 .cwt_wrap .cwt_item:nth-child(3) {
    padding: 0 0 3.5rem !important;
    margin: 0px 0px 3.7rem !important;
    border-bottom: 1px solid #a6a9b7 !important;
  }

  .career_row4 .cwt_wrap .cwt_item {
    margin: 0px 0px 3.7rem !important;
    border-top: none !important;
    padding: 0 0 3.5rem !important;
    border-bottom: 1px solid #a6a9b7 !important;
  }

  .career_row4 .cwt_wrap .cwt_item:last-child {
    border-bottom: 0 !important;
  }

  .career_row5 .dnd-section {
    padding: 5.5rem 8% 5rem;
  }

  .career_row5 .dnd-section>.row-fluid {
    width: 100%;
  }

  .career_row5 .widget-type-rich_text h2 {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 1.4rem;
  }

  .career_row5 .widget-type-rich_text p {
    text-align: left;
    letter-spacing: 0.7px;
  }

  .career_row5 {
    text-align: center;
  }

  .career_row5 .cwt_wrap .cwtpointList {
    margin-top: 3rem;
  }

  .career_row5 .cwt_wrap {
    margin: 0;
  }

  .career_row5 .cwt_wrap .cwt_item { 
    width: 100%;
    border-top: 0;
    padding: 0 0 3.5rem !important;
    margin: 0 0 3.7rem !important;
    border-bottom: 1px solid #a6a9b7 !important;
  }

  .career_row5 .cwt_wrap .cwt_item:nth-child(3n+2) {
    padding: 0 0 3.5rem;
    border-bottom: 1px solid #a6a9b7;
  }

  .career_row5 .cwt_wrap .cwt_item:last-child {
    border: none !important;
  }

  .career_row5 .cwt_wrap .title {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 0.4rem !important;
  }

  .career_row6 .dnd-section {
    margin: 6rem auto 6.3rem;
  }

  .career_row3 .widget-type-linked_image {
    margin-top: 12.5rem;
  }

  .more_btn {
    display: inline-block !important;
    font-family: "DM Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.8px;
    padding-right: 2rem;
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .more_btn span {
    position: absolute;
    top: 3px;
    right: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    display: inline-block !important;
    width: 1.1rem;
    height: 1.1rem;
    -webkit-transform: rotate( 0deg);
    transform: rotate( 0deg);
  }

  .more_btn span:before {
    content: "";
    display: block;
    background: #46474b;
    width: 0.1rem;
    height: 1.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 7px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  .more_btn span:after {
    content: "";
    display: block;
    background: #46474b;
    width: 1.1rem;
    height: 0.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  .more_btn.active span {
    -webkit-transform: rotate( 315deg);
    transform: rotate( 315deg);
  }


}


@media screen and (max-width: 48em) { 
  .read_more_btn {
    font-size: 1.4rem;
    line-height: 5.71429;
    letter-spacing: 1.5px;
  }
}


::-webkit-file-upload-button {
  -webkit-appearance: none;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  border: 1px solid #a6a9b7;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #46474b;
  max-width: 14.2rem;
  width: 100%;
  height: 4rem;
  -webkit-appearance: none;
  margin-right:2rem;
}

::-webkit-file-upload-button:hover {
  background: #a6a9b7;
  color: #fff;
}
:root {
    --bg-gradient: rgba(123, 181, 230, 1) 0%, rgba(118, 138, 195, 1) 33%, rgba(175, 139, 188, 1) 66%, rgba(224, 157, 191, 1) 100%;
}


.inPreview .home_row2 .dnd-section {
    padding: 0;
    margin-bottom: 0;
}
.inPreview .home_row2 .dnd-section > .row-fluid {
    padding: 0;
}






.topNewSection {
}
.topNewSection p {
	opacity: 1 !important;
	-webkit-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
}
.topNewSectionHeader {
	padding: 0 max(5%,calc(50% - 63rem));
	text-align: left;
}
.topNewSectionTtl {
	line-height: 1 !important;
}
.topNewSectionLead p {
	margin: 0 !important;
	font-weight: 500;
}
.topService {
	margin-top: 15rem;
	position: relative;
}
.topServiceCards {
	margin-top: 6rem;
	display: flex;
}
.topServiceCard {
	width: 33.3333333333%;
}
.topServiceCard a {
	padding: 0 max(4rem,calc(50% - 23.5rem)) 1rem 4rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
	height: 46.9rem;
	color: #fff;
	overflow: hidden;
	text-align: left;
}
.topServiceCard a:hover {
	color: #fff !important;
}
.topServiceCard a:hover img {
	opacity: 1;
}
.topServiceCard a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 28rem;
	background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 50%,rgba(0, 0, 0, 1) 100%);
	opacity: 0.4;
	pointer-events: none;
}
.topServiceCardBody {
	padding-bottom: 6rem;
	min-height: 26rem;
}
.topServiceCardNum {
	font-size: 2rem;
	font-weight: bold;
}
.topServiceCardTtl {
	margin: 0;
	line-height: 1.4;
	color: #fff;
	font-size: 2.5rem;
	text-align: left;
}
.topServiceCardCopySummary {
	margin: .4rem 0 1rem;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0;
}
.topServiceCardText {
	margin: 0 !important;
	line-height: 1.5625 !important;
	font-size: 1.6rem !important;
}
.topServiceCardImg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.topServiceCardImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topServiceCardIcon {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 1rem;
	right: 2rem;
	width: 5rem;
	height: 5rem;
	background-image: linear-gradient(to top left,var(--bg-gradient));
	font-size: 0;
}
.topServiceCardIcon::before {
	content: '';
	display: block;
	width: 1.2rem;
	height: 0.9rem;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGxpbmUgeDE9IjcuMDAwMDgiIHkxPSIwLjUiIHgyPSIxMC41MzU2IiB5Mj0iNC4wMzU1MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PGxpbmUgeDE9IjEwLjUzNTYiIHkxPSI0LjAzNTYiIHgyPSI3LjAwMDExIiB5Mj0iNy41NzExMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PGxpbmUgeDE9IjkuNSIgeTE9IjQuMDM1NTIiIHgyPSIwLjUiIHkyPSI0LjAzNTUyIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") 0 0 no-repeat;
	background-size: contain;
	transition: .3s;
}
a:hover .topServiceCardIcon::before {
	transform: translateX(.5rem);
}
.topServiceLink {
	position: absolute;
	top: 5.6rem;
	right: max(5%,calc(50% - 63rem));
	line-height: 1;
}
.topServiceLink a {
	padding-bottom: 1rem;
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
}
.topServiceLink a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1rem;
	height: 0.2rem;
	background-image: linear-gradient(to bottom right,var(--bg-gradient));
	transition: .3s;
}
.topServiceLink a:hover::before {
	width: 2rem;
}
@media (max-width: 768px) {
	.homepage.inPreview {
		background-color: #fafafa;
	}
	.topNewSection {
	}
	.topNewSectionHeader {
		padding: 0;
	}
	.topNewSectionTtl {
		text-align: center;
	}
	.topNewSectionLead {
		margin: 0 !important;
	}
	.topNewSectionLead p {
		line-height: 1.4 !important;
		font-size: 2rem !important;
		font-weight: 600 !important;
		text-align: left !important;
	}
	.topService {
		margin-top: 8.8rem;
		padding: 0 0 4rem;
	}
	.topServiceCards {
		margin-top: 6rem;
		border-bottom: 1px solid #D9D9D9;
		flex-direction: column;
	}
	.topServiceCard {
		border-top: 1px solid #D9D9D9;
		width: 100%;
	}
	.topServiceCard a {
		padding: 2rem 1rem 2rem 0;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		height: auto;
		color: #46474B;
	}
	.topServiceCard a:after {
		display: none;
	}
	.topServiceCardBody {
		padding-bottom: 0;
		padding-left: 3.6rem;
		position: relative;
		width: 17.5rem;
		min-height: inherit;
	}
	.topServiceCardNum {
		position: absolute;
		top: 0;
		left: 0;
		line-height: 1;
		font-size: 1.2rem;
	}
	.topServiceCardTtl {
		line-height: 1.2;
		color: #46474B;
		font-size: 1.8rem;
	}
	.topServiceCardCopySummary {
		margin: 1rem 0 0;
		font-size: 1.2rem;
		letter-spacing: 0.01em;
	}
	.topServiceCardText {
		display: none !important;
	}
	.topServiceCardImg {
		border-radius: 1.6rem;
		position: static;
		width: 12.3rem;
		height: auto;
	}
	.topServiceCardIcon {
		display: none;
	}
	.topServiceLink {
		margin-top: 8rem;
		position: static;
	}
	.topServiceLink a {
		padding: 1.6rem;
		border-radius: .4rem;
		display: inline-flex;
		gap: 1rem;
		align-items: center;
		color: #fff;
		background-image: linear-gradient(to top left,var(--bg-gradient));
		font-size: 1.2rem;
		font-weight: bold;
	}
	.topServiceLink a::before {
		display: none;
	}
	.topServiceLink a::after {
		content: '';
		display: inline-block;
		width: 1.2rem;
		height: 0.9rem;
		background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGxpbmUgeDE9IjcuMDAwMDgiIHkxPSIwLjUiIHgyPSIxMC41MzU2IiB5Mj0iNC4wMzU1MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PGxpbmUgeDE9IjEwLjUzNTYiIHkxPSI0LjAzNTYiIHgyPSI3LjAwMDExIiB5Mj0iNy41NzExMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PGxpbmUgeDE9IjkuNSIgeTE9IjQuMDM1NTIiIHgyPSIwLjUiIHkyPSI0LjAzNTUyIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") 0 0 no-repeat;
		background-size: contain;
	}
}












.topCareer {
	margin: 14rem auto 12rem;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 126rem;
}
.topCareerImg {
	border-radius: 1rem;
	overflow: hidden;
}
.topCareerText {
}
.topCareerFeatures {
	margin: 4rem 0 0;
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}
.topCareerFeature {
	display: flex;
	align-items: flex-start;
}
.topCareerFeatureIcon {
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	background-color: #fff;
}
.topCareerFeatureIcon img {
	width: 3.1rem;
}
.topCareerFeatureNum {
	margin: .5rem 1.6rem 0;
	padding-right: 2.3rem;
	border-right: 1px solid #fff;
	line-height: 1.5rem;
	font-size: 1.4rem;
	font-weight: bold;
}
.topCareerFeature dl {
	margin: 0;
	font-weight: 500;
}
.topCareerFeature dl dt {
	margin-bottom: 0.5rem;
	line-height: 1.4;
	font-size: 1.8rem;
}
.topCareerFeature dl dd {
	margin: 0;
	line-height: 1.4;
	font-size: 1.4rem;
	letter-spacing: 0;
}
.topCareerLink {
	margin-top: 4rem;
}
.topCareerLink a {
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: underline;
}
.topCareerLink a:hover {
	color: #fff;
	text-decoration: none;
}
@media (min-width: 769px) {
	.topNewSection:has(.topCareer) {
		overflow: clip;
	}
	.topCareer::before {
		content: '';
		display: block;
		border-radius: 1rem 0 0 1rem;
		pointer-events: none;
		position: absolute;
		top: 0;
		left: calc(50% - (292/1260*100%));
		z-index: -1;
		width: calc(50vw + (292/1260*100%));
		height: 100%;
		background-image: linear-gradient(to top left,var(--bg-gradient));
		opacity: 0.7;
	}
	.topCareer * {
		color: #fff;
		text-align: left;
	}
	.topCareer .topNewSectionTtl {
		margin-bottom: 5rem !important;
		font-size: 2rem !important;
	}
	.topCareer .topNewSectionLead p {
		line-height: 1.4285714285714286 !important;
		font-size: 3.5rem !important;
		font-weight: bold;
	}
	.topCareerImg {
		width: calc(600/1260*100%);
	}
	.topCareerBody {
		margin-right: -1rem;
		padding: 7rem 0 12.4rem;
		width: calc(570/1260*100%);
	}
	.topCareerText  {
		margin: 2.4rem 0 4.6rem;
		line-height: 1.875 !important;
		font-size: 1.6rem !important;
		letter-spacing: 0.04em;
	}
}
@media (max-width: 768px) {
	.topCareer {
		margin: 8rem 0 6rem;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		max-width: 126rem;
	}
	.topCareerImg {
		margin: 5rem 0 2rem;
		position: relative;
		z-index: 2;
		width: calc(261/375*100vw);
		order: 3;
	}
	.topCareerBody {
		display: contents;
	}
	.topNewSectionTtl {
		width: 100%;
		order: 1;
	}
	.topNewSectionLead {
		position: relative;
		order: 2;
		width: 100%;
	}
	.topNewSectionLead::before {
		content: '';
		display: block;
		border-radius: .4rem 0 0 .4rem;
		pointer-events: none;
		position: absolute;
		top: calc(100% + 2rem);
		right: calc(-30/315*100%);
		z-index: -1;
		width: calc(153/315*100vw);
		height: 12.7rem;
		background-image: linear-gradient(to top left,var(--bg-gradient));
		opacity: 0.7;
	}
	.topCareer .topNewSectionLead p {
		text-align: left;
		white-space: nowrap;
	}
	.topNewSectionLead p br {
		display: none;
	}
	.topCareerText {
		order: 4;
		line-height: 2 !important;
		font-size: 1.4rem !important;
		font-weight: 600;
	}
	.topCareerFeatures {
		order: 5;
	}
	.topCareerFeature {
		display: flex;
		align-items: flex-start;
	}
	.topCareerFeatureIcon {
		position: relative;
		z-index: 1;
		flex-shrink: 0;
		background-image: linear-gradient(to top left,var(--bg-gradient));
	}
	.topCareerFeatureIcon::before {
		content: '';
		border-radius: 0.5rem;
		display: block;
		position: absolute;
		top: 0.1rem;
		left: 0.1rem;
		z-index: -1;
		width: 4.8rem;
		height: 4.8rem;
		background-color: #fff;
	}
	.topCareerFeatureNum {
		border-right: 1px solid #46474B;
		line-height: 1;
		flex-shrink: 0;
		height: 3rem;
		font-size: 1rem;
	}
	.topCareerFeature dl dt {
		font-size: 1.6rem;
	}
	.topCareerFeature dl dd {
		font-size: 1.2rem;
	}
	.topCareerLink {
		margin-top: 4rem;
		order: 6;
	}
	.topCareerLink a {
		font-size: 1.6rem;
		font-weight: 500;
		text-decoration: underline;
	}
	.topCareerLink a:hover {
		color: #fff;
		text-decoration: none;
	}
	.topCareerLink a {
		padding: 1.2rem 1.6rem;
		border-radius: .4rem;
		display: inline-flex;
		line-height: 1.2;
		gap: 1rem;
		align-items: center;
		color: #fff;
		background-image: linear-gradient(to top left,var(--bg-gradient));
		font-size: 1.2rem;
		font-weight: bold;
		text-decoration: none;
	}
	.topCareerLink a::after {
		content: '';
		display: inline-block;
		width: 1.2rem;
		height: 0.9rem;
		background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGxpbmUgeDE9IjcuMDAwMDgiIHkxPSIwLjUiIHgyPSIxMC41MzU2IiB5Mj0iNC4wMzU1MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PGxpbmUgeDE9IjEwLjUzNTYiIHkxPSI0LjAzNTYiIHgyPSI3LjAwMDExIiB5Mj0iNy41NzExMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PGxpbmUgeDE9IjkuNSIgeTE9IjQuMDM1NTIiIHgyPSIwLjUiIHkyPSI0LjAzNTUyIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") 0 0 no-repeat;
		background-size: contain;
	}
}












.new2609_row .dnd-section,
.new2609_row .dnd-section > .row-fluid .dnd-column {
	padding: 0;
}
.new2609_row .dnd-section > .row-fluid {
	max-width: inherit;
}
@media (max-width: 768px) {
	.new2609_row .dnd-section > .row-fluid {
		width: auto;
	}
}





.lowerPageHeader {
	margin-bottom: 17rem;
	padding: 0 5rem;
	position: relative;
	z-index: 1;
}
.lowerPageHeader::before {
	content: '';
	border-radius: 0 1rem 1rem 0;
	display: block;
	position: absolute;
	bottom: -5rem;
	left: 0;
	z-index: 2;
	width: 25rem;
	height: 18rem;
	background: linear-gradient(135deg, #E09DBF 0%, #AF8BBC 33%, #768AC3 67%, #7BB5E6 100%);
}
.lowerPageTitle {
	margin: 0;
	position: absolute;
	left: 12rem;
	bottom: .8rem;
	z-index: 3;
	line-height: 1.3;
	color: #fff;
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.lowerPageHeaderImg {
	border-radius: 1rem;
	height: 30rem;
	overflow: hidden;
}
.lowerPageHeaderImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	.lowerPageHeader {
		margin-bottom: 6.8rem;
		padding: 0 calc(16/375*100vw);
	}
	.lowerPageHeader::before {
		bottom: -1.4rem;
		width: 6.3rem;
		width: calc(16/375*100vw + 4.7rem);
		height: 5.7rem;
	}
	.lowerPageTitle {
		left: calc(16/375*100vw + 1.2rem);
		bottom: 0;
		line-height: 1.1;
		font-size: 3.2rem;
	}
	.lowerPageHeaderImg {
		height: 10.4rem;
	}
}






.lowerPagesSection {
	padding-left: max(5%,calc(50% - 63rem));
	padding-right: max(5%,calc(50% - 63rem));
}
.lowerSectionLabel {
	line-height: 1;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.lowerSectionTtl {
	line-height: 1.5625;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media (max-width: 768px) {
	.lowerPagesSection {
		padding-left: 8%;
		padding-right: 8%;
	}
	.lowerSectionLabel {
		font-size: 3.4rem;
		text-align: center;
	}
	.lowerSectionTtl {
		line-height: 1.2;
		font-size: 1.8rem;
		text-align: center;
	}
}



.lowerAbout {
	padding-bottom: 6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.lowerAboutBody {
	width: calc(580/1260*100%);
}
.lowerAboutLabel {
	margin-bottom: 5rem;
	color: #E09DBF;
}
.lowerAboutTtl {
	margin-bottom: 3rem;
}
.lowerAboutText {
	line-height: 1.875;
}
.lowerAboutText p {
	margin: 0;
}
.lowerAboutImg {
	border-radius: 1rem;
	overflow: hidden;
	width: calc(580/1260*100%);
}
@media (max-width: 768px) {
	.lowerAbout {
		padding-bottom: 9.4rem;
		justify-content: flex-start;
		align-items: stretch;
		flex-direction: column;
		gap: 4rem;
	}
	.lowerAboutBody {
		width: auto;
	}
	.lowerAboutLabel {
		display: none;
	}
	.lowerAboutTtl {
		text-align: left;
	}
	.lowerAboutTtl br {
		display: none;
	}
	.lowerAboutText {
		line-height: 2;
	}
	.lowerAboutImg {
		width: auto;
	}
}






#lowerHistorySec {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.lowerHistory {
	padding: 10rem 10rem 18rem;
	display: flex;
	justify-content: space-between;
	background-color: #FAFAFA;
}
.lowerHistoryHeader {
	width: calc(500/1060*100%);
}
.lowerHistoryLabel {
	margin-bottom: 2rem;
	color: #AF8BBC;
}
.lowerHistoryBody {
	width: calc(525/1060*100%);
}
.lowerHistoryBody dl {
	display: flex;
	flex-wrap: wrap;
}
.lowerHistoryBody dl dt {
	padding: 4rem 2rem;
	border-top: 1px solid #46474B;
	display: flex;
	align-items: center;
	width: 11.3rem;
	white-space: nowrap;
	font-size: 3.2rem;
	font-weight: bold;
}
.lowerHistoryBody dl dd {
	margin: 0;
	padding: 4rem;
	padding-left: 3rem;
	border-top: 1px solid #46474B;
	display: flex;
	align-items: center;
	width: calc(100% - 11.3rem);
	line-height: 1.6666666666666667;
	font-size: 1.8rem;
	letter-spacing: 0;
}
.lowerHistoryBody dl dt:first-of-type,
.lowerHistoryBody dl dd:first-of-type {
	border-top: none;
}
@media (max-width: 768px) {
	#lowerHistorySec {
		padding: 5.4rem calc(16/375*100%);
	}
	.lowerHistory {
		padding: 4rem 2rem;
		flex-direction: column;
	}
	.lowerHistoryHeader {
		width: 100%;
		text-align: center;
	}
	.lowerHistoryLabel {
		margin-bottom: 2.4rem;
		color: #46474B;
	}
	.lowerHistoryTtl {
		letter-spacing: 0;
	}
	.lowerHistoryTtl br {
		display: none;
	}
	.lowerHistoryBody {
		width: 100%;
	}
	.lowerHistoryBody dl dt {
		padding: 2.4rem 0;
		width: 7rem;
		font-size: 2rem;
	}
	.lowerHistoryBody dl dd {
		padding: 2.4rem 0;
		width: calc(100% - 7rem);
		line-height: 1.3333333333333333;
		font-size: 1.2rem;
	}
}







#lowerReasonSec {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.lowerReason {
}
.lowerReasonLabel {
	margin-bottom: 2rem;
	color: #768AC3;
}
.lowerReasonCards {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
}
.lowerReasonCard {
	padding: 3rem;
	border-radius: 1rem;
	position: relative;
	z-index: 1;
	width: calc(400/1260*100%);
	background-image: linear-gradient(to top left,var(--bg-gradient));
}
.lowerReasonCard::before {
	border-radius: 1rem;
	content: '';
	display: block;
	position: absolute;
	top: 0.3rem;
	left: 0.3rem;
	z-index: -1;
	width: calc(100% - .6rem);
	height: calc(100% - .6rem);
	background-color: #fff;
	pointer-events: none;
}
.lowerReasonCardIcon {
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
	text-align: center;
}
.lowerReasonCardTtl {
	margin: 0 0 1rem;
	line-height: 1.1;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.lowerReasonCardText {
	line-height: 1.875;
}
.lowerReasonCardText p {
	margin: 0;
}
@media (max-width: 768px) {
	#lowerReasonSec {
		padding-top: 5.4rem;
		padding-bottom: 5.4rem;
	}
	.lowerReason {
	}
	.lowerReasonLabel {
		margin-bottom: 2.4rem;
		color: #46474B;
	}
	.lowerReasonCards {
		margin-top: 4rem;
		flex-direction: column;
		gap: 3rem;
	}
	.lowerReasonCard {
		padding: 1rem 1.6rem;
		width: 100%;
	}
	.lowerReasonCardIcon {
		margin-bottom: .7rem;
	}
	.lowerReasonCardIcon img {
		width: 5.5rem;
	}
	.lowerReasonCardTtl {
		margin: 0 0 1rem;
		line-height: 1.2;
		font-size: 1.8rem;
		text-align: center;
	}
	.lowerReasonCardText {
		line-height: 1.7;
		font-weight: 600;
		text-align: center;
		font-feature-settings: "palt";
	}
}









#lowerCompareSec {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.lowerCompare {
}
.lowerCompare ul,
.lowerCompare li,
.lowerCompare dl,
.lowerCompare dt,
.lowerCompare dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lowerCompareLabel {
	margin-bottom: 2rem;
	color: #7BB5E6;
}
.lowerCompareTtl {
}
.lowerCompareLead {
	margin: 2rem 0 5rem;
	line-height: 1.875;
}
.lowerCompareLead p {
	margin: 0;
}
.lowerCompareTable {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.lowerCompareTableMain {
	padding: 3rem 1rem 1rem;
	border-radius: 1rem;
	width: calc(500/1260*100%);
	background-image: linear-gradient(to top left,var(--bg-gradient));
}
.lowerCompareTableHead {
	margin-bottom: 1rem;
}
.lowerCompareTableTtl {
	margin-bottom: 1.2rem;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.lowerCompareTableMain .lowerCompareTableHead {
	margin-bottom: 2rem;
	padding: 0 3rem;
}
.lowerCompareTableMain .lowerCompareTableTtl {
	color: #fff;
	font-size: 2.5rem;
}
.lowerCompareTableText {
	margin: 0;
	color: #fff;
}
.lowerCompareTableMain dl {
	display: flex;
	flex-wrap: wrap;
}
.lowerCompareTableMain dl dt {
	margin-top: 1rem;
	padding: 1.7rem 0 1.7rem 3rem;
	border-radius: .2rem 0 0 .2rem;
	display: flex;
	align-items: center;
	width: calc(200/480*100%);
	background-color: #fff;
	font-weight: bold;
}
.lowerCompareTableMain dl dd {
	margin-top: 1rem;
	padding: 1.7rem 0;
	border-radius: 0 .2rem .2rem 0;
	width: calc(280/480*100%);
	background-color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}
.lowerCompareTableMain dl dd p,
.lowerCompareTableSub > ul > li > p {
	margin: 1rem 0 0;
	line-height: 1.2;
}
.lowerCompareTableMarks {
	display: flex;
	gap: 0.5rem;
}
.lowerCompareTableMark {
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background-color: #D9D9D9;
}
.lowerCompareTableMark.-active {
	background-image: linear-gradient(to top left,var(--bg-gradient));
}
.lowerCompareTableSubWrap {
	padding: 3rem 1rem 1rem;
	border-radius: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: calc(750/1260*100%);
	background-color: #F5F5F5;
}
.lowerCompareTableSub {
	width: calc(356/730*100%);
}
.lowerCompareTableSub > ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.lowerCompareTableSub > ul > li {
	padding: 2rem 3rem;
	background-color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}
@media (min-width: 769px) {
	.lowerCompareLead p br,
	.lowerCompareTable br {
		display: none;
	}
}
@media (max-width: 768px) {
	#lowerCompareSec {
		padding: 5.4rem calc(19/375*100%);
	}
	.lowerCompareLabel {
		margin-bottom: 2.4rem;
		color: #46474B;
	}
	.lowerCompareTtl {
	}
	.lowerCompareLead {
		margin: 1.4rem 0 4.8rem;
		line-height: 1.4;
		font-size: 1.2rem;
		font-weight: 600;
		text-align: center;
	}
	.lowerCompareLead p {
		margin: 0;
	}
	.lowerCompareTable {
		text-align: center;
	}
	.lowerCompareTableMain {
		margin-left: 5.8rem;
		border-radius: 0.5rem;
		padding: .8rem .3rem .3rem;
		width: calc(121/337*100%);
	}
	.lowerCompareTableHead {
		margin-bottom: 1rem;
	}
	.lowerCompareTableTtl {
		margin-bottom: 1.2rem;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.lowerCompareTableMain .lowerCompareTableHead {
		margin-bottom: 1rem;
		padding: 0;
	}
	.lowerCompareTableMain .lowerCompareTableTtl {
		font-size: 1.8rem;
	}
	.lowerCompareTableText {
		margin: 0;
		color: #fff;
		line-height: 1.2;
		font-size: 1.2rem;
	}
	.lowerCompareTableMain dl {
		flex-wrap: nowrap;
		transform: translateX(-5.8rem);
	}
	.lowerCompareTableMain dl dt {
		margin-top: 0;
		padding: 0 1rem;
		border-radius: 0;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 1rem;
		position: relative;
		top: 0;
		width: 5.8rem;
		flex-shrink: 0;
		line-height: 1.4;
		background-color: transparent;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 0;
	}
	.lowerCompareTableMain dl dt::before {
		content: '';
		display: block;
		width: .9rem;
		height: .9rem;
		border-radius: 100%;
		background-color: #D9D9D9;
		background-image: linear-gradient(to top left,var(--bg-gradient));
	}
	.lowerCompareTableMain dl dd {
		margin-top: 0;
		padding: 2rem 1rem;
		border-radius: 0;
		border-top: 1px solid #a6a9b7;
		width: 100%;
		flex-shrink: 0;
		line-height: 1.2;
		background-color: #fff;
		font-size: 1.2rem;
	}
	.lowerCompareTableMain dl dd p,
	.lowerCompareTableSub > ul > li > p {
		margin: 1rem 0 0;
		line-height: 1.2;
	}
	.lowerCompareTableMarks {
		justify-content: center;
	}
	.lowerCompareTableMark {
		width: 1.4rem;
		height: 1.4rem;
		border-radius: 100%;
	}
	.lowerCompareTableSubWrap {
		padding: 0;
		border-radius: 0;
		width: calc(146/337*100%);
	}
	.lowerCompareTableSub {
		width: 50%;
	}
	.lowerCompareTableSub > ul {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.lowerCompareTableSub > ul > li {
		padding: 2rem 0;
		border-top: 1px solid #a6a9b7;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		height: 9.2rem;
		line-height: 1.3333333333333333;
		font-size: 1rem;
		letter-spacing: 0;
	}
	.lowerCompareTableSub:first-child > ul > li,
	.lowerCompareTableSub:first-child .lowerCompareTableTtl {
		border-right: 1px solid #a6a9b7;
	}
	.lowerCompareTableSub .lowerCompareTableHead {
		margin-bottom: 0;
	}
	.lowerCompareTableSub .lowerCompareTableTtl {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
		margin-bottom: 0;
	}
}










.lowerOutline {
}
.lowerOutlineLabel {
}
.lowerOutlineTtl {
}
.lowerOutlineInfo {
}
.lowerOutlineBody {
}
.lowerOutlineMap {
	filter: saturate(0);
}
.lowerOutlineOthers {
}
.lowerOutlineOthersFb {
}
.lowerOutlineOthersLink {
}










.lowerService {
}
.lowerServiceBody {
}
.lowerServiceLabel {
}
.lowerServiceTtl {
}
.lowerServiceText {
}
.lowerServiceImg {
}
.topServiceCards {
}
.topServiceCard {
}
.topServiceCardBody {
}
.topServiceCardNum {
}
.topServiceCardTtl {
}
.topServiceCardCopySummary {
}
.topServiceCardText {
}
.topServiceCardImg {
}
.topServiceCardIcon {
}
.lowerServiceFeature {
}
.lowerServiceFeatureMain {
}
.lowerServiceFeatureBody {
}
.lowerServiceFeatureNum {
}
.lowerServiceFeatureTtl {
}
.lowerServiceFeatureCats {
}
.lowerServiceFeatureCat {
}
.lowerServiceFeatureSummary {
}
.lowerServiceFeatureCopy {
}
.lowerServiceFeatureArchivement {
}
.lowerServiceFeatureArchivementLabel {
}
.lowerServiceFeatureArchivementList {
}
.lowerServiceFeatureArchivementText {
}
.lowerServiceFeatureImg {
}
.lowerServiceFeatureSolution {
}
.lowerServiceFeatureSolutionCards {
}
.-before {
}
.lowerServiceFeatureSolutionCardsHead {
}
.lowerServiceFeatureSolutionCardsHeadLabel {
}
.lowerServiceFeatureSolutionCardsHeadTtl {
}
.lowerServiceFeatureSolutionCard {
}
.lowerServiceFeatureSolutionCardIcon {
}
.-after {
}
.lowerEngagement {
}
.lowerEngagementLabel {
}
.lowerEngagementTtl {
}
.lowerEngagementImg {
}
.lowerEngagementImgInner {
}















































































@media screen and (max-width: 48em) { 
}