@charset "UTF-8"

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

  サイト全体で共通のスタイル

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


/* Theme base styles */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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


/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


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

* {
	box-sizing: border-box
}

input[type=color]::-webkit-color-swatch {
	border: none
}

input[type=color]::-webkit-color-swatch-wrapper {
	padding: 0
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

nav ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

ins {
	text-decoration: none
}

ins, mark {
	background-color: #ff9;
	color: #000
}

mark {
	font-style: italic;
	font-weight: 700
}

del {
	text-decoration: line-through
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	border: 0;
    margin: 0;
}

input, select {
	vertical-align: middle
}

input:focus {
	outline: none
}

ol, ul {
	list-style-type: none
}


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


/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.test_css_test {
    background-color: black;
}
.content-wrapper {
    margin: 0 auto;
    padding: 0 1rem;
    background-color: ;
}

@media screen and (min-width: 1380px) {
    .content-wrapper {
        padding: 0;
    }
}

.dnd-section {
    padding-left: 80px;
    padding-right: 80px;
}

.dnd-section > .row-fluid {
    margin: 0 auto;
    max-width: calc(1180px);
}

.dnd-section.cta_section-row-1-force-full-width-section
.dnd-section.section-row-0-force-full-width-section {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .dnd-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: calc(1180px + 80px * 2);
	margin-left: auto;
	margin-right: auto;
	padding-right: 80px;
	padding-left: 80px;
}

@media screen and (max-width: 767px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.container.wide {
    max-width: calc(1280px + 80px * 2);
}

@media screen and (max-width: 767px) {
    .container.wide {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.container_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px 60px;
}

@media screen and (min-width: 1050px) {
  .container_main {
    max-width: calc((100% - 60px) - 300px);
    width: 100%;
  }

  .container_side {
    width: 300px;
  }
}

.container_side .row-fluid  {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container_col.blog_wide {
    gap: 60px;
}

.container_col.blog_wide .container_main,
.container_col.blog_wide .container_side {
  flex: inherit;
  width: calc(50% - 30px);
}
@media screen and (max-width: 1049px) {
    .container_col {
        flex-flow: column;
    }

    .container_col.blog_wide .container_main,
    .container_col.blog_wide .container_side {
        width: 100%;
    }
}

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


/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */



* {
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}

html {
    scroll-behavior: smooth;
    scroll-padding: 150px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
    html {
        scroll-padding: 70px;
    }
}

html.lp {
    scroll-padding: 0;
}

body {
	color: #000000;
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
	font-weight: 400;
    letter-spacing: 0;
	line-height: 1.75;
	overflow-x: hidden;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        letter-spacing: 0;
    }
}

.section {
  margin-block: 80px;
}

.section_base {
    padding: 60px 0;
    background-color: #f2f2ef;
}

.container_main .container,
.container_main .row-fluid  {
    padding-left: 0;
    padding-right: 0;
}

.shadow_box {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.08);
}

@media screen and (max-width: 767px) {
    .shadow_box {
        padding: 20px;
    }
}

.border_box {
    padding: 40px;
    border: 1px solid #000000;
}

@media screen and (max-width: 767px) {
    .border_box {
        padding: 20px;
    }
}

a img {
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (min-width: 1050px) {
    a img:focus, a img:hover {
        opacity: 0.7;
    }
}

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

.richtext img {
    vertical-align: middle;
}

a {
    color: #007BD1;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    word-wrap: break-word;
}

@media screen and (min-width: 1050px) {
    a:hover {
        text-decoration: none;
    }
}

.heading_ruby {
    display: block;
    margin-bottom: 10px;
    color: #005396;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.heading_txt {
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
}

.heading-1 .heading_txt {
    font-size: 45px;
    margin-bottom: 1em;
}

.heading-2  {
    margin-bottom: 25px;
}

.heading-2 .heading_txt {
    font-size: 36px;
    line-height: 1.28;
    font-weight: bold;
}
@media screen and (max-width: 414px) {
    .heading-1 .heading_txt {
        font-size: 28px;
    }

    .heading-2 .heading_txt {
        font-size: 32px;
    }
}

.heading-2.medium .heading_txt {
    font-size: 24px;
}

.heading-2.small .heading_txt {
    font-size: 22px;
}

.heading-3 {
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.heading-3 .heading_txt {
    font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    .richtext h3,
    .heading-3 .heading_txt {
        font-size: 1.25rem;
    }
}

.heading-4 .heading_txt {
    font-size: 1.375rem;
}

@media screen and (max-width: 767px) {
    .heading-4 .heading_txt {
        font-size: 1.125rem;
    }
}

.heading-5 .heading_txt {
    font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
    .heading-5 .heading_txt {
        font-size: 1rem;
    }
}

.wysiwyg h1 {
    margin-top: 40px;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
    .wysiwyg h1 {
        font-size: 26px;
    }
}

.wysiwyg h2 {
	margin-top: 30px;
	margin-bottom: 20px;
    font-size: 22px;
    border-left: none !important;
    padding: 12px 15px 12px 26px !important;
    font-weight: bold;
    position: relative;
    background-color: #f6f6f6;
}
.wysiwyg h2::before {
    content: '';
    position: absolute;
    top: 22%;
    left: 10px;
    display: block;
    width: 3px;
    height: 56%;
    background-color: #005396;
}

@media screen and (max-width: 767px) {
    .wysiwyg h2 {
        font-size: 20px;
    }
}

.wysiwyg h3 {
	margin-top: 30px;
	margin-bottom: 20px;
    border-bottom: solid 1px #000000;
    border-top: solid 1px #000000;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .wysiwyg h3 {
        font-size: 18px;
    }
}

.wysiwyg h4 {
    margin-top: 20px;
	margin-bottom: 20px;
    font-size: 18px;
	font-weight: bold;
}

.wysiwyg h5 {
    margin-top: 20px;
	margin-bottom: 20px;
    font-size: 1rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
    .wysiwyg h5 {
        font-size: 1rem;
    }
}

.wysiwyg h6 {
    margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1rem;
}

.richtext blockquote,
.richtext pre,
.wysiwyg blockquote,
.wysiwyg pre {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px;
	background-color: #f2f2ef;
}

.richtext blockquote,
.wysiwyg blockquote {
    border-radius: 5px;
    position: relative;
    padding: 40px 30px;
}

.richtext blockquote::before,
.wysiwyg blockquote::before {
    content: '“';
    font-size: 1000%;
    line-height: .8em;
    font-family: 'Times New Roman','ＭＳ Ｐゴシック',sans-serif;
    color: #007BD1;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 2;
    font-size: 500%;
}

.richtext pre,
.wysiwyg pre {
    background-color: #2D2D2D;
    font-size: 14px;
    color: #ffffff;
    overflow-x: auto;
    overflow-y: auto;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.richtext pre code,
.wysiwyg pre code {
    color: #ffffff;
    background-color: transparent;
}

.richtext code,
.wysiwyg code {
    background-color: #f2f2ef;
    color: #00a0dc;
}

.wysiwyg p,
.wysiwyg img {
	margin-bottom: 20px;
	margin-top: 20px;
}

.richtext strong,
.wysiwyg strong {
	font-weight: 700;
}

.richtext em,
.wysiwyg em {
	font-style: italic;
}

.richtext ol,
.richtext ul,
.wysiwyg ol,
.wysiwyg ul {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 1.5em;
}

.richtext ul,
.wysiwyg ul {
	list-style-type: disc;
}

.richtext ol,
.wysiwyg ol {
	list-style-type: decimal;
}

.richtext ol li::marker,
.wysiwyg ol li::marker {
    text-align-last: start !important;
}

@media screen and (max-width: 767px) {
    .richtext li {
        font-size: .875rem;
        line-height: 2;
    }
}

.richtext hr,
.wysiwyg hr {
    margin: 50px 0;
    border-top: 1px solid #000000;
}

.richtext sup,
.wysiwyg sup {
    font-size: 70%;
    vertical-align: top;
}

.richtext sub,
.wysiwyg sub {
    font-size: 70%;
    vertical-align: bottom;
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 1em;
}

.richtext h1 {
    font-size: 45px;
}

.richtext h2 {
    font-size: 32px;
}

.richtext h3 {
    font-size: 24px;
}

.richtext h4 {
    font-size: 20px;
}

.richtext h5 {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .richtext h1,
    .richtext h2,
    .richtext h3,
    .richtext h4,
    .richtext h5,
    .richtext h6 {
        overflow-wrap: break-word;
    }

    .richtext h1 {
        font-size: 28px;
    }

    .richtext h2 {
        font-size: 22px;
    }

    .richtext h3 {
        font-size: 20px;
    }

    .richtext h4 {
        font-size: 18px;
    }

    .richtext h5 {
        font-size: 16px;
    }
}

.wysiwyg *:first-child:not(input[type=submit]),
.richtext *:first-child:not(input[type=submit]) {
    margin-top: 0;
}

.wysiwyg *:last-child:not(input[type=submit]),
.richtext *:last-child:not(input[type=submit]) {
    margin-bottom: 0;
}

@keyframes opacity_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.wysiwyg .hs_cos_wrapper {
  overflow-y: unset !important;
}


/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.table table {
    width: 100%;
}

.table table th {
    font-weight: bold;
    text-align: left;
}

.table table th, .table table td {
    border: 1px solid #000000;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .table table th, .table table td {
        display: block;
        border-bottom: none;
    }
    .table table {
        border-bottom: 1px solid #000000;
    }
}

.table .table-inner {
    box-sizing: border-box !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: inherit !important;
}

.richtext table,
.wysiwyg table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.richtext table th,
.richtext table td,
.wysiwyg table th,
.wysiwyg table td {
    padding: 10px !important;
    border: 1px solid #000000;
}

.wysiwyg table th {
    background-color: #f2f2ef;
}


/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */



select {
	padding-right: 40px !important;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4Mi42OCA0My41MSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAwcHg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtODIuNjcsMi4xOGMwLS41Ni0uMjEtMS4xMS0uNjQtMS41NC0uODUtLjg1LTIuMjMtLjg1LTMuMDgsMGwtMzcuNjIsMzcuNjJMMy43MS42NEMyLjg2LS4yMSwxLjQ4LS4yMS42NC42NC0uMjEsMS40OS0uMjEsMi44Ni42NCwzLjcxbDM5LjE2LDM5LjE2Yy44NS44NSwyLjIzLjg1LDMuMDgsMEw4Mi4wNCwzLjcxYy40My0uNDMuNjQtLjk4LjY0LTEuNTRoMFoiLz4KICA8L2c+Cjwvc3ZnPg==) no-repeat right 15px center / 10px;
}

@media screen and (max-width: 767px) {
	select {
		padding-right: 25px !important;
	}
}

input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=search],
input[type=number],
input[type=date],
select,
[data-hsfc-id=Renderer] input.hsfc-TextInput {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 400;
	outline: none;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
	padding: 9.5px 12px;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 0px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.5;
	width: 100% !important;
	height: 45px;
}

input[type=search].hs-search-field__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type=file] {
    width: inherit !important;
}

input[type=password]#hs-pwd-widget-password {
    height: auto !important;
    display: block;
    background-color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.5;
    padding: 9.5px 12px;
}

textarea,
[data-hsfc-id=Renderer] .hsfc-TextareaInput {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background-color: #ffffff;
	padding: 12px;
	outline: 0;
	width: 100%;
	display: inline-block;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
	font-size: 1rem;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 0px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.5;
	width: 100% !important;
	min-height: 240px;
}

input[type=submit] {
	display: block;
  width: fit-content;
  min-width: min(280px, 100%);
  white-space: normal;
    padding: 17px 30px;
	margin: 25px auto 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	background-color: #007BD1;
	border: 1px solid #007BD1;
	border-radius: 0;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	line-height: 1.5;
	letter-spacing: 0;
}

input[type=submit]:disabled {
	opacity: 0.7;
	pointer-events: none;
}

@media screen and (min-width: 1050px) {
	input[type=submit]:hover {
		color: #007BD1;
		background-color: #ffffff;
	}
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	width: 18px;
	height: 22px;
	cursor:pointer;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjMgMjk3LjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTYgMzQyLjYgMTUwLjZ6Ii8+PC9zdmc+) no-repeat center / contain;
}

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


/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    gap: 40px 70px;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .btns {
        gap: 20px;
        flex-flow: column;
    }

    .btns > * {
        width: 100%;
        text-align: center;
    }
}

.btns.center {
    justify-content: center;
}

.btn {
    -webkit-touch-callout: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 340px;
    height: 100%;
    padding: 25px;
    background-color: #007BD1;
    border: 2px solid #007BD1;
    color: #ffffff;
    border-radius: 0px;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 auto;
    text-decoration: none;
    letter-spacing: .08em;
    line-height: 1.3;
    transition: color, background-color .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (max-width: 767px) {
    .btn {
        min-width: 100%;
        font-size: 1rem;
        padding: 20px 15px;
    }
}

@media screen and (min-width: 1050px) {
    .btn:hover {
        background-color: #ffffff;
        color: #007BD1;
    }

    .btn:hover:before {
        background-color: #007BD1;
    }
}

.btns.center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .btns.center .btn {
        margin-left: auto;
        margin-right: auto;
    }
}

.btn.center {
    margin-left: auto;
    margin-right: auto;
}


.btn.xsmall {
    min-width: 180px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 18.2px;
}

@media screen and (max-width: 767px) {
    .btn.xsmall {
        min-width: 100%;
    }
}

.btn.small {
    min-width: 210px;
    padding: 13px 25px;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .btn.small {
        min-width: 100%;
    }
}

.btn.medium {
    min-width: 280px;
    padding: 15.5px 20px;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .btn.medium {
        min-width: 100%;
        padding: 15px;
    }
}

.btn.large {
    min-width: 320px;
    padding: 23px 20px;
    letter-spacing: 0.04em;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .btn.large {
        min-width: 100%;
    }
}

.btn.full {
    max-width: inherit !important;
    min-width: 100%;
}

@media screen and (min-width: 1050px) {
    .btn.full.xsmall {
        min-width: 187px;
    }
}

.btn.back {
    width: 210px;
    padding: 13px 25px;
    font-size: 1rem;
}


.btn.reverse {
    background-color: #ffffff;
    color: #007BD1;
}

.btn.reverse:before {
    background-color: #007BD1;
}

@media screen and (min-width: 1050px) {
    .btn.reverse:hover {
        background-color: #007BD1;
        color: #ffffff;
    }

    .btn.reverse:hover:before {
        background-color: #ffffff;
    }
}

.btn.reverse.main_color {
    background-color: #ffffff;
    border-color: #005396;
    color: #005396;
}

.btn.reverse.main_color:before {
    background-color: #005396;
}

@media screen and (min-width: 1050px) {
    .btn.reverse.main_color:hover {
        color: #ffffff;
        background-color: #005396;
    }

    .btn.reverse.main_color:hover:before {
        background-color: #ffffff;
    }
}

.btn.reverse.accent_color {
    background-color: #ffffff;
    border-color: #00a0dc;
    color: #00a0dc;
}

.btn.reverse.accent_color:before {
    background-color: #00a0dc;
}

@media screen and (min-width: 1050px) {
    .btn.reverse.accent_color:hover {
        color: #ffffff;
        background-color: #00a0dc;
    }

    .btn.reverse.accent_color:hover:before {
        background-color: #ffffff;
    }
}


.btn.main_color {
    border-color: #005396;
    background-color: #005396;
}

@media screen and (min-width: 1050px) {
    .btn.main_color:hover {
        border-color: #005396;
        background-color: #ffffff;
        color: #005396;
    }

    .btn.main_color:hover:before {
        background-color: #005396;
    }
}

.btn.accent_color {
    border-color: #00a0dc;
    background-color: #00a0dc;
}

@media screen and (min-width: 1050px) {
    .btn.accent_color:hover {
        color: #00a0dc;
        background-color: #ffffff;
    }

    .btn.accent_color:hover:before  {
        background-color: #00a0dc;
    }
}


.icon_download::before {
    content: "";
    width: 18px;
    aspect-ratio: 1 / 1;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    -webkit-mask-image: url(https://8831014.fs1.hubspotusercontent-na1.net/hubfs/8831014/raw_assets/public/mol-logistics-theme/assets/img/modules/ico_download.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url(https://8831014.fs1.hubspotusercontent-na1.net/hubfs/8831014/raw_assets/public/mol-logistics-theme/assets/img/modules/ico_download.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #ffffff;
}

.icon_contact::before {
    content: "";
    width: 18px;
    aspect-ratio: 1 / 1;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    -webkit-mask-image: url(https://8831014.fs1.hubspotusercontent-na1.net/hubfs/8831014/raw_assets/public/mol-logistics-theme/assets/img/modules/ico_contact.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: 0 .15em;
    mask-image: url(https://8831014.fs1.hubspotusercontent-na1.net/hubfs/8831014/raw_assets/public/mol-logistics-theme/assets/img/modules/ico_contact.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: 0 .15em;
    background-color: #ffffff;
}

.icon_arrow {
    position: relative;
}

.icon_arrow::after {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    position: absolute;
    right: 12px;
}

.btn.xsmall.icon_contact::before {
    width: 16px;
}

.btn.xsmall.icon_download::before {
    width: 15px;
}


.cta_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 40px;
    margin: 30px auto 0;
    max-width: 680px;
}

.cta_btns li {
    flex: 1;
    text-align: center;
}

@media screen and (max-width: 1049px) {
    .cta_btns {
        flex-flow: column;
        flex-wrap: wrap;
        -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }

    .cta_btns li {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cta_btns {
        margin-top: 20px;
    }
}

.cta_btn {
    display: block;
    position: relative;
    width: 170px;
    padding: 13px 20px;
    border-radius: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.cta_btn::after {
    content: "";
    position: absolute;
    right: 5px;
    top: calc(50% - 4px);
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    transform-origin: top;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.cta_btns.large {
    gap: 20px;
    margin-top: 30px;
}

.cta_btns.large .cta_btn {
    width: 300px;
    padding: 17px 25px 17px 20px;
    font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
    .cta_btns.large .cta_btn {
        font-size: 1rem;
    }
}

.cta_btn.accent_color {
    background-color: #00a0dc;
    border: 2px solid #00a0dc;
}

.cta_btn.main_color {
    background-color: #005396;
    border: 2px solid #005396;
}

@media screen and (min-width: 1050px) {
    .cta_btn:hover {
        background-color: #ffffff;
    }
}

@media screen and (min-width: 1050px) {
    .cta_btn.accent_color:hover {
        color: #00a0dc;
    }

    .cta_btn.accent_color:hover::after {
        border-color: #00a0dc;
    }

    .cta_btn.main_color:hover {
        color: #005396;
    }

    .cta_btn.main_color:hover::after {
        border-color: #005396;
    }
}

.hs-web-interactive-inline[align="left"]:has(.btn),
.hs-web-interactive-inline[align="right"]:has(.btn) {
    float: unset !important;
}

.hs-web-interactive-inline[align="left"] .btn {
    margin-left: unset;
}

.hs-web-interactive-inline[align="right"] .btn {
    margin-right: unset;
}


/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */



body:has(header.is_open) {
  overflow: hidden;
}

.header * {
  box-sizing: border-box;
}

.header {
  width: 100%;
  position: sticky;
	top: 0;
	left: 0;
  z-index: 9999;
}

@media (min-resolution: 1.5dppx) and (max-resolution: 1.99dppx) and (min-width: 1050px) {
  .header {
    zoom: .8;
  }
}

html:has(.module--top_mainvisual) .header {
  position: fixed;
}

.header_container {
	width: 100%;
}

.header_inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
  border-bottom: 1px solid #fff;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  background-color: rgba(255, 255, 255, 1);
}

html:has(.module--top_mainvisual) .header_inner {
  background-color: rgba(255, 255, 255, .9);
}

html:has(.module--top_mainvisual) .is_scroll .header_inner {
  border-bottom: 1px solid #f2f2ef;
  background-color: rgba(255, 255, 255, 1);
}

@media screen and (min-width: 1050px) {
	html:has(.module--top_mainvisual) .header_inner:has(.header_nav_list_item:hover) {
    border-bottom: 1px solid #f2f2ef;
    background-color: rgba(255, 255, 255, 1);
	}
}

.header_upper {
	display: flex;
	flex-flow: column;
	gap: 27px;
	flex: 1;
	padding: 10px 30px 0;
}

.no-nav .header_upper { 
	padding: 20px 30px;
}

@media screen and (max-width: 1280px) and (max-resolution: 1dppx) {
  .header_upper {
    padding: 10px 20px 0;
  }
  
  .no-nav .header_upper { 
    padding: 20px 20px;
  }
}

.header_top_menu {
	display: flex;
	justify-content: space-between;
}

.header_logo {
	max-width: 353px;
}

.header_logo * {
  display: flex;
}

.header_upper_menu {
	display: flex;
	align-items: center;
	gap: 18px;
}

@media screen and (max-width: 1049px) {
	.header_upper_menu {
		gap: 12px;
	}
}

.header_blog {
	font-size: .875em;
}

@media screen and (max-width: 1049px) {
	.header_blog {
		font-size: .75em;
	}
}

.header_language_btn {
	font-size: .875em;
	cursor: pointer;
}

@media screen and (max-width: 1049px) {
	.header_language_btn {
		font-size: .75em;
	}
}
.header_blog_link {
	text-decoration: none;
	color: #000000;
}

@media screen and (min-width: 1050px) {
	.header_blog_link:hover {
		color: #005396;
	}
}

.header_language_btn {
	display: flex;
	gap: .3em;
}

.header_language_text_link {
  text-decoration-color: #808080;
	color: #000000;
}

.header_language_text_link.language_active {
  text-decoration: none;
	cursor: not-allowed;
	color: #808080;
}

@media screen and (min-width: 1050px) {
	.header_language_text_link:hover {
		color: #005396;
	}
}

.header_search {
	width: 201px;
  display: flex;
	font-size: .875em;
}

@media screen and (max-width: 1049px) {
	.header_search {
		width: 100%;
    justify-content: center;
	}
}

.header_search_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 5px 15px;
	border: 1px solid #000000;
  border-radius: 9999px;
  overflow: hidden;
}

@media screen and (max-width: 1049px) {
	.header_search_form {
    width: 335px;
    padding: 11px 20px;
		border: 1px solid #fff;
	}
}

.header_search_form input,
.header_search_form button {
  height: 20px;
  padding: 0;
  border: none !important;
  line-height: 1;
  background-color: transparent !important;
}

.header_search_form input::placeholder {
  color: #fff;
}

@media screen and (max-width: 1049px) {
  .header_search_form input {
    color: #fff;
  }
}

.header_search_button {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header_search_button:before {
  content: "";
  width: 20px;
  aspect-ratio: 1 / 1;
  mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC4yMiAxOC4yMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6ICMwMDA7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iYmFzZSI+CiAgICA8Zz4KICAgICAgPGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI3LjUiIGN5PSI3LjUiIHI9IjciLz4KICAgICAgPGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iMTEuODYiIHkxPSIxMS44NiIgeDI9IjE3Ljg2IiB5Mj0iMTcuODYiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==");
  mask-size: 100%;
  background-color:#000000;
}

@media screen and (max-width: 1049px) {
	.header_search_button:before {
    background-color: #fff;
	}
}

.header_nav_list {
	display: flex;
	justify-content: end;
	gap: 25px;
}

@media screen and (max-width: 1280px) and (max-resolution: 1dppx) {
	.header_nav_list {
		gap: 17px;
	}
}

@media screen and (max-width: 1049px) {
	.header_nav_list {
		gap: 15px;
	}
}

.header_nav_list_item {
	display: flex;
}

@media screen and (max-width: 1049px) {
  .header_nav_list_item {
    flex-flow: column;
    position: relative;
  }
}

.header_nav_button {
  display: none;
  width: 50px;
  height: 100%;
  max-height: 70px;
  position: absolute;
  right: 0;
  border: none;
  background-color: transparent;
}

.header_nav_link {
	height: 100%;
	position: relative;
	padding-bottom: 16px;
	text-decoration: none;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #000000;
}

.header_nav_link:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 0;
	opacity: 0;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #005396;
}

@media screen and (min-width: 1050px) {
	.header_nav_link:hover {
		color: #005396;
	}
	.header_nav_list_item:hover .header_nav_link:before {
		opacity: 1;
	}
}

.header_nav_text {
	display: flex;
	align-items: center;
	gap: 6px;
	flex: 1;
}

.header_nav_list_item:has(.header_nav_child) .header_nav_link .header_nav_text:after {
	content: "";
	width: 6px;
	min-width: 6px;
	aspect-ratio: 124 / 75;
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjcxIDQuMDYiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjMDAwOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9ImJhc2UiPgogICAgPHBvbHlsaW5lIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjM1IC4zNSAzLjM1IDMuMzUgLjM1IC4zNSIvPgogIDwvZz4KPC9zdmc+");
	mask-size: 100%;
	background-color: #000000;
}



@media screen and (min-width: 1050px) {
	.header_nav_list_item:has(.header_nav_child) .header_nav_link:hover .header_nav_text:after {
		background-color: #005396;
	}
}

.header_nav_child {
	width: 100%;
	position: absolute;
  bottom: 0;
	left: 0;
	z-index: -1;
  transform:translateY(100%);
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 50px 80px 50px;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #005396, #00a0dc);
}

@media screen and (min-width: 1050px) {
  .header_nav_child {
    max-height: calc(100dvh - var(--header-height));
    overflow: auto; 
  }
	.header_nav_list_item:hover .header_nav_child {
		opacity: 1;
    pointer-events: all;
	}
}

.header_nav_child_title_container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 3px;
  color: #fff;
}

@media screen and (max-width: 1049px) {
  .header_nav_child_title_container {
    display: none;
  }
}

.header_nav_child_deco_title {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

.header_nav_child_title {
  font-size: 33px;
}

.header_nav_child_list {
	max-width: 1240px;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 30px 40px;
	margin: 0 auto;
}

* + .header_nav_child_list {
  margin-top: 15px;
}

.header_nav_child_list_item {
  width: calc((100% - (40px * 2)) / 3);
}

.header_nav_child_link {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 1050px) {
	.header_nav_child_link:hover {
    opacity: 0.7;
	}
}

.header_nav_child_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 0 15px;
  border-bottom: 1px solid;
}

.header_nav_child_text:before {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.header_nav_child_text:after {
	content: "";
	width: 35px;
	aspect-ratio: 1 / 1;
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNSAzNSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgc3Ryb2tlOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTEsIC5jbHMtMiB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgc3Ryb2tlOiAjZTJmMWZhOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0ibGF5b3V0Ij4KICAgIDxnPgogICAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjE3LjUiIGN5PSIxNy41IiByPSIxNyIvPgogICAgICA8Zz4KICAgICAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjgiIHk9IjE2LjY3IiB3aWR0aD0iMjAiIGhlaWdodD0iMSIvPgogICAgICAgIDxwb2x5bGluZSBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMjMgMTIuMTcgMjggMTcuMTcgMjMgMjIuMTciLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+");
	mask-size: cover;
	background-color: #fff;
}

@media screen and (max-width: 1049px) {
  .header_nav_child_text {
    min-height: 70px;
    padding: 20px 10px 20px calc(10px + 1em);
  }
  
  .header_nav_child_list_item:last-of-type .header_nav_child_text {
    border-bottom: 0;
  }
  
  .header_nav_child_text:after {
    content: "";
    width: 18px;
    aspect-ratio: 131 / 75;
    display: block;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiIHZpZXdCb3g9IjAgMCAxOC43MSAxMC43MSI+PHBhdGggZD0iTTAgNC44NWgxOHYxSDB6Ii8+PHBhdGggZD0ibTEzIC4zNSA1IDUtNSA1IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1taXRlcmxpbWl0OjEwIi8+PC9zdmc+);
    mask-size: 100%;
    background-color: #fff;
  }
}

.header_nav_child_text img  {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.header_nav_grandchild_list {
  display: flex;
  flex-flow: column;
  gap: 15px;
  padding-top: 10px;
}

@media screen and (max-width: 1049px) {
  .header_nav_grandchild_list {
    display: none;
  }
}

.header_nav_grandchild_link {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
  color: #fff;
}

.header_nav_grandchild_link:before {
  content: "-";
  display: inline-block;
  color: #fff;
}

.header_nav_grandchild_link:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
}

@media screen and (min-width: 1050px) {
	.header_nav_grandchild_link:hover:after {
    width: 100%;
  }
}

.header_btn_menu_list {
	height: 100%;
	display: flex;
	gap: 1px;
  padding-left: 1px;
	background-color: #ffffff;
}

.header_btn_menu_list_item {
	width: 136px;
	height: 100%;
	display: flex;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #007BD1;
}

@media screen and (max-width: 1280px) and (max-resolution: 1dppx) {
  .header_btn_menu_list_item {
    width: 116px;
  }
}

.header_btn_menu_list_item:nth-of-type(2) {
	background-color: #005396;
}

@media screen and (min-width: 1050px) {
	.header_btn_menu_list_item:hover {
		opacity: 0.7;
	}
}

.header_btn_menu_list_link {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	font-size: .875em;
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width: 1280px) and (max-resolution: 1dppx) {
	.header_btn_menu_list_link {
		font-size: .75em;
	}
}

.hamburger_btn {
  width: 50px;
  aspect-ratio: 1 / 1;
  display: none;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 4px;
  position: relative;
  cursor: pointer;
  transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #005396;
}

.hamburger_btn > * {
  width: 50%;
  max-width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
}

.hamburger_btn > *:nth-of-type(1) {
  top: calc(50% - 8px);
}

.hamburger_btn > *:nth-of-type(3) {
  top: calc(50% + 8px);
}

.header.is_open .hamburger_btn > * {
  max-width: 50px;
}

.header.is_open .hamburger_btn > *:nth-of-type(1) {
  transform: translate(-50%, 320%) rotate(-45deg)
}

.header.is_open .hamburger_btn > *:nth-of-type(2) {
  width: 0%;
}

.header.is_open .hamburger_btn > *:nth-of-type(3) {
  transform: translate(-50%, -450%) rotate(45deg)
}

@media screen and (min-width: 1050px) {
	.hamburger_btn:hover {
		opacity: 0.7;
	}
}

.header_sp_container {
  display: none;
  width: fit-content;
  max-width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: linear-gradient(90deg, #005396, #00a0dc);
}

@media screen and (max-width: 1049px) {
  *:not(.header_pc) :is(.header_upper_menu, .header_bottom_menu, .header_btn_menu) {
    display: none;
  }
  
  .header_upper {
    max-height: 50px;
    justify-content: center;
    padding: 5px 20px;
  }
  
  .header_logo {
    max-width: 220px;
  }
  
  .hamburger_btn {
    display: flex;
  }
  
  .header_nav_button {
    display: block;
  }
  
  .is_open .header_sp_container {
    pointer-events: all;
    opacity: 1;
  }
  
  .header_sp_container {
    display: block;
    overflow: auto;
  }
  
  .header_sp_container .hamburger_btn {
    display: flex;
    background-color: transparent;
  }
  
  .header_sp_inner {
    width: 338px;
    max-width: 100%;
    padding-top: 38px;
    padding-bottom: 50px;
  }
  
  .header_sp_upper_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 999999;
    padding-left: 20px;
    color: #fff;
  }
  
  .header_language_text_link {
    color: inherit;
  }
  
  .header_sp_container .header_bottom_menu {
    display: block;
    border-bottom: 1px solid #fff;
  }
  
  .header_nav_list {
    flex-flow: column;
    gap: 0;
  }
  
  .header_nav_link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    border-top: 1px solid #fff;
    color: #fff;
  }
  
  .header_nav_link:before {
    content: none;
  }
  
  .header_nav_text {
    justify-content: space-between;
    gap: 20px;
    position: relative;
    padding: 20px 10px;
    font-size: 1em;
    font-weight: 700;
  }
  
  .header_nav_list_item .header_nav_link .header_nav_text:after {
    content: "";
    width: 18px;
    aspect-ratio: 131 / 75;
    display: block;
    mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC43MSAxMC43MSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6ICMwMDA7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0ibWFpbl9jb3B5Ij4KICAgIDxnPgogICAgICA8cmVjdCB5PSI0Ljg1IiB3aWR0aD0iMTgiIGhlaWdodD0iMSIvPgogICAgICA8cG9seWxpbmUgY2xhc3M9ImNscy0xIiBwb2ludHM9IjEzIC4zNSAxOCA1LjM1IDEzIDEwLjM1Ii8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=");
    mask-size: 100%;
    background-color: #fff;
  }
  
  .header_nav_list_item:has(.header_nav_child) .header_nav_link .header_nav_text:after {
    width: 12px;
    aspect-ratio: 53 / 30;
    transform: rotate(180deg);
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC43MSA2LjA2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICAgIHN0cm9rZTogI2ZmZjsKICAgICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJsYXlvdXQiPgogICAgPHBvbHlsaW5lIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIuMzUgNS43MSA1LjM1IC43MSAxMC4zNSA1LjcxIi8+CiAgPC9nPgo8L3N2Zz4=");
    mask-size: 100%;
    background-color: #fff;
  }
  .header_nav_list_item:has(.header_nav_child).is_open .header_nav_link .header_nav_text:after {
    transform: rotate(0deg);
  }
  
  .header_sp_container * + .header_btn_menu {
    margin-top: 50px;
  }
  
  .header_sp_container .header_btn_menu {
    display: block;
  }
  
  .header_sp_container .header_btn_menu_list {
    max-width: 335px;
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 0;
    gap: 15px;
    margin: 0 auto;
    background-color: transparent;
  }
  
  .header_sp_container .header_btn_menu_list_item {
    width: 100%;
    padding: 17px 20px;
    border: 1px solid #fff;
  }
  
  .header_btn_menu_list_item:nth-of-type(1) {
    background: linear-gradient(90deg, #005396, #00a0dc);
  }
  
  .header_nav_list_item:has(.header_nav_child) .header_nav_button {
    display: flex;
  }
  
  .header_nav_list_item .header_nav_child {
    display: none;
    position: static;
    padding: 0;
    border-top: 1px solid #fff;
    transform: unset;
    pointer-events: all;
    opacity: 1;
    background: transparent;
  }
  
  .header_nav_list_item.is_open .header_nav_child {
    gap: 15px;
    position: relative;
    z-index: 99;
  }
  
  .header_nav_child_list {
    gap: 0;
    padding: 0;
    margin: 0 !important;
  }
  
  .header_nav_child_list_item {
    width: 100%;
  }
  
  * + .header_search {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .header_sp_container {
    width: 100%;
  }
}


/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.footer_container {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .footer_container {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  
  .footer_logo {
    display: none;
  }
}

.footer_navigation a {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .footer_navigation {
    display: flex;
    gap: 0 45px;
    margin-top: 45px;
  }

  @media screen and (max-width: 767px) {
    .footer_navigation {
      margin-top: 0px;
    }
  }

  .footer_nav_col {
    width: calc((100% - (45px * 3)) / 4);
    display: flex;
    flex-flow: column;
    gap: 50px;
  }

  .footer_nav_col:nth-of-type(1) {
    width: calc((((100% - (45px * 3)) / 4) * 2) + 45px);
  }

  .footer_nav_title {
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
    font-size: 1.125em;
    font-weight: 700;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  @media screen and (min-width: 1050px) {
    .footer_nav_title:hover {
      color: #005396;
    }
  }

  .footer_nav_title + .footer_nav_list {
    margin-top: 15px;
  }

  .footer_nav_list_item > * {
    display: flex;
    align-items: start;
    gap: .5em;
    font-size: .75em;
  }

  @media screen and (min-width: 1050px) {
    .footer_nav_list_item > a:hover {
      color: #005396;
    }
  }

  .footer_nav_row:has(.footer_nav_title) .footer_nav_list_item > *:before {
    content: "─";
    display: block;
  }
}

.sns_navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sns_navigation_item {
  display: flex;
  align-items: start;
}

.sns_navigation_item img {
  width: auto;
}

@media screen and (min-width: 1050px) {
  .sns_navigation_item a:hover {
    opacity: 0.7;
  }
}

.no-nav .copyright_container {
  text-align: center;
}

.copyright_container {
  width: 100%;
  padding: 15px 0 20px;
  font-size: .75em;
  color: #fff;
  background: linear-gradient(90deg, #005396, #00a0dc);
}

.copyright_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.copyright_flex > a {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 1050px) {
  .copyright_flex > a:hover {
    opacity: 0.7;
  }
}

.copyright_flex > a::after {
  content: "";
  width: 10px;
  aspect-ratio: 53 / 30;
  display: flex;
  gap: 4px;
  text-decoration: none;
  color: inherit;
  mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC43MSA2LjA2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICAgIHN0cm9rZTogI2ZmZjsKICAgICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJsYXlvdXQiPgogICAgPHBvbHlsaW5lIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIuMzUgNS43MSA1LjM1IC43MSAxMC4zNSA1LjcxIi8+CiAgPC9nPgo8L3N2Zz4=");
  mask-size: cover;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_nav_list {
    display: none;
  }
  
  .footer_navigation {
    margin: 0 10px;
  }
  
  .footer_navigation:not(:has(.sns_navigation)) {
    border-bottom: 1px solid #005396;;
  }
  
  .footer_nav_row4 .footer_nav_list {
    display: block;
  }
  
  .footer_nav_row a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 25px 10px 25px 12px;
    border-top: 1px solid #005396;;
    box-sizing: border-box;
    font-weight: 700;
  }
  
  .footer_nav_row a:after {
    content: "";
    width: 18px;
    aspect-ratio: 131 / 75;
    display: block;
    mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC43MSAxMC43MSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6ICMwMDA7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0ibWFpbl9jb3B5Ij4KICAgIDxnPgogICAgICA8cmVjdCB5PSI0Ljg1IiB3aWR0aD0iMTgiIGhlaWdodD0iMSIvPgogICAgICA8cG9seWxpbmUgY2xhc3M9ImNscy0xIiBwb2ludHM9IjEzIC4zNSAxOCA1LjM1IDEzIDEwLjM1Ii8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=");
    mask-size: 100%;
    background-color: #000000;;
  }
  
  .sns_navigation {
    padding-top: 15px;
    border-top: 1px solid #005396;;
  }
  
  .copyright_flex {
    align-items: end;
    flex-flow: column-reverse;
  }
  
  .copyright_container {
    padding: 20px 0;
  }
}


/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */




/* フォーム */
.input {
	margin-top: 10px;
}

form > .hs-form-field:not(:first-child) ,
form > .legal-consent-container:not(:first-child) ,
fieldset.form-columns-1:not(:first-child) > div,
fieldset.form-columns-2:not(:first-child) > div {
	margin-top: 20px;
}

::placeholder,
::-webkit-input-placeholder {
	color: #aaa;
}

.hs-error-msgs {
    margin: 5px 0 0 !important;
}

.hs-error-msg, .hs-main-font-element,
[data-hsfc-id=Renderer] .hsfc-ErrorAlert {
	color: #C70909 !important;
	font-size: 13px !important;
}

.hs-form-field label > span.hs-form-required {
    font-size: 0;
    margin-left: 5px;
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
    background-color: #c70909;
    margin-top: 2px;
}

.hsfc-FieldLabel ,
.hs-form-field > label {
  display: inline-block;
	vertical-align: text-bottom;
  font-weight: ;
}

[data-hsfc-id=Renderer] .hsfc-FieldLabel:not(:has(.hsfc-CheckboxInput, .hsfc-RadioInput)) span > span,
.hs-form-field > label *:not(.hs-form-required) {
	vertical-align: middle;
}

.hs-form-required::after,
.hsfc-FieldLabel__RequiredIndicator::after {
	content: "必須";
	font-size: 10px;
  font-weight: 700;
  color: #ffffff;
}

[lang="en"] .hs-form-required::after,
[lang="en"] .hsfc-FieldLabel__RequiredIndicator::after{
	content: "Required";
}

.hs-form-field:not(:last-child) {
    margin-bottom: 20px;
}

.hs-form-field:not(:last-child) {
	margin-bottom: 0;
}

.form-columns-2 .form .hs-form fieldset {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.form-columns-2 .hs-form-field:not(:last-child) {
        margin-bottom: 20px;
	}
}

.form-columns-1 {
	max-width: inherit !important;
}

.form-columns-1 .input {
	margin-right: 0!important
}

.form-columns-2 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap: 20px;
}

.form-columns-2 .input, .form-columns-2 input {
	margin-right: 0 !important;
}

.form-columns-2 .input {
	flex: 1;
}

.hs-form-field label {
	font-size: 16px;
	vertical-align: middle;
}

.hs-fieldtype-booleancheckbox .inputs-list {
	display: block
}

.hs-fieldtype-booleancheckbox .input {
	margin-top: 10px
}

.hs-fieldtype-booleancheckbox .input label {
	font-weight: 700;
}

.hs-fieldtype-booleancheckbox .input label>input {
	display: none
}

.hs-fieldtype-booleancheckbox .input label>input:checked+span:after {
	opacity: 1;
	pointer-events: auto
}

.hs-fieldtype-booleancheckbox .input label>span {
	padding-left: 30px;
	position: relative
}

.hsfc-FieldLabel__RequiredIndicator,
.hs-fieldtype-booleancheckbox .input .hs-form-required {
    background-color: #c70909;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    margin-left: 5px;
    padding: 4px 6px;
    font-size: 0;
}

.hs-fieldtype-booleancheckbox .input .hs-form-required:after {
    margin-left: 0 !important;
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox label p {
	vertical-align: middle;
	font-size: 14px;
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input[type=checkbox] {
	display: none !important;
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span {
	margin-right: 0;
	display: inline-block;
}

.hs-fieldtype-checkbox .inputs-list li .hs-form-checkbox-display > span:before,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:before,
[data-hsfc-id=Renderer] .hsfc-FieldLabel:has(.hsfc-CheckboxInput) span > span:not(.hsfc-FieldLabel__RequiredIndicator):before {
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 3px;
	content: "";
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 3px;
}

.hs-fieldtype-checkbox .inputs-list li .hs-form-checkbox-display > span:after,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:after,
[data-hsfc-id=Renderer] .hsfc-FieldLabel:has(.hsfc-CheckboxInput) span > span:not(.hsfc-FieldLabel__RequiredIndicator):after {
	display: block;
	position: absolute;
	top: 5px;
	left: 8px;
	width: 5px;
	height: 12px;
	border-bottom: 3px solid #007BD1;
	border-right: 3px solid #007BD1;
	content: "";
	opacity: 0;
	transform: rotate(45deg);
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-form-required::after {
	margin-left: 5px;
}

.hs-fieldtype-checkbox .inputs-list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	gap: 15px;
}

.hs-fieldtype-checkbox .inputs-list .hs-form-checkbox {
	margin: 0;
	width: 100%;
}

.hs-fieldtype-checkbox .inputs-list .hs-form-checkbox label {
	font-weight: 400;
}

.hs-form-booleancheckbox label > input,
.hs-fieldtype-checkbox .inputs-list .hs-form-checkbox label>input,
[data-hsfc-id=Renderer] .hsfc-FieldLabel .hsfc-CheckboxInput {
	display: none;
}

.hs-fieldtype-checkbox .inputs-list .hs-form-checkbox label>input:checked+span:after {
	opacity: 1;
	pointer-events: auto;
}

.hs-fieldtype-checkbox .inputs-list .hs-form-checkbox label>span,
[data-hsfc-id=Renderer] .hsfc-FieldLabel:has(.hsfc-CheckboxInput) > span {
  padding-left: 30px;
  position: relative;
}

.actions {
	text-align: center;
}

.inputs-list .hs-form-radio:not(:last-child) {
	margin-bottom: 15px;
}

.hs-form-radio label {
    position: relative;
    padding-left: 30px;
    display: block;
}

.hs-form-radio label span {
	vertical-align: baseline;
}

.hs-fieldtype-checkbox .inputs-list li .hs-form-checkbox-display > span:before,
.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:before,
[data-hsfc-id=Renderer] .hsfc-FieldLabel:has(.hsfc-CheckboxInput) span > span:not(.hsfc-FieldLabel__RequiredIndicator):before {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 3px;
	cursor: pointer;
	height: 22px;
	width: 22px !important;
	margin: 0 8px 0 0;
	opacity: 1;
	overflow: hidden;
	padding: 0;
	position: absolute;
  left: 0;
	top: 1px;
}

.hs-fieldtype-radio .inputs-list li input[type=radio]::after {
	background-color: #007BD1;
	border-radius: 10px;
	content: "";
	height: 10px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
	width: 10px;
	z-index: 1;
	opacity: 0;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hs-fieldtype-checkbox .inputs-list .hs-form-checkbox label > input:checked + span:after,
[data-hsfc-id=Renderer] .hsfc-FieldLabel:has(.hsfc-CheckboxInput:checked) span > span:not(.hsfc-FieldLabel__RequiredIndicator):after {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.form-columns-2 {
		display: block;
	}
	.form-columns-2 .hs-form-field {
		float: none !important;
		width: 100% !important;
	}
}

.hs-fieldtype-checkbox .inputs-list li input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 2px solid ;
	border-radius: 20px;
	cursor: pointer;
	height: 20px!important;
	margin-top: 0;
	margin-left: 0;
	margin-right: 8px;
	opacity: 1;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: -2px;
	width: 20px!important
}

.hs-fieldtype-checkbox .inputs-list li .hs-form-checkbox-display > span:before {
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 1px;
	content: "";
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 0px;
}

.hs-fieldtype-checkbox .inputs-list li .hs-form-checkbox-display  > span:after {
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 5px;
	height: 12px;
	border-bottom: 3px solid #007BD1;
	border-right: 3px solid #007BD1;
	content: "";
	opacity: 0;
	transform: rotate(45deg);
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hs-input.error {
	border: 1px solid #c70909 !important;
    background: #fdf5f2 !important;
}

.hs-fieldtype-date .fn-date-picker.pika-single {
	color: #000000;
	border-color: #000000;
	font-family: ;
}

.hs-fieldtype-date .fn-date-picker .pika-next,
.hs-fieldtype-date .fn-date-picker .pika-prev {
	opacity: .3;
	transition: all .3s;
}

.hs-fieldtype-date .fn-date-picker .pika-table th {
	color: #000000;
	font-family: ;
}

.hs-fieldtype-date .fn-date-picker .pika-table abbr {
	text-decoration-line: inherit;
}

.hs-fieldtype-date .fn-date-picker .pika-button {
	background: #f2f2ef;
	color: #000000;
	font-family: ;
}

@media screen and (min-width: 1050px) {
    .hs-fieldtype-date .fn-date-picker .pika-button:hover {
        background: #005396 !important;
    }
}

.hs-fieldtype-date .fn-date-picker .is-today .pika-button {
	color: #005396;
}

.hs-fieldtype-date .fn-date-picker .is-selected .pika-button {
	background: #00a0dc;
	box-shadow: inherit;
}

/* カレンダー部分 */
.hs-fieldtype-date .input .hs-dateinput {
	position: relative;
}

.hs-fieldtype-date .input .hs-dateinput::before {
	content: "\f133";
	font-family: "Font Awesome 5 Free";
	font-size: 1rem;
	font-weight: 700;
	color: #000000;
	top: calc(50% - 14px);
	right: 12px;
	position: absolute;
}

/* Firefox用のスタイル設定 */
@-moz-document url-prefix() {
	/* デザインで指定されているカレンダーアイコンを非表示にする */
	.hs-fieldtype-date .input .hs-dateinput:before {
		display: none;
	}
}

.hs-fieldtype-date .input input[type="date"]::-webkit-date-and-time-value,
.hs-fieldtype-date .input input[type="text"]::-webkit-date-and-time-value {
	color: #000000;
	text-align: left;
}

.hs-fieldtype-date .input input[type="date"]::-webkit-datetime-edit,
.hs-fieldtype-date .input input[type="text"]::-webkit-datetime-edit {
	display: none;
}

.hs-fieldtype-date .input input[type="date"]::-webkit-calendar-picker-indicator,
.hs-fieldtype-date .input input[type="text"]::-webkit-calendar-picker-indicator {
	background-image: none;
	background-origin: inherit;
	background-repeat: inherit;
	background-size: inherit;
	block-size: inherit;
	inline-size: inherit;
	opacity: inherit;
	outline: inherit;
	padding: 0;
	width: 100%;
}


/* 同意文 */
.legal-consent-container .hs-form-booleancheckbox-display input {
	display: none;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
	font-size: 1rem;
	margin-left: 0 !important;
	padding-left: 40px;
	position: relative;
}

.legal-consent-container .hs-richtext p {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.legal-consent-container .hs-form-booleancheckbox-display span {
		font-size: 1rem;
		font-weight: 400;
		padding-left: 28px;
		gap: 10px;
		flex-wrap: wrap;
	}

	.legal-consent-container .hs-form-booleancheckbox-display span:before {
		border-radius: 3px;
		height: 19px;
		top: 3px;
		width: 19px
	}

	.legal-consent-container .hs-form-booleancheckbox-display span:after {
		left: 7px;
		top: 4px;
	}
}

.hs-recaptcha .grecaptcha-badge {
	margin: 0 auto;
}


[data-hsfc-id=Renderer] *:hover,
[data-hsfc-id=Renderer] *:focus,
[data-hsfc-id=Renderer] *:active {
    box-shadow: none !important;
}

[data-hsfc-id=Renderer] .hsfc-Row {
  margin-bottom: 10px;
}

[data-hsfc-id=Renderer] .hsfc-NavigationRow {
  margin-top: 0 !important;
}

[data-hsfc-id=Renderer] .grecaptcha-badge {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08) !important;
}

[data-hsfc-id=Renderer] div.hsfc-DropdownInput__Caret > span {
  border-top: 6px solid var(--hsf-field-input__border-color, var(--hsf-default-field-input__border-color));
}

[data-hsfc-id=Renderer] :is(.hsfc-CheckboxFieldGroup__Options, .hsfc-RadioFieldGroup__Options) label {
  font-weight: 400;
}

[data-hsfc-id=Renderer] .hsfc-NavigationRow__Alerts {
  margin-bottom: 0 !important;
}

[data-hsfc-id=Renderer] .hsfc-NavigationRow__Alerts:not(:has(*)) {
  display: none;
}

[data-hsfc-id=Renderer] button.hsfc-Button {
	display: block;
  width: 100%;
  max-width: 280px;
  margin: 25px auto 0;
  padding: 17px 30px;
  border: 1px solid; var(--hsf-button__background-color, var(--hsf-default-button__background-color));
  cursor: pointer;
  transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}

[data-hsfc-id=Renderer] button.hsfc-Button:not([disabled]):hover {
  margin: 25px auto 0;
}

@media screen and (min-width: 768px) {
  [data-hsfc-id=Renderer] button.hsfc-Button:not([disabled]):hover {
		transform: unset;
    color: var(--hsf-button__background-color, var(--hsf-default-button__background-color));
		background-color: var(--hsf-button__color, var(--hsf-default-button__color));
	}
}

/* パスワードプロンプト */
.hs_cos_wrapper_type_password_prompt {
    color: red;
}

.hs_cos_wrapper_type_password_prompt form {
    margin-top: 20px;
}

.hs_cos_wrapper_type_password_prompt input[type=submit] {
    margin-top: 30px;
}


/* 検索フォーム */
.hs-search-field {
    margin-top: 50px;
}

.hs-search-field__input:focus {
    outline-style: none !important;
}

.hs-search-field__button {
  width: 70px;
	margin-left: 10px;
	display: inline-block;
	border: 1px solid;
	border-radius: 0px;
	text-align: center;
  margin-left: 0;
	padding: 10px 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	height: auto;
    font-size: 14px;
	color: #ffffff;
	background-color: #005396;
	border-style: none;
	transition: 0.3s;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 1050px) {
    .hs-search-field__button:hover {
        opacity: 0.7;
        cursor: pointer;
    }
}

.hs-search-results-title {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.hs-search-results-title {
		font-size: 24px;
		margin-top: 50px;
	}
}

.hs-search__no-results {
	margin-top: 20px;
}

.hs-search-results__message {
	text-align: center;
	margin: 30px 0;
}

.hs-search-results__listing {
	gap: 0 !important;
}

.hs-search-results__listing__item {
	border-bottom: dashed 1px #000000;
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
}

#hs_cos_wrapper_search_results .hs-search-results__title {
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

.hs-search-field--open .hs-search-field__suggestions, .inpage-editor-active-field .hs-search-field__suggestions {
	z-index: 999;
	border: none !important;
}

.hs-search-field__suggestions .results-for {
	font-size: 14px;
	color: #000000;
	padding-top: 10px !important;
}

.hs-search-field__suggestions a {
	color: #005396;
	font-size: 12px;
	line-height: 1.3 !important;
	text-decoration: none;
	transition: 0.3s;
}

.hs-search-field__suggestions li {
	padding-bottom: 10px !important;
}

@media screen and (min-width: 1050px) {
    .hs-search-field__suggestions a:focus, .hs-search-field__suggestions a:hover {
        background: none !important;
        opacity: 0.7;
    }
}


/* ページャーリンク */
.hs-search-results__pagination {
	margin-top: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.hs-search-results__pagination__link--first, .hs-search-results__pagination__link--prev {
	margin: 0 !important;
}

#hs_cos_wrapper_search_results .hs-search-results__pagination__link {
	color: #005396;
    border: 1px solid #005396;
    background: #ffffff;
	line-height: 10px;
	height: 10px;
	min-width: 30px;
	padding: 10px;
	border-radius: 100px;
	font-weight: 700;
	box-sizing: initial;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	transition: 0.3s;
}

@media screen and (min-width: 1050px) {
    #hs_cos_wrapper_search_results .hs-search-results__pagination__link:hover {
        color: #ffffff;
        background: #005396;
    }
}

#hs_cos_wrapper_search_results .hs-search-results__pagination__link--active{
    background-color: #005396 ;
    color: #ffffff ;
    pointer-events: none ;
}

.container_side .widget-type-form {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #000;
}

#seminar_form fieldset > div {
    margin-top: 15px !important;
    max-width: inherit !important;
}

#seminar_form .form-columns-2,
.container_side .form-columns-2 {
    gap: 20px;
}

#seminar_form .hs-fieldtype-booleancheckbox .input label,
.container_side .hs-fieldtype-booleancheckbox .input label {
    justify-content: flex-start;
    font-weight: bold;
}

#seminar_form .hs-form-field label {
    font-size: 14px;
    font-weight: bold;
}

#seminar_form .hs-form-field label.hs-error-msg {
    font-weight: 400;
}

#seminar_form .hs-input:not([type=radio]) {
    font-size: 16px;
    padding: 6.5px 10px;
    outline: 0;
    height: 38px;
    border-radius: 0px;
    background-color: #fff;
    width: 100%;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    border: solid 1px #E1E1E1;
}

.blog_seminar_detail {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #005396;
}

.blog_seminar_detail li {
    position: relative;
    padding-left: 35px;
    font-weight: bold;
}

.blog_seminar_detail li:not(:last-child) {
    margin-bottom: 10px;
}

.blog_seminar_detail li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #000000;
}

#seminar_form input[type=email],
#seminar_form input[type=tel],
#seminar_form input[type=text],
#seminar_form select,
#seminar_form textarea {
    padding: 7px 15px;
}

/* 配信設定ページ */
.page-header h1 {
	font-size: 45px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.page-header h1 {
		font-size: 28px;
		margin-bottom: 20px;
	}
}

.page-header h2 {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

.email-prefs,
.subscribe-options {
    margin-top: 50px;
}

.subscribe-options .header {
	margin-bottom: 20px;
}

.email-prefs .header {
    height: inherit;
    color: inherit;
    background-color: inherit;
    box-shadow: none;
    padding: 0;
    position: static;
    border: none;
}

.email-prefs .item {
	margin-top: 20px;
}

.checkbox-row .fakelabel {
	font-weight: bold;
}

#email-prefs-form .hs-button {
	margin-top: 30px;
	padding: 15px 30px;
}

.success {
	margin-top: 20px;
}

#hs_cos_wrapper_subscriptions_confirmation #hs-subscriptions-unsubscribe-survey-legend {
    margin-bottom: 20px;
}

#hs_cos_wrapper_subscriptions_confirmation #hs-subscriptions-unsubscribe-survey-options > div + div {
    margin-top: 10px;
}

/* CTA */
.content_column .hs-cta-embed {
    width: auto !important;
    max-width: 400px !important;
}

.hs-cta-embed iframe {
    transition: 0.3s;
}

@media screen and (min-width: 1050px) {
    .hs-cta-embed iframe:hover {
        opacity: 0.7;
    }
}


/* テーブル */
.table-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.table-inner {
	padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 767px) {
	.table-inner {
		min-width: 600px !important;
	}
}


/* CTA */
.hs-web-interactive-inline {
	margin: 0 !important;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/
.hp_pt0 {
	padding-top: 0!important
}
.hp_pt5 {
	padding-top: 5px!important
}
.hp_pt10 {
	padding-top: 10px!important
}
.hp_pt15 {
	padding-top: 15px!important
}
.hp_pt20 {
	padding-top: 20px!important
}
.hp_pt25 {
	padding-top: 25px!important
}
.hp_pt30 {
	padding-top: 30px!important
}
.hp_pt35 {
	padding-top: 35px!important
}
.hp_pt40 {
	padding-top: 40px!important
}
.hp_pt45 {
	padding-top: 45px!important
}
.hp_pt50 {
	padding-top: 50px!important
}
.hp_pt55 {
	padding-top: 55px!important
}
.hp_pt60 {
	padding-top: 60px!important
}
.hp_pt65 {
	padding-top: 65px!important
}
.hp_pt70 {
	padding-top: 70px!important
}
.hp_pt75 {
	padding-top: 75px!important
}
.hp_pt80 {
	padding-top: 80px!important
}
.hp_pt85 {
	padding-top: 85px!important
}
.hp_pt90 {
	padding-top: 90px!important
}
.hp_pt95 {
	padding-top: 95px!important
}
.hp_pt100 {
	padding-top: 100px!important
}
.hp_pb0 {
	padding-bottom: 0!important
}
.hp_pb5 {
	padding-bottom: 5px!important
}
.hp_pb10 {
	padding-bottom: 10px!important
}
.hp_pb15 {
	padding-bottom: 15px!important
}
.hp_pb20 {
	padding-bottom: 20px!important
}
.hp_pb25 {
	padding-bottom: 25px!important
}
.hp_pb30 {
	padding-bottom: 30px!important
}
.hp_pb35 {
	padding-bottom: 35px!important
}
.hp_pb40 {
	padding-bottom: 40px!important
}
.hp_pb45 {
	padding-bottom: 45px!important
}
.hp_pb50 {
	padding-bottom: 50px!important
}
.hp_pb55 {
	padding-bottom: 55px!important
}
.hp_pb60 {
	padding-bottom: 60px!important
}
.hp_pb65 {
	padding-bottom: 65px!important
}
.hp_pb70 {
	padding-bottom: 70px!important
}
.hp_pb75 {
	padding-bottom: 75px!important
}
.hp_pb80 {
	padding-bottom: 80px!important
}
.hp_pb85 {
	padding-bottom: 85px!important
}
.hp_pb90 {
	padding-bottom: 90px!important
}
.hp_pb95 {
	padding-bottom: 95px!important
}
.hp_pb100 {
	padding-bottom: 100px!important
}
.hp_mt0 {
	margin-top: 0!important
}
.hp_mt5 {
	margin-top: 5px!important
}
.hp_mt10 {
	margin-top: 10px!important
}
.hp_mt15 {
	margin-top: 15px!important
}
.hp_mt20 {
	margin-top: 20px!important
}
.hp_mt25 {
	margin-top: 25px!important
}
.hp_mt30 {
	margin-top: 30px!important
}
.hp_mt35 {
	margin-top: 35px!important
}
.hp_mt40 {
	margin-top: 40px!important
}
.hp_mt45 {
	margin-top: 45px!important
}
.hp_mt50 {
	margin-top: 50px!important
}
.hp_mt55 {
	margin-top: 55px!important
}
.hp_mt60 {
	margin-top: 60px!important
}
.hp_mt65 {
	margin-top: 65px!important
}
.hp_mt70 {
	margin-top: 70px!important
}
.hp_mt75 {
	margin-top: 75px!important
}
.hp_mt80 {
	margin-top: 80px!important
}
.hp_mt85 {
	margin-top: 85px!important
}
.hp_mt90 {
	margin-top: 90px!important
}
.hp_mt95 {
	margin-top: 95px!important
}
.hp_mt100 {
	margin-top: 100px!important
}
.hp_mr45 {
	margin-right: 45px!important
}
.hp_mb0 {
	margin-bottom: 0!important
}
.hp_mb5 {
	margin-bottom: 5px!important
}
.hp_mb10 {
	margin-bottom: 10px!important
}
.hp_mb15 {
	margin-bottom: 15px!important
}
.hp_mb20 {
	margin-bottom: 20px!important
}
.hp_mb25 {
	margin-bottom: 25px!important
}
.hp_mb30 {
	margin-bottom: 30px!important
}
.hp_mb35 {
	margin-bottom: 35px!important
}
.hp_mb40 {
	margin-bottom: 40px!important
}
.hp_mb45 {
	margin-bottom: 45px!important
}
.hp_mb50 {
	margin-bottom: 50px!important
}
.hp_mb55 {
	margin-bottom: 55px!important
}
.hp_mb60 {
	margin-bottom: 60px!important
}
.hp_mb65 {
	margin-bottom: 65px!important
}
.hp_mb70 {
	margin-bottom: 70px!important
}
.hp_mb75 {
	margin-bottom: 75px!important
}
.hp_mb80 {
	margin-bottom: 80px!important
}
.hp_mb85 {
	margin-bottom: 85px!important
}
.hp_mb90 {
	margin-bottom: 90px!important
}
.hp_mb95 {
	margin-bottom: 95px!important
}
.hp_mb100 {
	margin-bottom: 100px!important
}

.hp_tal {
	text-align: left!important
}
.hp_tac {
	text-align: center!important
}
.hp_tar {
	text-align: right!important
}
.hp_taj {
	text-align: justify!important
}
.hp_serif {
	font-family: serif!important
}
.sp_only {
	display: none!important
}

@media screen and (max-width: 767px) {
    .pc_only {
		display: none!important
	}
	.sp_only {
		display: block!important
	}
	.md_firstChildPt0>:first-child {
		padding-top: 0!important
	}
	.md_pr25 {
		padding-right: 25px!important
	}
	.md_pr35 {
		padding-right: 35px!important
	}
	.md_pl25 {
		padding-left: 25px!important
	}
	.md_pl35 {
		padding-left: 35px!important
	}
	.md_tal {
		text-align: left!important
	}
	.md_pt0 {
		padding-top: 0!important
	}
	.md_pt5 {
		padding-top: 5px!important
	}
	.md_pt10 {
		padding-top: 10px!important
	}
	.md_pt15 {
		padding-top: 15px!important
	}
	.md_pt20 {
		padding-top: 20px!important
	}
	.md_pt25 {
		padding-top: 25px!important
	}
	.md_pt30 {
		padding-top: 30px!important
	}
	.md_pt35 {
		padding-top: 35px!important
	}
	.md_pt40 {
		padding-top: 40px!important
	}
	.md_pt45 {
		padding-top: 45px!important
	}
	.md_pt50 {
		padding-top: 50px!important
	}
	.md_pt55 {
		padding-top: 55px!important
	}
	.md_pt60 {
		padding-top: 60px!important
	}
	.md_pt65 {
		padding-top: 65px!important
	}
	.md_pt70 {
		padding-top: 70px!important
	}
	.md_pt75 {
		padding-top: 75px!important
	}
	.md_pt80 {
		padding-top: 80px!important
	}
	.md_pt85 {
		padding-top: 85px!important
	}
	.md_pt90 {
		padding-top: 90px!important
	}
	.md_pt95 {
		padding-top: 95px!important
	}
	.md_pt100 {
		padding-top: 100px!important
	}
	.md_pb0 {
		padding-bottom: 0!important
	}
	.md_pb5 {
		padding-bottom: 5px!important
	}
	.md_pb10 {
		padding-bottom: 10px!important
	}
	.md_pb15 {
		padding-bottom: 15px!important
	}
	.md_pb20 {
		padding-bottom: 20px!important
	}
	.md_pb25 {
		padding-bottom: 25px!important
	}
	.md_pb30 {
		padding-bottom: 30px!important
	}
	.md_pb35 {
		padding-bottom: 35px!important
	}
	.md_pb40 {
		padding-bottom: 40px!important
	}
	.md_pb45 {
		padding-bottom: 45px!important
	}
	.md_pb50 {
		padding-bottom: 50px!important
	}
	.md_pb55 {
		padding-bottom: 55px!important
	}
	.md_pb60 {
		padding-bottom: 60px!important
	}
	.md_pb65 {
		padding-bottom: 65px!important
	}
	.md_pb70 {
		padding-bottom: 70px!important
	}
	.md_pb75 {
		padding-bottom: 75px!important
	}
	.md_pb80 {
		padding-bottom: 80px!important
	}
	.md_pb85 {
		padding-bottom: 85px!important
	}
	.md_pb90 {
		padding-bottom: 90px!important
	}
	.md_pb95 {
		padding-bottom: 95px!important
	}
	.md_pb100 {
		padding-bottom: 100px!important
	}
	.md_mt0 {
		margin-top: 0!important
	}
	.md_mt5 {
		margin-top: 5px!important
	}
	.md_mt10 {
		margin-top: 10px!important
	}
	.md_mt15 {
		margin-top: 15px!important
	}
	.md_mt20 {
		margin-top: 20px!important
	}
	.md_mt25 {
		margin-top: 25px!important
	}
	.md_mt30 {
		margin-top: 30px!important
	}
	.md_mt35 {
		margin-top: 35px!important
	}
	.md_mt40 {
		margin-top: 40px!important
	}
	.md_mt45 {
		margin-top: 45px!important
	}
	.md_mt50 {
		margin-top: 50px!important
	}
	.md_mt55 {
		margin-top: 55px!important
	}
	.md_mt60 {
		margin-top: 60px!important
	}
	.md_mt65 {
		margin-top: 65px!important
	}
	.md_mt70 {
		margin-top: 70px!important
	}
	.md_mt75 {
		margin-top: 75px!important
	}
	.md_mt80 {
		margin-top: 80px!important
	}
	.md_mt85 {
		margin-top: 85px!important
	}
	.md_mt90 {
		margin-top: 90px!important
	}
	.md_mt95 {
		margin-top: 95px!important
	}
	.md_mt100 {
		margin-top: 100px!important
	}
}