/* breakpoint
--------------------------------------*/






/* fonts
--------------------------------------*/



















/* contents area
--------------------------------------*/






/* border radius
--------------------------------------*/


/* opacity
--------------------------------------*/


/* aspect-ratio
--------------------------------------*/

/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */


* {
	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
}
body {
	line-height: 1
}
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
}
/* 和文・欧文用フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap');
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */


html {
  scroll-behavior: smooth;
  scroll-padding: 50px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding: 30px;
  }
}

body {
	color: #222222;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-variant-east-asian: normal;
	font-weight: 400;
  letter-spacing: 0.05em;
	line-height: 1.625;
	overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

a {
  color: #0072BC;
	transition: 0.3s;
  transition-timing-function: ease-in;
}

a:focus, a:hover {
	text-decoration: none;
}

a > img {
	transition: 0.3s;
  transition-timing-function: ease-in;
}

a>img:focus, a>img:hover {
	opacity: 0.7;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top
}
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */

/* breakpoint
--------------------------------------*/






/* fonts
--------------------------------------*/



















/* contents area
--------------------------------------*/






/* border radius
--------------------------------------*/


/* opacity
--------------------------------------*/


/* aspect-ratio
--------------------------------------*/


.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 70px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .btns {
    gap: 20px;
    flex-flow: column;
  }
}

.btn {
  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;
  width: 340px;
  height: 100%;
  padding: 25px;
  background-color: #0072BC;
  border: 2px solid #0072BC;
  color: #fff;
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  transition-timing-function: ease-in;;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 1rem;
    padding: 20px 15px;
    max-width: 340px;
    width: 100%;
  }
}

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

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

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

.btn.medium {
  width: 290px;
  padding: 13px 25px;
  margin: 0 auto;
  font-size: 1rem;
}

.btn.full {
  display: inline-block;
  width: inherit !important;
  max-width: inherit !important;
  min-width: 340px;
}

.btn.full.xsmall {
  min-width: 187px;
}


@media screen and (max-width: 768px) {
  .btn.full {
    min-width: inherit;
    max-width: 340px !important;
    width: 100% !important;
  }
  .btn.medium {
    width: 100%;
    max-width: 290px;
  }
}

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

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

.btn.xsmall {
  width: 167px;
  padding: 10px 15px;
  font-size: 0.875rem;
}

.btn:hover {
  background-color: #fff;
  color: #0072BC;
}

.btn.reverse {
  background-color: #fff;
  color: #0072BC;
}

.btn.reverse:hover {
  background-color: #0072BC;
  color: #fff;
}

.txt_btn {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: #0072BC;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .txt_btn {
    font-size: 1rem;
  }
}

.txt_btn::after {
  content: "→"
}

.main_color {
  background-color: #0072BC;
}

.accent_color {
  background-color: #0BB67C;
}

.cta_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .cta_btns {
    flex-flow: column;
    flex-wrap: wrap;
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
}

.cta_btn {
  display: block;
  position: relative;
  width: 170px;
  padding: 13px 20px;
  border-radius: 4px;
  color: #fff;
  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 #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transform-origin: top;
  transition: 0.3s;
  transition-timing-function: ease-in;
}

.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: 768px) {
  .cta_btns.large .cta_btn {
    font-size: 1rem;
  }
}

.cta_btn.accent_color {
  border: 2px solid #0BB67C;
}

.cta_btn.main_color {
  border: 2px solid #0072BC;
}

.cta_btn:hover {
  background-color: #fff;
}

.cta_btn.accent_color:hover {
  color: #0BB67C;
}

.cta_btn.accent_color:hover::after {
  border-color: #0BB67C;
}

.cta_btn.main_color:hover {
  color: #0072BC;
}

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

.heading_ruby {
  display: block;
  margin-bottom: 10px;
  color: #0072BC;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.underline::after {
  display: inline-block;
  margin-top: 20px;
  content: "";
  width: 120px;
  height: 2px;
  background-color: #0072BC;
}

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

.heading-2 .heading_txt {
  font-size: 1.75rem;
  line-height: 1.28;
}
@media screen and (max-width: 768px) {
  .heading-2 .heading_txt {
    font-size: 1.5rem;
  }
}

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

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

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

.wysiwyg>:first-child {
	margin-top: 0
}

.wysiwyg>:last-child {
	margin-bottom: 0
}

.wysiwyg h1 {
	color: #0072BC;
	font-size: 2.625rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wysiwyg h1 {
    font-size: 1.625rem;
  }
}

.wysiwyg h2 {
	margin-top: 40px;
	margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.28;
}
.wysiwyg h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0BB67C;
  opacity: 0.3;
}
.wysiwyg h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  background-color: #0BB67C;
}
@media screen and (max-width: 768px) {
  .wysiwyg h2 {
    font-size: 1.375rem
  }
}

.wysiwyg h3 {
	margin-top: 40px;
	margin-bottom: 20px;
  padding-left: 10px;
  font-size: 1.25rem;
	font-weight: bold;
  border-left: 3px solid #0BB67C;
}

.wysiwyg h4 {
  margin-top: 40px;
	margin-bottom: 20px;
  font-size: 1.375rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wysiwyg h4 {
    font-size: 1.125rem;
  }
}

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

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

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

.wysiwyg code {
  background-color: #F8F8F8;
  color: #0072BC;
}

.wysiwyg p {
	margin-bottom: 20px;
	margin-top: 20px
}
.wysiwyg strong {
	font-weight: 700
}
.wysiwyg em {
	font-style: italic
}
.wysiwyg ul {
	list-style-type: disc
}

.wysiwyg ul {
	margin-bottom: 20px;
	margin-top: 20px;
}

.wysiwyg ol,
.wysiwyg ul {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 1.5em
}
.wysiwyg ol {
	list-style-type: decimal
}

.wysiwyg ol li:not(:first-child) {
  margin-top: 10px;
}

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

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

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

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

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

.wysiwyg hr {
  margin: 50px 0;
  border-top: 1px solid #0072BC;
}

.wysiwyg a[target='_blank'] {
  position: relative;
  padding-right: 25px;
}

.wysiwyg a[target='_blank']::after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 7px;
  content: "";
  background: url(//6637010.fs1.hubspotusercontent-na1.net/hubfs/6637010/raw_assets/public/axis-theme_concur/assets/img/modules/ico_window.svg) no-repeat center / contain;
}


.frame {
  padding: 60px 100px;
  border: 1px solid #0072BC;
}
@media screen and (max-width: 768px) {
  .frame {
    padding: 30px 20px;
  }
}

.section {
  margin: 50px 0;
}

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

.hs-search-results__listing {
  margin-top: 60px !important;
}

.hs-search-results__title {
  color: #222222;
  font-size: 18px;
  margin-bottom: 20px;
}

.hs-search-results__listing li:not(:last-child) {
  margin-bottom: 50px !important;
}

.hs-search-results__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}

.hs-search-results__next-page,
.hs-search-results__prev-page {
  display: block;
  padding: 25px;
  background-color: #0072BC;
  border: 2px solid #0072BC;
  color: #fff;
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  transition-timing-function: ease-in;
  max-width: 210px;
  padding: 13px 25px;
  font-size: 1rem;
  float: none !important;
}

.hs-search-results__next-page {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .hs-search-results__pagination {
    flex-flow: column;
  }
  .hs-search-results__next-page {
    margin-left: 0;
  }
}
.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: 768px) {
  .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
	}
}
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */

/* breakpoint
--------------------------------------*/






/* fonts
--------------------------------------*/



















/* contents area
--------------------------------------*/






/* border radius
--------------------------------------*/


/* opacity
--------------------------------------*/


/* aspect-ratio
--------------------------------------*/


.form {
  max-width: 681px;
  margin: 0 auto;
}

.input {
	margin-top: 7px
}

input[type=email], input[type=tel], input[type=text], input[type=password], input[type=search], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #9C9C9C;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.2;
	padding: 10px;
	width: 100% !important;
  height: inherit !important;
  font-size: 1rem;
}

.hs-error-msg, .hs-main-font-element {
	color: red;
}

.hs-error-msg {
  margin: 10px 0 0 !important;
}

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

.hs-form-required::after {
	/*background-color: #0BB67C;*/
  background-color: #D23F3F;
	color: #fff;
	content: "必須";
	display: inline-block;
	font-size: 0.75rem;
	margin-left: 15px;
	padding: 1px 8px
}

input[type=submit] {
	display: block;
  width: 317px;
  margin: 15px auto 0;
	padding: 26px 30px;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	background-color: #0072BC;
  border: 2px solid #0072BC;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: 1.125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;;
  font-weight: bold;
  transition: 0.3s;
  transition-timing-function: ease-in;
}

input[type=submit]:hover {
  color: #0072BC;
  background-color: #fff;
}

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

.form .hs-form fieldset {
	margin-bottom: 20px;
	max-width: 100%
}
.form-columns-2 {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	gap: 50px
}
.form-columns-2 .input, .form-columns-2 input {
	margin-right: 0!important
}
.form-columns-2 .input {
	flex: 1
}
.form-columns-2 .hs-form-field:not(:last-child) {
	margin-bottom: 20px
}
.legal-consent-container .hs-form-booleancheckbox-display input {
	display: none
}
.legal-consent-container .hs-form-booleancheckbox-display span {
	display: inline-block;
	font-size: 0.812rem;
	margin-left: 0!important;
	padding-left: 40px;
	position: relative
}
.legal-consent-container .hs-form-booleancheckbox-display span:before {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
	background-color: #fff;
	border: 1px solid #9C9C9C;
	border-radius: 4px;
}
.legal-consent-container .hs-form-booleancheckbox-display span:after {
	display: block;
	position: absolute;
	top: 3px;
	left: 6px;
	width: 5px;
	height: 12px;
	border-bottom: 3px solid #0BB67C;
	border-right: 3px solid #0BB67C;
	content: "";
	opacity: 0;
	transform: rotate(45deg);
  transition: 0.3s;
  transition-timing-function: ease-in;
}
.legal-consent-container .hs-form-booleancheckbox-display .hs-input:checked+span:after {
	opacity: 1
}

@media screen and (max-width: 768px) {
  .form .hs-form fieldset {
		margin-bottom: 20px
	}
	.form-columns-2 {
		display: block
	}
	.form-columns-2 .hs-form-field {
		float: none!important;
		width: 100%!important
	}
	.legal-consent-container .hs-form-booleancheckbox-display span {
		font-size: 1rem;
		font-weight: 400;
		padding-left: 28px
	}
	.legal-consent-container .hs-form-booleancheckbox-display span:before {
		border-radius: 3px;
		height: 19px;
		top: 2px;
		width: 19px
	}
	.legal-consent-container .hs-form-booleancheckbox-display span:after {
		left: 7px;
		top: 3px
	}
}

.input a[target='_blank'] {
  position: relative;
  padding-right: 25px;
}

.input a[target='_blank']::after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 7px;
  content: '';
  background: url(//6637010.fs1.hubspotusercontent-na1.net/hubfs/6637010/raw_assets/public/axis-theme_concur/assets/img/modules/ico_window.svg) no-repeat center / contain;
}

.hs-form-field label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	font-weight: bold;
	line-height: 1.8
}

.hs-fieldtype-booleancheckbox .inputs-list {
	display: block
}
.hs-fieldtype-booleancheckbox .input {
	margin-top: 10px
}
.hs-fieldtype-booleancheckbox .input label {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .28px;
	line-height: 1.8
}
.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
}

.hs-fieldtype-booleancheckbox .input .hs-form-required {
	display: block;
	margin-top: 10px
}
.hs-fieldtype-booleancheckbox .input .hs-form-required:after {
	margin-left: 0
}
.hs-fieldtype-checkbox .inputs-list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	gap: 10px 30px
}
.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-fieldtype-checkbox .inputs-list .hs-form-checkbox label>input {
	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 {
	padding-left: 30px;
	position: relative
}

.actions {
	margin-bottom: 80px;
	text-align: center
}
@media screen and (max-width: 768px) {
	.actions {
		margin-bottom: 60px;
		text-align: center
	}
}

.hs-fieldtype-radio .inputs-list li label {
	font-weight: 400
}
.hs-fieldtype-radio .inputs-list li input[type=radio] {
	-webkit-appearance: none;
	background-color: #fff;
	border: 2px solid #9C9C9C;
	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-radio .inputs-list li input[type=radio]:checked:after {
	background-color: #0BB67C;
	border-radius: 10px;
	content: "";
	height: 10px;
	left: 3px;
	opacity: 1;
	position: absolute;
	top: 3px;
	width: 10px;
	z-index: 1
}


/* パスワードプロンプト */
.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: 40px;
  border: none;
  border-radius: 0;
}

#hs_cos_wrapper_search_input .hs-search-field__bar>form>.hs-search-field__input {
  border: 1px solid #9C9C9C;
  border-radius: 4px 0 0 4px;
}

/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */

/* breakpoint
--------------------------------------*/






/* fonts
--------------------------------------*/



















/* contents area
--------------------------------------*/






/* border radius
--------------------------------------*/


/* opacity
--------------------------------------*/


/* aspect-ratio
--------------------------------------*/


.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  max-width: 340px;
  padding-left: 20px;
}

.header_logo_txt {
  font-size: 0.75rem;
  line-height: 1.41;
  letter-spacing: 0;
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.header_menu {
  padding: 15px 25px;
}

.header_utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  gap: 10px;
}

.header_utils_tel a {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.03em;
}

.header_utils_tel a::before {
  content: '';
  width: 10px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  background: url(//6637010.fs1.hubspotusercontent-na1.net/hubfs/6637010/raw_assets/public/axis-theme_concur/assets/img/header/ico_tel.svg) no-repeat center / contain;
}

.header_utils_time {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 25px;
}

.header_nav_link {
  color: #222222;
  transition: 0.3s;
  transition-timing-function: ease-in;
  font-size: 0.937rem;
  font-weight: bold;
  text-decoration: none;
}

a.header_nav_link:hover {
  color: #9C9C9C;
}

.header_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
}

.header_btns_link {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 0.812rem;
  font-weight: bold;
  text-decoration: none;
}

.header_btns_link {
  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;
  flex-flow: column;
  gap: 8px;
  width: 130px;
  min-height: 80px;
  padding: 8px;
  transition: 0.3s;
  transition-timing-function: ease-in;
}

.header_btns_link:hover {
  opacity: 0.7;
}

.bl_headerNav_item.bl_headerNav_item__hasChild {
	position: relative
}
.bl_headerNav_link {
	color: #222;
	display: block;
	font-size: .9375rem;
	letter-spacing: .75px;
	line-height: 1.3;
	padding: 17px 0;
	position: relative;
	text-decoration: none
}
.bl_headerNav_link:after {
	background-color: currentColor;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
  transition: 0.3s;
  transition-timing-function: ease-in;
	width: 0
}
.bl_headerNav_link.is_current:after, .bl_headerNav_link:focus:after, .bl_headerNav_link:hover:after {
	opacity: 1;
	width: 100%
}
.bl_headerChildNav {
	background-color: #fff;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(-8px);
  transition: 0.3s;
  transition-timing-function: ease-in;
	visibility: hidden;
	width: 224px;
	z-index: 10
}
.is_lastChildMenu .bl_headerChildNav {
	left: auto;
	right: 0
}
.bl_headerNav_item__hasChild:hover .bl_headerChildNav {
	opacity: 1;
	transform: translateY(0);
	visibility: visible
}
.bl_headerChildNav_item {
	border-bottom: 1px solid hsla(0, 0%, 80%, .7)
}
.bl_headerChildNav_link {
	color: currentColor;
	display: block;
	font-family: serif;
	font-size: .875rem;
	letter-spacing: .7px;
	line-height: 20px;
	padding: 10px;
	text-align: left;
	text-decoration: none;
  transition: 0.3s;
  transition-timing-function: ease-in;
}
.bl_headerChildNav_link:focus, .bl_headerChildNav_link:hover {
	opacity: .8;
	text-decoration: underline
}
.header_humb {
	display: none
}

.header_logo_img img {
  max-height: 100px;
  width: auto !important;
}

@media screen and (max-width: 1049px) {
  .header {
    height: 60px;
    padding: 10px;
    z-index: 1;
  }
  .header_logo {
    max-width: calc(100% - 50px);
    padding-left: 0;
  }
  .header_logo_img img {
    max-height: 40px;
  }
  .header_wrapper {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
  }
  .header_menu {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    flex-flow: column-reverse;
  }
  .header_nav {
    flex-flow: column;
    gap: 15px;
  }
  .header_utils {
    -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
    margin-top: 20px;
  }
  .header_btns li {
    width: 50%;
  }
  .header_btns_link {
    flex-flow: row;
    width: 100%;
    min-height: 50px;
  }
  .header_humb {
    padding: 0;
    background-color: #0072BC;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: 10px;
    top: calc(50% - 15px);
    width: 30px;
    z-index: 4;
  }
  .header_humb.is-active .header_humb_line {
    transition: 0.3s;
  transition-timing-function: ease-in;
    top: calc(50% - 2px);
  }
  .header_humb.is-active .header_humb_line:first-of-type {
    transform: rotate(45deg);
  }
  .header_humb.is-active .header_humb_line:nth-of-type(2) {
    opacity: 0;
  }
  .header_humb.is-active .header_humb_line:nth-of-type(3) {
    transform: rotate(-45deg);
  }
  .header_humb_line {
    background-color: #fff;
    display: block;
    height: 2px;
    position: absolute;
    left: calc(50% - 7.5px);
    transition: 0.3s;
  transition-timing-function: ease-in;
    width: 15px
  }
  .header_humb_line:first-of-type {
    top: 8px;
  }
  .header_humb_line:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .header_humb_line:nth-of-type(3) {
    top: 20px;
  }
}

/**/

.header {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
}
.header_logo_img img {
    min-height: 35px;
}
.header_menu {
  padding: 10px 25px 0;
}
.header_nav {
  gap: 0;
}
.header_nav_link {
  padding: 5px 12.5px 19px;
}
.header_nav_link.js_headerMenu_childBtn:hover {
  background: #F8F8F8;
}
@media screen and (max-width: 1049px) {
  .header_logo_img img {
      min-height: 25px;
  }
  .header_btns li {
    width: 100% !important;
  }
  .header_nav {
    gap: 15px;
  }
  .header_nav_link {
    padding: 5px 0 15px;
    display: block;
  }
  .header_nav_item.bl_headerNav_item__hasChild {
    width: 100%;
  }
}
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */

/* breakpoint
--------------------------------------*/






/* fonts
--------------------------------------*/



















/* contents area
--------------------------------------*/






/* border radius
--------------------------------------*/


/* opacity
--------------------------------------*/


/* aspect-ratio
--------------------------------------*/


.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: calc(1120px + 50px * 2);
	margin-left: auto;
	margin-right: auto;
	padding-right: 50px;
	padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container.wide {
  max-width: calc(1200px + 50px * 2);
}
@media screen and (max-width: 768px) {
  .container.wide {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container.full {
	max-width: none;
}

.container_col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}

.container_main {
  flex: 2.425;
}

.container_side {
  flex: 1;
}

.container_side .container {
  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: 768px) {
  .container_col {
    flex-flow: column;
  }

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

/**/

main {
  max-width: 100%;
  overflow-x: hidden;
}

main:not(.container_main){
  padding-top:80px;
}
@media screen and (max-width: 768px) {
  main{
    padding-top:60px;
  }
}
.header_logo {
  max-width: 180px;
}
.header_logo_txt {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 10px;
}
#hs_cos_wrapper_main-visual .home_mv {
  min-height: 650px;
  margin-left: 20%;
}
#hs_cos_wrapper_main-visual .home_mv .container {
  width: 100%;
  text-align: left;
  margin-left: -20%;
}
#hs_cos_wrapper_main-visual .home_mv_copy {
  font-size: 2.0rem;
  line-height: 1.6em;
}
#hs_cos_wrapper_main-visual .home_mv_copy span.accent {
  color: #0072BC;
}
#hs_cos_wrapper_main-visual .home_mv_shoulder {
  line-height: 1.9em;
  margin-top: 40px;
}
#hs_cos_wrapper_main-visual .home_mv_copy span.bg_white {
  background: #fff;
}
#hs_cos_wrapper_main-visual .cta_btns {
  gap: 20px;
}
#hs_cos_wrapper_main-visual .cta_btn::after {
  content: none;
}
#hs_cos_wrapper_main-visual .cta_btn {
  min-width: 300px;
  line-height: 60px;
  padding: 0;
  border-radius: 0;
}
#hs_cos_wrapper_main-visual .cta_btn::before {
  content: '';
  display: inline-block;
  margin-right: 15px;
}
#hs_cos_wrapper_main-visual .cta_btn.main_color::before {
  width: 30px;
  height: 23.5px;
  background: url(//6637010.fs1.hubspotusercontent-na1.net/hubfs/6637010/raw_assets/public/axis-theme_concur/assets/img/modules/ico_mail.svg) no-repeat;
  background-size: contain;
}
#hs_cos_wrapper_main-visual .cta_btn.accent_color::before {
  width: 27.5px;
  height: 21.5px;
  background: url(//6637010.fs1.hubspotusercontent-na1.net/hubfs/6637010/raw_assets/public/axis-theme_concur/assets/img/modules/ico_download.svg) no-repeat;
  background-size: contain;
}
#hs_cos_wrapper_main-visual .cta_btn.main_color:hover {
  opacity: 0.8;
  color: #fff;
  background-color: #0072BC;
}
#hs_cos_wrapper_main-visual .cta_btn.main_color:hover {
  opacity: 0.8;
  color: #fff;
  opacity: 1.0;
  border-color: #5EAADC;
  background-color: #5EAADC;
}
#hs_cos_wrapper_main-visual .cta_btn.accent_color:hover {
  opacity: 0.8;
  color: #fff;
  opacity: 1.0;
  border-color: #4AD5A6;
  background-color: #4AD5A6;
}

/*#hs_cos_wrapper_main-visual .cta_btns {
  width: 100%;
  right: 0;
  bottom: -45px;
  position: absolute;
  justify-content: flex-end;
}
#hs_cos_wrapper_main-visual .cta_btns li {
  max-width: calc(1200px + 50px* 2);
  margin: 0 auto;
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: flex-end;
}
#hs_cos_wrapper_main-visual .cta_btn {
  width: 340px;
  padding: 25px;
}*/


@media screen and (max-width: 768px) {
  #hs_cos_wrapper_main-visual .home_mv {
    min-height: 440px;
    margin-left: 0;
  }
  #hs_cos_wrapper_main-visual .home_mv .container {
    margin-left: 0;
  }
  #hs_cos_wrapper_main-visual .home_mv_copy {
    font-size: 1.5rem;
  }
  #hs_cos_wrapper_main-visual .cta_btns {
    bottom: -27px;
  }
  #hs_cos_wrapper_main-visual .cta_btn {
    width: 100%;
    padding: 2px 10px;
  }
}

#hs_cos_wrapper_main-visual .mv {
  padding: 0;
  position: relative;
  min-height: 200px;
}
#hs_cos_wrapper_main-visual .mv::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #0072BC;
  opacity: 0.6;
}
#hs_cos_wrapper_main-visual .mv .container {
  z-index: 1;
}
#hs_cos_wrapper_main-visual .mv_ruby ,
#hs_cos_wrapper_main-visual .mv_ttl,
#hs_cos_wrapper_main-visual .mv_shoulder{
  color: #fff;
  text-align: center;
}
#hs_cos_wrapper_main-visual .mv_ruby {
  margin: 0 0 -60px;
  font-size: 4rem;
  font-weight: bold;
  opacity: 0.1;
  letter-spacing: 0;
}

.card_body .txt_btn {
  font-size: 1rem;
  text-align: right;
}
.index_list_item a:after,
.card_body .txt_btn::after {
  content: "" !important;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  display: inline-block;
  background-image: url(//6637010.fs1.hubspotusercontent-na1.net/hubfs/6637010/raw_assets/public/axis-theme_concur/assets/img/modules/ico_bec_b.svg);
  vertical-align: text-top;
}

.heading-2 .heading_txt .t_red {
  color: #0072BC;
}

a.hs-breadcrumb-label {
  color: #222 !important;
}
a:hover.hs-breadcrumb-label {
  text-decoration: underline;
}
.anchor_btn,
.relation_bg.card_col2>* {
    background-color: #f0f0f0 !important;
}
.anchor {
  justify-content: center !important;
}
.anchor_btn:after {
  border-right: 2px solid #0072BC !important;
  border-top: 2px solid #0072BC !important;
}
.desc_list,
.history {
    max-width: 800px;
    margin: 0 auto;
}
.case .case_item {
  border: 0;
}

.index_contents .heading-2 {
  justify-content: flex-start;
}
.heading-2 .heading_ruby {
  margin: 0 0 -60px;
  font-size: 6.2rem;
  font-weight: bold;
  opacity: 0.1;
  letter-spacing: 0;
}
.heading-3 .heading_txt {
  font-size: 1.25rem;
  border-left: none;
}
.heading-4 .heading_txt {
    font-size: 1.25rem;
}

.card .heading_txt {
  color: #0072BC;
}
.card_txt.wysiwyg h3 {
  font-size: 1em;
  padding-left: 0;
  border: none;
}
.btn.full {
  min-width: 350px;
  line-height: 60px;
  padding: 0;
  border-radius: 0;
  color: #fff;
  background-color: #0BB67C;
  border-color: #0BB67C;
}
.btn.full:hover {
  background-color: #4AD5A6;
  border-color: #4AD5A6;
}

@media screen and (max-width: 768px) {
  
  #hs_cos_wrapper_main-visual .mv_ruby {
    margin: 0 0 -0.9em;
    font-size: 3rem;
  }
  .heading-2:not(.underline) {
    zoom: 80%;
    display: block;
  }
  .heading-2 .heading_ruby {  
    margin: 0 0 -0.7em;
    font-size: 3rem;
  }
  .btns.center .btn {
    display: block;  
  }
  .btn.full {
    min-width: 280px;
    width: 100%;
    line-height: 45px;
  }
}
a.blog_pager_link {
  color: #0BB67C;
}
a.blog_pager_link__next:before, a.blog_pager_link__prev:before {
  border-color: #0BB67C;
}
a.blog_pager_link__next:hover:before, a.blog_pager_link__prev:hover:before {
  border-color: #fff;
}
span.blog_pager_link.is_active {
  color: #fff;
  background-color: #0BB67C;
}
a.blog_pager_link:focus, a.blog_pager_link:hover {
  background-color: #0BB67C;
  color: #fff;
}


.personal-info {
  overflow-y: scroll;
  max-height: 400px;
  border: 1px solid #ccc;
  padding: 15px;
}
.personal-info h3 {
  text-align: center;
  font-size: 1.1em;
  color: #222;
  margin-bottom: 20px;
}
.personal-info h5 {
  font-size: 0.1em;
  color: #222;
  margin-bottom: 10px;
}
.personal-info p {
  font-size: 0.9em;
  color: #222;
}
.personal-info .right {
  text-align: right;
  margin-bottom: 20px;
}
.hs-fieldtype-booleancheckbox .input label>input ,
.hs-fieldtype-checkbox .inputs-list .hs-form-checkbox label>input {
  display: inline-block !important;
}

#hs_cos_wrapper_header {
  overflow: hidden;
}

.blog_post_img_wrap {
  display: flex;
  gap: 50px;
}
.blog_post_img_wrap .blog_post_img {
  min-width: 380px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .blog_post_img_wrap {
    gap: 30px;
    flex-wrap: wrap;
  }
  .blog_post_img_wrap .blog_post_img {
    min-width: auto;
    margin: 0 auto;
}
}
/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* transition */

/* breakpoint
--------------------------------------*/






/* fonts
--------------------------------------*/



















/* contents area
--------------------------------------*/






/* border radius
--------------------------------------*/


/* opacity
--------------------------------------*/


/* aspect-ratio
--------------------------------------*/


.footer {
	padding: 80px 0;
	background-color: #5A5A5A;
  color: #fff;
  font-size: 0.875rem;
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 50px;
}

.footer_info_company {
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: bold;
}

.footer_info_overview {
  margin-top: 50px;
}

.footer_info_overview p {
  margin: 15px 0;
}
.footer_info_overview p:first-child {
  margin-top: 0;
}
.footer_info_overview p:last-child {
  margin-bottom: 0;
}

.footer_info_logo {
  display: block;
  max-width: 200px;
}

.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.footer_menu > nav:first-of-type {
  max-width: 465px;
}

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
	gap: 30px 50px;
}
.footer_nav_item {
  /*width: calc(100% / 3 - (50px * 2) / 3);*/
}
.footer_nav>:last-child {
	margin-bottom: 0!important
}
.footer_nav_link {
	color: #fff;
  text-decoration: none;
	display: block;
	position: relative;
	text-decoration: none;
  transition: 0.3s;
  transition-timing-function: ease-in;
}

a.footer_nav_link:hover {
  opacity: 0.7;
}

.footer_subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  gap: 20px;
}
.bl_footerChildNav_link ,
.footer_subnav_link {
  color: #222;
  text-decoration: none;
  transition: 0.3s;
  transition-timing-function: ease-in;
}
.bl_footerChildNav_link::before {
  content:'';
  display: inline-bkock;
  width: 4px;
  height: 4px;
  border: 1px solid;
  border-color: #222 #222 transparent transparent;
  transform: rotate(45deg);
  display: inline-block;
  margin: 0 6px 2px 0;
  vertical-align: baseline;
}
.bl_footerChildNav_link:hover {
  color: #0072BC;
}
.bl_footerChildNav_link:hover::before {
  border-color: #0072BC #0072BC transparent transparent;
}
.footer_subnav_link:hover {
  opacity: 0.7;
}

.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 60px;
}

.footer_copyright {
	display: block;
  padding: 15px 0;
  background-color: #DCDCDC;
	font-size: 0.75rem;
  letter-spacing: 0;
	text-align: center;
}

@media screen and (max-width: 1049px) {
  .footer {
    padding: 50px 0;
  }
  .footer_inner {
    flex-flow: column;
  }
  .footer_info_overview {
    margin-top: 20px;
  }
  .footer_menu {
    flex-flow: column;
    gap: 30px;
  }
  .footer_menu > nav:first-of-type {
    max-width: inherit;
  }
  .footer_nav_item {
    width: inherit;
  }
  .footer_subnav {
    flex-flow: row;
  }
  .footer_sns {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer_nav {
    gap: 10px 30px;
  }
  .footer_subnav {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}

/**/

.cta_ruby {
  color: #0072BC;
}
.cta_ttl,
.cta_shoulder,
.cta-tel_time {
  color: #fff !important;
}
.cta .cta-tel_link {
  background-image: url(//46226167.fs1.hubspotusercontent-na1.net/hubfs/46226167/raw_assets/public/axis-theme/assets/img/modules/ico_tel_w.svg) !important;
  color: #fff !important;
}
.cta .cta_btn.main_color,
.cta .cta_btn.accent_color {
  min-width: 350px;
  background: #fff;
  border-color: #fff;
  font-size: 1.1rem !important;
  color: #0072BC;
}
.cta .cta_btn.main_color:hover,
.cta .cta_btn.accent_color:hover {
  background: #0072BC;
  border-color: #0072BC;
  color: #fff;
}
.cta .cta_btn.accent_color:hover {
  background: #0BB67C;
  border-color: #0BB67C;
}
.cta .cta_btn.main_color::after,
.cta .cta_btn.accent_color::after {
  content: none;
}
.cta .cta_btn::before {
  content: '';
  display: inline-block;
  margin-right: 15px;
}
.cta .cta_btn.main_color::before {
  width: 30px;
  height: 23.5px;
  background: url(//6637010.fs1.hubspotusercontent-na1.net/hubfs/6637010/raw_assets/public/axis-theme_concur/assets/img/modules/ico_mail_b.svg) no-repeat;
  background-size: contain;
}
.cta .cta_btn.accent_color::before {
  width: 27.5px;
  height: 21.5px;
  background: url(//6637010.fs1.hubspotusercontent-na1.net/hubfs/6637010/raw_assets/public/axis-theme_concur/assets/img/modules/ico_download_b.svg) no-repeat;
  background-size: contain;
}
.cta .cta_btn.main_color:hover::before {
  background: url(//6637010.fs1.hubspotusercontent-na1.net/hubfs/6637010/raw_assets/public/axis-theme_concur/assets/img/modules/ico_mail.svg) no-repeat;
  background-size: contain;
}
.cta .cta_btn.accent_color:hover::before {
  background: url(//6637010.fs1.hubspotusercontent-na1.net/hubfs/6637010/raw_assets/public/axis-theme_concur/assets/img/modules/ico_download.svg) no-repeat;
  background-size: contain;
}


@media screen and (max-width: 768px) {
  .cta {
    min-height: auto !important;
  }
  .cta .container {
    max-width: 100%;
    overflow: hidden;
  }
  .cta_ttl {
    font-size: 1.5rem !important;
  }
  .cta .cta_btn.main_color,
  .cta .cta_btn.accent_color {
    min-width: 300px;
    width: 100%;
  }
}

.footer {
	background-color: #f0f0f0;
  color: #222;
}
.footer_info {
  width: 40%;
}
.footer_info_logo {
  /*max-width: unset;*/
}
.footer_info_overview {
  margin-top: 20px;
}
.footer_menu > nav:first-of-type {
  max-width: 620px;
}
.footer_nav {
	gap: 15px 50px;
}
.footer_nav_link,
.footer_subnav_link {
  color: #0072BC ;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1rem;
}
.footer_copyright {
  background: #0070C5;
}
.footer_copyright_txt {
  color: #fff;
}
@media screen and (max-width: 1049px) {
  .footer_inner {
    display: block;
  }
  .footer_info {
    width: 100%;
  }
  .footer_wrapper
  .footer_menu {
    display: none;
  }
}