@charset "UTF-8";

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

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* サイト全体で共通のウェブフォント */
/* ==========================================================================

    サイト全体で共通のウェブフォント

========================================================================== */


@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/fonts/NotoSansCJKjp.woff") format("woff"),
      url("https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/fonts/NotoSansCJKjp.woff2") format("woff2"),
      url("https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/fonts/NotoSansCJKjp.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp-Medium";
  font-style: normal;
  font-weight: 700;
  src: url("https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/fonts/NotoSansCJKjp-Medium.woff") format("woff"),
       url("https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"),
       url("https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/fonts/NotoSansCJKjp-Medium.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp-Bold";
  font-style: normal;
  font-weight: 900;
  src: url("https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/fonts/NotoSansCJKjp-Bold.woff") format("woff"),
       url("https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"),
       url("https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp-Black";
  font-style: normal;
  font-weight: 900;
  src: url("https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/fonts/NotoSans_Black.woff") format("woff"),
       url("https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/fonts/NotoSans_Black.woff2") format("woff2"),
       url("https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/fonts/NotoSans_Black.otf") format("opentype");
}

@font-face {
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
}

/* サイト全体で共通のアニメーション */
/* ==========================================================================

    サイト全体で共通のアニメーション

========================================================================== */


@keyframes table-swipe {
  0% {
    opacity: 0;
    left: calc(50% - 38px);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: calc(50% - -2px);
  }
}

@-webkit-keyframes link-underline {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}

@keyframes link-underline {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}

.anchor__item a:before,
.button--text>a,
.button--default>a,
.figure img,
.figure--movie:before,
.icon,
.icon:after,
.movie:before,
.movie:after {
  -webkit-transition: all .3s;
  transition: all .3s;
}

@-webkit-keyframes hang {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes hang {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* スライダー用 */
@-webkit-keyframes slide-in {
  0% {
    left: -50px;
  }
  100% {
    left: 0;
  }
}
@keyframes slide-in {
  0% {
    left: -50px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes slide-out {
  0% {
    left: 0;
  }
  100% {
    left: 50px;
  }
}
@keyframes slide-out {
  0% {
    left: 0;
  }
  100% {
    left: 50px;
  }
}

/* サイト全体で共通な自然なスタイル */
.natural {
  display: block;
}

.natural:not(:last-child) {
  margin-bottom: 20px;
}

.natural.natural--bg {
  padding: 40px;
  background-color: #F2F2F4;
}
@media screen and (max-width:767px) {
  .natural.natural--bg {
    padding: 20px;
  }
}

.natural h2 {
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  padding-left: 25px;
  border-left: 5px solid #005AB2;
}
@media screen and (max-width:767px) {
  .natural h2 {
    font-size: 24px;
  }
}

.natural h2:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .natural h2:not(:first-child) {
    margin-top: 50px;
  }
}

.natural h2:not(:last-child) {
  margin-bottom: 30px;
}

.natural h3 {
  font-size: 20px;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
}
@media screen and (max-width:767px) {
	.natural h3 {
  	font-size: 20px;
	}
}
.natural h3:not(:first-child) {
  margin-top: 30px;
}
.natural h3:not(:last-child) {
  margin-bottom: 30px;
}

.natural h4 {
  color: #403434;
  font-size: 18px;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  position: relative;
}

.natural h4:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .natural h4:not(:first-child) {
    margin-top: 20px;
  }
}

.natural h4:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .natural h4:not(:last-child) {
    margin-bottom: 20px;
  }
}

.natural h5 {
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .natural h5 {
    font-size: 14px;
  }
}

.natural h5:not(:first-child) {
  margin-top: 30px;
}
.natural h5:not(:last-child) {
  margin-bottom: 30px;
}

.natural p {
	color: #403434;
	font-family: 'NotoSansCJKjp', sans-serif;
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 2;
}

.natural p:not(:first-child) {
	margin-top: 20px
}
.natural p:not(:last-child) {
	margin-bottom: 20px
}
@media screen and (max-width:767px) {
	.natural p {
    font-size: 13px;
	}
}

.natural figure figcaption,
.natural caption {
  line-height: 1.3214285714285714px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.natural figure figcaption:first-child,
.natural caption:first-child {
  margin-top: 0
}

.natural pre {
  background-color: #005AB2;
  color: #ffffff;
  border-radius: .25em;
  padding:  100px;
}
@media screen and (max-width: 767px) {
  .natural pre {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.natural h1,.natural h2,.natural h3,.natural h4,.natural h5,.natural h6 {
  display: block;
}

.natural li,.natural dt {
  margin-top: 2.5px
}

.natural pre,.natural h1,.natural h2,.natural h3,.natural h5,.natural h6,.natural .solid,.natural hr,.natural blockquote {
  display: block;
}

.natural pre+pre,.natural h1+pre,.natural h2+pre,.natural h3+pre,.natural h4+pre,.natural h5+pre,.natural h6+pre,.natural .solid+pre,.natural hr+pre,.natural blockquote+pre,.natural table+pre,.natural pre+h1,.natural h1+h1,.natural h2+h1,.natural h3+h1,.natural h4+h1,.natural h5+h1,.natural h6+h1,.natural .solid+h1,.natural hr+h1,.natural blockquote+h1,.natural table+h1,.natural pre+h2,.natural h1+h2,.natural h2+h2,.natural h3+h2,.natural h4+h2,.natural h5+h2,.natural h6+h2,.natural .solid+h2,.natural hr+h2,.natural blockquote+h2,.natural table+h2,.natural pre+h3,.natural h1+h3,.natural h2+h3,.natural h3+h3,.natural h4+h3,.natural h5+h3,.natural h6+h3,.natural .solid+h3,.natural hr+h3,.natural blockquote+h3,.natural table+h3,.natural pre+h4,.natural h1+h4,.natural h2+h4,.natural h3+h4,.natural h4+h4,.natural h5+h4,.natural h6+h4,.natural .solid+h4,.natural hr+h4,.natural blockquote+h4,.natural table+h4,.natural pre+h5,.natural h1+h5,.natural h2+h5,.natural h3+h5,.natural h4+h5,.natural h5+h5,.natural h6+h5,.natural .solid+h5,.natural hr+h5,.natural blockquote+h5,.natural table+h5,.natural pre+h6,.natural h1+h6,.natural h2+h6,.natural h3+h6,.natural h4+h6,.natural h5+h6,.natural h6+h6,.natural .solid+h6,.natural hr+h6,.natural blockquote+h6,.natural table+h6,.natural pre+.solid,.natural h1+.solid,.natural h2+.solid,.natural h3+.solid,.natural h4+.solid,.natural h5+.solid,.natural h6+.solid,.natural .solid+.solid,.natural hr+.solid,.natural blockquote+.solid,.natural table+.solid,.natural pre+hr,.natural h1+hr,.natural h2+hr,.natural h3+hr,.natural h4+hr,.natural h5+hr,.natural h6+hr,.natural .solid+hr,.natural hr+hr,.natural blockquote+hr,.natural table+hr,.natural pre+blockquote,.natural h1+blockquote,.natural h2+blockquote,.natural h3+blockquote,.natural h4+blockquote,.natural h5+blockquote,.natural h6+blockquote,.natural .solid+blockquote,.natural hr+blockquote,.natural blockquote+blockquote,.natural table+blockquote,.natural pre+table,.natural h1+table,.natural h2+table,.natural h3+table,.natural h4+table,.natural h5+table,.natural h6+table,.natural .solid+table,.natural hr+table,.natural blockquote+table,.natural table+table {
  margin-top: 38px;
}

.natural ol:not(:first-child),.natural ul:not(:first-child),.natural dl:not(:first-child),.natural figure:not(:first-child) {
  display: block;
}

.natural p:not(:last-child),.natural ol:not(:last-child),.natural ul:not(:last-child),.natural dl:not(:last-child),.natural figure:not(:last-child) {
  display: block;
}

.natural a {
	color: #005AB2;
  display: inline-block;
  text-decoration: none;
  transition: .5s;
  position: relative;
  word-break: break-all;
  opacity: .7;
}
.natural a:after {
  background-color: #005AB2;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s;
  width: 100%;
}

.natural a:hover {
  opacity: 1;
}

.natural a[target="_blank"],
.natural a[href$=".pdf"] {
	padding-left: 20px;
	position: relative;
}

.natural a[target="_blank"]:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 11px;
	width: 10px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuNSAxMi40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC41IDEyLjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA1QUIyO30KPC9zdHlsZT4KPGcgaWQ9IuOCsOODq+ODvOODl180Mjg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMyIC0yOTkpIj4KCTxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDM0LjUxMSAzMDEuNjM0KSI+CgkJPHBhdGggaWQ9IuODkeOCuV82MTExIiBjbGFzcz0ic3QwIiBkPSJNOS41LDB2Ny4xSDB2Mi42aDEyVjBIOS41eiIvPgoJPC9nPgoJPHBhdGggaWQ9IuODkeOCuV82MTEyIiBjbGFzcz0ic3QwIiBkPSJNNDMyLDI5OXY5LjhoMTJWMjk5SDQzMnogTTQ0Mi40LDMwNy4zaC04Ljh2LTYuOWg4LjhWMzA3LjN6Ii8+CjwvZz4KPC9zdmc+Cg==);
}

.natural a[href$=".pdf"]:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 9px;
  width: 11px;
  height: 13px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ljk0IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwNWFiMjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi45My43NSw4LDEuODIsOS4xOSwzLjA3djguMThILjc1Vi43NUg2LjkzTTcuMjQsMEgwVjEySDkuOTRWMi43Nkw4LjUzLDEuMjksNy4yNCwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTcuOCw3LjUyYS43OS43OSwwLDAsMC0uMTktLjIyLDEuMjgsMS4yOCwwLDAsMC0uMjItLjE3LDIuOTQsMi45NCwwLDAsMC0xLjQ4LS4yOUg1Ljg0bC0uMTEtLjFBMywzLDAsMCwxLDUuMTMsNmE0LjEsNC4xLDAsMCwwLC40My0xLjc3LjYxLjYxLDAsMCwwLDAtLjI0LjY2LjY2LDAsMCwwLS4xNi0uMzFoMGEuNjQuNjQsMCwwLDAtLjQ3LS4yMS41OS41OSwwLDAsMC0uNDYuMjEsMSwxLDAsMCwwLS4xOC41NSw0Ljg5LDQuODksMCwwLDAsLjA5LDFzMCwwLDAsLjA3QTQsNCwwLDAsMCw0LjYsNmMtLjEzLjI2LS4yNi40OS0uMzUuNjRTNC4xMSw2Ljg5LDQsN2E2LjExLDYuMTEsMCwwLDAtLjkyLjI0LDIuNDIsMi40MiwwLDAsMC0uODQuNDksMSwxLDAsMCwwLS4yNi40LjU3LjU3LDAsMCwwLC4yNi43MWwuMDgsMEEuNzIuNzIsMCwwLDAsMi42NCw5YTEsMSwwLDAsMCwuNjctLjI4LDYuODQsNi44NCwwLDAsMCwxLTEuMjNsLjYyLS4wNy43NC0uMDYuMTkuMThhOCw4LDAsMCwwLC44NS42OGgwQTEuMjgsMS4yOCwwLDAsMCw3LDguMzNhLjgyLjgyLDAsMCwwLC4zMS4wNy42Ni42NiwwLDAsMCwuMzYtLjExQS42LjYsMCwwLDAsNy44Niw4LC42Mi42MiwwLDAsMCw3LjgsNy41MlptLTMtMi43NmEzLjE3LDMuMTcsMCwwLDEsMC0uNTRjMC0uMTcuMDYtLjI5LjE2LS4yOXMuMTUuMDYuMTguMTlhLjQzLjQzLDAsMCwxLDAsLjEydi4xOEEzLjA1LDMuMDUsMCwwLDEsNSw1YzAsLjEyLS4wOC4yNi0uMTMuNEEzLjE5LDMuMTksMCwwLDEsNC43NSw0Ljc2Wk0yLjQ1LDguMzljMC0uMDYsMC0uMTcuMTUtLjMxYTIuMjksMi4yOSwwLDAsMSwxLS41Yy0uMDkuMTItLjE4LjI0LS4yNy4zNGE1LjExLDUuMTEsMCwwLDEtLjM3LjQuNjQuNjQsMCwwLDEtLjMxLjE1aDBBLjIxLjIxLDAsMCwxLDIuNDUsOC4zOVptMi4yLTEuNDdoMHMwLDAsMCwwbC4yMS0uMzd2MGwuMTkuMjQuMS4xMWgwbDAsMEw1LDYuODlINC44OVpNNyw3Ljc4YTQuOTQsNC45NCwwLDAsMS0uNTctLjQ1LDIuMTEsMi4xMSwwLDAsMSwuNzUuMjEuNy43LDAsMCwxLC4xOC4xNGMuMDcuMDcuMDkuMTMuMDguMTdhLjExLjExLDAsMCwxLS4xMi4wOC4yMy4yMywwLDAsMS0uMTEsMEw3LDcuNzlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
@media screen and (max-width: 767px) {
	.natural a[target="_blank"],
	.natural a[href$=".pdf"] {
    padding-left: 15px;
	}
	.natural a[target="_blank"]:before {
    top: 8px;
	}
	.natural a[href$=".pdf"]:before {
		top: 5px;
	}
}

/* 画像リンク */
.natural a.cta_button,
.natural a.img-link {
  opacity: 1;
}
.natural a.cta_button:hover,
.natural a.img-link:hover {
  opacity: .7;
}
.natural a.cta_button:after,
.natural a.img-link:after,
.natural a.img-link:before {
  display: none;
}

.natural strong {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .natural td,.natural th {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.natural ul:not(:first-child) {
  margin-top: 20px
}

.natural ul:not(:last-child) {
  margin-bottom: 20px
}

.natural ul li:not(:first-child) {
  margin-top: 10px
}

.natural ul li:not(:last-child) {
margin-bottom: 10px
}

.natural ul > li {
  list-style-type: none;
  padding-left: 20px;
  position: relative
}
.natural ul > li:before {
  background-color: ;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
}


.natural .attention p,
.natural .attention a {
  font-size: 14px;
}

/* サイト全体で共通の HTML 要素のスタイル */
/* ==========================================================================

    初期化の設定

========================================================================== */

html {
  line-height: 1.3571428571;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1049px) {
  html {
    font-size: 14px;
  }
}

body {
  overflow-x: hidden;
}
a {
  background-color: transparent;
  color: #0074d9
}

mark {
  background-color: #ffdc00;
  color: #111
}

input[type=submit],input[type=reset],html input[type=button],button {
    -webkit-appearance: button
}

input[type=search]:: -webkit-search-cancel-button,input[type=search]:: -webkit-search-decoration {
    -webkit-appearance: none
}

input[type=search] {
  -webkit-appearance: textfield
}

hr,img,iframe,fieldset,legend {
    border: 0
}

input:: -moz-focus-inner,button:: -moz-focus-inner {
    border: 0
}

abbr[title] {
    border-bottom: 1px solid
}

table {
    border-collapse: collapse
}

input[type=text],input[type=search],input[type=tel],input[type=url],input[type=email],input[type=password],input[type=number],input[type=color],textarea {
    border-radius: 0
} 

table {
    border-spacing: 0
}

table th {
    background-color: transparent;
    border: none;
}

sub {
    bottom: -.2em
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

hr,input[type=search] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input,button,select,optgroup,textarea {
    color: inherit
}

html body [disabled] {
    cursor: default
}

input[type=submit],input[type=reset],html input[type=button],button {
    cursor: pointer
}

article,section,nav,aside,header,footer,figure,figcaption,main {
    display: block
}

video,audio,progress,canvas {
    display: inline-block
}

[hidden],template {
    display: none
}

h1,h2,h3,h4,h5,h6,address,pre,code,samp,kbd,th,input,button,select,optgroup,textarea {
    font: inherit
}

pre,code,samp,kbd {
    font-family: Noto Mono,monospace
}

sub,sup {
    font-size: 78.5714285714%
}

small {
    font-size: 85.7142857143%
}

strong,b,optgroup {
  font-weight: 700
}
hr {
    height: 0
}
img {
    height: auto
}

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

sub,sup {
    line-height: 0
}

input,button {
    line-height: 1.3214285714
}
@media(min-width: 768px) and (max-width: 1049px) {
    input,button {
    line-height: 1.3035714286}
}
@media(max-width: 414px) {
    input,button {
    line-height: 1.2857142857}
}
li {
    list-style: none
}

body,h1,h2,h3,h4,h5,h6,p,hr,pre,blockquote,ol,ul,dl,dd,figure,input,button,select,optgroup,textarea,fieldset {
    margin: 0
}
img,iframe,video,canvas {
    max-width: 100%
}

pre,textarea {
    overflow: auto
}

button {
    overflow: visible
}

ol,ul,td,th,input[type=checkbox],input[type=radio],fieldset,legend {
    padding: 0
}

input:: -moz-focus-inner,button:: -moz-focus-inner {
    padding: 0
}

sub,sup {
    position: relative
}

q:after {
    content: "\201D"
}

q:before {
    content: "\201C"
}

caption,th {
    text-align: left
}

abbr[title] {
    text-decoration: none
}

button,select {
    text-transform: none
}

sup {
    top: -.6em
}

sub,sup,progress,meter {
    vertical-align: baseline
}

img,iframe,video,audio,input[type=image],textarea,canvas {
    vertical-align: bottom
}

.list--float:after,.section--footer__breadcrumb-nav__list:after {
    clear: both;
    content: "";
    display: block
}

audio: not([controls]) {
    display: none;
    height: 0
}

svg: not(: root) {
    max-width: 100%;
    overflow: hidden;
    vertical-align: bottom
}

ul {
  list-style-type: none;
}

/* ==========================================================================

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

========================================================================== */


*,
*:before,
*:after {
    box-sizing: border-box;
}

::selection {
	background: rgba(64,52,52,.2);
}

::-moz-selection {
	background: rgba(64,52,52,.2);
}

html {
  color: #403434;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
	color: #403434;
	font-family: 'NotoSansCJKjp', sans-serif;
}

a {
	color: #403434;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
	text-decoration: none;
  outline: none;
}

input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

button {
	background: none;
	border: none;
	padding: 0;
}

button:focus {
  outline: none;
}

p {
	color: #403434;
  font-family: 'NotoSansCJKjp', sans-serif;
}

ul,ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

select:focus {
  outline: none;
}

/* サイト全体で共通の微調整用の便利スタイル */
.block {
  display: block;
  text-decoration: none;
}

.block,.block:active,.block:visited {
  color: inherit;
}

.break {
  word-wrap: break-word;
}

.full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.stick {
  margin: 0!important;
}

.stick-bottom {
  margin-bottom: 0!important
}

.stick-left {
  margin-left: 0!important
}

.stick-right {
  margin-right: 0!important
}

.stick-top {
  margin-top: 0!important
}

.text-center {
  text-align: center!important
}

.text-left {
  text-align: left!important
}

.text-right {
  text-align: right!important
}

.text-lower {
  text-transform: lowercase
}

.text-upper {
  text-transform: uppercase
}

.word {
  display: inline-block
}

/* サイト全体で共通のレイアウトスタイル */
/* ==========================================================================

    header

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



/* header common */
.header {
  box-sizing: border-box;
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 50px 0px 50px;
}

@media only screen and  (max-width: 1099px) {
  .header {
    padding: 20px 30px 0px 30px;
  }
}
@media only screen and  (max-width: 1049px) {
  .header {
    padding: 25px 25px 0px 25px;
  }
}
@media only screen and  (max-width: 767px) {
  .header {
    padding: 20px 20px 0px 20px;
  }
}
.header .nav-main {
  width: 100%;
}
@media only screen and  (max-width: 1049px) {
  .header .nav-main {
    display: block;
    min-height: 45px;
  }
}
@media only screen and  (max-width: 767px) {
  .header .nav-main {
    min-height: 25px;
  }
}

.header-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;;
}

@media only screen and  (max-width: 1049px) {
  .header-left {
    top: 50%;
    transform: translateY(-50%);
  }
}
.header-left .header-left__columm img {
  display: block;
  width: 215px!important;
  height: 40px!important;
}

.header-left .header-left__columm .header-left__columm__text {
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: .15em;
  color: #005AB2;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
}
@media only screen and  (max-width: 767px) {
  .header-left .header-left__columm img {
    width: 125px!important;
    height: 23px!important;
  }
  .header-left .header-left__columm .header-left__columm__text {
    font-size: 12px;
  }
}

/* SPナビ ボタン */

.nav-btn {
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  min-width: 70px;
  min-height: 70px;
  background-color: #005AB2;
  z-index: 500;
  transition: .5s ease-out;
}
@media only screen and (max-width: 1049px) {
  .nav-btn {
    display: block;
  }
}
.nav-btn > div {
  position: relative;
  width: 70px;
  height: 70px;
}
.nav-btn > div .-bar {
  background: #ffffff;
  display: block;
  height: 2px;
  left: calc(50% - 1px);
  margin-left: -10px;
  position: absolute;
  transition: .5s;
  transform: rotate(0);
  width: 23px;
}

.nav-btn > div .-bar.top {
  top: calc(50% - 2px);
  transform: translateY(-8px) scale(1);
}

.nav-btn > div .-bar.middle {
  top: calc(50% - 1px);
}

.nav-btn > div .-bar.bottom {
  top: calc(50%);
  transform: translateY(8px) scale(1);
}

.nav-btn.close > div {
  transform: rotate(0);
}

.nav-btn.close {
  overflow: visible;
}
.nav-btn.close > div .-bar.top {
  transform: rotate(-45deg) translateY(0);
  top: calc(50%);
}
.nav-btn.close > div .-bar.middle {
  background: rgba(255,255,255,0);
}
.nav-btn.close > div .-bar.bottom {
  transform: rotate(45deg) translateY(0);
  top: calc(50%);
}
@media only screen and (max-width: 767px) {
  .nav-btn > div {
    width: 45px;
    height: 45px;
  }
  .nav-btn {
    min-width: 45px;
    min-height: 45px;
  }
  .nav-btn > div .-bar {
    left: calc(50% - 2px);
  }
}



/* header-right common */

.header-right {
  text-align: right;
}
@media only screen and  (max-width: 1049px) {
  .header-right .wrap {
    display: flex;
    flex-wrap: wrap;
  }

}

.header-right .header-right__columm.utility .utility__lists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;;
}

.header-right .header-right__columm.utility .utility__lists .utility__lists__item {
  line-height: 1;
  padding: 0 20px;
  border-left: 1px solid #005AB2;
}
.header-right .header-right__columm.utility .utility__lists .utility__lists__item:first-child {
  border-left: none;
}
.header-right .header-right__columm.utility .utility__lists .utility__lists__item:last-child {
  padding-right: 0;
}
.header-right .header-right__columm.utility .utility__lists .utility__lists__item a {
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 14px;
  color: #005AB2;
}




/* フォントサイズ変更ボタン */

.header-right .font-size {
  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;;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;;
  color: #005AB2;
}
.header-right .font-size .js-size {
  line-height: 1;
}

.header-right .font-size .js-size span:hover {
  cursor: pointer;
}
.header-right .font-size .js-size.is-active {
  color: #403434;
}
.header-right .font-size .js-size.size-l {
  font-size: 16px;
}
.header-right .font-size .js-size.size-m {
  font-size: 14px;
}
.header-right .font-size .js-size.size-s {
  font-size: 12px;
}

@media only screen and  (max-width: 1049px) {
  .header-right .header-right__columm.utility {
    order: 3;
    width: 100%;
    margin-top: 30px;
  }
  .header-right .header-right__columm.utility .utility__lists {
    flex-wrap: wrap;
    -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
    text-align: center;
  }
  .header-right .header-right__columm.utility .utility__lists .utility__lists__item {
    border-left: 1px solid #ffffff;
  }
  .header-right .header-right__columm.utility .utility__lists .utility__lists__item a {
    color: #ffffff;
  }
  .header-right .font-size {
    color: #ffffff;
  }
  .header-right .font-size .js-size:not(:first-child) {
    margin-left: 5px;
  }
}
@media only screen and  (max-width: 767px) {
  .header-right .header-right__columm.utility {
    margin-top: 20px;
  }
  .header-right .header-right__columm.utility .utility__lists .utility__lists__item {
    padding: 0 10px;
  }
}

/* sub-menu */


.header-right .header-right__columm.sub-menu {
  margin-top: 19px;
}
.header-right .header-right__columm.sub-menu .sub-menu__lists {
  margin-top: 15px;
  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-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item {
  margin-left: 5px;
}
.header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link {
  display: inline-block;
  padding: 4px 20px;
  border: 1px solid #005AB2;
  background-color: #005AB2;
  color: #ffffff;
  box-sizing: border-box;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  transition: .5s;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link {
  padding: 10px 20px 3px 20px;
}
@media only screen and  (max-width: 1099px) {
  .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link {
    font-size: 14px;
    padding: 5px 15px;
  }
  /* IE11 */
  _:-ms-lang(x)::-ms-backdrop, .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link {
    padding: 10px 15px 4px 15px;
  }
}

.header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link:hover {
  background-color: #ffffff;
  color: #005AB2;
}
@media only screen and  (min-width: 1050px) {
  .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link[target="_blank"] {
    background-color: #ffffff;
    color: #005AB2;
  }
  .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link[target="_blank"]:hover {
    background-color: #005AB2;
    color: #ffffff;
  }
}
.header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link[target="_blank"] .sub-menu__lists__item__link__text {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link[target="_blank"] .sub-menu__lists__item__link__text:before,
.header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link[target="_blank"] .sub-menu__lists__item__link__text:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  transition: .5s;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link[target="_blank"] .sub-menu__lists__item__link__text:before {
  top: calc(50% - 10px);
}
_:-ms-lang(x)::-ms-backdrop, .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link[target="_blank"] .sub-menu__lists__item__link__text:after {
  top: calc(50% - 10px);
}
.header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link[target="_blank"] .sub-menu__lists__item__link__text:before {
  z-index: 2;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuNSAxMi40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC41IDEyLjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA1QUIyO30KPC9zdHlsZT4KPGcgaWQ9IuOCsOODq+ODvOODl180Mjg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMyIC0yOTkpIj4KCTxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDM0LjUxMSAzMDEuNjM0KSI+CgkJPHBhdGggaWQ9IuODkeOCuV82MTExIiBjbGFzcz0ic3QwIiBkPSJNOS41LDB2Ny4xSDB2Mi42aDEyVjBIOS41eiIvPgoJPC9nPgoJPHBhdGggaWQ9IuODkeOCuV82MTEyIiBjbGFzcz0ic3QwIiBkPSJNNDMyLDI5OXY5LjhoMTJWMjk5SDQzMnogTTQ0Mi40LDMwNy4zaC04Ljh2LTYuOWg4LjhWMzA3LjN6Ii8+CjwvZz4KPC9zdmc+Cg==);
}
@media only screen and  (max-width: 1049px) {
  .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link[target="_blank"] .sub-menu__lists__item__link__text:before {
    display: none;
  }
}
.header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link[target="_blank"] .sub-menu__lists__item__link__text:after {
  opacity: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC41MDYiIGhlaWdodD0iMTIuNDEiIHZpZXdCb3g9IjAgMCAxNC41MDYgMTIuNDEiPgogIDxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNDI4NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQzMiAtMjk5KSI+CiAgICA8ZyBpZD0i44Kw44Or44O844OXXzQyODQiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDQyODQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzNC41MTEgMzAxLjYzNCkiPgogICAgICA8cGF0aCBpZD0i44OR44K5XzYxMTEiIGRhdGEtbmFtZT0i44OR44K5IDYxMTEiIGQ9Ik00NDMuNDIyLDMwMS4wMzJ2Ny4xNDJoLTkuNDg0djIuNjM0aDEydi05Ljc3NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MzMuOTM3IC0zMDEuMDMyKSIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgogICAgPHBhdGggaWQ9IuODkeOCuV82MTEyIiBkYXRhLW5hbWU9IuODkeOCuSA2MTEyIiBkPSJNNDMyLDI5OXY5Ljc3NmgxMS45OTVWMjk5Wm0xMC4zODcsOC4zMjZoLTguNzc5VjMwMC40NWg4Ljc3OVoiIGZpbGw9IiNmZmYiLz4KICA8L2c+Cjwvc3ZnPgo=
);
}
@media only screen and  (max-width: 1049px) {
  .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link[target="_blank"] .sub-menu__lists__item__link__text:after {
    opacity: 1;
  }
}
.header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link[target="_blank"]:hover .sub-menu__lists__item__link__text:before {
  opacity: 0;
}
.header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link[target="_blank"]:hover .sub-menu__lists__item__link__text:after {
  opacity: 1;
}

@media only screen and  (max-width: 1049px) {
  .header-right .header-right__columm.sub-menu {
    margin-top: 0;
    order: 2;
    width: 100%;
  }
  .header-right .header-right__columm.sub-menu .sub-menu__lists {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item {
    text-align: center;
    margin-left: 0;
    width: 50%;
  }
  .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link {
    display: table;
    width: 100%;
    padding: 22px 20px;
    height: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 18px;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
  }
  .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item:nth-child(2n) .sub-menu__lists__item__link {
    border-left: 1px solid #ffffff;
  }
}
@media only screen and  (max-width: 767px) {
  .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.2;
  }
  .header-right .header-right__columm.sub-menu .sub-menu__lists .sub-menu__lists__item .sub-menu__lists__item__link .sub-menu__lists__item__link__text {
    vertical-align: middle;
    display: table-cell;
  }


}


/* .nav */

.header-right .header-right__columm.nav {
  display: inline-block;
  margin-top: 10px;
}
@media only screen and  (max-width: 1049px) {
  .header-right .header-right__columm.nav {
    margin-top: 80px;
    order: 1;
  }
}
@media only screen and  (max-width: 767px) {
  .header-right .header-right__columm.nav {
    margin-top: 45px;
  }
}


.header-right div.active-branch>ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;;
}

.header-right div.active-branch>ul+div ul {
  display: none;
}
@media only screen and  (max-width: 1049px) {
  .header-right div.active-branch>ul+div ul {
    display: block;
  }
}
@media only screen and  (max-width: 1049px) {
  .header-right div.active-branch>ul {
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
    -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;;
  }
  .header-right div.active-branch>ul>li {
    flex: auto!important;
  }
}

@media only screen and  (max-width: 1049px) {
  .more-button {
    height: 70px;
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .more-button:before,
  .more-button:after {
    background: #ffffff;
    content: "";
    height: 2px;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 20px;
  }
  .more-button:before {
    transform: rotate(90deg);
    transition: .5s;
  }
  .more-button.is-active:before {
    transform: rotate(0deg);
    transition: .5s;
  }
}
@media only screen and  (max-width: 767px) {
  .more-button {
    height: 45px;
    width: 45px;
  }
  .more-button:before,
  .more-button:after {
    right: 15px;
    width: 14px;
  }
}

.header-right .vertical div.active-branch>ul>li:first-child>a:before {
  display: none;
}

.header-right div.active-branch>ul>li:after {
  left: 0;
  display: none;
}
.header-right div.active-branch>ul>li.active-branch + li:after {
  display: block;
}
.header-right div.active-branch>ul>li.active-branch:before {
  display: none;
}

.header-right div.active-branch>ul>li:last-of-type {
  margin-right: 0;
}

@media only screen and  (max-width: 1049px) {
  .header-right div.active-branch>ul>li {
    border-bottom: 1px solid #ffffff;
    position: relative;
    width: 100%;
  }
}
.header-right div.active-branch>ul>li>a {
  color: ;
  display: block;
  font-size: 13px;
  letter-spacing: 0em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  width: 100%;
  white-space: nowrap;
  z-index: 10;
}


@media only screen and  (max-width: 1049px) {
  .header-right div.active-branch>ul>li>a {
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    text-align: left;
    padding: 13px 30px;
  }
}

.header-right div.active-branch>ul>li>a img {
  vertical-align: baseline;
}

@media only screen and  (min-width: 768px) {
  .header-right .vertical div.active-branch>ul>li> a:hover:after {
    width: 100%;
  }
  .header-right div.active-branch>ul>li.active-branch > a {
    position: relative;
  }
}

@media only screen and  (max-width: 1049px) {
  .header-right div.active-branch>ul+div ul {
    border-top: 1px solid #ffffff;
    padding-top: 20px;
  }

  .header-right div.active-branch>ul+div ul>li+li {
    padding-top: 20px;
  }

  .header-right div.active-branch>ul+div ul>li {
    position: relative;
  }

  .header-right div.active-branch>ul+div ul>li:after {
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    content: "";
    left: 0;
    margin-top: -2.5px;
    position: absolute;
    transform: rotate(-135deg);
    top: 50%;
    width: 5px;
    height: 5px;
  }
  .header-right div.active-branch>ul+div ul>li>a {
    display: block;
    min-height: 10px;
    padding-left: 12px;
  }
  .header-right div.active-branch>ul+div ul>li:last-child a {
    box-sizing: border-box;
    background-color: #005AB2;
    background-image: none;
    border: 1px solid #005AB2;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
  }
  .header-right div.active-branch>ul+div ul>li:last-child:after {
    display: none;
  }
}






/* PC メガメニューの設定 */
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper {
    box-sizing: border-box;
    padding: 40px;
    position: absolute;
    left: 0;
    background-color: rgba(0, 90, 178, .9);
    width: 100%;
    display: none;
    z-index: 50;
  }
  .global-menu #hs_menu_wrapper_my_menu ul li.hs-menu-item ul.hs-menu-children-wrapper {
    flex-wrap: wrap;
  }
  /* 用語集のメガメニュー非表示 */
  .header-right .vertical div>ul>li:nth-child(6)>ul {
    display: none!important;
  }
  .header-right .vertical div>ul>li:nth-child(6) .more-button {
    display: none!important;
  }

  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item  {
    width: 60%;
  }
  @media only screen and (max-width: 1100px) {
    .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper {
      max-height: 280px !important;
    }
  }
  @media only screen and (max-width: 1060px) {
    .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item  {
      width: calc(55% + 10px);
    }
  }
  @media only screen and (max-width: 1049px) {
    .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item  {
      width: 100%;
    }
  }

  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item:not(:first-child)  {
    margin-top: 15px;
  }
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item > a {
    color: #ffffff;
    display: inline-block;
    font-family: 'NotoSansCJKjp-Medium', sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: .5s;
    padding: 0 0 0 25px;
    position: relative;
  }

  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item > a:before {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    transition: .5s;
  }
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item > a:hover:before {
    left: 8px;
  }

  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item > a .icon__arrow {
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    display: inline-block;
    width: 18px;
    height: 14px;
    transition: .5s;
  }
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item > a .icon__arrow:before,
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item > a .icon__arrow:after {
    content: "";
    position: absolute;
    display: inline-block;
    transition: .5s;
  }
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item > a .icon__arrow:before {
    top: 3px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: ;
    border-radius: 4px;
  }
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item > a .icon__arrow:after {
    top: 0;
    left: 7px;
    width: 7px;
    height: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgNyAxNCI+CiAgPHBhdGggaWQ9IuODkeOCuV8yMzUzIiBkYXRhLW5hbWU9IuODkeOCuSAyMzUzIiBkPSJNMTA2NCwxMjU2bDQsNy00LDdoLTNsNC03LTQtN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDYxIC0xMjU2KSIgZmlsbD0iIzE1NDk4NyIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
  }
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item:hover > a .icon__arrow:after {
    left: 12px;
  }

@media only screen and (max-width: 1049px) {
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .hs-menu-item > a:before {
    top: calc(50%);
    left: 0;
    width: 5px;
    border-top: 1px solid #fff;
    border-right: none;
    transform: rotate(0);
  }
}

.header-right .vertical div.active-branch>ul>li {
  text-align: left;
  margin: 0 5px;
}

.header-right .vertical div.active-branch>ul>li>a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  color: #005AB2;
  font-size: 18px;
  letter-spacing: .15em;
  padding: 5px 10px 20px 10px;
}
@media only screen and (min-width: 1050px) {
  .header-right .vertical div.active-branch>ul>li:last-child>a {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-right .vertical div.active-branch>ul>li>a {
    padding: 5px 5px 20px 5px;
  }
}
@media only screen and (max-width: 1049px) {
  .header-right .vertical div.active-branch>ul>li>a {
    padding: 23px 30px;
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .header-right .vertical div.active-branch>ul>li>a {
    font-size: 14px;
    padding: 13px 20px;
  }
}
.header-right .vertical div.active-branch>ul>li>a:after {
  content: "";
  background-color: #005AB2;
  width: 0;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
}
.header-right .vertical div.active-branch>ul>li.is-active>a:after {
  width: 100%;
}

@media only screen and  (max-width: 1049px) {
  .header-right .vertical {
    margin-top: 0px;
  }
}

.header-right .vertical div.active-branch>ul {
}


/* 「資料ダウンロード」は非表示 */
.header-right .vertical div.active-branch>ul>li:nth-child(8) {
  display: none;
}
/* 「お問い合わせ」以降は非表示 */
.header-right .vertical div.active-branch>ul>li:nth-child(n+8) {
  display: none;
}

.header-right .vertical div.active-branch>ul>li:not(:last-child) {
  margin-right: 0;
}

@media only screen and  (max-width: 1049px) {
  .header-right .vertical div.active-branch>ul>li:not(:last-child) {
    margin-right: 0;
  }
}

.header-right .vertical div.active-branch>ul>li.is-contact {
  margin-right: 0;
}

@media only screen and  (min-width: 768px) {
  .header-right .vertical div.active-branch>ul>li.active-branch > a::after {
    width: 100%;
  }
}
@media only screen and  (max-width: 1049px) {
  .header-right .vertical div.active-branch>ul>li.active-branch > a {

  }
  .header-right .vertical div.active-branch>ul>li.active-branch .more-button:before,
  .header-right .vertical div.active-branch>ul>li.active-branch .more-button:after {
    background-color: #ffffff;
  }
}






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

  .header-right .vertical div.active-branch>ul>li>ul.hs-menu-children-wrapper {
    padding: 0 30px 25px 30px;
    background-color: inherit;
    display: none;
    max-width: inherit;
    margin-top: 0;
    opacity: 1;
    position: static;
    top: inherit;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .header-right .vertical div.active-branch>ul>li>ul.hs-menu-children-wrapper {
    padding: 0 20px;
  }
  .header-right .vertical div.active-branch>ul>li>ul.hs-menu-children-wrapper .hs-menu-item:last-child {
    margin-bottom: 15px;
  }
}

.header-right .vertical div.active-branch>ul>li>ul.hs-menu-children-wrapper.open-menu-list {
  display: none !important;
}


@media only screen and  (max-width: 1049px) {
  .header-right .vertical div.active-branch>ul>li>ul.hs-menu-children-wrapper .hs-menu-item:not(:first-child) {
    margin-top: 5px;
  }
  .header-right .vertical div.active-branch>ul>li>ul.hs-menu-children-wrapper .hs-menu-item > a {
    font-family: 'NotoSansCJKjp', sans-serif;
    font-size: 15px;
    padding-left: 15px;
  }
}
@media only screen and  (max-width: 767px) {
  .header-right .vertical div.active-branch>ul>li>ul.hs-menu-children-wrapper .hs-menu-item > a {
    font-size: 13px;
  }
}



@media only screen and  (max-width: 1049px) {
  .header-right .vertical div.active-branch>ul>li>ul>li:not(:last-child) {
    padding: 0px;
  }
}

.header-right .vertical div.active-branch>ul>li>ul>li:after {
  left: 20px;
}

@media only screen and  (max-width: 1049px) {
  .header-right {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 620px;
    height: 100%;
    background-color: rgba(0, 90, 178, .9);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    transform: translateX(100%);
    z-index: 10;
  }
  .header-right.view,
  .header-right.close {
    transition: transform .5s ease-out;
  }
  .header-right.view {
    transform: translateX(0);
  }
  .header-right.close {
    transform: translateX(100%);
  }
}

/* PC時スタイル */

.header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .thumb {
  display: none;
}

.header-right .vertical div>ul>li>ul.hs-menu-children-wrapper {
  max-height: 230px;
}

@media only screen and  (min-width: 1050px) {
  .header-right div.active-branch>ul {
    position: inherit;
  }
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper {
    background-color: transparent;
    max-width: 1130px;
    height: 230px;
    left: 50%;
    padding: 40px 40px 40px 360px;
    transform: translateX(-50%);
    margin: 0 auto;
    flex-direction: column;
  }
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper:before {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0,90,178,.9);
  }
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .thumb {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  /* PC fix時「お知らせ」「資料ダウンロード」のメガメニューは非表示 */
  .header.is-fixed .header-right .vertical div>ul>li:nth-child(7)>ul,
  .header.is-fixed .header-right .vertical div>ul>li:nth-child(8)>ul {
    display: none!important;
  }
  .header.is-fixed .header-right .vertical div.active-branch>ul>li:nth-child(n+9) {
    display: none!important;
  }
  .header-right .vertical div>ul>li:nth-child(1)>ul.hs-menu-children-wrapper .thumb {
    background-image: url(https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/images/common/img_header-thumb01_1.jpeg);
  }
  .header-right .vertical div>ul>li:nth-child(2)>ul.hs-menu-children-wrapper .thumb {
    background-image: url(https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/images/common/img_header-thumb02_1.png);
  }
  .header-right .vertical div>ul>li:nth-child(3)>ul.hs-menu-children-wrapper .thumb {
    background-image: url(https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/images/common/img_header-thumb03_1.jpeg);
  }
  .header-right .vertical div>ul>li:nth-child(4)>ul.hs-menu-children-wrapper .thumb {
    background-image: url(https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/images/common/img_header-thumb01.jpg);
  }
  .header-right .vertical div>ul>li:nth-child(6)>ul.hs-menu-children-wrapper .thumb {
    background-image: url(https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/images/common/img_header-thumb06.jpg);
  }
  .header-right .vertical div>ul>li:nth-child(7)>ul.hs-menu-children-wrapper .thumb {
    background-image: url(https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/images/common/img_header-thumb07.jpg);
  }
  .header-right .vertical div>ul>li:nth-child(8)>ul.hs-menu-children-wrapper .thumb {
    background-image: url(https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/images/common/img_header-thumb08.jpg);
  }
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .thumb .thumb__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    background: rgba(255,255,255,.65);
  }
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .thumb .thumb__item .thumb__item__text {
    display: inline-block;
    font-family: 'NotoSansCJKjp-Medium', sans-serif;
    letter-spacing: .15em;
    font-size: 22px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
  }
  .header-right .vertical div>ul>li>ul.hs-menu-children-wrapper .thumb .thumb__item .thumb__item__text:after {
    content: "";
    width: 25px;
    height: 3px;
    background-color: #005AB2;
    position: absolute;
    left: calc(50% - 12.5px);
    bottom: 0;
  }
}

/* PC時is-fixedスタイル */


@media only screen and  (min-width: 1050px) {
  .header.is-fixed {
    padding: 10px 50px 0px 50px;
    background-color: #ffffff;
  }
  .header.is-fixed .header-right__columm.utility,
  .header.is-fixed .header-right__columm.sub-menu {
    display: none;
  }
  /* ブログ・資料ダウンロード・お問い合わせ fix時は表示 */
  .header.is-fixed .header-right .vertical div.active-branch>ul>li:nth-child(4),
  .header.is-fixed .header-right .vertical div.active-branch>ul>li:nth-child(8),
  .header.is-fixed .header-right .vertical div.active-branch>ul>li:nth-child(9) {
    display: block;
  }
  .header.is-fixed .header-right .vertical div.active-branch>ul>li>a {
    font-size: 14px;
    letter-spacing: .15em;
    padding: 5px 5px 30px 5px;
  }
}

@media only screen and (min-width:1050px) and ( max-width:1459px) {
  .header.is-fixed {
    padding: 10px 20px 0px 20px;
  }
  .header.is-fixed .header-right .vertical div.active-branch>ul>li>a {
    font-size: 14px;
    letter-spacing: .05em;
    padding: 5px 5px 30px 5px;
  }
}
@media only screen and (min-width:1050px) and ( max-width:1349px) {
  .header.is-fixed .header-left .header-left__columm .header-left__columm__text {
    font-size: 12px;
  }
  .header.is-fixed .header-left .header-left__columm img {
    width: 125px !important;
  }
  .header.is-fixed .header-right .vertical div.active-branch>ul>li>a {
    font-size: 12.5px;
    letter-spacing: 0em;
    padding: 5px 5px 30px 5px;
  }
}


/* LP用 header */


.header.header--no-nav {
  min-height: 100px;
}
.header.header--no-nav.is-fixed {
  min-height: 70px;
}
@media screen and (max-width: 767px) {
  .header.header--no-nav {
    min-height: 70px;
  }
}
.header {

}
/* ==========================================================================

    site-footer

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */




/* page top */

.page-top {
  padding-top: 100px;
  position: relative;
  text-align: center;
}

.page-top a {
  padding-top: 10px;
  display: inline-block;
  color: #403434;
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .04em;
  position: relative;
  text-decoration: none;
  transition: .5s;
}
.page-top a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  top: 0;
  border-top: 2px solid #005AB2;
  border-right: 2px solid #005AB2;
  transform: rotate(-45deg);
  transition: .5s;
}

@media only screen and (max-width: 1179px) {
  .page-top a {
    font-size: 16px;
  }

  .page-top a:before {
    left: calc(50% - 7.5px);
    height: 15px;
    width: 15px;
 }
}

@keyframes scroll-down {
  0%   { transform:scaleY(1); }
  100%  { transform:scaleY(0); }
}

.page-top a:hover {
  color: #005AB2;
}
.page-top a:hover:before {
  top: -5px;
}




/*footer-middle*/

.footer {
  text-align: left;
}
.footer .footer-middle {
  position: relative;
  background-color: #ffffff;
}
.footer .footer-middle .footer-menu {
  padding: 100px 50px;
  max-width: 1350px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 1049px) {
  .footer .footer-middle .footer-menu {
    padding: 100px 50px;
  }
}
.footer .footer-middle div.active-branch>ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;;
  width: 100%;
}
@media screen and (max-width: 1179px) {
  .footer .footer-middle div.active-branch > ul {
  }
}

.footer .footer-middle div.active-branch>ul>li{
  margin-right: 50px;
  width: calc(50% - 50px);
  position: relative;
}
.footer .footer-middle div.active-branch>ul>li:nth-child(n+3) {
  margin-top: 50px;
  width: calc(25% - 50px);
}
/* お知らせ以降非表示 */
.footer .footer-middle div.active-branch>ul>li:nth-child(n+9) {
  display: none!important;
}
/* 用語集の第2階層以下非表示 */
.footer .footer-middle div.active-branch>ul>li:nth-child(6)>ul {
  display: none!important;
}
@media screen and (max-width: 1049px) {
  .footer .footer-middle div.active-branch>ul>li{
    margin-right: 50px;
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 1049px) {
  .footer .footer-middle div.active-branch>ul>li:nth-child(n+3) {
    width: calc(50% - 25px);
  }
}
.footer .footer-middle div.active-branch>ul>li:nth-child(2),
.footer .footer-middle div.active-branch>ul>li:nth-child(6),
.footer .footer-middle div.active-branch>ul>li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1049px) {
  .footer .footer-middle div.active-branch>ul>li:nth-child(4n+4) {
    margin-right: 50px;
  }
  .footer .footer-middle div.active-branch>ul>li:nth-child(2n+2) {
    margin-right: 0;
  }
}





.footer .footer-middle div.active-branch>ul>li.active-branch>ul>li {
}

.footer .footer-middle div.active-branch>ul>li>a {
  color: #403434;
  display: inline-block;
  font-size: 16px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  text-decoration: none;
  line-height: 2;
  transition: .5s;
  position: relative;
  padding: 0 0 0 30px;
}
.footer .footer-middle div.active-branch>ul>li>a:before,
.footer .footer-middle div.active-branch>ul>li>a:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  transition: .5s;
}
.footer .footer-middle div.active-branch>ul>li>a:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #005AB2;
  top: calc(50% - 10px);
}
.footer .footer-middle div.active-branch>ul>li>a:after {
  left: 6px;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.footer .footer-middle div.active-branch>ul>li>a:hover {
  color: #005AB2;
}
.footer .footer-middle div.active-branch>ul>li>a:hover:after {
  left: 9px;
}


@media screen and (max-width: 1179px) {
  .footer .footer-middle div.active-branch>ul>li.hs-item-has-children .more-button-footer {
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
	}
	.footer .footer-middle div.active-branch>ul>li.hs-item-has-children > .more-button-footer:before,
  .footer .footer-middle div.active-branch>ul>li.hs-item-has-children >  .more-button-footer:after {
    background-color: #403434;
    bottom: 10px;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    width: 20px;
  }
  .footer .footer-middle div.active-branch>ul>li.hs-item-has-children .more-button-footer:before {
    transform: rotate(90deg);
    transition: .5s;
  }
  .footer .footer-middle div.active-branch>ul>li.hs-item-has-children .more-button-footer.is-active:before {
    opacity: 0;
    transform: rotate(0deg);
    transition: .5s;
  }
}

.footer .footer-middle div.active-branch>ul>li>a>span{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
  line-height: 1.5;
  min-height: 10px;
  text-decoration: none;
}

.footer .footer-middle div.active-branch>ul>li>ul {
  margin-top: 20px;
}

.footer .footer-middle div.active-branch>ul>li>ul>li {
  display: block;
  width: 100%;
}

.footer .footer-middle div.active-branch>ul>li>ul>li>a {
  border-bottom: none;
  color: #403434;
  display: inline-block;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  padding-bottom: 0;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 0;
}

.footer .footer-middle div.active-branch>ul>li>ul>li>a:before {
  content: "-";
  position: absolute;
  left: 0;
}

.footer .footer-middle div.active-branch>ul>li>ul>li>a:hover {
  color: #005AB2;
  transition: .5s;
}


/* Footer Lower */

.footer .footer-lower {
  border-top: 1px solid #ccc;
  padding: 18px 0;
  position: relative;
  background-color: #ffffff;
}
.footer .footer-lower .footer-lower-menu-wrap {
  padding: 0 50px;
  max-width: 1350px;
  box-sizing: border-box;
  margin: 0 auto;
  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;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
}
@media screen and (max-width: 1049px) {
  .footer .footer-lower {
    padding: 0 0 18px 0;
    border-top: none;
  }
  .footer .footer-lower .footer-lower-menu-wrap {
    padding: 0;
  }
  .footer .footer-lower .footer-lower-menu-wrap .footer-lower-menu-wrap__item {
    width: 100%;
    padding: 0 50px;
  }
  .footer .footer-lower .footer-lower-menu-wrap .footer-lower-menu-wrap__item:last-child {
    border-top: 1px solid #ccc;
  }
}

/* SNS */

.footer .footer-middle div.active-branch>ul>li.footer-sns {
  margin-right: 0;
}
.footer .footer-middle div.active-branch>ul .footer-sns .footer-sns__title {
  font-size: 16px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
}
.footer .footer-middle div.active-branch>ul .footer-sns .footer-sns__lists {
  margin-top: 25px;
  display: flex;
}
.footer .footer-middle div.active-branch>ul .footer-sns .footer-sns__lists .footer-sns__lists__item {
  margin-left: 12px;
  width: inherit;
}
.footer .footer-middle div.active-branch>ul .footer-sns .footer-sns__lists .footer-sns__lists__item:first-child {
  margin-left: 0;
}
.footer .footer-middle div.active-branch>ul .footer-sns .footer-sns__lists .footer-sns__lists__item a:before {
  display: none;
}
.footer .footer-middle div.active-branch>ul .footer-sns .footer-sns__lists .footer-sns__lists__item a {
  padding: 0;
  padding-left: 0!important;
  transition: .5s;
}
.footer .footer-middle div.active-branch>ul .footer-sns .footer-sns__lists .footer-sns__lists__item a .cls-1 {
  fill: #282828;
  transition: .5s;
}
.footer .footer-middle div.active-branch>ul .footer-sns .footer-sns__lists .footer-sns__lists__item a:hover .cls-1 {
  fill: #005AB2;
}


.sns {
  margin-top: 35px;
}
.sns__lists {
  display: flex;
  flex-wrap: nowrap;
}
.sns__lists .sns__lists__item {
  margin-left: 12px;
}
.sns__lists .sns__lists__item:first-child {
  margin-left: 0;
}
.sns__lists .sns__lists__item a:before {
  display: none;
}
.sns__lists .sns__lists__item a {
  padding: 0;
  padding-left: 0!important;
  transition: .5s;
}
.sns__lists .sns__lists__item a .cls-1 {
  fill: #282828;
  transition: .5s;
}
.sns__lists .sns__lists__item a:hover .cls-1 {
  fill: #005AB2;
}


/* utility */
.footer .utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
}
.footer .utility .utility__item {
  margin-left: 30px;
}
.footer .utility .utility__item:first-child {
  margin-left: 0;
}
.footer .utility .utility__item .utility__item__link {
  font-size: 16px;
  transition: .5s;
  color: #403434;
  line-height: 1.8;
}
.footer .utility .utility__item .utility__item__link:hover {
  color: #005AB2;
}
.footer .utility .utility__item .utility__item__link[target="_blank"] .utility__item__link__text {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.footer .utility .utility__item .utility__item__link[target="_blank"] .utility__item__link__text:before,
.footer .utility .utility__item .utility__item__link[target="_blank"] .utility__item__link__text:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  transition: .5s;
}
.footer .utility .utility__item .utility__item__link[target="_blank"] .utility__item__link__text:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuNSAxMi40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC41IDEyLjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNDAzNDM0O30KPC9zdHlsZT4KPGcgaWQ9IuOCsOODq+ODvOODl180Mjg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMyIC0yOTkpIj4KCTxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDM0LjUxMSAzMDEuNjM0KSI+CgkJPHBhdGggaWQ9IuODkeOCuV82MTExIiBjbGFzcz0ic3QwIiBkPSJNOS41LDB2Ny4xSDB2Mi42aDEyVjBIOS41eiIvPgoJPC9nPgoJPHBhdGggaWQ9IuODkeOCuV82MTEyIiBjbGFzcz0ic3QwIiBkPSJNNDMyLDI5OXY5LjhoMTJWMjk5SDQzMnogTTQ0Mi40LDMwNy4zaC04Ljh2LTYuOWg4LjhWMzA3LjN6Ii8+CjwvZz4KPC9zdmc+Cg==);
}
.footer .utility .utility__item .utility__item__link[target="_blank"] .utility__item__link__text:before {
  opacity: 0;

  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuNSAxMi40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC41IDEyLjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA1QUIyO30KPC9zdHlsZT4KPGcgaWQ9IuOCsOODq+ODvOODl180Mjg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMyIC0yOTkpIj4KCTxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDM0LjUxMSAzMDEuNjM0KSI+CgkJPHBhdGggaWQ9IuODkeOCuV82MTExIiBjbGFzcz0ic3QwIiBkPSJNOS41LDB2Ny4xSDB2Mi42aDEyVjBIOS41eiIvPgoJPC9nPgoJPHBhdGggaWQ9IuODkeOCuV82MTEyIiBjbGFzcz0ic3QwIiBkPSJNNDMyLDI5OXY5LjhoMTJWMjk5SDQzMnogTTQ0Mi40LDMwNy4zaC04Ljh2LTYuOWg4LjhWMzA3LjN6Ii8+CjwvZz4KPC9zdmc+Cg==);
}
.footer .utility .utility__item .utility__item__link[target="_blank"]:hover .utility__item__link__text:after {
  opacity: 0;
}
.footer .utility .utility__item .utility__item__link[target="_blank"]:hover .utility__item__link__text:before {
  opacity: 1;
}
@media screen and (max-width: 1049px) {
  .footer .utility {
    padding-bottom: 18px;
    justify-content: center;
  }
}

/* Copy Right */

.copy-right {
  font-family: 'NotoSansCJKjp', sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 1049px) {
  .copy-right {
    padding-top: 10px;
    text-align: center;
  }
}



@media screen and (max-width: 767px) {
  .footer .footer-middle .footer-menu {
    padding: 50px 20px;
  }
  .footer .footer-middle div.active-branch>ul>li {
    display: none;
  }
  .footer .footer-middle div.active-branch>ul>li:nth-child(n+3) {
    margin-top: 0;
  }
  .footer .footer-middle div.active-branch>ul>li.footer-sns {
    display: block;
    width: 100%;
  }
  .footer .footer-middle div.active-branch>ul .footer-sns .footer-sns__title {
    display: none;
  }
  .footer .footer-middle div.active-branch>ul .footer-sns .footer-sns__lists {
    margin-top: 0;
    justify-content: center;
  }
  .footer .footer-lower .footer-lower-menu-wrap .footer-lower-menu-wrap__item {
    padding: 0 10px;
  }
  .footer .utility .utility__item .utility__item__link {
    font-size: 13px;
  }
  .footer .utility .utility__item {
    margin-left: 15px;
  }
  .copy-right {
    font-size: 12px;
  }
}
/* ==========================================================================

    site-content

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.site-content {
  padding-top: 147px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and  (max-width: 1049px) {
  .site-content {
    padding-top: 100px;
  }
}
@media only screen and  (max-width: 767px) {
  .site-content {
    padding-top: 65px;
  }
}

/* サイト全体で共通のモジュール */
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
	background: rgb(0, 52, 101, 0.5)!important;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 80px 80px;
}
@media screen and (max-width: 1049px) {
	.modaal-inner-wrapper {
		padding: 80px 50px;
	}
}
@media screen and (max-width: 767px) {
	.modaal-inner-wrapper {
		padding: 0 20px;
	}
}
.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	max-width: 1300px;
	border-radius: 0px;
	background: rgba(255, 255, 255, 0.85);;
	cursor: auto;
}
.modaal-container video {
	width: 100%;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}


.modaal-close {
	position: absolute;
	right: 0;
	top: -50px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #403434;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 24px;
	width: 2px;
	height: 50px;
	background: #ffffff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}


.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev-outer {
	left: 45px;
}

.modaal-video-wrap {
	position: relative;
	max-width: 1300px;
  margin: auto;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin-left: auto;
	margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(0.25);
	-ms-transform: scale(0.25);
	transform: scale(0.25);
}

.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .12s;
	animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .37s;
	animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .62s;
	animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .87s;
	animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {

.modaal-video-container {
	padding-bottom: 0;
	height: 731px;
}

}

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

.modaal-image .modaal-inner-wrapper {
	padding-left: 25px;
	padding-right: 25px;
}

.modaal-gallery-control {
	top: auto;
	bottom: 20px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: rgba(0, 0, 0, 0.7);
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	background: #fff;
}

.modaal-gallery-next {
	left: auto;
	right: 20px;
}

.modaal-gallery-prev {
	left: 20px;
	right: auto;
}

}

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

.modaal-instagram iframe {
	width: 500px !important;
}

}

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

.modaal-instagram iframe {
	width: 280px !important;
}

}

@media screen and (max-height: 1100px) {

.modaal-instagram iframe {
	width: 700px !important;
}

}

@media screen and (max-height: 1000px) {

.modaal-instagram iframe {
	width: 600px !important;
}

}

@media screen and (max-height: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

.modaal-video-container {
	max-width: 900px;
	max-height: 510px;
}

}

@media only screen and (max-height: 820px) {

.modaal-gallery-label {
	display: none;
}

}

@keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

}
/* ==========================================================================

    anchor

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.anchor {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
  margin-top: -20px;
}
@media screen and (max-width: 1049px) {
  .anchor {
    margin-left: 0;
    margin-right: 0;
  }
}

.anchor:not(:first-child) {
  margin-top: 40px
}
@media screen and (mad-width: 767px) {
  .anchor:not(:first-child) {
    margin-bottom: 30px;
  }
}

.division-top-anchor {
  margin-top: 50px;
}
@media screen and (mad-width: 767px) {
  .division-top-anchor {
    margin-bottom: 60px;
  }
}

.anchor:not(:last-child) {
  margin-bottom: 40px
}
@media screen and (mad-width: 767px) {
  .anchor:not(:last-child) {
    margin-bottom: 30px
  }
}

.division-bottom-anchor {
  margin-bottom: 50px
}
@media screen and (mad-width: 767px) {
  .division-bottom-anchor {
    margin-bottom: 60px
  }
}

.anchor__item {
  box-sizing: border-box;
  margin-top: 20px;
  flex: 1;
}
.anchor__item a {
  text-align: center;
  border-left: 2px solid #C7C2C2;
  display: block;
  padding: 18px 10px;
  position: relative;
  text-decoration: none;
}
.anchor__item:last-child a {
  border-right: 2px solid #C7C2C2!important;
}
.anchor__item a:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 2px;
  left: calc(50% - 5px);
  transition: .5s;
  width: 8px;
  height: 8px;
  border-top: 2px solid #005AB2;
  border-right: 2px solid #005AB2;
  transform: rotate(135deg);
}
.anchor__item a:hover:before {
  bottom: -3px;
}

.anchor__item__text {
  color: #403434;
  display: block;
  font-size: 16px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  letter-spacing: .15em;
  line-height: 1.5;
  transition: .5s;

}
@media screen and (max-width:1049px) {
  .anchor__item {
    margin-top: 0;
    box-sizing: border-box;
    padding: 0;
    width: 20%;
    flex: inherit;
  }
  .anchor__item:nth-child(n+6) {
    margin-top: 30px;
  }
  .anchor__item:nth-child(5n) a {
    border-right: 2px solid #C7C2C2;
  }

}
@media screen and (max-width:767px) {
  .anchor__item {
    padding: 0;
    width: 25%;
  }
  .anchor__item a {
    padding: 13px 5px;
    font-size: 14px;
  }
  .anchor__item:nth-child(5n) a {
    border-right: none;
  }
  .anchor__item:nth-child(n+6) {
    margin-top: 0;
  }
  .anchor__item:nth-child(n+5) {
    margin-top: 20px;
  }
  .anchor__item:nth-child(4n) a {
    border-right: 2px solid #C7C2C2;
  }
}
/* ==========================================================================

    bg_image

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-bg-image {
    margin-top: 80px;
}

.division-bottom-bg-image {
    margin-bottom: 20px;
}

.bg_image {
    position: relative;
}

.bg_image__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 420px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}
@media screen and (max-width: 1049px) {
    .bg_image__bg {
        height: 300px;
    }
}

.bg_image__inner {
    padding-top: 450px;
    max-width: calc(100% - 300px);
    padding-left: 150px;
    padding-right: 100px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1449px) {
    .bg_image__inner {
        padding-left: 80px;
        max-width: calc(100% - 100px);
    }
}
@media screen and (max-width: 1049px) {
    .bg_image__inner {
        max-width: calc(100% - 80px);
        padding-top: 330px;
        padding-left: 50px;
        padding-right: 80px;
    }
}
@media screen and (max-width: 767px) {
    .bg_image__inner {
        padding-top: 300px;
        max-width: calc(100% - 60px);
        padding-left: 20px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 376px) {
  .bg_image__inner {
    max-width: calc(100% - 40px);
  }
}

.bg_image__inner:before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    height: calc(100% - 350px);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
@media screen and (max-width: 1049px) {
    .bg_image__inner:before {
        height: calc(100% - 230px);
    }
}

.section--bg .bg_image .bg_image__inner:before {
    background-color: #F2F2F4;
}


/* 1：下付き変形img＋H2＋lead */

.division-top-bg-image-bottom {
    margin-top: 80px;
}
.division-bottom-bg-image-bottom {
    margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .division-top-bg-image-bottom {
      margin-top: 60px;
  }
  .division-bottom-bg-image-bottom {
      margin-bottom: 25px;
  }
}

.bg_image--bottom {
    position: relative;
}

.bg_image--bottom__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 420px;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
@media screen and (max-width: 1049px) {
    .bg_image--bottom__bg {
        height: 300px;
    }
}
@media screen and (max-width: 767px) {
    .bg_image--bottom__bg {
        height: 150px;
    }
}

.bg_image--bottom__inner {
    padding-bottom: 400px;
    max-width: calc(100% - 200px);
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1449px) {
    .bg_image--bottom__inner {
        max-width: calc(100% - 100px);
    }
}
@media screen and (max-width: 1049px) {
    .bg_image--bottom__inner {
        max-width: calc(100% - 50px);
        padding-bottom: 270px;
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media screen and (max-width: 767px) {
    .bg_image--bottom__inner {
        padding-bottom: 150px;
        max-width: calc(100% - 20px);
        padding-left: 20px;
        padding-right: 20px;
    }
}

.bg_image--bottom__inner:before {
    background-color: #ffffff;
    top: 0;
    content: "";
    height: calc(100% - 360px);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
@media screen and (max-width: 1049px) {
    .bg_image--bottom__inner:before {
        height: calc(100% - 230px);
    }
}
@media screen and (max-width: 767px) {
    .bg_image--bottom__inner:before {
        height: calc(100% - 130px);
    }
}
.bg_image--bottom .bg_image--bottom__inner .lead:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .bg_image--bottom .bg_image--bottom__inner .lead:not(:first-child) {
    margin-top: 30px;
  }
}
.section--bg .bg_image--bottom .bg_image--bottom__inner:before {
  background-color: #F2F2F4;
}


/* 0：サービス_強み変形カラム */

.bg_image.bg_image--strength:not(:first-child) {
  margin-top: 55px;
}
.bg_image.bg_image--strength .bg_image__bg {
  height: 400px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 1199px) {
  .bg_image.bg_image--strength .bg_image__bg {
    width: calc(100% - 100px);
  }
}
.bg_image.bg_image--strength:nth-child(odd) .bg_image__bg {
  left: inherit;
  right: 0;
}
.bg_image.bg_image--strength:nth-child(even) .bg_image__bg {
  left: 0;
}
.bg_image.bg_image--strength .bg_image__inner {
  max-width: calc(100% - 450px);
  padding: 380px 80px 50px 80px;
}
.bg_image.bg_image--strength:nth-child(odd) .bg_image__inner {
  margin-left: 450px;
}
.bg_image.bg_image--strength .bg_image__inner:before {
  right: 0;
  height: calc(100% - 320px);
}
@media screen and (max-width: 1199px) {
  .bg_image.bg_image--strength .bg_image__inner {
    max-width: calc(100% - 350px);
  }
  .bg_image.bg_image--strength:nth-child(odd) .bg_image__inner {
    margin-left: 350px;
  }
}

@media screen and (max-width: 1049px) {
  .bg_image.bg_image--strength .bg_image__bg {
    height: 280px;
    width: calc(100% - 50px);
  }
  .bg_image.bg_image--strength .bg_image__inner {
    max-width: calc(100% - 100px);
    padding: 280px 50px 50px 50px;
  }
  .bg_image.bg_image--strength:nth-child(odd) .bg_image__inner {
    margin-left: 100px;
  }
  .bg_image.bg_image--strength .bg_image__inner:before {
    height: calc(100% - 210px);
  }
}

@media screen and (max-width: 767px) {
  .bg_image.bg_image--strength .bg_image__bg {
    height: 150px;
    width: 100%;
  }
  .bg_image.bg_image--strength .bg_image__inner {
    max-width: calc(100% - 20px);
    padding: 150px 30px 30px 30px;
  }
  .bg_image.bg_image--strength:nth-child(odd) .bg_image__inner {
    margin-left: 20px;
  }
  .bg_image.bg_image--strength .bg_image__inner:before {
    height: calc(100% - 120px);
  }
  .bg_image.bg_image--strength .bg_image__inner .heading-3:not(:last-child) {
    margin-top: 0;
  }
}

/* 2：事例詳細変形カラム */

.case-detail {
  position: relative;
  min-height: 485px;
  padding-top: 50px;
}
.case-detail:not(:first-child) {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .case-detail:not(:first-child) {
    margin-top: 40px;
  }
}
.case-detail:before {
  background-color: #F2F2F4;
  content: "";
  min-height: 350px;
  height: calc(100% - 210px);
  position: absolute;
  top: 0;
  width: calc(50% + 75px);
  z-index: -1;
}
.columns.case-detail__columns {
  position: relative;
}
.columns.case-detail__columns .columns__column.case-detail__columns__column--img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  width: 50%;
  min-height: 380px;
  position: absolute;
  z-index: 1;
  top: 50px;
}
.columns.case-detail__columns .columns__column.case-detail__columns__column--text {
  width: calc(50% + 25px);
  position: relative;
  z-index: 2;
  padding: 50px 0 50px 50px;
  background-color: #ffffff;
}
.case-detail:nth-child(odd):before {
  left: 0;
}
.case-detail:nth-child(odd) .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
  margin-left: calc(50% - 25px);
  padding: 50px 25px 50px 50px;
}
.case-detail:nth-child(odd) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
  left: 25px;
}
.case-detail:nth-child(even):before {
  right: 0;
}
.case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
  margin-left: 0;
  padding: 50px 50px 50px 25px;
}
.case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
  right: 25px;
}

@media screen and (max-width: 1049px) {
  .case-detail {
    padding-top: 30px;
    min-height: 375px;
  }
  .case-detail:before {
    min-height: auto;
    height: 268px;
  }
  .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    top: 30px;
    width: calc(50% + 30px);
    min-height: 315px;
  }
  .case-detail:nth-child(odd) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    left: 5px;
  }
  .case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .case-detail {
    min-height: inherit;
  }
  .case-detail:before {
    min-height: inherit;
    height: 157px;
    width: calc(100% - 20px);
  }
  .columns.case-detail__columns {
    padding-top: 0;
  }
  .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    position: relative;
    top: inherit;
    height: 312px;
    width: 100%;
    max-width: 450px;
  }
  .case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    right: 0;
    margin-left: calc(100% - 450px)
  }
  .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
    padding: 30px 10px 30px 30px;
    position: relative;
    width: 100%;
    margin-top: -30px;
  }
  .case-detail:nth-child(odd) .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
    margin-left: 0;
    padding: 30px 30px 25px 30px;
  }
  .case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
    padding: 30px 30px 30px 25px;
  }
}

@media screen and (max-width: 541px) {
  .case-detail {
    min-height: inherit;
  }
  .case-detail:before {
    min-height: inherit;
    height: 157px;
    width: calc(100% - 20px);
  }
  .columns.case-detail__columns {
    padding-top: 0;
  }
  .columns.case-detail__columns .heading-3:not(:last-child) {
    margin-top: 0;
  }
  .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    position: relative;
    top: inherit;
    min-height: inherit;
    height: 187px;
    width: calc(100% + 20px);
  }
  .case-detail:nth-child(odd) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    left: -20px;
  }
  .case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    right: -20px;
    margin-left: inherit;
  }
  .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
    padding: 30px 10px 30px 30px;
    position: relative;
    width: 100%;
    margin-top: -30px;
  }
  .case-detail:nth-child(odd) .columns.case-detail__columns .columns__column.case-detail__columns__column--text {
    margin-left: 0;
  }
}



.division-top-case-detail {
  margin-top: 55px;
}
.division-bottom-case-detail {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .division-top-case-detail {
    margin-top: 40px;
  }
  .division-bottom-case-detail {
    margin-bottom: 20px;
  }
}


/* 1：サービス紹介 */

.case-introduction {
  position: relative;
  min-height: 370px;
}
.case-introduction:not(:first-child) {
  margin-top: 55px;
}
.case-introduction:before {
  background-color: #F2F2F4;
  content: "";
  height: calc(100% - 65px);
  position: absolute;
  bottom: 0;
  width: 70.344%;
  z-index: -1;
}
.columns.case-introduction__columns {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  width: calc(50% - 25px);
  min-height: 330px;
  position: absolute;
  z-index: 1;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    min-height: 264px;
  }
}
.columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
  width: calc(50% + 100px);
  min-width: 500px;
  position: relative;
  z-index: 2;

}
.columns.case-introduction__columns .columns__column.case-introduction__columns__column--text .natural {
  margin-top: 60px;
}
.case-introduction:nth-child(odd):before {
  right: 0;
}
.case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
  margin-left: 50%;
  margin-right: -100px;
  padding: 20px 0 40px 25px;
}
.case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
  left: 0;
}
.case-introduction:nth-child(even):before {
  left: 0;
}
.case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
  margin-left: -100px;
  padding: 20px 25px 40px 0;
}
.case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
  right: 0;
}

@media screen and (max-width: 1299px) {
  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    width: 50%;
  }
  .case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    margin-right: 0;
  }
  .case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    margin-left: 0;
  }
}
@media screen and (max-width: 1049px) {
  .case-introduction {
    min-height: 375px;
  }
  .case-introduction:before {
    width: calc(100% - 50px);
    height: calc(100% - 115px);
  }
  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    width: calc(100% - 260px);
    min-height: 230px;
    max-width: 450px;
  }
  .case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    left: -50px;
  }
  .case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    right: -50px;
  }
  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text .natural {
    margin-top: 40px;
  }
  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    width: 100%;
  }
  .case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    width: 100%;
    margin-left: 0;
    padding: 255px 0 30px 30px;
  }
  .case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    width: 100%;
    padding: 255px 30px 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .case-introduction {
    min-height: inherit;
  }
  .case-introduction:before {
    min-height: inherit;
    height: calc(100% - 85px);
    width: calc(100% - 20px);
  }
  .columns.case-introduction__columns {
    padding-top: 0;
  }
  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    top: inherit;
    min-height: 253px;
    width: calc(100% + 20px);
  }
  .case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    left: -20px;
  }
  .case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    right: -20px;
  }
  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    min-width: auto;
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  .case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    margin-left: 0;
    padding: 270px 0 20px 20px;
  }
  .case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    margin-left: 0;
    padding: 270px 20px 20px 0;
  }
  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text .heading-3:not(:last-child) {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text .natural {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .columns.case-introduction__columns .columns__column.case-introduction__columns__column--img {
    min-height: 169px;
  }
  .case-introduction:nth-child(odd) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    padding: 185px 0 20px 20px;
  }
  .case-introduction:nth-child(even) .columns.case-introduction__columns .columns__column.case-introduction__columns__column--text {
    padding: 185px 20px 20px 0;
  }
}


.division-top-case-introduction {
  margin-top: 55px;
}
.division-bottom-case-introduction {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .division-top-case-introduction {
    margin-top: 40px;
  }
  .division-bottom-case-introduction {
    margin-bottom: 20px;
  }
}

/* 3：img＋h3＋bg_txt */
.three-column-bg .columns {
  margin-left: -15px;
  margin-right: -15px;
}
.three-column-bg .columns .columns__column {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 1049px) {
  .three-column-bg .columns {
    margin-left: -10px;
    margin-right: -10px;
  }
  .three-column-bg .columns--three>.columns__column {
      width: 33.333%;
      padding-left: 10px;
      padding-right: 10px;
  }
  .three-column-bg .columns--three>.columns__column:not(:nth-last-child(-n+2)) {
    margin-bottom: 0;
  }
  .three-column-bg .columns--three>.columns__column:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .three-column-bg .columns {
    margin-left: 0;
    margin-right: 0;
  }
  .three-column-bg .columns--three>.columns__column {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
  }
  .three-column-bg .columns--three>.columns__column:not(:first-child) {
    margin-top: 40px;
  }
  .three-column-bg .columns--three>.columns__column .heading-3:not(:last-child) {
    margin-top: 0;
  }
}
.three-column-bg .three-column-bg__inner {
  padding: 40px 30px;
  background-color: #F2F2F4;
}
@media screen and (max-width:1049px) {
  .three-column-bg .three-column-bg__inner {
    padding: 25px 20px;
  }

}
.division-top-three-column-bg {
  margin-top: 55px;
}
.division-bottom-three-column-bg {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .division-top-three-column-bg {
    margin-top: 40px;
  }
  .division-bottom-three-column-bg {
    margin-bottom: 20px;
  }
}
/* ==========================================================================

    breadcrumb

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.breadcrumb-wrap {
  margin-top: 60px;
}
.breadcrumb-wrap .hs-breadcrumb-menu {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;;
  font-size: 12px;
  overflow-x: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.breadcrumb-wrap .hs-breadcrumb-menu::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
@media screen and (max-width: 1049px) {
  .breadcrumb-wrap .hs-breadcrumb-menu {
    padding-left: 40px;
  }
}
.breadcrumb-wrap .hs-breadcrumb-menu .hs-breadcrumb-menu-item {
  white-space: nowrap;
  padding: 0;
  padding-left: 45px;
  float: none;
  font-size: 14px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  position: relative;
}
.breadcrumb-wrap .hs-breadcrumb-menu .hs-breadcrumb-menu-item:first-child {
  padding-left: 0;
}
.breadcrumb-wrap .hs-breadcrumb-menu .hs-breadcrumb-menu-item:not(:first-child):before {
  content: "";
  position: absolute;
  display: inline-block;
  transition: .5s;
  left: 15px;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  border-top: 2px solid #403434;
  border-right: 2px solid #403434;
  transform: rotate(45deg);
}
.breadcrumb-wrap .hs-breadcrumb-menu .hs-breadcrumb-menu-item:first-child {
  margin-left: 0;
}
.breadcrumb-wrap .hs-breadcrumb-menu .hs-breadcrumb-menu-item.last-crumb {
  color: #aaa;
}
.breadcrumb-wrap .hs-breadcrumb-menu .hs-breadcrumb-menu-item a {
  color: #403434;
  transition: .5s;
}
.breadcrumb-wrap .hs-breadcrumb-menu .hs-breadcrumb-menu-item a:hover {
  color: #005AB2;
}

.breadcrumb-wrap .hs-breadcrumb-menu .hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider:before {
  display: none;
}
/* ==========================================================================

    billboard

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.billboard {

}

.billboard.billboard--type02 {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-position: center;
  height: 424px;
  position: relative;
  width: 100%;
  min-width: 1920px;
  overflow: hidden;
}
@media only screen and (max-width: 1049px) {
  .billboard.billboard--type02 {
    min-width: 1200px;
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .billboard.billboard--type02 {
    min-width: 767px;
    height: 230px;
  }

}



.billboard.billboard--type02 .billboard__clip {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
}
.billboard.billboard--type02 .billboard__clip.billboard__clip--pc {
  width: 1365px;
  height: 384px;
}
@media only screen and (max-width: 1049px) {
  .billboard.billboard--type02 .billboard__clip.billboard__clip--pc {
    display: none;
  }
}
.billboard.billboard--type02 .billboard__clip.billboard__clip--sp {
  display: none;
}
@media only screen and (max-width: 1049px) {
  .billboard.billboard--type02 .billboard__clip.billboard__clip--sp {
    display: block;
    width: 1016px;
    height: 320px;
    right: 0;
  }
  .billboard.billboard--type02 .billboard__clip.billboard__clip--sp svg {
    width: 1016px;
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .billboard.billboard--type02 .billboard__clip.billboard__clip--sp {
    width: 667px;
    height: 210px;
  }
  .billboard.billboard--type02 .billboard__clip.billboard__clip--sp svg {
    width: 667px;
    height: 210px;
  }
}
.billboard.billboard--type02 .billboard__inner {
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
	box-sizing: border-box;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
	height: 100%;
  padding-top: 40px;
  width: 100vw;
  position: relative;
}
.billboard.billboard--type02 .billboard__inner:before {
  background-color: #005AB2;
  content: "";
  position: absolute;
  height: calc(100% - 40px);
  left: 0;
  bottom: 0;
  width: 75.862%;
}
.billboard.billboard--type02 .billboard__inner .vw-wrap {
  width: 100vw;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 1049px) {
  .billboard.billboard--type02 .billboard__inner:before {
    width: calc(100% - 150px);
  }
  .billboard.billboard--type02 .billboard__inner .vw-wrap {
    padding: 0 50px;
  }
  .billboard.billboard--type02 .billboard__inner {
  }
}
@media screen and (max-width: 767px) {
  .billboard.billboard--type02 .billboard__inner .vw-wrap {
    padding: 0 20px 0 30px;
}
  .billboard.billboard--type02 .billboard__inner:before {
    width: calc(100% - 70px);
  }
}

.billboard.billboard--type02 .billboard__inner .container {
	width: 100%;
  position: relative;
}
/* ==========================================================================

    border-wrap 2：H4＋p＋img

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-border-wrap {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .division-top-border-wrap {
    margin-top: 30px;
  }
}

.division-bottom-border-wrap {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .division-botttom-border-wrap {
    margin-bottom: 20px;
  }
}

.border-wrap {
  border: 1px solid #C7C2C2;
  padding: 45px;
}
.border-wrap {
  padding: 45px 40px;
  font-size: 20px;
  letter-spacing: .17em;
  line-height: 1.5;
}
.border-wrap .columns:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width: 1049px) {
  .border-wrap {
    padding: 40px 30px;
  }
  .border-wrap .columns:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .border-wrap {
    padding: 20px;
  }
  .border-wrap .columns {
    max-width: 450px;
    margin: 0 auto;
  }
  .border-wrap .columns:not(:first-child) {
    margin-top: 25px;
  }
  .border-wrap .columns--two-one>.columns__column:nth-child(2) {
    margin-top: 10px;
  }
}
/* ==========================================================================

    button

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



/* リセット */
button,
.button {
	background: none;
	border: none;
	padding: 0;
	border-radius: inherit;
	color: inherit;
	cursor: inherit;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  text-decoration: none;
}

.button a {
	text-decoration: none;
}

.button--default:not(:first-child) {
  margin-top:  40px;
}
@media screen and (max-width: 767px) {
	.button--default:not(:first-child) {
		margin-top: 30px;
	}
}

.division-top-button {
	margin-top:  40px;
  }
  @media screen and (max-width: 767px) {
	.division-top-button {
		margin-top: 30px;
	  }
  }


.button--default:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .button--default:not(:last-child) {
		margin-bottom: 30px;
	}
}

.division-bottom-button {
	margin-bottom:  40px;
}
@media screen and (max-width: 767px) {
	.division-bottom-button {
		margin-bottom: 30px;
	}
}

.division-top-text-button-back {
	margin-top: 50px;
}

.button--default {
	display: block;
}
.button--default a,
.button--default button {
	text-align: center;
	font-family: 'NotoSansCJKjp-Medium', sans-serif;
	border: 1px solid #005AB2;
	background-color: #ffffff;
	box-sizing: border-box;
	color: #005AB2;
	display: block;
	font-size: 16px;
	letter-spacing: .2em;
	line-height: 1.5;
	width: 100%;
	max-width: 250px;
	padding: 17px 25px;
	position: relative;
	transition: .5s;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .button--default a,
_:-ms-lang(x)::-ms-backdrop, .button--default button {
  padding: 20px 25px 14px 25px;
}
.button--default a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	background: #005AB2;
	content: "";
	transform-origin: right top;
	transform: scale(0,1);
	transition: transform .5s ease;
}
.button--default a:hover:before {
  transform: scale(1,1);
  transform-origin: left top;
}
.button--default a:hover {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .button--default a,
  .button--default button {
    font-size: 14px;
		padding: 14.5px 25px;
  }
	/* IE11 */
	_:-ms-lang(x)::-ms-backdrop, .button--default a,
	_:-ms-lang(x)::-ms-backdrop, .button--default button {
	  padding: 17.5px 25px 11.5px 25px;
	}
}

.button--default a:hover .button__text:before {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.button--default a[target="_blank"]:hover .button__text:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC41MDYiIGhlaWdodD0iMTIuNDEiIHZpZXdCb3g9IjAgMCAxNC41MDYgMTIuNDEiPgogIDxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNDI4NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQzMiAtMjk5KSI+CiAgICA8ZyBpZD0i44Kw44Or44O844OXXzQyODQiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDQyODQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzNC41MTEgMzAxLjYzNCkiPgogICAgICA8cGF0aCBpZD0i44OR44K5XzYxMTEiIGRhdGEtbmFtZT0i44OR44K5IDYxMTEiIGQ9Ik00NDMuNDIyLDMwMS4wMzJ2Ny4xNDJoLTkuNDg0djIuNjM0aDEydi05Ljc3NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MzMuOTM3IC0zMDEuMDMyKSIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgogICAgPHBhdGggaWQ9IuODkeOCuV82MTEyIiBkYXRhLW5hbWU9IuODkeOCuSA2MTEyIiBkPSJNNDMyLDI5OXY5Ljc3NmgxMS45OTVWMjk5Wm0xMC4zODcsOC4zMjZoLTguNzc5VjMwMC40NWg4Ljc3OVoiIGZpbGw9IiNmZmYiLz4KICA8L2c+Cjwvc3ZnPgo=);
}

.button--default a .button__text {
	position: relative;
	padding-left: 20px;
	z-index: 2;
}
.button--default a .button__text:before {
	content: "";
	position: absolute;
	display: inline-block;
	transition: .5s;
	left: 0;
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
	border-top: 2px solid #005AB2;
	border-right: 2px solid #005AB2;
	transform: rotate(45deg);
}
_:-ms-lang(x)::-ms-backdrop, .button--default a .button__text:before {
  top: calc(50% - 7px);
}
.button--default a[target="_blank"] .button__text:before {
	border: none;
	transform: rotate(0deg);
	width: 12px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuNSAxMi40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC41IDEyLjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA1QUIyO30KPC9zdHlsZT4KPGcgaWQ9IuOCsOODq+ODvOODl180Mjg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMyIC0yOTkpIj4KCTxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDM0LjUxMSAzMDEuNjM0KSI+CgkJPHBhdGggaWQ9IuODkeOCuV82MTExIiBjbGFzcz0ic3QwIiBkPSJNOS41LDB2Ny4xSDB2Mi42aDEyVjBIOS41eiIvPgoJPC9nPgoJPHBhdGggaWQ9IuODkeOCuV82MTEyIiBjbGFzcz0ic3QwIiBkPSJNNDMyLDI5OXY5LjhoMTJWMjk5SDQzMnogTTQ0Mi40LDMwNy4zaC04Ljh2LTYuOWg4LjhWMzA3LjN6Ii8+CjwvZz4KPC9zdmc+Cg==);
}

@media screen and (max-width: 767px) {
	.button--default a:before {
	}
}

.button--default.button--default--white a {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.button--default.button--default--white a:before {
	background: #ffffff;
}
.button--default.button--default--white a .button__text:before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.button--default.button--default--white a:hover {
	color: #005AB2;
}
.button--default.button--default--white a:hover .button__text:before {
  border-top: 2px solid #005AB2;
  border-right: 2px solid #005AB2;
}

/* トップページ 一覧を見るボタン */

.button.button--home {
	display: block;
	margin: 40px auto 0;
	max-width: 160px;
}
.button.button--home a {
	overflow: hidden;
	text-align: center;
	border-radius: 20px;
	font-family: 'NotoSansCJKjp-Medium', sans-serif;
	border: 1px solid #C7C2C2;
	background-color: #ffffff;
	box-sizing: border-box;
	color: #403434;
	display: block;
	font-size: 16px;
	letter-spacing: .15em;
	line-height: 1.5;
	padding: 7px 15px;
	position: relative;
	transition: .5s;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .button.button--home a {
  padding: 10px 15px 4px 15px;
}
.button.button--home a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 20px;
	display: block;
	background: #005AB2;
	content: "";
	transform-origin: right top;
	transform: scale(0,1);
	transition: transform .5s ease;
}
.button.button--home a:hover {
	color: #ffffff;
}
.button.button--home a:hover:before {
	transform: scale(1,1);
  transform-origin: left top;
}

.button.button--home a .button__text {
	position: relative;
  padding-left: 20px;
}
.button.button--home a .button__text:before {
	content: "";
	position: absolute;
	display: inline-block;
	transition: .5s;
	left: 0;
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
	border-top: 2px solid #005AB2;
	border-right: 2px solid #005AB2;
	transform: rotate(45deg);
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .button.button--home a .button__text:before {
	top: calc(50% - 7px);
}
.button.button--home a:hover .button__text:before {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

@media screen and (max-width: 767px) {
	.button.button--home {
		margin: 30px auto 0;
	}
	.button.button--home a {
		font-size: 14px;
	}
}

/* テキストボタン */

.button--text:not(:first-child) {
  margin-top:  20px;
}
@media screen and (max-width: 767px) {
	.button--text:not(:first-child) {
		margin-top: 15px;
	}
}

.division-top-text-button {
	margin-top:  20px;
}
@media screen and (max-width: 767px) {
	.division-top-text-button {
		margin-top: 15px;
	}
}

.button--text:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .button--text:not(:last-child) {
		margin-bottom: 15px;
	}
}

.division-bottom-text-button {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.division-bottom-text-button {
		margin-bottom: 15px;
	  }
  }
.button--text {
	text-align: left;
}
.button--text a {
	display: inline-block;
	font-family: 'NotoSansCJKjp-Medium', sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .2em;
	line-height: 1.6;
	padding-left: 20px;
	position: relative;
	text-transform: lowercase;
	transition: .5s;
}
@media screen and (max-width: 767px) {
	.button--text a {
  	font-size: 14px;
	}
}

.button--text.button--jp a {
	color: #403434;
	font-family: 'NotoSansCJKjp-Medium', sans-serif;
	font-size: 16px;
	letter-spacing: .15em;
	line-height: 2;
	text-transform: inherit;
}
@media screen and (max-width: 767px) {
	.button--text.button--jp a {
		font-size: 14px;
	}
}


.button--text a:before {
	content: "";
	position: absolute;
	display: inline-block;
	transition: .5s;
	left: 0;
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
	border-top: 2px solid #005AB2;
	border-right: 2px solid #005AB2;
	transform: rotate(45deg);
}
.button--text a[target="_blank"]:before {
	border: none;
	transform: rotate(0deg);
	width: 12px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuNSAxMi40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC41IDEyLjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA1QUIyO30KPC9zdHlsZT4KPGcgaWQ9IuOCsOODq+ODvOODl180Mjg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMyIC0yOTkpIj4KCTxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDM0LjUxMSAzMDEuNjM0KSI+CgkJPHBhdGggaWQ9IuODkeOCuV82MTExIiBjbGFzcz0ic3QwIiBkPSJNOS41LDB2Ny4xSDB2Mi42aDEyVjBIOS41eiIvPgoJPC9nPgoJPHBhdGggaWQ9IuODkeOCuV82MTEyIiBjbGFzcz0ic3QwIiBkPSJNNDMyLDI5OXY5LjhoMTJWMjk5SDQzMnogTTQ0Mi40LDMwNy4zaC04Ljh2LTYuOWg4LjhWMzA3LjN6Ii8+CjwvZz4KPC9zdmc+Cg==);
}
.button--text a[href$=".pdf"]:before {
	border: none;
	transform: rotate(0deg);
  top: calc(50% - 5px);
	width: 9px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ljk0IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwNWFiMjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi45My43NSw4LDEuODIsOS4xOSwzLjA3djguMThILjc1Vi43NUg2LjkzTTcuMjQsMEgwVjEySDkuOTRWMi43Nkw4LjUzLDEuMjksNy4yNCwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTcuOCw3LjUyYS43OS43OSwwLDAsMC0uMTktLjIyLDEuMjgsMS4yOCwwLDAsMC0uMjItLjE3LDIuOTQsMi45NCwwLDAsMC0xLjQ4LS4yOUg1Ljg0bC0uMTEtLjFBMywzLDAsMCwxLDUuMTMsNmE0LjEsNC4xLDAsMCwwLC40My0xLjc3LjYxLjYxLDAsMCwwLDAtLjI0LjY2LjY2LDAsMCwwLS4xNi0uMzFoMGEuNjQuNjQsMCwwLDAtLjQ3LS4yMS41OS41OSwwLDAsMC0uNDYuMjEsMSwxLDAsMCwwLS4xOC41NSw0Ljg5LDQuODksMCwwLDAsLjA5LDFzMCwwLDAsLjA3QTQsNCwwLDAsMCw0LjYsNmMtLjEzLjI2LS4yNi40OS0uMzUuNjRTNC4xMSw2Ljg5LDQsN2E2LjExLDYuMTEsMCwwLDAtLjkyLjI0LDIuNDIsMi40MiwwLDAsMC0uODQuNDksMSwxLDAsMCwwLS4yNi40LjU3LjU3LDAsMCwwLC4yNi43MWwuMDgsMEEuNzIuNzIsMCwwLDAsMi42NCw5YTEsMSwwLDAsMCwuNjctLjI4LDYuODQsNi44NCwwLDAsMCwxLTEuMjNsLjYyLS4wNy43NC0uMDYuMTkuMThhOCw4LDAsMCwwLC44NS42OGgwQTEuMjgsMS4yOCwwLDAsMCw3LDguMzNhLjgyLjgyLDAsMCwwLC4zMS4wNy42Ni42NiwwLDAsMCwuMzYtLjExQS42LjYsMCwwLDAsNy44Niw4LC42Mi42MiwwLDAsMCw3LjgsNy41MlptLTMtMi43NmEzLjE3LDMuMTcsMCwwLDEsMC0uNTRjMC0uMTcuMDYtLjI5LjE2LS4yOXMuMTUuMDYuMTguMTlhLjQzLjQzLDAsMCwxLDAsLjEydi4xOEEzLjA1LDMuMDUsMCwwLDEsNSw1YzAsLjEyLS4wOC4yNi0uMTMuNEEzLjE5LDMuMTksMCwwLDEsNC43NSw0Ljc2Wk0yLjQ1LDguMzljMC0uMDYsMC0uMTcuMTUtLjMxYTIuMjksMi4yOSwwLDAsMSwxLS41Yy0uMDkuMTItLjE4LjI0LS4yNy4zNGE1LjExLDUuMTEsMCwwLDEtLjM3LjQuNjQuNjQsMCwwLDEtLjMxLjE1aDBBLjIxLjIxLDAsMCwxLDIuNDUsOC4zOVptMi4yLTEuNDdoMHMwLDAsMCwwbC4yMS0uMzd2MGwuMTkuMjQuMS4xMWgwbDAsMEw1LDYuODlINC44OVpNNyw3Ljc4YTQuOTQsNC45NCwwLDAsMS0uNTctLjQ1LDIuMTEsMi4xMSwwLDAsMSwuNzUuMjEuNy43LDAsMCwxLC4xOC4xNGMuMDcuMDcuMDkuMTMuMDguMTdhLjExLjExLDAsMCwxLS4xMi4wOC4yMy4yMywwLDAsMS0uMTEsMEw3LDcuNzlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.button--text a:hover {
	color: #005AB2;
}
.button--back a:before {
	transform: rotate(-135deg);
}
/* ==========================================================================

    case-list 3：事例一覧カラム

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-case-list {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .division-top-case-list {
    margin-top: 30px;
  }
}

.division-bottom-case-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .division-botttom-case-list {
    margin-bottom: 20px;
  }
}

.case-list .columns.columns--three {
  margin-left: -15px;
  margin-right: -15px;
}
.case-list .columns--three>.columns__column:nth-of-type(n+4) {
    margin-top: 0;
}
.case-list .columns.columns--three .columns__column {
    margin: 25px 0;
    padding-left: 15px;
    padding-right: 15px;
}

.case-list .case-list__inner {
  margin-top: -60px;
  background-color: #ffffff;
  margin-left: 25px;
  padding: 30px 0 0 20px;
  position: relative;
  z-index: 5;
}
.case-list .case-list__figure {
  width: 100%;
  overflow: hidden;
  height: 320px;
  position: relative;
}
.case-list .case-list__figure:before {
  content: "";
  background-color: #003465;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 2;
  transition: .5s;
}
.case-list .columns__column.bl-hover .case-list__figure:before {
  opacity: 0.3;
}
.case-list .case-list__figure .case-list__figure__inner {
  backface-visibility: hidden;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform 2.5s cubic-bezier(0.15, 0, 0, 1),
  -webkit-transform 2.5s cubic-bezier(0.15, 0, 0, 1);
}
.case-list .columns__column.bl-hover .case-list__figure .case-list__figure__inner {
  -webkit-transform: scale(1.1) rotateZ(0);
  transform: scale(1.1) rotateZ(0);
}

.case-list .heading-link.heading-3:not(:last-child) {
    margin-bottom: 15px;
}
.case-list .heading-link:before {
  height: 20px;
  width: 20px;
}
.case-list .heading-link a {
  padding-left: 30px;
}
.case-list .heading-link a:after {
  left: 6px;
  width: 7px;
  height: 7px;
  top: 14px;
}
@media only screen and (max-width: 767px) {
  .case-list .heading-link a:after {
    width: 6px;
    height: 6px;
    top: 10px;
  }
}
.case-list .heading-3:not(:last-child) {
  margin-top: 0;
}

.case-list .tag {
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
.case-list .tag .tag__text {
  padding: 5px 17px;
  display: inline-block;
  min-width: 100px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  background-color: #005AB2;
  color: #ffffff;
  font-size: 14px;
  border-radius: 15px;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .case-list .tag .tag__text {
  padding: 8px 17px 2px 17px;
}
@media only screen and (max-width: 1149px) {
  .case-list .tag .tag__text {
    font-size: 12px;
  }
}
.case-list .tag.tag--for .tag__text {
  background-color: #f00;
}

@media only screen and (max-width: 1049px) {
  .case-list .columns--three>.columns__column {
    width: 33.333%;
  }
  .case-list .columns--three>.columns__column:not(:nth-last-child(-n+2)) {
    margin-bottom: 0;
  }
  .case-list .columns--three>.columns__column:not(:nth-child(1)),
  .case-list .columns--three>.columns__column:not(:nth-child(2)) {
    margin-top: 50px;
  }
  .case-list .case-list__figure {
    height: 200px;
  }
  .case-list .case-list__inner {
    margin-top: -30px;
    margin-left: 10px;
    padding: 20px 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .case-list .columns.columns--three {
    max-width: 450px;
    margin: 0 auto;
  }
  .case-list .columns--three>.columns__column {
    width: 100%;
  }
  .case-list .columns.columns--three .columns__column {
    padding-left: 0;
    padding-right: 0;
  }
  .case-list .columns--three>.columns__column:not(:nth-child(1)),
  .case-list .columns--three>.columns__column:not(:nth-child(2)) {
    margin-top: 0;
  }
  .case-list .columns--three>.columns__column:not(:first-child) {
    margin-top: 50px;
  }
  .case-list .case-list__figure {
    height: 253px;
  }
  .case-list .heading-3:not(:last-child) {
    margin-bottom: 10px;
  }
  .case-list .case-list__inner {
    margin-top: -20px;
    margin-left: 20px;
}
}

@media only screen and (max-width: 376px) {
  .case-list .columns--three>.columns__column {
    width: 100%;
  }
  .case-list .columns--three>.columns__column:not(:nth-child(1)),
  .case-list .columns--three>.columns__column:not(:nth-child(2)) {
    margin-top: 0;
  }
  .case-list .columns--three>.columns__column:not(:first-child) {
    margin-top: 50px;
  }
  .case-list .case-list__figure {
    height: 160px;
  }
  .case-list .heading-3:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* 【DB】3：事例一覧カラム_カテゴリ別表示 */
.case-list-slick {
  margin: 0 -15px;
}
.case-list-slick .case-list-slick__item .case-list-slick__item__inner {
  padding: 0 15px;
}
.case-list-slick .slick-prev {
  left: -40px;
}
.case-list-slick .slick-next {
  right: -40px;
}
.case-list .case-list-slick__item__inner.bl-hover .case-list__figure:before {
  opacity: 0.3;
}
.case-list .case-list-slick__item__inner.bl-hover .case-list__figure .case-list__figure__inner {
  -webkit-transform: scale(1.1) rotateZ(0);
  transform: scale(1.1) rotateZ(0);
}
@media screen and (max-width:1049px) {
  .case-list-slick .slick-prev {
    left: 0;
  }
  .case-list-slick .slick-next {
    right: 0;
  }
}
/* ==========================================================================

    checkbox

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-checkbox {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .division-top-checkbox {
    margin-top: 30px;
  }
}

.division-bottom-checkbox {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .division-botttom-checkbox {
    margin-bottom: 30px;
  }
}

.checkbox-list {
  border-bottom: 1px solid #F2F2F4;
  border-top: 1px solid #F2F2F4;
  padding: 30px 0;
}

.checkbox-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.checkbox-list__item__input {
  display: none;
}

.checkbox-list__item__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  color: #C7C2C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: .15em;
  line-height: 2;
  position:relative;
  transition: .5s;
}

.checkbox-list__item__text__icon {
  fill: #C7C2C2;
  margin-right: 10px;
  transition: .5s;
}

.checkbox-list__item:hover .checkbox-list__item__text {
  color: #403434;
}

.checkbox-list__item:hover .checkbox-list__item__text__icon {
  fill: #403434;
}

.checkbox-list__item__input:checked + .checkbox-list__item__text {
  color: ;
}

.checkbox-list__item__input:checked + .checkbox-list__item__text .checkbox-list__item__text__icon {
  fill: ;
}
/* ==========================================================================

    cta

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-cta {
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.division-top-cta {
		margin-top: 60px;
	}
}

.division-bottom-cta {
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.division-bottom-cta {
		margin-bottom: 60px;
	}
}

/* cta-area */

.cta-area {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	padding: 50px 0;
	position: relative;
}

@media screen and (max-width: 767px) {
	.cta-area {
		padding: 30px 0 30px 0;
		width: 100%;
	}
}

.cta-area:before {
	transition: .5s;
	background-color: rgba(0,52,101,.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.cta-area__container {
	padding-left: 80px;
	padding-right: 80px;
}
@media screen and (max-width: 767px) {
	.cta-area__container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.cta-area__inner {
	position: relative;
}

.cta-area__inner__text {
	color: #ffffff;
}

.cta-area__inner__text p {
	color: #ffffff;
}

.cta-area__button {
	text-align: left;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.cta-area__button {
		margin-top: 25px;
	}
}

.cta-area__button a {
	margin: 0 auto;
}

.cta-area:hover {
}

.cta-area--center {
	max-width: 1050px;
	margin: 0 auto;
}
.cta-area--center .cta-area__inner {
	max-width: none;
}
@media screen and (min-width: 768px) {
	.cta-area--center .button--text,
	.cta-area--center .heading-2 {
		text-align: center;
	}
	.cta-area--center .heading-2:before {
		left: calc(50% - 25px);
	}
}
@media screen and (max-width: 1449px) {
	.cta-area--center {
		width: calc(100% - 200px);
	}
}
@media screen and (max-width: 1049px) {
	.cta-area--center {
		width: calc(100% - 100px);
	}
}
@media screen and (max-width: 767px) {
	.cta-area--center {
		width: calc(100% - 40px);
	}
	.cta-area--center {
		max-width: 1050px;
		margin: 0 auto;
	}
}
.cta-area-wrap {
	position: relative;
	padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.cta-area-wrap {
		padding-bottom: 50px;
	}
}
.cta-area-wrap:after {
	background-color: #005AB2;
  content: "";
  height: 210px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
	.cta-area-wrap:after {
	  height: 150px;
	}
}
.cta-area .button--text a {
	padding-left: 30px;
  color: #ffffff;
}
.cta-area .button--text a:before {
	z-index: 2;
	left: 6px;
	width: 6px;
	height: 6px;
	top: calc(50% - 4px);
}
.cta-area .button--text a[target="_blank"]:before {
	border: none;
	transform: rotate(0deg);
	top: calc(50% - 5px);
	width: 10px;
	height: 8px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuNSAxMi40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC41IDEyLjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA1QUIyO30KPC9zdHlsZT4KPGcgaWQ9IuOCsOODq+ODvOODl180Mjg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMyIC0yOTkpIj4KCTxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDM0LjUxMSAzMDEuNjM0KSI+CgkJPHBhdGggaWQ9IuODkeOCuV82MTExIiBjbGFzcz0ic3QwIiBkPSJNOS41LDB2Ny4xSDB2Mi42aDEyVjBIOS41eiIvPgoJPC9nPgoJPHBhdGggaWQ9IuODkeOCuV82MTEyIiBjbGFzcz0ic3QwIiBkPSJNNDMyLDI5OXY5LjhoMTJWMjk5SDQzMnogTTQ0Mi40LDMwNy4zaC04Ljh2LTYuOWg4LjhWMzA3LjN6Ii8+CjwvZz4KPC9zdmc+Cg==);
}
.cta-area .button--text a[href$=".pdf"]:before {
	border: none;
	transform: rotate(0deg);
	top: calc(50% - 6px);
	width: 9px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ljk0IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwNWFiMjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi45My43NSw4LDEuODIsOS4xOSwzLjA3djguMThILjc1Vi43NUg2LjkzTTcuMjQsMEgwVjEySDkuOTRWMi43Nkw4LjUzLDEuMjksNy4yNCwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTcuOCw3LjUyYS43OS43OSwwLDAsMC0uMTktLjIyLDEuMjgsMS4yOCwwLDAsMC0uMjItLjE3LDIuOTQsMi45NCwwLDAsMC0xLjQ4LS4yOUg1Ljg0bC0uMTEtLjFBMywzLDAsMCwxLDUuMTMsNmE0LjEsNC4xLDAsMCwwLC40My0xLjc3LjYxLjYxLDAsMCwwLDAtLjI0LjY2LjY2LDAsMCwwLS4xNi0uMzFoMGEuNjQuNjQsMCwwLDAtLjQ3LS4yMS41OS41OSwwLDAsMC0uNDYuMjEsMSwxLDAsMCwwLS4xOC41NSw0Ljg5LDQuODksMCwwLDAsLjA5LDFzMCwwLDAsLjA3QTQsNCwwLDAsMCw0LjYsNmMtLjEzLjI2LS4yNi40OS0uMzUuNjRTNC4xMSw2Ljg5LDQsN2E2LjExLDYuMTEsMCwwLDAtLjkyLjI0LDIuNDIsMi40MiwwLDAsMC0uODQuNDksMSwxLDAsMCwwLS4yNi40LjU3LjU3LDAsMCwwLC4yNi43MWwuMDgsMEEuNzIuNzIsMCwwLDAsMi42NCw5YTEsMSwwLDAsMCwuNjctLjI4LDYuODQsNi44NCwwLDAsMCwxLTEuMjNsLjYyLS4wNy43NC0uMDYuMTkuMThhOCw4LDAsMCwwLC44NS42OGgwQTEuMjgsMS4yOCwwLDAsMCw3LDguMzNhLjgyLjgyLDAsMCwwLC4zMS4wNy42Ni42NiwwLDAsMCwuMzYtLjExQS42LjYsMCwwLDAsNy44Niw4LC42Mi42MiwwLDAsMCw3LjgsNy41MlptLTMtMi43NmEzLjE3LDMuMTcsMCwwLDEsMC0uNTRjMC0uMTcuMDYtLjI5LjE2LS4yOXMuMTUuMDYuMTguMTlhLjQzLjQzLDAsMCwxLDAsLjEydi4xOEEzLjA1LDMuMDUsMCwwLDEsNSw1YzAsLjEyLS4wOC4yNi0uMTMuNEEzLjE5LDMuMTksMCwwLDEsNC43NSw0Ljc2Wk0yLjQ1LDguMzljMC0uMDYsMC0uMTcuMTUtLjMxYTIuMjksMi4yOSwwLDAsMSwxLS41Yy0uMDkuMTItLjE4LjI0LS4yNy4zNGE1LjExLDUuMTEsMCwwLDEtLjM3LjQuNjQuNjQsMCwwLDEtLjMxLjE1aDBBLjIxLjIxLDAsMCwxLDIuNDUsOC4zOVptMi4yLTEuNDdoMHMwLDAsMCwwbC4yMS0uMzd2MGwuMTkuMjQuMS4xMWgwbDAsMEw1LDYuODlINC44OVpNNyw3Ljc4YTQuOTQsNC45NCwwLDAsMS0uNTctLjQ1LDIuMTEsMi4xMSwwLDAsMSwuNzUuMjEuNy43LDAsMCwxLC4xOC4xNGMuMDcuMDcuMDkuMTMuMDguMTdhLjExLjExLDAsMCwxLS4xMi4wOC4yMy4yMywwLDAsMS0uMTEsMEw3LDcuNzlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.cta-area .button--text a:after {
	background-color: #ffffff;
	border-radius: 100%;
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	top: calc(50% - 11px);
	transition: .5s;
	width: 20px;
}

.cta-area.bl-hover:before {
    background-color: rgba(0,52,101,.6);
}

/* cta-bunner */

.cta-bunner {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}

.cta-bunner:after {
	position: absolute;
	background-color: rgba(0,52,101,.7);
	content: "";
	left: 15px;
	top: 15px;
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	transition: .5s;
	opacity: 0;
}
.cta-bunner:before {
	background-color: rgba(0,52,101,.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: .5s;
}

.cta-bunner__container {
	padding: 60px;
}
@media screen and (max-width: 767px) {
	.cta-bunner__container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.cta-bunner__inner {
	position: relative;
}
.cta-bunner__inner .heading-2:not(:last-child) {
	margin-bottom: 0;
}

.cta-bunner__button {
	transition: .5s;
	position: absolute;
	top: calc(50%);
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
  opacity: 0;
}
.cta-bunner__button.button--text:not(:first-child) {
	margin-top: 0;
}
.cta-bunner__button a {
	padding-left: 30px;
  color: #ffffff;
}
.cta-bunner__button a:hover {
	color: #ffffff;
}
.cta-bunner__button a:before {
	z-index: 2;
	left: 6px;
	width: 6px;
	height: 6px;
	top: calc(50% - 4px);
}
.cta-bunner__button a:after {
	background-color: #ffffff;
	border-radius: 100%;
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	top: calc(50% - 11px);
	transition: .5s;
	width: 20px;
}
.cta-bunner__button a[target="_blank"]:before {
	border: none;
	transform: rotate(0deg);
	top: calc(50% - 5px);
	width: 10px;
	height: 8px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuNSAxMi40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC41IDEyLjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA1QUIyO30KPC9zdHlsZT4KPGcgaWQ9IuOCsOODq+ODvOODl180Mjg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMyIC0yOTkpIj4KCTxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDM0LjUxMSAzMDEuNjM0KSI+CgkJPHBhdGggaWQ9IuODkeOCuV82MTExIiBjbGFzcz0ic3QwIiBkPSJNOS41LDB2Ny4xSDB2Mi42aDEyVjBIOS41eiIvPgoJPC9nPgoJPHBhdGggaWQ9IuODkeOCuV82MTEyIiBjbGFzcz0ic3QwIiBkPSJNNDMyLDI5OXY5LjhoMTJWMjk5SDQzMnogTTQ0Mi40LDMwNy4zaC04Ljh2LTYuOWg4LjhWMzA3LjN6Ii8+CjwvZz4KPC9zdmc+Cg==);
}
.cta-bunner__button a[href$=".pdf"]:before {
	border: none;
	transform: rotate(0deg);
	top: calc(50% - 6px);
	width: 9px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ljk0IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwNWFiMjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi45My43NSw4LDEuODIsOS4xOSwzLjA3djguMThILjc1Vi43NUg2LjkzTTcuMjQsMEgwVjEySDkuOTRWMi43Nkw4LjUzLDEuMjksNy4yNCwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTcuOCw3LjUyYS43OS43OSwwLDAsMC0uMTktLjIyLDEuMjgsMS4yOCwwLDAsMC0uMjItLjE3LDIuOTQsMi45NCwwLDAsMC0xLjQ4LS4yOUg1Ljg0bC0uMTEtLjFBMywzLDAsMCwxLDUuMTMsNmE0LjEsNC4xLDAsMCwwLC40My0xLjc3LjYxLjYxLDAsMCwwLDAtLjI0LjY2LjY2LDAsMCwwLS4xNi0uMzFoMGEuNjQuNjQsMCwwLDAtLjQ3LS4yMS41OS41OSwwLDAsMC0uNDYuMjEsMSwxLDAsMCwwLS4xOC41NSw0Ljg5LDQuODksMCwwLDAsLjA5LDFzMCwwLDAsLjA3QTQsNCwwLDAsMCw0LjYsNmMtLjEzLjI2LS4yNi40OS0uMzUuNjRTNC4xMSw2Ljg5LDQsN2E2LjExLDYuMTEsMCwwLDAtLjkyLjI0LDIuNDIsMi40MiwwLDAsMC0uODQuNDksMSwxLDAsMCwwLS4yNi40LjU3LjU3LDAsMCwwLC4yNi43MWwuMDgsMEEuNzIuNzIsMCwwLDAsMi42NCw5YTEsMSwwLDAsMCwuNjctLjI4LDYuODQsNi44NCwwLDAsMCwxLTEuMjNsLjYyLS4wNy43NC0uMDYuMTkuMThhOCw4LDAsMCwwLC44NS42OGgwQTEuMjgsMS4yOCwwLDAsMCw3LDguMzNhLjgyLjgyLDAsMCwwLC4zMS4wNy42Ni42NiwwLDAsMCwuMzYtLjExQS42LjYsMCwwLDAsNy44Niw4LC42Mi42MiwwLDAsMCw3LjgsNy41MlptLTMtMi43NmEzLjE3LDMuMTcsMCwwLDEsMC0uNTRjMC0uMTcuMDYtLjI5LjE2LS4yOXMuMTUuMDYuMTguMTlhLjQzLjQzLDAsMCwxLDAsLjEydi4xOEEzLjA1LDMuMDUsMCwwLDEsNSw1YzAsLjEyLS4wOC4yNi0uMTMuNEEzLjE5LDMuMTksMCwwLDEsNC43NSw0Ljc2Wk0yLjQ1LDguMzljMC0uMDYsMC0uMTcuMTUtLjMxYTIuMjksMi4yOSwwLDAsMSwxLS41Yy0uMDkuMTItLjE4LjI0LS4yNy4zNGE1LjExLDUuMTEsMCwwLDEtLjM3LjQuNjQuNjQsMCwwLDEtLjMxLjE1aDBBLjIxLjIxLDAsMCwxLDIuNDUsOC4zOVptMi4yLTEuNDdoMHMwLDAsMCwwbC4yMS0uMzd2MGwuMTkuMjQuMS4xMWgwbDAsMEw1LDYuODlINC44OVpNNyw3Ljc4YTQuOTQsNC45NCwwLDAsMS0uNTctLjQ1LDIuMTEsMi4xMSwwLDAsMSwuNzUuMjEuNy43LDAsMCwxLC4xOC4xNGMuMDcuMDcuMDkuMTMuMDguMTdhLjExLjExLDAsMCwxLS4xMi4wOC4yMy4yMywwLDAsMS0uMTEsMEw3LDcuNzlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.cta-bunner.bl-hover:after {
  opacity: 1;
}
.cta-bunner.bl-hover .cta-bunner__button {
  opacity: 1;
}


/* Footer */
.cta-wrapper {
  margin-top: 50px;
  padding: 140px 0;
  background-color: #005AB2;
  position: relative;
  overflow: hidden;
}
.cta-wrapper:before,
.cta-wrapper:after {
  content: "";
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
}
.cta-wrapper:before {
  top: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDgwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggaWQ9IuODkeOCuV82MTQ2IiBkYXRhLW5hbWU9IuODkeOCuSA2MTQ2IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIwLDBzLTk4LjU1LDIxLjg0LTIzNSwzOWMtNzMuOSw5LjMtMTU5LjEzLDE5LTI0NS42NiwxOUM5OTEsNTgsOTI2LjU0LDIyLDQ4MC42NiwyMiwzOTQsMjIsMzA4LjY5LDI5Ljc1LDIzNSwzOSw5OC4xOSw1Ni4xNywwLDgwLDAsODBWMFoiLz48L2c+PC9nPjwvc3ZnPg==);
}
.cta-wrapper:after {
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDgwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggaWQ9IuODkeOCuV82MTQ3IiBkYXRhLW5hbWU9IuODkeOCuSA2MTQ3IiBjbGFzcz0iY2xzLTEiIGQ9Ik0wLDgwUzk4LjU1LDU4LjE2LDIzNSw0MWM3My45LTkuMywxNTkuMTMtMTksMjQ1LjY2LTE5QzkyOSwyMiw5OTMuNDYsNTgsMTQzOS4zNCw1OGM4Ni42NCwwLDE3Mi03Ljc1LDI0NS42Ni0xNywxMzYuODEtMTcuMTcsMjM1LTQxLDIzNS00MVY4MFoiLz48L2c+PC9nPjwvc3ZnPg==);
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .cta-wrapper:before {
	background-image: url(https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/images/common/cta_wave-upper.png)
}
_:-ms-lang(x)::-ms-backdrop, .cta-wrapper:after {
	background-image: url(https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/images/common/cta_wave-lower.png)
}

.cta-wrapper__list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;	;
	flex-wrap: wrap;
  padding: 0 50px;
  max-width: 1310px;
  box-sizing: border-box;
  margin: 0 auto;
}

.cta-wrapper__list .cta-wrapper__list__item {
  width: calc(25% - 30px);
  color: #ffffff;
}
.cta-wrapper__list .cta-wrapper__list__item:not(:first-child) {
  margin-left: 40px;
}


.cta-wrapper__list .cta-wrapper__list__item .cta-wrapper__list__item__title a {
  padding: 0 0 0 30px;
  font-size: 24px;
  margin-top: 40px;
  display: inline-block;
  letter-spacing: .15em;
  line-height: 1.5;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  color: #ffffff;
  position: relative;
}
.cta-wrapper__list .cta-wrapper__list__item .cta-wrapper__list__item__title a:before,
.cta-wrapper__list .cta-wrapper__list__item .cta-wrapper__list__item__title a:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  transition: .5s;
}
.cta-wrapper__list .cta-wrapper__list__item .cta-wrapper__list__item__title a:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  top: 7px;
}
.cta-wrapper__list .cta-wrapper__list__item .cta-wrapper__list__item__title a:after {
  left: 6px;
  width: 6px;
  height: 6px;
  top: 14px;
  border-top: 2px solid #005AB2;
  border-right: 2px solid #005AB2;
  transform: rotate(45deg);
}
.cta-wrapper__list .cta-wrapper__list__item .cta-wrapper__list__item__figure {
	position: relative;
}
.cta-wrapper__list .cta-wrapper__list__item .cta-wrapper__list__item__figure:before {
  content: "";
  background-color: #003465;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 2;
  transition: 2.5s;
}
.cta-wrapper__list .cta-wrapper__list__item .cta-wrapper__list__item__figure img {
  backface-visibility: hidden;
  width: 100%;
  height: auto;
  transition: transform 2.5s cubic-bezier(0.15, 0, 0, 1),
  -webkit-transform 2.5s cubic-bezier(0.15, 0, 0, 1);
}
.cta-wrapper__list .cta-wrapper__list__item.bl-hover .cta-wrapper__list__item__figure img {
    -webkit-transform: scale(1.1) rotateZ(0);
    transform: scale(1.1) rotateZ(0);
}
.cta-wrapper__list .cta-wrapper__list__item.bl-hover .cta-wrapper__list__item__figure:before {
  opacity: 0.3;
}

.cta-wrapper__list .cta-wrapper__list__item.bl-hover .cta-wrapper__list__item__title a {
  color: #ffffff;
}
.cta-wrapper__list .cta-wrapper__list__item.bl-hover .cta-wrapper__list__item__title a:after {
  left: 9px;
}
.cta-wrapper__list .cta-wrapper__list__item .paragraph {
  color: #ffffff;
}
.cta-button-wrap {
	max-width: 730px;
	margin: 60px auto 0;
	padding: 0 50px;
	box-sizing: border-box;
}
.cta-button-wrap .button {
	display: block;
}
.cta-button-wrap .button a {
	max-width: none;
}
.cta-button-wrap .button--default a[target="_blank"] .button__text {
	display: block;
}
.cta-button-wrap .button--default a[target="_blank"] .button__text:before {
	border: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC41MDYiIGhlaWdodD0iMTIuNDEiIHZpZXdCb3g9IjAgMCAxNC41MDYgMTIuNDEiPgogIDxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNDI4NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQzMiAtMjk5KSI+CiAgICA8ZyBpZD0i44Kw44Or44O844OXXzQyODQiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDQyODQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzNC41MTEgMzAxLjYzNCkiPgogICAgICA8cGF0aCBpZD0i44OR44K5XzYxMTEiIGRhdGEtbmFtZT0i44OR44K5IDYxMTEiIGQ9Ik00NDMuNDIyLDMwMS4wMzJ2Ny4xNDJoLTkuNDg0djIuNjM0aDEydi05Ljc3NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MzMuOTM3IC0zMDEuMDMyKSIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgogICAgPHBhdGggaWQ9IuODkeOCuV82MTEyIiBkYXRhLW5hbWU9IuODkeOCuSA2MTEyIiBkPSJNNDMyLDI5OXY5Ljc3NmgxMS45OTVWMjk5Wm0xMC4zODcsOC4zMjZoLTguNzc5VjMwMC40NWg4Ljc3OVoiIGZpbGw9IiNmZmYiLz4KICA8L2c+Cjwvc3ZnPgo=);
}
.cta-button-wrap .button--default a[target="_blank"]:hover .button__text:before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuNSAxMi40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC41IDEyLjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA1QUIyO30KPC9zdHlsZT4KPGcgaWQ9IuOCsOODq+ODvOODl180Mjg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMyIC0yOTkpIj4KCTxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDM0LjUxMSAzMDEuNjM0KSI+CgkJPHBhdGggaWQ9IuODkeOCuV82MTExIiBjbGFzcz0ic3QwIiBkPSJNOS41LDB2Ny4xSDB2Mi42aDEyVjBIOS41eiIvPgoJPC9nPgoJPHBhdGggaWQ9IuODkeOCuV82MTEyIiBjbGFzcz0ic3QwIiBkPSJNNDMyLDI5OXY5LjhoMTJWMjk5SDQzMnogTTQ0Mi40LDMwNy4zaC04Ljh2LTYuOWg4LjhWMzA3LjN6Ii8+CjwvZz4KPC9zdmc+Cg==);
}

@media screen and (max-width: 1049px) {
  .cta-wrapper {
    padding: 100px 0;
  }
  .cta-wrapper:before,
  .cta-wrapper:after {
    height: 18px;
  }
  .cta-wrapper:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NjggMTgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj48cGF0aCBpZD0i44OR44K5XzYxMDMiIGRhdGEtbmFtZT0i44OR44K5IDYxMDMiIGNsYXNzPSJjbHMtMSIgZD0iTTc2OCw5UzY0OC4xLDI5LjI1LDM4NCw5LDAsOSwwLDlWMEg3NjhaIi8+PC9nPjwvZz48L3N2Zz4=);
  }
  .cta-wrapper:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NjggMTgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj48cGF0aCBpZD0i44OR44K5XzYxMDQiIGRhdGEtbmFtZT0i44OR44K5IDYxMDQiIGNsYXNzPSJjbHMtMSIgZD0iTTAsOVM2Mi4xNS0xLjUsMTk1Ljc1LjE4QzI0Ny40MS44MywzMTAuMDUsMy4zMywzODQsOSw2NDguMSwyOS4yNSw3NjgsOSw3NjgsOXY5SDBaIi8+PC9nPjwvZz48L3N2Zz4=);
  }
	_:-ms-lang(x)::-ms-backdrop, .cta-wrapper:before {
		background-image: url(https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/images/common/cta_wave-upper_tb.png)
	}
	_:-ms-lang(x)::-ms-backdrop, .cta-wrapper:after {
		background-image: url(https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/images/common/cta_wave-lower_tb.png)
	}
  .cta-wrapper__list {
    padding: 0 50px;
  }
  .cta-wrapper__list .cta-wrapper__list__item {
    width: calc(50% - 25px);
  }
  .cta-wrapper__list .cta-wrapper__list__item:not(:first-child) {
    margin-left: 0;
  }
  .cta-wrapper__list .cta-wrapper__list__item:nth-child(2n) {
    margin-left: 50px;
  }
  .cta-wrapper__list .cta-wrapper__list__item:nth-child(n+3) {
    margin-top: 50px;
  }
  .cta-wrapper__list .cta-wrapper__list__item .cta-wrapper__list__item__title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrapper {
    padding: 60px 0;
  }
  .cta-wrapper__list {
    padding: 0 20px;
  }
  .cta-wrapper__list .cta-wrapper__list__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }
  .cta-wrapper__list .cta-wrapper__list__item:nth-child(2n) {
    margin-left: 0;
  }
  .cta-wrapper__list .cta-wrapper__list__item:nth-child(n+3) {
    margin-top: 0;
  }
  .cta-wrapper__list .cta-wrapper__list__item:not(:first-child) {
    margin-top: 20px;
  }
  .cta-wrapper__list .cta-wrapper__list__item .cta-wrapper__list__item__figure {
    width: 95px;
    height: 95px;
  }
  .cta-wrapper__list .cta-wrapper__list__item .cta-wrapper__list__item__title {
    width: calc(100% - 110px);
  }
  .cta-wrapper__list .cta-wrapper__list__item .cta-wrapper__list__item__title a {
    font-size: 18px;
    margin-top: 0;
  }
  .cta-wrapper__list .cta-wrapper__list__item .paragraph {
    display: none;
  }
	.cta-button-wrap {
		width: calc(100% - 40px);
		margin: 45px auto 0;
		padding: 0;
	}
}
@media screen and (max-width: 374px) {
	.cta-wrapper:before,
  .cta-wrapper:after {
    height: 10px;
  }
  .cta-wrapper:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgMTAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj48cGF0aCBpZD0i44OR44K5XzYxNDgiIGRhdGEtbmFtZT0i44OR44K5IDYxNDgiIGNsYXNzPSJjbHMtMSIgZD0iTTMyMCw1UzI3MCwxNi4yNSwxNjAsNSwwLDUsMCw1VjBIMzIwWiIvPjwvZz48L2c+PC9zdmc+);
  }
  .cta-wrapper:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgMTAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj48cGF0aCBpZD0i44OR44K5XzYxNDkiIGRhdGEtbmFtZT0i44OR44K5IDYxNDkiIGNsYXNzPSJjbHMtMSIgZD0iTTAsNVM1MC02LjI1LDE2MCw1LDMyMCw1LDMyMCw1djVIMFoiLz48L2c+PC9nPjwvc3ZnPg==);
  }
	_:-ms-lang(x)::-ms-backdrop, .cta-wrapper:before {
		background-image: url(https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/images/common/cta_wave-upper_sp.png)
	}
	_:-ms-lang(x)::-ms-backdrop, .cta-wrapper:after {
		background-image: url(https://7153121.fs1.hubspotusercontent-na1.net/hubfs/7153121/images/common/cta_wave-lower_sp.png)
	}
}


/* 2：img背景＋見出し（2カラム） */

.cta-area-wrap--two {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.cta-area-wrap--two:after {
	  height: 50px;
	}
}
.cta-area-wrap--two .cta-area {
	display: flex;
  justify-content: center;
  align-items: center;
	width: calc(50% - 1px);
	max-width: 524px;
	margin: 0;
  padding: 40px 0;
	min-height: 290px;
	margin-left: 100px;
}
.cta-area-wrap--two .cta-area:last-child {
	margin-left: 2px;
	margin-right: 100px;
}
.cta-area-wrap--two .cta-area:after {
	position: absolute;
	background-color: rgba(0,52,101,.7);
	content: "";
	left: 15px;
	top: 15px;
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	transition: .5s;
	opacity: 0;
}
.cta-area-wrap--two .cta-area__container {
	padding-left: 20px;
	padding-right: 20px;
}
.cta-area-wrap--two .cta-area__inner {
	padding-bottom: 0;
}
.cta-area-wrap--two .cta-area__inner .heading-2 {
	width: 100%;
  position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-area-wrap--two .cta-area__inner .heading-2:not(:last-child) {
  margin-bottom: 0;
}
.cta-area-wrap--two .hov-area {
	box-sizing: border-box;
	padding: 0 40px;
	position: relative;
	width: 100%;
	transition: .5s;
	opacity: 0;
	z-index: 2;
}
.cta-area-wrap--two .hov-area .cta-area__button {
	position: relative;
  bottom: auto;
  left: auto;
}
.cta-area-wrap--two .cta-area.bl-hover:after {
	opacity: 1;
}
.cta-area-wrap--two .cta-area.bl-hover .hov-area {
	opacity: 1;
}
@media screen and (max-width: 1049px) {
	.cta-area-wrap--two .cta-area {
		margin-left: 50px;
		padding: 0 20px;
		min-height: 260px;
	}
	.cta-area-wrap--two .cta-area:last-child {
		margin-right: 50px;
	}
	.cta-area-wrap--two .cta-area__container {
    padding-left: 0;
    padding-right: 0;
	}
	.cta-area-wrap--two .hov-area {
		display: none;
	}
	.cta-area-wrap--two .cta-area__inner .heading-2 {
		width: 100%;
	  position: relative;
		top: auto;
	  left: auto;
	  transform: translate(0, 0);
	}
}
@media screen and (max-width: 799px) {
	.cta-area-wrap--two .cta-area {
		margin-left: 0;
	}
	.cta-area-wrap--two .cta-area:last-child {
		margin-right: 0;
	}
}
/* ==========================================================================

    container

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.container,
.row-fluid [class*="span"] .container{
	box-sizing: border-box;
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1250px;
	min-width: 320px;
	padding-left: 100px;
	padding-right: 100px;
}
@media screen and (max-width:1049px) {
	.container,
	.row-fluid [class*="span"] .container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (max-width:767px) {
	.container,
	.row-fluid [class*="span"] .container{
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* ==========================================================================

    columns

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
  margin-left: -25px;
  margin-right: -25px
}
@media screen and (max-width:767px) {
  .columns {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.columns--one>.columns__column.margin-top-heading-2:nth-child(n+2) {
  margin-top: 100px
}
@media screen and (max-width:767px) {
  .columns--one>.columns__column.margin-top-heading-2:nth-child(n+2) {
    margin-top: 80px
  }
}

@media screen and (min-width:768px) {
  .columns--two>.columns__column.margin-top-heading-2:nth-child(n+3) {
    margin-top: 100px
  }
}
@media screen and (max-width:767px) {
  .columns--two>.columns__column.margin-top-heading-2:not(:first-child) {
    margin-top: 80px
  }
}


.columns--two>.columns__column.margin-top-heading-3:nth-child(n+3) {
  margin-top: 60px
}
@media screen and (max-width:767px) {
  .columns--two>.columns__column.margin-top-heading-3:nth-child(n+2) {
    margin-top: 50px
  }
}


.columns__column.margin-top-heading-4 {
  margin-top: 50px
}
@media screen and (max-width:767px) {
  .columns__column.margin-top-heading-4 {
    margin-top: 40px
  }
}

.columns__column.margin-top-heading-5 {
  margin-top: 40px
}
@media screen and (max-width:767px) {
  .columns__column.margin-top-heading-5 {
    margin-top: 30px
  }
}

.columns__column {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}

.columns .columns__column {
  padding-left: 25px;
  padding-right: 25px;
}

.columns--one>.columns__column:nth-child(n+2),
.columns--one-two>.columns__column:nth-child(n+3),
.columns--two-one>.columns__column:nth-child(n+3),
.columns--four>.columns__column:nth-child(n+5) {
  margin-top: 50px
}

.columns--two>.columns__column:nth-child(n+3){
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .columns--two>.columns__column:nth-child(n+3){
    margin-top: 50px
  }
}

.columns--three>.columns__column:nth-child(n+4) {
  margin-top: 50px;
}

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

.columns--one>.columns__column {
  float: none;
  width: 100%
}
@media screen and (max-width:767px) {
.columns--one {
    margin-left: 0;
    margin-right: 0;
  }
}

.columns--two>.columns__column {
  width: 50%
}
@media screen and (max-width:767px) {
  .columns--two {
    margin-left: 0;
    margin-right: 0
  }
  .columns--two>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--two>.columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--two>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
}
@media screen and (max-width:1049px) {
  .columns--two.columns--to-two {
    margin-left: -15px;
    margin-right: -15px
  }
  .columns--two.columns--to-two>.columns__column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;;
  }
  .columns--two.columns--to-two>.columns__column:not(:first-child) {
    margin-top: 0
  }
  .columns--two.columns--to-two>.columns__column:nth-child(n+3) {
    margin-top: 30px
  }
}
.columns--one-two {
  margin-bottom: 0
}
.columns--one-two>.columns__column:nth-child(odd) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;;
}
.columns--one-two>.columns__column:nth-child(even) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;;
}
@media screen and (max-width:767px) {
  .columns--one-two {
    margin-left: 0;
    margin-right: 0
  }
  .columns--one-two>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--one-two>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--one-two>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
    margin-top: 30px
  }
}

.columns--two-one>.columns__column:nth-child(1) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;;
}
.columns--two-one>.columns__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;;
}
@media screen and (max-width:767px) {
  .columns--two-one {
    margin-left: 0;
    margin-right: 0
  }
  .columns--two-one>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--two-one>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--two-one>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
    margin-top: 30px
  }
}


.columns--three-one>.columns__column:nth-child(1) {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;;
}
.columns--three-one>.columns__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;;
}
@media screen and (max-width:767px) {
  .columns--three-one {
    margin-left: 0;
    margin-right: 0
  }
  .columns--three-one>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--three-one>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--three-one>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
    margin-top: 30px
  }
}

.columns--one-three {
  margin-bottom: 0
}
.columns--one-three>.columns__column:nth-child(odd) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;;
}
.columns--one-three>.columns__column:nth-child(even) {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;;
}
@media screen and (max-width:767px) {
  .columns--one-three {
    margin-left: 0;
    margin-right: 0
  }
  .columns--one-three>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--one-three>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--one-three>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
    margin-top: 30px
  }
}

.columns--three>.columns__column {
  width: 33.333%
}
@media screen and (max-width:1049px) {
  .columns--three>.columns__column {
    width: 50%
  }
  .columns--three>.columns__column:not(:nth-child(1)), .columns--three>.columns__column:not(:nth-child(2)) {
    margin-top: 0
  }
  .columns--three>.columns__column:not(:nth-last-child(-n+2)) {
    margin-bottom: 50px
  }
}
@media screen and (max-width:767px) {
  .columns--three>.columns__column {
    width: 100%;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--three>.columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--three>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
}
@media screen and (max-width:1049px) {
  .columns--three.columns--to-one>.columns__column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
  }
}
@media screen and (max-width:767px) {
  .columns--three.columns--to-one>.columns__column {
    width: 100%
  }
}
.columns--four>.columns__column {
  width: 25%
}
@media screen and (max-width:1299px) {
  .columns--four>.columns__column {
    width: 50%
  }
  .columns--four>.columns__column:not(:nth-child(1)), .columns--four>.columns__column:not(:nth-child(2)) {
    margin-top: 0
  }
  .columns--four>.columns__column:not(:nth-last-child(1)), .columns--four>.columns__column:not(:nth-last-child(2)) {
    margin-bottom: 30px
  }
}
@media screen and (max-width:767px) {
  .columns--four.columns--to-one {
    margin-left: 0;
    margin-right: 0;
  }

  .columns--four.columns--to-one>.columns__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.columns--reverse>.columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;;
}
@media screen and (max-width:767px) {
  .columns--reverse>.columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;;
  }
}
.columns--reverse>.columns__column:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;;
}
@media screen and (max-width:767px) {
  .columns--reverse>.columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;;
  }
}
.columns--vertical-center {
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
}



.division-top-4columns {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .division-top-4columns {
    margin-top: 30px;
  }
}

.division-bottom-4columns {
  margin-bottom: 30px;
}

.division-top-check-list-columns {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .division-top-check-list-columns {
    margin-top: 60px;
  }
}

.division-bottom-check-list-columns {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .division-bottom-check-list-columns {
    margin-bottom: 25px;
  }
}

.division-top-text-button-heading-columns {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .division-top-text-button-heading-columns {
    margin-top: 30px;
  }
}

.division-bottom-text-button-heading-columns {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .division-bottom-text-button-heading-columns {
    margin-bottom: 20px;
  }
}

/* img＋textbutton（heading）＋p */

.text-button-heading-columns:not(:last-child) {
  margin-bottom: 50px;
}


/* heading-icon-columns */

.division-top-heading-icon-columns {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .division-top-heading-icon-columns {
    margin-top: 40px;
  }
}

.division-bottom-heading-icon-columns {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .division-bottom-heading-icon-columns {
    margin-bottom: 20px;
  }
}

.heading-icon-columns:not(:last-child) {
  margin-bottom: 40px;
}

.heading-icon-columns__icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
}

.heading-icon-columns__icon-list__item:not(:last-child) {
  margin-right: 10px;
}
/* ==========================================================================

    division

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */




.division-top-80 {
	margin-top: 80px;
}	

.division-bottom-80 {
	margin-bottom: 80px;
}	

.division-top-3l {
  margin-top: 100px;
}
.division-top-ll {
  margin-top: 60px;
}
.division-top-l {
  margin-top: 50px;
}
.division-top-m {
  margin-top: 40px;
}
.division-top-s {
  margin-top: 30px;
}

.division-img {
  overflow: hidden;
  width: 100%;
}
.division-img img {
  width: 100%;
}    

.hr-line {
  border: none;
  border-top: 1px solid ;
  margin: 0;
  padding: 1px 0;
  width: 100%;
}

@media only screen and (max-width: 1049px) {
  .division-top-3l {
    margin-top: 100px;
  }
  .division-top-ll {
    margin-top: 60px;
  }
  .division-top-l {
    margin-top: 50px;
  }
  .division-top-m {
    margin-top: 40px;
  }
  .division-top-s {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .division-top-3l {
    margin-top: 80px;
  }
  .division-top-ll {
    margin-top: 50px;
  }
  .division-top-l {
    margin-top: 40px;
  }
  .division-top-m {
    margin-top: 30px;
  }
  .division-top-s {
    margin-top: 25px;
  }
}

.line {
  border-top: 1px solid ;
}
/* ==========================================================================

  description-list

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-description-list {
  margin-top: 40px;
}

.division-bottom-description-list {
  margin-bottom: 40px;
}

.description-list:not(:first-child){
  margin-top: 40px;
}

.description-list:not(:last-child){
  margin-bottom: 40px;
}

.description-list__item {
  border-bottom: 1px solid #C7C2C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  font-size: 15px;
  position: relative;
  width: 100%;
}
@media screen and (max-width:767px) {
  .description-list__item {
    display: block;
  }
}

.description-list__item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .description-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.description-list__heading {
  box-sizing: border-box;
  color: #403434;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 2;
  margin-bottom: 30px;
  padding-right: 38px;
  position: relative;
  vertical-align: top;
  width: 230px;
}
@media screen and (max-width:767px) {
  .description-list__heading {
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-right: 0;
    width: auto;
  }
}

.description-list__heading:after {
  border-left: 1px solid #C7C2C2;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}
@media screen and (max-width:767px) {
  .description-list__heading:after {
    border-left: none;
    border-top: 1px solid #C7C2C2;
    right: inherit;
    top: inherit;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 1px;
  }
}

.description-list__content {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  vertical-align: top;
  width: calc(100% - 220px);
}
@media screen and (max-width:767px) {
  .description-list__content {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    width: 100%;
  }
}

.description-list__content .natural {
  margin-top: 0;
}
/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.dnd-section {
	padding: 0;
}
.dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.dnd-section > .row-fluid {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	min-width: 320px;
	padding-left: 100px;
	padding-right: 100px;
}
@media screen and (max-width: 1049px) {
	.dnd-section > .row-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (max-width: 767px) {
	.dnd-section > .row-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
}

div[class*="full-width-section"] > .row-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* ==========================================================================

    faq-list

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.faq-list:not(:first-child) {
  margin-top: 50px
}
@media screen and (max-width: 767px) {
	.faq-list:not(:first-child) {
		margin-top: 40px
	}
}

.division-top-faq-list {
	margin-top: 50px
}
@media screen and (max-width: 767px) {
	.division-top-faq-list {
		margin-top: 40px
	}
}

.faq-list:not(:last-child) {
  margin-bottom: 50px
}
@media screen and (max-width: 767px) {
.faq-list:not(:last-child) {
	margin-bottom: 40px;
	}
}

.division-bottom-faq-list {
	margin-bottom: 50px
}
@media screen and (max-width: 767px) {
	.division-bottom-faq-list {
		margin-bottom: 40px
	}
}

.faq-list__item {
  border-bottom: 1px solid #C7C2C2;
  padding-bottom: 25px;
}
.faq-list__item:not(:last-child) {
  margin-bottom: 30px;
}

.faq-list__item .tag {
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
.faq-list__item .tag .tag__text {
  padding: 5px 17px;
  display: inline-block;
  min-width: 100px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  background-color: #005AB2;
  color: #ffffff;
  font-size: 14px;
  border-radius: 15px;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .faq-list__item .tag .tag__text {
  padding: 8px 17px 2px 17px;
}
@media only screen and (max-width: 1149px) {
  .faq-list__item .tag .tag__text {
    font-size: 12px;
  }
}

.faq-list__question, .faq-list__answer {
  position: relative;
}

.faq-list__question:before,
.faq-list__answer:before {
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
	box-sizing: border-box;
	border-radius: 25px;
	color: #ffffff;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
	font-family: 'futura-pt', sans-serif;
  font-weight: 500;
	font-size: 23px;
	-webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
	line-height: 1;
	letter-spacing: 0em;
	text-align: center;
  text-transform: uppercase;
  top: -1px;
  left: 0;
	width: 30px;
  height: 30px;
  position: absolute;
}
@media screen and (max-width:767px) {
  .faq-list__question:before,
  .faq-list__answer:before {
    left: 0;
  }
}

.faq-list__question {
  font-weight: 400;
  min-height: 28px;
}

.faq-list__question:before {
  content: "Q";
  background-color: #005AB2;
}

.faq-list__answer {
  margin-top: 20px;
}

.faq-list__answer:before {
  content: "A";
  color: #005AB2;
  border: 1px solid #005AB2;
  background-color: #ffffff;

}

.faq-list__question .paragraph,
.faq-list__answer .paragraph {
  font-size: 16px;
  padding-left: 45px;
}
@media screen and (max-width:767px) {
  .faq-list__question .paragraph,
  .faq-list__answer .paragraph {
    font-size: 13px;
    padding-left: 40px;
  }
}
/* ==========================================================================

    figure

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.figure {
	text-align: center;
}

.figure img {
	max-width: 100%;
}
.figure.figure--narrow {
	max-width: 700px;
	margin: 0 auto;
}
@media screen and (max-width:1049px) {
	.figure.figure--narrow {
		max-width: 550px;
	}
}
@media screen and (max-width:767px) {
	.figure.figure--narrow {
		max-width: 450px;
	}
}
@media screen and (max-width:767px) {
	.figure.figure--narrow {
		max-width: 450px;
	}
}

.figcaption {
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
}
@media screen and (max-width:767px) {
	.figcaption {
		font-size: 13px;
	}
}
.figure--round {
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
}
.natural + .figure {
	margin-top: 40px;
}
@media screen and (max-width:767px) {
	.natural + .figure {
		margin-top: 20px;
	}
}

.movie-link {
	display: block;
}
.movie-link:not(:first-child) {
	margin-top: 40px;
}
@media screen and (max-width:767px) {
	.movie-link:not(:first-child) {
		margin-top: 20px;
	}
}
.movie-link:hover .figure--movie:before {
	opacity: 1;
}
.movie-link:hover .figure--movie .figure--movie__inner:before {
	background-color: rgba(0, 52, 101, .6);
}
.figure--movie {
	position: relative;
}
.figure--movie:before {
	content: "";
	width: 115px;
	height: 115px;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTUiIGhlaWdodD0iMTE1IiB2aWV3Qm94PSIwIDAgMTE1IDExNSI+CiAgPGcgaWQ9IuOCsOODq+ODvOODl181NjU0IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyA1NjU0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjY4IC0yMDYzKSI+CiAgICA8ZyBpZD0i5qWV5YaG5b2iXzg0MzYiIGRhdGEtbmFtZT0i5qWV5YaG5b2iIDg0MzYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY2OCAyMDYzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1kYXNoYXJyYXk9IjkgMyI+CiAgICAgIDxjaXJjbGUgY3g9IjU3LjUiIGN5PSI1Ny41IiByPSI1Ny41IiBzdHJva2U9Im5vbmUiLz4KICAgICAgPGNpcmNsZSBjeD0iNTcuNSIgY3k9IjU3LjUiIHI9IjU2LjUiIGZpbGw9Im5vbmUiLz4KICAgIDwvZz4KICAgIDxwYXRoIGlkPSLliY3pnaLjgqrjg5bjgrjjgqfjgq/jg4jjgaflnovmipzjgY1fMSIgZGF0YS1uYW1lPSLliY3pnaLjgqrjg5bjgrjjgqfjgq/jg4jjgaflnovmipzjgY0gMSIgZD0iTTU4NDIuNS0yNTZhNTIuMTY5LDUyLjE2OSwwLDAsMS0yMC40MzYtNC4xMjYsNTIuMzE4LDUyLjMxOCwwLDAsMS0xNi42ODctMTEuMjUxLDUyLjMyMSw1Mi4zMjEsMCwwLDEtMTEuMjUxLTE2LjY4OEE1Mi4xNzgsNTIuMTc4LDAsMCwxLDU3OTAtMzA4LjVhNTIuMTgyLDUyLjE4MiwwLDAsMSw0LjEyNS0yMC40MzYsNTIuMzIxLDUyLjMyMSwwLDAsMSwxMS4yNTEtMTYuNjg4LDUyLjMxNyw1Mi4zMTcsMCwwLDEsMTYuNjg4LTExLjI1MUE1Mi4xNyw1Mi4xNywwLDAsMSw1ODQyLjUtMzYxYTUyLjE3LDUyLjE3LDAsMCwxLDIwLjQzNSw0LjEyNiw1Mi4zMyw1Mi4zMywwLDAsMSwxNi42ODgsMTEuMjUxLDUyLjMzNSw1Mi4zMzUsMCwwLDEsMTEuMjUxLDE2LjY4OEE1Mi4xODIsNTIuMTgyLDAsMCwxLDU4OTUtMzA4LjVhNTIuMTc5LDUyLjE3OSwwLDAsMS00LjEyNSwyMC40MzUsNTIuMzM0LDUyLjMzNCwwLDAsMS0xMS4yNTEsMTYuNjg4LDUyLjMyOSw1Mi4zMjksMCwwLDEtMTYuNjg3LDExLjI1MUE1Mi4xNjgsNTIuMTY4LDAsMCwxLDU4NDIuNS0yNTZabS02LjUtNjN2MjJsMjAtMTEtMjAtMTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTExNyAyNDI5KSIgZmlsbD0iI2ZmZiIvPgogIDwvZz4KPC9zdmc+Cg==);
	position: absolute;
	transition: .5s;
	top: calc(50% - 57px);
	left: calc(50% - 57px);
	opacity: .85;
	z-index: 4;
}
.figure--movie:after {
	color: #ffffff;
	content: "play";
	font-weight: 500;
	font-family: 'futura-pt', sans-serif;
	font-size: 20px;
	left: 50%;
	letter-spacing: .08em;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: .5s;
  top: calc(50% + 65px);
  z-index: 4;
}
@media screen and (min-width:768px) {
	.columns.columus--to-one .figure--movie:before {
		width: 49px;
		height: 49px;
		top: calc(50% - 25px);
		left: calc(50% - 25px);
	}
	.columns.columus--to-one .figure--movie:after {
		font-size: 16px;
    top: calc(50% + 32px);
	}
}
.figure--movie .figure--movie__inner {
	position: relative;
}
.figure--movie .figure--movie__inner:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 52, 101, .3);
  z-index: 3;
	transition: .5s;
}

@media screen and (max-width:767px) {
	.figure--movie:before {
		width: 49px;
		height: 49px;
		top: calc(50% - 25px);
		left: calc(50% - 25px);
	}
	.figure--movie:after {
		font-size: 16px;
    top: calc(50% + 32px);
	}
}
/* ==========================================================================

    link

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.link {
	color: #005AB2;
  display: inline-block;
  text-decoration: none;
  transition: .5s;
  position: relative;
  word-break: break-all;
  opacity: .7;
}
.link:after {
  background-color: #005AB2;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s;
  width: 100%;
}

.link:hover {
  opacity: 1;
}

.link[target="_blank"],
.link[href$=".pdf"] {
	padding-left: 20px;
	position: relative;
}

.link[target="_blank"]:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 11px;
	width: 10px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuNSAxMi40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC41IDEyLjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA1QUIyO30KPC9zdHlsZT4KPGcgaWQ9IuOCsOODq+ODvOODl180Mjg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMyIC0yOTkpIj4KCTxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDM0LjUxMSAzMDEuNjM0KSI+CgkJPHBhdGggaWQ9IuODkeOCuV82MTExIiBjbGFzcz0ic3QwIiBkPSJNOS41LDB2Ny4xSDB2Mi42aDEyVjBIOS41eiIvPgoJPC9nPgoJPHBhdGggaWQ9IuODkeOCuV82MTEyIiBjbGFzcz0ic3QwIiBkPSJNNDMyLDI5OXY5LjhoMTJWMjk5SDQzMnogTTQ0Mi40LDMwNy4zaC04Ljh2LTYuOWg4LjhWMzA3LjN6Ii8+CjwvZz4KPC9zdmc+Cg==);
}

.link[href$=".pdf"]:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 9px;
  width: 11px;
  height: 13px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ljk0IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwNWFiMjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi45My43NSw4LDEuODIsOS4xOSwzLjA3djguMThILjc1Vi43NUg2LjkzTTcuMjQsMEgwVjEySDkuOTRWMi43Nkw4LjUzLDEuMjksNy4yNCwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTcuOCw3LjUyYS43OS43OSwwLDAsMC0uMTktLjIyLDEuMjgsMS4yOCwwLDAsMC0uMjItLjE3LDIuOTQsMi45NCwwLDAsMC0xLjQ4LS4yOUg1Ljg0bC0uMTEtLjFBMywzLDAsMCwxLDUuMTMsNmE0LjEsNC4xLDAsMCwwLC40My0xLjc3LjYxLjYxLDAsMCwwLDAtLjI0LjY2LjY2LDAsMCwwLS4xNi0uMzFoMGEuNjQuNjQsMCwwLDAtLjQ3LS4yMS41OS41OSwwLDAsMC0uNDYuMjEsMSwxLDAsMCwwLS4xOC41NSw0Ljg5LDQuODksMCwwLDAsLjA5LDFzMCwwLDAsLjA3QTQsNCwwLDAsMCw0LjYsNmMtLjEzLjI2LS4yNi40OS0uMzUuNjRTNC4xMSw2Ljg5LDQsN2E2LjExLDYuMTEsMCwwLDAtLjkyLjI0LDIuNDIsMi40MiwwLDAsMC0uODQuNDksMSwxLDAsMCwwLS4yNi40LjU3LjU3LDAsMCwwLC4yNi43MWwuMDgsMEEuNzIuNzIsMCwwLDAsMi42NCw5YTEsMSwwLDAsMCwuNjctLjI4LDYuODQsNi44NCwwLDAsMCwxLTEuMjNsLjYyLS4wNy43NC0uMDYuMTkuMThhOCw4LDAsMCwwLC44NS42OGgwQTEuMjgsMS4yOCwwLDAsMCw3LDguMzNhLjgyLjgyLDAsMCwwLC4zMS4wNy42Ni42NiwwLDAsMCwuMzYtLjExQS42LjYsMCwwLDAsNy44Niw4LC42Mi42MiwwLDAsMCw3LjgsNy41MlptLTMtMi43NmEzLjE3LDMuMTcsMCwwLDEsMC0uNTRjMC0uMTcuMDYtLjI5LjE2LS4yOXMuMTUuMDYuMTguMTlhLjQzLjQzLDAsMCwxLDAsLjEydi4xOEEzLjA1LDMuMDUsMCwwLDEsNSw1YzAsLjEyLS4wOC4yNi0uMTMuNEEzLjE5LDMuMTksMCwwLDEsNC43NSw0Ljc2Wk0yLjQ1LDguMzljMC0uMDYsMC0uMTcuMTUtLjMxYTIuMjksMi4yOSwwLDAsMSwxLS41Yy0uMDkuMTItLjE4LjI0LS4yNy4zNGE1LjExLDUuMTEsMCwwLDEtLjM3LjQuNjQuNjQsMCwwLDEtLjMxLjE1aDBBLjIxLjIxLDAsMCwxLDIuNDUsOC4zOVptMi4yLTEuNDdoMHMwLDAsMCwwbC4yMS0uMzd2MGwuMTkuMjQuMS4xMWgwbDAsMEw1LDYuODlINC44OVpNNyw3Ljc4YTQuOTQsNC45NCwwLDAsMS0uNTctLjQ1LDIuMTEsMi4xMSwwLDAsMSwuNzUuMjEuNy43LDAsMCwxLC4xOC4xNGMuMDcuMDcuMDkuMTMuMDguMTdhLjExLjExLDAsMCwxLS4xMi4wOC4yMy4yMywwLDAsMS0uMTEsMEw3LDcuNzlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
@media screen and (max-width: 767px) {
	.link[target="_blank"],
	.link[href$=".pdf"] {
    padding-left: 15px;
	}
	.link[target="_blank"]:before {
    top: 8px;
	}
	.link[href$=".pdf"]:before {
		top: 5px;
	}
}


.heading-link:not(:first-child) {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.heading-link:not(:first-child) {
		margin-top: 20px;
	}
}

.division-top-heading-link {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.division-top-heading-link {
		margin-top: 20px;
	}
}

.heading-link:not(:last-child) {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.heading-link:not(:last-child) {
		margin-bottom: 20px;
	}
}

.division-bottom-heading-link {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.division-bottom-heading-link {
		margin-bottom: 20px;
	}
}

.heading-link a {
	color: #005AB2;
	display: inline-block;
	padding-left: 35px;
	position: relative;
	text-decoration: none;
	transition: .5s;
}
@media screen and (max-width: 767px) {
	.heading-link a {
		padding-left: 30px;
	}
}

.heading-link a:before {
	border: 1px solid #005AB2;
	background-color: #005AB2;
	border-radius: 100%;
	content: "";
	left: 0;
	height: 22px;
	position: absolute;
	top: 7px;
	transition: .5s;
	width: 22px;
}
@media screen and (max-width: 767px) {
	.heading-link a:before {
		height: 20px;
		top: 3px;
		width: 20px;
	}
}

.heading-link a:after {
	content: "";
	position: absolute;
	display: inline-block;
	left: 6px;
	width: 8px;
	height: 8px;
	top: 14px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	transition: .5s;
}
@media screen and (max-width: 767px) {
	.heading-link a:after {
		width: 6px;
		height: 6px;
		top: 10px;
	}
}
.heading-link a[target="_blank"]:after {
	border: none;
	transform: rotate(0deg);
	width: 10px;
	height: 8px;
	background-repeat: no-repeat;
	background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC41MDYiIGhlaWdodD0iMTIuNDEiIHZpZXdCb3g9IjAgMCAxNC41MDYgMTIuNDEiPgogIDxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNDI4NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQzMiAtMjk5KSI+CiAgICA8ZyBpZD0i44Kw44Or44O844OXXzQyODQiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDQyODQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzNC41MTEgMzAxLjYzNCkiPgogICAgICA8cGF0aCBpZD0i44OR44K5XzYxMTEiIGRhdGEtbmFtZT0i44OR44K5IDYxMTEiIGQ9Ik00NDMuNDIyLDMwMS4wMzJ2Ny4xNDJoLTkuNDg0djIuNjM0aDEydi05Ljc3NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MzMuOTM3IC0zMDEuMDMyKSIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgogICAgPHBhdGggaWQ9IuODkeOCuV82MTEyIiBkYXRhLW5hbWU9IuODkeOCuSA2MTEyIiBkPSJNNDMyLDI5OXY5Ljc3NmgxMS45OTVWMjk5Wm0xMC4zODcsOC4zMjZoLTguNzc5VjMwMC40NWg4Ljc3OVoiIGZpbGw9IiNmZmYiLz4KICA8L2c+Cjwvc3ZnPgo=);
}
.heading-link a[href$=".pdf"]:after {
	border: none;
	transform: rotate(0deg);
	left: 7px;
	top: 12px;
	width: 9px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ljk0IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi45My43NSw4LDEuODIsOS4xOSwzLjA3djguMThILjc1Vi43NUg2LjkzTTcuMjQsMEgwVjEySDkuOTRWMi43Nkw4LjUzLDEuMjksNy4yNCwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTcuOCw3LjUyYS43OS43OSwwLDAsMC0uMTktLjIyLDEuMjgsMS4yOCwwLDAsMC0uMjItLjE3LDIuOTQsMi45NCwwLDAsMC0xLjQ4LS4yOUg1Ljg0bC0uMTEtLjFBMywzLDAsMCwxLDUuMTMsNmE0LjEsNC4xLDAsMCwwLC40My0xLjc3LjYxLjYxLDAsMCwwLDAtLjI0LjY2LjY2LDAsMCwwLS4xNi0uMzFoMGEuNjQuNjQsMCwwLDAtLjQ3LS4yMS41OS41OSwwLDAsMC0uNDYuMjEsMSwxLDAsMCwwLS4xOC41NSw0Ljg5LDQuODksMCwwLDAsLjA5LDFzMCwwLDAsLjA3QTQsNCwwLDAsMCw0LjYsNmMtLjEzLjI2LS4yNi40OS0uMzUuNjRTNC4xMSw2Ljg5LDQsN2E2LjExLDYuMTEsMCwwLDAtLjkyLjI0LDIuNDIsMi40MiwwLDAsMC0uODQuNDksMSwxLDAsMCwwLS4yNi40LjU3LjU3LDAsMCwwLC4yNi43MWwuMDgsMEEuNzIuNzIsMCwwLDAsMi42NCw5YTEsMSwwLDAsMCwuNjctLjI4LDYuODQsNi44NCwwLDAsMCwxLTEuMjNsLjYyLS4wNy43NC0uMDYuMTkuMThhOCw4LDAsMCwwLC44NS42OGgwQTEuMjgsMS4yOCwwLDAsMCw3LDguMzNhLjgyLjgyLDAsMCwwLC4zMS4wNy42Ni42NiwwLDAsMCwuMzYtLjExQS42LjYsMCwwLDAsNy44Niw4LC42Mi42MiwwLDAsMCw3LjgsNy41MlptLTMtMi43NmEzLjE3LDMuMTcsMCwwLDEsMC0uNTRjMC0uMTcuMDYtLjI5LjE2LS4yOXMuMTUuMDYuMTguMTlhLjQzLjQzLDAsMCwxLDAsLjEydi4xOEEzLjA1LDMuMDUsMCwwLDEsNSw1YzAsLjEyLS4wOC4yNi0uMTMuNEEzLjE5LDMuMTksMCwwLDEsNC43NSw0Ljc2Wk0yLjQ1LDguMzljMC0uMDYsMC0uMTcuMTUtLjMxYTIuMjksMi4yOSwwLDAsMSwxLS41Yy0uMDkuMTItLjE4LjI0LS4yNy4zNGE1LjExLDUuMTEsMCwwLDEtLjM3LjQuNjQuNjQsMCwwLDEtLjMxLjE1aDBBLjIxLjIxLDAsMCwxLDIuNDUsOC4zOVptMi4yLTEuNDdoMHMwLDAsMCwwbC4yMS0uMzd2MGwuMTkuMjQuMS4xMWgwbDAsMEw1LDYuODlINC44OVpNNyw3Ljc4YTQuOTQsNC45NCwwLDAsMS0uNTctLjQ1LDIuMTEsMi4xMSwwLDAsMSwuNzUuMjEuNy43LDAsMCwxLC4xOC4xNGMuMDcuMDcuMDkuMTMuMDguMTdhLjExLjExLDAsMCwxLS4xMi4wOC4yMy4yMywwLDAsMS0uMTEsMEw3LDcuNzlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
@media screen and (max-width: 767px) {
	.heading-link a[target="_blank"]:after {
		top: 9px;
		left: 5px;
	}
	.heading-link a[href$=".pdf"]:after {
		width: 8px;
		height: 11px;
		top: 8px;
    left: 6px;
	}
}

.bl-hover .heading-link a:before,
.heading-link a:hover:before  {
	background-color: #ffffff;
}
.bl-hover .heading-link a:after,
.heading-link a:hover:after  {
	border-color: #005AB2;
}
.bl-hover .heading-link a[target="_blank"]:after,
.heading-link a[target="_blank"]:hover:after {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuNSAxMi40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC41IDEyLjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA1QUIyO30KPC9zdHlsZT4KPGcgaWQ9IuOCsOODq+ODvOODl180Mjg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMyIC0yOTkpIj4KCTxnIGlkPSLjgrDjg6vjg7zjg5dfNDI4NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDM0LjUxMSAzMDEuNjM0KSI+CgkJPHBhdGggaWQ9IuODkeOCuV82MTExIiBjbGFzcz0ic3QwIiBkPSJNOS41LDB2Ny4xSDB2Mi42aDEyVjBIOS41eiIvPgoJPC9nPgoJPHBhdGggaWQ9IuODkeOCuV82MTEyIiBjbGFzcz0ic3QwIiBkPSJNNDMyLDI5OXY5LjhoMTJWMjk5SDQzMnogTTQ0Mi40LDMwNy4zaC04Ljh2LTYuOWg4LjhWMzA3LjN6Ii8+CjwvZz4KPC9zdmc+Cg==);
}
.bl-hover .heading-link a[href$=".pdf"]:after,
.heading-link a[href$=".pdf"]:hover:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ljk0IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwNWFiMjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi45My43NSw4LDEuODIsOS4xOSwzLjA3djguMThILjc1Vi43NUg2LjkzTTcuMjQsMEgwVjEySDkuOTRWMi43Nkw4LjUzLDEuMjksNy4yNCwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTcuOCw3LjUyYS43OS43OSwwLDAsMC0uMTktLjIyLDEuMjgsMS4yOCwwLDAsMC0uMjItLjE3LDIuOTQsMi45NCwwLDAsMC0xLjQ4LS4yOUg1Ljg0bC0uMTEtLjFBMywzLDAsMCwxLDUuMTMsNmE0LjEsNC4xLDAsMCwwLC40My0xLjc3LjYxLjYxLDAsMCwwLDAtLjI0LjY2LjY2LDAsMCwwLS4xNi0uMzFoMGEuNjQuNjQsMCwwLDAtLjQ3LS4yMS41OS41OSwwLDAsMC0uNDYuMjEsMSwxLDAsMCwwLS4xOC41NSw0Ljg5LDQuODksMCwwLDAsLjA5LDFzMCwwLDAsLjA3QTQsNCwwLDAsMCw0LjYsNmMtLjEzLjI2LS4yNi40OS0uMzUuNjRTNC4xMSw2Ljg5LDQsN2E2LjExLDYuMTEsMCwwLDAtLjkyLjI0LDIuNDIsMi40MiwwLDAsMC0uODQuNDksMSwxLDAsMCwwLS4yNi40LjU3LjU3LDAsMCwwLC4yNi43MWwuMDgsMEEuNzIuNzIsMCwwLDAsMi42NCw5YTEsMSwwLDAsMCwuNjctLjI4LDYuODQsNi44NCwwLDAsMCwxLTEuMjNsLjYyLS4wNy43NC0uMDYuMTkuMThhOCw4LDAsMCwwLC44NS42OGgwQTEuMjgsMS4yOCwwLDAsMCw3LDguMzNhLjgyLjgyLDAsMCwwLC4zMS4wNy42Ni42NiwwLDAsMCwuMzYtLjExQS42LjYsMCwwLDAsNy44Niw4LC42Mi42MiwwLDAsMCw3LjgsNy41MlptLTMtMi43NmEzLjE3LDMuMTcsMCwwLDEsMC0uNTRjMC0uMTcuMDYtLjI5LjE2LS4yOXMuMTUuMDYuMTguMTlhLjQzLjQzLDAsMCwxLDAsLjEydi4xOEEzLjA1LDMuMDUsMCwwLDEsNSw1YzAsLjEyLS4wOC4yNi0uMTMuNEEzLjE5LDMuMTksMCwwLDEsNC43NSw0Ljc2Wk0yLjQ1LDguMzljMC0uMDYsMC0uMTcuMTUtLjMxYTIuMjksMi4yOSwwLDAsMSwxLS41Yy0uMDkuMTItLjE4LjI0LS4yNy4zNGE1LjExLDUuMTEsMCwwLDEtLjM3LjQuNjQuNjQsMCwwLDEtLjMxLjE1aDBBLjIxLjIxLDAsMCwxLDIuNDUsOC4zOVptMi4yLTEuNDdoMHMwLDAsMCwwbC4yMS0uMzd2MGwuMTkuMjQuMS4xMWgwbDAsMEw1LDYuODlINC44OVpNNyw3Ljc4YTQuOTQsNC45NCwwLDAsMS0uNTctLjQ1LDIuMTEsMi4xMSwwLDAsMSwuNzUuMjEuNy43LDAsMCwxLC4xOC4xNGMuMDcuMDcuMDkuMTMuMDguMTdhLjExLjExLDAsMCwxLS4xMi4wOC4yMy4yMywwLDAsMS0uMTEsMEw3LDcuNzlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
/* ==========================================================================

form

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.dnd_area-module-1-vertical-alignment {
	width: 100%;
}

.lp-form form {
	margin-top: 40px;
	max-width: 100%;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.lp-form form {
		margin-top: 60px;
	}
}
@media screen and (min-width: 1050px) {
	.lp-form form {
		margin-top: 45px;
	}
}


.lp-form form .legal-consent-container:not(:first-child) {
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.lp-form form .legal-consent-container:not(:first-child) {
		margin-top: 30px;
	}
}

.lp-form form fieldset {
	max-width: 100%;
}

.lp-form form .hs-form-field {
	margin-bottom: 25px;
}
.lp-form form .hs-form-field>.input {
	margin-right: 0;
}

.lp-form form fieldset.form-columns-2 .hs-form-field {
	width: 100%;
	float: none;
	box-sizing: border-box;

	font-family: 'NotoSansCJKjp', sans-serif;
}

@media screen and (min-width: 1050px) {
	.lp-form form fieldset.form-columns-2 .hs-form-field {
		width: 100%;
		float: left;
	}
}

.lp-form form fieldset.form-columns-2 .hs-form-field>.input {
	margin-right: 0;
}


/* contact property : form row */
@media screen and (min-width: 1050px) {
	.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox) {
		display: grid;
		grid-template-columns: 250px 1fr;
		column-gap: 30px;
	}
	.offer-wrap .lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox) {
		display: block;
	}
}

/* contact property : label */
.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox)>label {
	position: relative;
	display: block;
	grid-row-start: 1;
	grid-row-end: 10;
	width: 100%;
	font-size: 15px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: 700;
	letter-spacing: .17em;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox)>label {
		font-size: 17px;
	}
}

@media screen and (min-width: 1050px) {
	.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox)>label {
		width: 250px;
	}
}

.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox)>label:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 1px;
	height: 20px;
	display: block;

	background-color: #005AB2;
	content: "";
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox)>label:before {
		top: 11px;
		height: 22px;
	}
}

/* contact property : input (parent div) */
.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox)>.input {
	display: block;
	margin-top: 7px;
}

@media screen and (min-width: 1050px) {
	.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox)>.input {
		margin-top: 0;
	}
}

.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox)>.input ul>li.hs-form-checkbox:not(:first-child) {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox)>.input ul>li.hs-form-checkbox:not(:first-child) {
		margin-top: 20px;
	}
}

.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox)>.input ul>li.hs-form-checkbox span {
	display: inline-flex;

	font-family: 'NotoSansCJKjp-Bold', sans-serif;
	font-size: 14px;
	line-height: 2;
	padding-left: 5px;
	width: calc(100% - 25px);

	color: #403434;
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox)>.input ul>li.hs-form-checkbox span {
		line-height: 1.5;
		letter-spacing: .15em;
	}
}

.lp-form form .hs-fieldtype-checkbox label.hs-form-checkbox-display input[type="checkbox"] {
	width: 13px !important;
	height: 13px;
	border-radius: 3px;
	top: 4px;
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-fieldtype-checkbox label.hs-form-checkbox-display input[type="checkbox"] {
		top: 10px;
	}
}

/* contact property : error message */
.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox)>ul.hs-error-msgs .hs-error-msg {
	color: #005AB2;

	font-family: 'NotoSansCJKjp-Medium', sans-serif;
}

/* contact property : form parts */
.lp-form form .hs-form-field.hs-fieldtype-text>.input input,
.lp-form form .hs-form-field.hs-fieldtype-text>.input textarea,
.lp-form form .hs-form-field.hs-fieldtype-textarea>.input input,
.lp-form form .hs-form-field.hs-fieldtype-textarea>.input textarea,
.lp-form form .hs-form-field.hs-fieldtype-select>.input input,
.lp-form form .hs-form-field.hs-fieldtype-phonenumber>.input input,
.lp-form form .hs-form-field.hs-fieldtype-select>.input textarea,
.lp-form form .hs-form-field.hs-fieldtype-number>.input input {
	outline: 0;
	background: none transparent;
	vertical-align: middle;
	color: inherit;
	appearance: none;

	border: 1px solid #C7C2C2;
	border-radius: 5px;
	width: 100% !important;
	box-sizing: border-box;
	font-size: .875rem;
	padding: 12px 14px 11px;
}

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

	.lp-form form .hs-form-field.hs-fieldtype-text>.input input,
	.lp-form form .hs-form-field.hs-fieldtype-text>.input textarea,
	.lp-form form .hs-form-field.hs-fieldtype-textarea>.input input,
	.lp-form form .hs-form-field.hs-fieldtype-textarea>.input textarea,
	.lp-form form .hs-form-field.hs-fieldtype-select>.input input,
	.lp-form form .hs-form-field.hs-fieldtype-phonenumber>.input input,
	.lp-form form .hs-form-field.hs-fieldtype-select>.input textarea,
	.lp-form form .hs-form-field.hs-fieldtype-number>.input input {
		font-size: .875rem;
		padding: 15px 14px 14px;
	}
}

/* contact property : form parts (on error) */
.lp-form form .hs-form-field.hs-fieldtype-text>.input input.hs-input.invalid.error,
.lp-form form .hs-form-field.hs-fieldtype-textarea>.input textarea.hs-input.invalid.error,
.lp-form form .hs-form-field.hs-fieldtype-phonenumber>.input input.hs-input.invalid.error {
	border-color: #005AB2;
}

/* contact property : form parts (textarea) */
.lp-form form .hs-form-field.hs-fieldtype-text>.input textarea,
.lp-form form .hs-form-field.hs-fieldtype-textarea>.input textarea,
.lp-form form .hs-form-field.hs-fieldtype-select>.input textarea {
	min-height: 120px;
}

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

	.lp-form form .hs-form-field.hs-fieldtype-text>.input textarea,
	.lp-form form .hs-form-field.hs-fieldtype-textarea>.input textarea,
	.lp-form form .hs-form-field.hs-fieldtype-select>.input textarea {
		min-height: 200px;
	}
}

/* contact property : form parts (number) */
.lp-form form .hs-form-field.hs-fieldtype-number>.input {
	max-width: 350px;
}

/* contact property : help text */
.lp-form form .hs-form-field .hs-field-desc {
	width: auto;
	color: #33475b;
	font-family: 'NotoSansCJKjp-Bold', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: .15em;
}

@media screen and (min-width: 1050px) {
	.lp-form form .hs-form-field .hs-field-desc {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/* contact property : error message */
.lp-form form .hs-form-field.hs-fieldtype-text .hs-error-msgs,
.lp-form form .hs-form-field.hs-fieldtype-phonenumber .hs-error-msgs,
.lp-form form .hs-form-field.hs-fieldtype-textarea .hs-error-msgs,
.lp-form form .hs-form-field.hs-fieldtype-select .hs-error-msgs,
.lp-form form .hs-form-field.hs-fieldtype-checkbox .hs-error-msgs,
.lp-form form .hs-form-field.hs-fieldtype-radio .hs-error-msgs,
.lp-form form .hs-form-field.hs-fieldtype-file .hs-error-msgs,
.lp-form form .hs-form-field.hs-fieldtype-date .hs-error-msgs {
	width: 100%;
	margin-top: 10px;

	color: #005AB2;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .17em;
	line-height: 2;
}

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

	.lp-form form .hs-form-field.hs-fieldtype-text .hs-error-msgs,
	.lp-form form .hs-form-field.hs-fieldtype-phonenumber .hs-error-msgs,
	.lp-form form .hs-form-field.hs-fieldtype-textarea .hs-error-msgs,
	.lp-form form .hs-form-field.hs-fieldtype-select .hs-error-msgs,
	.lp-form form .hs-form-field.hs-fieldtype-checkbox .hs-error-msgs,
	.lp-form form .hs-form-field.hs-fieldtype-radio .hs-error-msgs,
	.lp-form form .hs-form-field.hs-fieldtype-file .hs-error-msgs,
	.lp-form form .hs-form-field.hs-fieldtype-date .hs-error-msgs {
		font-size: 16px;
	}
}

/* contact property : dropdown (selectbox) */
.lp-form form .hs-form-field.hs-fieldtype-select>.input {
	position: relative;
	max-width: 350px;
}

.lp-form form .hs-form-field.hs-fieldtype-select>.input::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 15px;
	width: 10px;
	height: 6px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCA2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzBmMGYwZjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggaWQ9IuWQiOS9k18xNCIgZGF0YS1uYW1lPSLlkIjkvZMgMTQiIGNsYXNzPSJjbHMtMSIgZD0iTTUsNGw1LTRWMkw1LDZaTTAsMlYwTDUsNFY2WiIvPjwvZz48L2c+PC9zdmc+");
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-form-field.hs-fieldtype-select>.input::before {
		top: 23px;
		right: 20px;
	}
}

/* IE */
@media all and (-ms-high-contrast: none) {
	.lp-form form .hs-form-field.hs-fieldtype-select>.input::before {
		display: none;
	}
}

.lp-form form .hs-form-field.hs-fieldtype-select>.input select.hs-input {
	display: block;
	outline: none;
	text-indent: 0.01px;
	background: none transparent;
	color: inherit;
	appearance: none;
	border: 1px solid #C7C2C2;
	border-radius: 5px;
	width: 100%;
	max-height: 40px;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	padding: 11px 30px 11px 14px;
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-form-field.hs-fieldtype-select>.input select.hs-input {
		font-size: 16px;
		padding: 12px 40px 14px 14px;
		max-height: 50px;
	}
}

/* IE */
@media all and (-ms-high-contrast: none) {
	.lp-form form .hs-form-field.hs-fieldtype-select>.input select.hs-input {
		padding: 15px 25px 9px 12px;
	}
}

.lp-form form .checkbox-title {
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 9px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .15em;
	line-height: 2em;

	border-top: 1px solid #005AB2;
}

@media screen and (min-width: 768px) {
	.lp-form form .checkbox-title {
		font-size: 16px;
		width: 200px;
	}
}

/* contact property : boolean checkbox (1つのチェックボックス、個人情報保護方針) */
.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox {
	text-align: center;
}

.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input {
	margin-top: 5px;
	text-align: center;
}

.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label {
	display: inline-block;
}

.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label>input {
	display: none;
}

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

.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label>span {
	display: inline-block;
	font-size: 13px;
	letter-spacing: .2em;
	line-height: 2em;
	font-weight: 500;
	text-align: left;
	position: relative;
	padding-left: 30px;
	margin-left: 0;
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label>span {
		font-size: 16px;
		padding-left: 40px;
	}
}

.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label>span::before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 5px;

	border: 1px solid #C7C2C2;
	box-sizing: border-box;
	background-color: transparent;
	position: absolute;
	top: 4px;
	left: 0;
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label>span::before {
		width: 25px;
		height: 25px;
	}
}

/* IE */
@media all and (-ms-high-contrast: none) {
	.lp-form form .legal-consent-container .hs-fieldtype-booleancheckbox .input label>span::before {
		top: 5px;
	}

	.lp-form form .legal-consent-container .hs-fieldtype-booleancheckbox .input label>span::after {
		top: 11px !important;
	}
}

.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label>input:checked+span::before {
	border-color: #C7C2C2;

	background-color: #C7C2C2;
}

.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label>span::after {
	content: '';
	width: 11px;
	height: 8px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi45NiAxMS40NCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGlkPSLjg5HjgrlfOTciIGRhdGEtbmFtZT0i44OR44K5IDk3IiBjbGFzcz0iY2xzLTEiIGQ9Ik0wLDUuMWw2Ljg5LDYuMzRMMTcsMi4yMSwxNC43LDAsNi44OSw3LjMxLDIuMDcsMi43N1oiLz48L2c+PC9nPjwvc3ZnPg==");
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 4px;
	transition: opacity .2s;
	opacity: 0;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label>span::after {
		width: 17px;
		height: 11px;
		top: 11px;
	}
}

.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label>span .aInput {
	text-decoration: underline;
}

.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs {
	color: #005AB2;
	text-align: center;
	margin-top: 10px;
	width: 100%;
}

.lp-form form .hs-form-field.hs-fieldtype-radio .input ul.inputs-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-form-field.hs-fieldtype-radio .input ul.inputs-list.multi-container .hs-form-radio {
		display: inline-block;
	}
}

.lp-form form .hs-form-field.hs-fieldtype-radio .input ul.inputs-list .hs-form-radio:not(:last-child) {
	margin-right: 25px;
}

.lp-form form .hs-form-field.hs-fieldtype-radio .input ul.inputs-list .hs-form-radio label>span {
	color: #403434;

	font-family: 'NotoSansCJKjp-Bold', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .15em;
	padding-left: 10px;
}

.lp-form form .hs-form-field.hs-fieldtype-date .input .hs-dateinput .fn-date-picker.pika-single {
	border-radius: 5px;

	border: 1px solid #C7C2C2;

	border-bottom-color: #C7C2C2;
}

.fn-date-picker .pika-label {
	font-size: 14px !important;
	font-weight: 400 !important;

	color: #403434;
}

.fn-date-picker .pika-next,
.fn-date-picker .pika-prev {
	background-size: inherit !important;
	position: absolute;
	transition: .3s;
}

.fn-date-picker .pika-prev {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNiAxMiI+CiAgPHBhdGggaWQ9IuWkmuinkuW9ol82MyIgZGF0YS1uYW1lPSLlpJrop5LlvaIgNjMiIGQ9Ik02LDBsNiw2SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEyKSByb3RhdGUoLTkwKSIgZmlsbD0iI2JhYWQ1MiIvPgo8L3N2Zz4K") !important;
	left: 0;
	top: 0;
}

.fn-date-picker .pika-next {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNiAxMiI+CiAgPHBhdGggaWQ9IuWkmuinkuW9ol82MiIgZGF0YS1uYW1lPSLlpJrop5LlvaIgNjIiIGQ9Ik02LDBsNiw2SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2KSByb3RhdGUoOTApIiBmaWxsPSIjYmFhZDUyIi8+Cjwvc3ZnPgo=") !important;
	right: 0;
	top: 0;
}

.fn-date-picker .pika-table th {
	border-style: inherit !important;
	color: #414141 !important;
	font-size: 12px !important;
	font-weight: 500 !important;
}

.fn-date-picker .pika-button {
	border-radius: 2px !important;
	color: #414141 !important;
	font-size: 17px !important;
	font-weight: 500;
	background-color: #F1F1ED !important;
}

.fn-date-picker .is-today .pika-button {
	color: #BAAD52 !important;
	font-weight: 500 !important;
}

.fn-date-picker .pika-table abbr {
	cursor: inherit !important;
	text-decoration: none !important;
}

button.pika-button.pika-day:hover {
	background: #909090 !important;
}

.fn-date-picker .is-selected .pika-button {
	color: #fff !important;
	font-weight: 500 !important;
	background: #BAAD52 !important;
	box-shadow: none !important;
}

.lp-form form .hs-form-field .input .hs-dateinput input.hs-input {
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #C7C2C2;
	color: #403434;
	font-size: 13px;
	font-weight: 300;
	line-height: 2;
	letter-spacing: .15em;
	height: 40px;
	padding: 15px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.lp-form form .hs-form-field .input .hs-dateinput input.hs-input {
		font-size: 16px;
		height: 50px;
	}
}

.lp-form form .legal-consent-container .hs-fieldtype-booleancheckbox {
	float: inherit;
	margin: 0.7rem 0;
	width: 100%;
}

.lp-form form .legal-consent-container .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span p {
	font-family: 'NotoSansCJKjp-Medium', sans-serif;
	font-size: 13px;
}

@media screen and (min-width: 767px) {
	.lp-form form .legal-consent-container .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span p {
		font-size: 16px;
	}
}

.lp-form form .legal-consent-container .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked+span p {
	color: #005AB2;
}

.lp-form form .legal-consent-container .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span::before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-radius: 10px;
	transition: .5s;
	content: "";
}

.lp-form form .legal-consent-container .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span::after {
	width: 13px;
	height: 8px;
}

.lp-form form .legal-consent-container .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked+span::before {
	border: 1px solid #005AB2;

	background: #005AB2;
}

.lp-form form .legal-consent-container .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked+span::after {
	content: "";
	display: block;
	width: 13px;
	height: 8px;
	top: 11px;
	transition: .5s;
}

.lp-form form .legal-consent-container .hs-fieldtype-booleancheckbox .input label>span {
	display: inline-block;
	font-size: 16px;
	letter-spacing: .2em;
	line-height: 2em;
	font-weight: 400;
	position: relative;
	padding-left: 30px;
	margin-left: 0;
}

@media screen and (min-width: 768px) {
	.lp-form form .legal-consent-container .hs-fieldtype-booleancheckbox .input label>span {
		font-size: 16px;
		padding-left: 40px;
	}
}

.lp-form form .hs-richtext {
	word-break: break-word;
	font-size: .875rem;
}

.lp-form form .hs-richtext p {
	margin-top: 25px !important;
	margin-bottom: 0 !important;

	color: #403434;

	font-family: 'NotoSansCJKjp-Medium', sans-serif;
	font-size: 13px !important;
	letter-spacing: .15em;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-richtext p {
		font-size: 16px !important;
	}
}

.lp-form form .hs-richtext a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;

	color: #005AB2;
	word-break: break-all;
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-richtext a {
		font-size: 16px;
		opacity: .7;
		transition: opacity .5s;
	}
}

.lp-form form .hs-richtext a:after {
	background-color: #005AB2;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

@media screen and (min-width: 1050px) {
	.lp-form form .legal-consent-container .hs-richtext a:hover {
		transition: opacity .5s;
		opacity: 1;
	}
}

.lp-form form .legal-consent-container .hs-richtext strong {
	font-weight: 700;
}

.lp-form form .legal-consent-container .hs-richtext::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 2) * .5em);
}

.lp-form form .legal-consent-container .hs-richtext::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 2) * .5em);
}

.lp-form form .legal-consent-container .hs-richtext:not(:first-child) {
	margin-top: 20px;
}

.lp-form form .legal-consent-container .hs-richtext:not(:last-child) {
	margin-bottom: 20px;
}

.lp-form form .legal-consent-container .input {
	text-align: center;
}

.lp-form form .legal-consent-container .input label {
	display: inline-block;
}

.lp-form form .legal-consent-container .input label>input {
	display: none;
}

.lp-form form .legal-consent-container .input label>input:checked+span::after {
	opacity: 1;
	pointer-events: auto;
}

.lp-form form .legal-consent-container .input label>span {
	display: inline-block;
	font-size: 16px;
	letter-spacing: .2em;
	line-height: 2em;
	font-weight: 700;
	text-align: left;
	position: relative;
	padding-left: 30px;
}

@media screen and (min-width: 768px) {
	.lp-form form .legal-consent-container .input label>span {
		font-size: 13px;
	}
}

@media screen and (min-width: 768px) {
	.lp-form form .legal-consent-container .input label>span {
		padding-left: 40px;
	}
}

.lp-form form .legal-consent-container .input label>span::before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 5px;
	box-sizing: border-box;

	background-color: #C7C2C2;
	position: absolute;
	top: 4px;
	left: 0;
}

@media screen and (min-width: 768px) {
	.lp-form form .legal-consent-container .input label>span::before {
		width: 25px;
		height: 25px;
	}
}

.lp-form form .legal-consent-container .input label>span::after {
	content: '';
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi45NiAxMS40NCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGlkPSLjg5HjgrlfOTciIGRhdGEtbmFtZT0i44OR44K5IDk3IiBjbGFzcz0iY2xzLTEiIGQ9Ik0wLDUuMWw2Ljg5LDYuMzRMMTcsMi4yMSwxNC43LDAsNi44OSw3LjMxLDIuMDcsMi43N1oiLz48L2c+PC9nPjwvc3ZnPg==");
	background-size: cover;
	position: absolute;
	transition: opacity .2s;
	opacity: 0;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	.lp-form form .legal-consent-container .input label>span::after {
		width: 17px;
		height: 11px;
		top: calc(50% - 5px);
	}
}

.lp-form form .legal-consent-container .hs-error-msgs label {
	font-family: 'NotoSansCJKjp-Medium', sans-serif;
	font-size: 13px;

	color: #005AB2;
	text-align: center;
	margin-top: 10px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.lp-form form .legal-consent-container .hs-error-msgs label {
		font-size: 16px;
	}
}

.lp-form form .hs-submit .actions {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.lp-form form .hs-submit .actions input {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjAwOCIgaGVpZ2h0PSIxMC44MTMiIHZpZXdCb3g9IjAgMCA4LjAwOCAxMC44MTMiPgogIDxwYXRoIGlkPSLjg5HjgrlfNTk0NiIgZGF0YS1uYW1lPSLjg5HjgrkgNTk0NiIgZD0iTS0yMzg0My0yMjQ2OWw1LDQtNSw0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMzg0NC40MDYgMjI0NzAuNDA2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA1YWIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-position: 38% center;
	background-size: 8px 10px;
	background-color: #ffffff;;
	border: 1px solid #005AB2;
	border-radius: 0;
	box-sizing: border-box;
	color: #005AB2;
	display: inline-block;
	font-family: 'NotoSansCJKjp-Medium', sans-serif;
	font-size: 16px;
	letter-spacing: .2em;
	line-height: 1.5;
	min-width: 250px;
	padding: 12px 20px 12px 30px;
	margin-top: 20px;
	text-align: center;
	transition: .5s;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-submit .actions input {
		margin-top: 30px;
		padding: 17px 20px 17px 30px;
	}
}

@media screen and (min-width: 768px) {
	.lp-form form .hs-submit .actions input:hover,
	.lp-form form .hs-submit .actions input:focus,
	.lp-form form .hs-submit .actions .hs-button:hover,
	.lp-form form .hs-submit .actions .hs-button:focus {
		background-position: 41% center;
		background-color: #ffffff;
		border-color: #005AB2;
		color: #005AB2;
	}
}

.hs_error_rollup {
	font-family: 'NotoSansCJKjp-Medium', sans-serif;
	font-size: 13px;
	color: #005AB2;
	margin-top: 30px;
}
@media screen and (min-width: 768px) {
	.hs_error_rollup {
		font-size: 16px;
	}
}
/* ==========================================================================

    0：用語集リンク

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-glossary-link {
    margin-top: 30px;
}
.division-bottom-glossary-link {
    margin-bottom: 30px;
}


.columns--two>.columns__column.category-items {
    margin: 25px 0;
}
.columns--two>.columns__column.category-items:nth-child(n+3) {
    margin-top: 25px;
}
.glossary-link {

}
.glossary-link__link {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C7C2C2;
}
@media screen and (max-width: 767px) {
  .glossary-link__link {
    padding-bottom: 15px;
  }
}
.glossary-link__link a {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .15em;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
	color: #403434;
	display: inline-block;
	padding-left: 35px;
	position: relative;
	text-decoration: none;
	transition: .5s;
}
@media screen and (max-width: 767px) {
	.glossary-link__link a {
    font-size: 14px;
		padding-left: 30px;
	}
}

.glossary-link__link a:before {
	background-color: #005AB2;
	border-radius: 100%;
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	top: 3px;
	transition: .5s;
	width: 20px;
}
@media screen and (max-width: 767px) {
	.glossary-link__link a:before {
		height: 20px;
		top: 0;
		width: 20px;
	}
}

.glossary-link__link a:after {
	content: "";
	position: absolute;
	display: inline-block;
	left: 6px;
  width: 6px;
  height: 6px;
	top: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	transition: .5s;
}
.glossary-link__link a:hover {
  color: #005AB2;
}
.glossary-link__link a:hover:after {
  left: 9px;
}
@media screen and (max-width: 767px) {
	.glossary-link__link a:after {
		width: 6px;
		height: 6px;
		top: 7px;
	}
}


.glossary-link .tag {
  display: inline-block;
}
.glossary-link .tag>a:hover .tag__text {
  background-color: #ffffff;
  color: #005AB2;
}
.glossary-link .tag>a {
  text-align: center;
}
.glossary-link .tag .tag__text {
  border: 1px solid #005AB2;
  margin: 5px;
  padding: 2px 17px;
  display: inline-block;
  min-width: 100px;
  letter-spacing: .1em;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  background-color: #005AB2;
  color: #ffffff;
  font-size: 14px;
  border-radius: 15px;
  vertical-align: middle;
  transition: .5s;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .glossary-link .tag .tag__text {
  padding: 8px 17px 2px 17px;
}
@media only screen and (max-width: 767px) {
  .glossary-link {
    margin-top: 0;
    display: block;
    padding-right: 0;
  }
  .glossary-link .tag .tag__text {
    font-size: 12px;
  }
  .glossary-link .tag {
    position: relative;
    right: inherit;
    top: inherit;
  }
}
/* ==========================================================================

    lead

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.lead {
	color: #403434;
  font-size: 17px;
	font-family: 'NotoSansCJKjp-Bold', sans-serif;
  letter-spacing: .17em;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .lead {
    font-size: 15px;
  }
}

.lead:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .lead:not(:first-child) {
    margin-top: 60px;
  }
}

.lead:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .lead:not(:last-child) {
		margin-bottom: 60px;
  }
}

.division-top-lead {
	margin-top: 80px
}
@media screen and (max-width:767px) {
  .division-top-lead {
    margin-top: 60px;
  }
}

.division-bottom-lead {
	margin-bottom: 80px
}
@media screen and (max-width:767px) {
  .division-bottom-lead {
		margin-bottom: 60px;
  }
}
/* ==========================================================================

    list

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-list {
  margin-top: 30px;
}

.division-bottom-list {
  margin-bottom: 30px;
}


.list:not(:first-child) {
  margin-top: 10px
}
.list:not(:last-child) {
  margin-bottom: 10px
}
.list__item:not(:first-child) {
  margin-top: 5px
}

.list__item:not(:last-child) {
  margin-bottom: 5px
}
.list--default>.list__item {
  list-style-type: none;
  padding-left: 12px;
  position: relative
}
.list--default>.list__item:before {
  color: #403434;
  content: "-";
  display: block;
  line-height: 1.8;
  position: absolute;
  top: 0;
  left: 0;
}



/* list--number */
.list--number {
  counter-reset: number;
}

.list--number .list__item {
  padding-left: 20px;
  position: relative;
}
.list--number .list__item:nth-child(n+10) {
  padding-left: 30px;
}

.list--number .list__item:before {
  color: #403434;
  content: counter(number) ".";
  counter-increment: number;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 8px;
  text-transform: uppercase;
}
@media screen and (max-width:767px) {
  .list--number .list__item:before {
    top: 6px;
    font-size: 13px;
  }
}
/* ==========================================================================

    loading

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



 body {
  overflow: hidden;
}

body::after {
  background-color: #ffffff;
  content: "";
  left: 0;
  height: 100vh;
  position: fixed;
  transition: 1s;
  top: 0;
  width: 100vw;
  z-index: 999;
}

body.is-active {
  overflow: auto;
  overflow-x: hidden;
}

body.is-active::after {
  opacity: 0;
  z-index: -5;
  }
/* ==========================================================================

    news-list

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.news-list__item {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  border-bottom: 1px solid #C7C2C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  font-size: 15px;
  position: relative;
  transition: .5s;
  width: 100%;
  padding: 19px 0 19px;
}
@media screen and (max-width:1049px) {
  .news-list__item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:767px) {
  .news-list__item {
    display: block;
  }
}
.news-list__item.bl-hover .news-list__item__content a {
  color: #005AB2;
}
.news-list__item.bl-hover .news-list__item__content a::before {
  left: 5px;
}
.news-list__item__heading {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  min-width: 300px;
  letter-spacing: .1em;
  transition: .5s;
}
@media screen and (max-width:1049px) {
  .news-list__item__heading {
    min-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .news-list__item__heading {
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1;
    width: auto;
  }
}
.news-list__item__heading__tag {
  display: inline-block;
  margin-left: 20px;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  background-color: #005AB2;
  color: #ffffff;
  min-width: 116px;
  border-radius: 15px;
}
@media screen and (max-width:767px) {
  .news-list__item__heading__tag {
    margin-left: 10px;
    font-size: 12px;
    min-width: 94px;
  }
}
.news-list__item__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  box-sizing: border-box;
  width: calc(100% - 300px);
}
@media screen and (max-width:1049px) {
  .news-list__item__content {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .news-list__item__content {
  }
}

.news-list__item__content a {
  margin-left: 30px;
  padding-left: 20px;
  display: block;
  text-decoration: none;
  transition: .5s;
  position: relative;
  font-size: 16px;
  color: #403434;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
}
.news-list__item__content a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 0;
  transition: .5s;
  width: 8px;
  height: 8px;
  border-top: 2px solid #005AB2;
  border-right: 2px solid #005AB2;
  transform: rotate(45deg);
}
@media screen and (max-width:1049px) {
  .news-list__item__content a {
    margin-left: 0;
  }
}
@media screen and (max-width:767px) {
  .news-list__item__content a {
    font-size: 13px;
    padding-left: 15px;
  }
  .news-list__item__content a::before {
    top: 7px;
    width: 6px;
    height: 6px;
  }
}

/* ==========================================================================

    pickup-list

========================================================================== */
.blog-pickup {
  margin-bottom: 80px;
}
.blog-pickup-wrapper {
  padding: 50px;
  background-color: #F2F2F4;
}
@media screen and (max-width:767px) {
  .blog-pickup-wrapper {
    padding: 26px 35px;
  }
}
.pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;;
}
@media screen and (max-width:1049px) {
  .pickup-list {
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
  }
}

.pickup-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
  align-content: flex-start;
  position: relative;
  width: 100%;
  font-size: 15px;
  transition: .5s;
}
@media screen and (max-width:1049px) {
  .pickup-list__item {
    -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;;
  }
}
@media screen and (max-width:767px) {
  .pickup-list__item {
    flex-direction: row;
  }
}
.pickup-list__item:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width:1049px) {
  .pickup-list__item:not(:first-child) {
    margin-top: 50px;
    margin-left: 0;
  }
}
@media screen and (max-width:767px) {
  .pickup-list__item:not(:first-child) {
    margin-top: 35px;
  }
}
/* 画像 */
.pickup-list__item__image {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 19px;
}
@media screen and (max-width:767px) {
  .pickup-list__item__image {
    width: 90px;
    height: 90px;
  }
}
.pickup-list__item__image::before {
  display: block;
  position: absolute;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #003465;
  content: "";
  transition: opacity .5s;
}
.pickup-list__item.bl-hover .pickup-list__item__image::before {
  opacity: 0.3;
}
.pickup-list__item__image .pickup-list__item__image__inner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  transition: transform 2.5s cubic-bezier(0.15,0,0,1),-webkit-transform 2.5s cubic-bezier(0.15,0,0,1);
}
.pickup-list__item.bl-hover .pickup-list__item__image__inner {
  transform: scale(1.1) rotateZ(0);
}

.pickup-list__item__right {
  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;;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;;
  flex-direction: column;
  flex: 1;
  height: 100px;
  transition: .5s;
}
@media screen and (max-width:1049px) {
  .pickup-list__item__right {
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
    -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;;
    flex-direction: row;
    align-content: flex-start;
  }
}
@media screen and (max-width:767px) {
  .pickup-list__item__right {
    flex-direction: column;
    -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;;
    height: auto;
  }
}
.pickup-list__item__right__date {
  font-size: 16px;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width:767px) {
  .pickup-list__item__right__date {
    font-size: 12px;
  }
}
.pickup-list__item__right__tag {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  min-width: 116px;
  margin-top: 10px;
  background-color: #005AB2;
  color: #ffffff;
  font-size: 14px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1;
}
@media screen and (max-width:1049px) {
  .pickup-list__item__right__tag {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width:767px) {
  .pickup-list__item__right__tag {
    min-width: 94px;
    margin-top: 14px;
    margin-left: 0;
    font-size: 12px;
  }
}

.pickup-list__item__content {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width:1049px) {
  .pickup-list__item__content {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width:767px) {
  .pickup-list__item__content {
    margin-top: 6px;
  }
}
.pickup-list__item.bl-hover .pickup-list__item__content a {
  color: #005AB2;
}
.pickup-list__item.bl-hover .pickup-list__item__content a::before {
  left: 5px;
}
.pickup-list__item__content a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #403434;
  font-size: 16px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  text-decoration: none;
  transition: color .5s;
}
.pickup-list__item__content a::before {
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #005AB2;
  border-right: 2px solid #005AB2;
  content: "";
  transform: rotate(45deg);
  transition: left .5s;
}
@media screen and (max-width:1049px) {
  .pickup-list__item__content a {
    margin-left: 0;
  }
}
@media screen and (max-width:767px) {
  .pickup-list__item__content a {
    font-size: 13px;
    padding-left: 15px;
  }
  .pickup-list__item__content a::before {
    top: 7px;
    width: 6px;
    height: 6px;
  }
}
/* ==========================================================================

    number-list

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.number-list {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    counter-reset: number;
    flex-wrap: wrap;
    margin-left: -100px;
    margin-right: -100px;
}

.number-list__item {
    box-sizing: border-box;
    padding: 50px 100px;
    position: relative;
    width: 50%;
}

.number-list__item:first-child,
.number-list__item:nth-child(4),
.number-list__item:nth-child(5),
.number-list__item:nth-child(8),
.number-list__item:nth-child(9) {
    background-color: #F2F2F4;
}

.number-list__item:before {
    color: ;
    content: "0" counter(number);
    counter-increment: number;
    display: block;
    font-family: 'futura-pt', sans-serif;
    font-size: 22px;
    letter-spacing: .15em;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.number-list__item:after {
    background-color: ;
    content: "";
    height: 1px;
    left: 100px;
    position: absolute;
    top: 90px;
    width: 11px;
}
/* ==========================================================================

    0：h2＋category

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.h2_cate-wrap {
  margin-bottom: 10px;
}
.h2_cate-wrap .heading-2:not(:last-child) {
  margin-bottom: 0;
}
.h2_cate-wrap .tag {
  display: inline-block;
  text-align: left;
}
.h2_cate-wrap .tag>a:hover .tag__text {
  background-color: #ffffff;
  color: #005AB2;
}
.h2_cate-wrap .tag .tag__text {
  border: 1px solid #005AB2;
  margin: 0 5px;
  padding: 2px 17px;
  display: inline-block;
  min-width: 100px;
  letter-spacing: .1em;
  line-height: 1.4;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  background-color: #005AB2;
  color: #ffffff;
  font-size: 14px;
  border-radius: 15px;
  vertical-align: middle;
  transition: .5s;
  text-align: center;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .h2_cate-wrap .tag .tag__text {
  padding: 8px 17px 2px 17px;
}
@media only screen and (max-width: 767px) {
  .h2_cate-wrap {
    margin-bottom: 25px;
    display: block;
    padding-right: 0;
  }
  .h2_cate-wrap .heading-2 {
    margin-bottom: 0;
  }
  .h2_cate-wrap .tag .tag__text {
    font-size: 12px;
  }
  .h2_cate-wrap .tag {
    position: relative;
    right: inherit;
    top: inherit;
  }
}
/* ==========================================================================

    heading-1

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.heading-1:not(:last-child) {
	margin-bottom: 40px;
}

.heading-1 {
  box-sizing: border-box;
	color: #ffffff;
  position: relative;
}

.heading-1 .heading-1__inner {

	display: block;
	line-height: 1;
}

.heading-1 .heading-1__inner .heading-1__inner__english {
  content: attr(data-heading1);
	font-family: 'futura-pt', sans-serif;
	font-weight: 500;
  font-size: 60px;
  left: 0;
  letter-spacing: .04em;
	display: block;
  text-transform: uppercase;
  top: 0;
}
.heading-1 .heading-1__inner .heading-1__inner__text {
	display: block;
	margin-top: 10px;
	font-size: 22px;
	letter-spacing: .15em;
	font-family: 'NotoSansCJKjp-Bold', sans-serif;
}


@media only screen and (max-width: 767px) {
	.heading-1 .heading-1__inner .heading-1__inner__text {
		margin-top: 5px;
	  font-size: 14px;
		line-height: 1.2;
	}
	.heading-1 .heading-1__inner .heading-1__inner__english {
    font-size: 32px;
		line-height: 1;
  }
}
/* ==========================================================================

    heading-2

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.heading-2 {
	padding-top: 25px;
	color: #005AB2;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
	font-weight: bold;
  font-size: 32px;
  letter-spacing: .17em;
  line-height: 1.5;
	position: relative;
}
@media screen and (max-width:767px) {
	.heading-2 {
	  font-size: 22px;
		padding-top: 20px;
	}
}

.heading-2:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1LjgzMyIgdmlld0JveD0iMCAwIDUwIDUuODMzIj4KICA8cGF0aCBpZD0i44OR44K5XzU4NjEiIGRhdGEtbmFtZT0i44OR44K5IDU4NjEiIGQ9Ik0xMTkuMjUyLDIxNy4xMjRhMTAuNzQ2LDEwLjc0NiwwLDAsMCw2LjkxMy0yLjU2di0uMDA2YTEwLjYxNywxMC42MTcsMCwwLDAsMTMuODM1LjAwNnYtLjAwNmExMC42MTcsMTAuNjE3LDAsMCwwLDEzLjgzNS4wMDZ2LS4wMDZhMTAuNzQ4LDEwLjc0OCwwLDAsMCw2LjkyMiwyLjU2NiwxMC40NjYsMTAuNDY2LDAsMCwwLDQuMjQzLS45VjIxNC4wNWE3LjY1Nyw3LjY1NywwLDAsMS00LjI0MywxLjI5MSw4LjIzMiw4LjIzMiwwLDAsMS02LjkyLTQuMDVsMCwwdi4wMDhxLS4wNzEuMTEtLjE0My4yMTdhOS4yNzksOS4yNzksMCwwLDEtMi4yNTcsMi4zNDYsNy42OSw3LjY5LDAsMCwxLTQuNTEzLDEuNDc3LDguMjMyLDguMjMyLDAsMCwxLTYuOTItNC4wNWwwLDB2LjAwOHEtLjA3MS4xMS0uMTQzLjIxN2E5LjI3OSw5LjI3OSwwLDAsMS0yLjI1NiwyLjM0Niw3LjY5LDcuNjksMCwwLDEtNC41MTMsMS40NzcsOC4yMzIsOC4yMzIsMCwwLDEtNi45Mi00LjA1bDAsMHYuMDA4cS0uMDcxLjExLS4xNDMuMjE3YTkuMjc3LDkuMjc3LDAsMCwxLTIuMjU2LDIuMzQ2LDcuNjI0LDcuNjI0LDAsMCwxLTguNzY1LjE3OXYyLjE3OEExMC40NzUsMTAuNDc1LDAsMCwwLDExOS4yNTIsMjE3LjEyNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTUgLTIxMS4yOTEpIiBmaWxsPSIjMDA1YWIyIi8+Cjwvc3ZnPgo=);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
}
.heading-2.text-center:before {
	left: calc(50% - 25px);
}
@media screen and (max-width:767px) {
	.heading-2:before {
	  width: 44px;
	  height: 5px;
	}
	.heading-2.text-center:before {
		left: calc(50% - 22px);
	}
}

.heading-2:after {
	margin-top: 5px;
  color: #403434;
  content: attr(data-heading2);
  display: block;
  font-family: 'futura-pt', sans-serif;
	font-weight: 500;
	font-size: 16px;
  letter-spacing: .35em;
	line-height: 1.5;
  text-transform: capitalize;
}
@media screen and (max-width:767px) {
  .heading-2:after {
    font-size: 11px;
    margin-top: 0;
  }
}

.heading-2:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .heading-2:not(:first-child) {
    margin-top: 60px;
  }
}

.division-top-h2 {
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .division-top-h2 {
    margin-top: 60px;
	}
}

.heading-2:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width:767px) {
  .heading-2:not(:last-child) {
    margin-bottom: 25px;
  }
}

.division-bottom-h2 {
  margin-bottom: 45px;
}
@media screen and (max-width:767px) {
  .division-bottom-h2 {
    margin-bottom: 25px;
	}
}


.heading-2--white {
  color: #ffffff;
}

.heading-2--white:after {
  color: #ffffff;
}
.heading-2--white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Kw44Or44O844OXXzM2NDEiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDM2NDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjYwIiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA2MCA3Ij4KICA8cGF0aCBpZD0i44OR44K5XzU4NjEiIGRhdGEtbmFtZT0i44OR44K5IDU4NjEiIGQ9Ik0xMjAuMSwyMTguMjkxYTEyLjksMTIuOSwwLDAsMCw4LjMtMy4wNzJ2LS4wMDdhMTIuNzQsMTIuNzQsMCwwLDAsMTYuNi4wMDd2LS4wMDdhMTIuNzQsMTIuNzQsMCwwLDAsMTYuNi4wMDd2LS4wMDdhMTIuOSwxMi45LDAsMCwwLDguMzA3LDMuMDc5LDEyLjU2LDEyLjU2LDAsMCwwLDUuMDkxLTEuMDhWMjE0LjZhOS4xODksOS4xODksMCwwLDEtNS4wOTEsMS41NDksOS44NzksOS44NzksMCwwLDEtOC4zLTQuODZsMCwwdi4wMDlxLS4wODUuMTMyLS4xNzIuMjZhMTEuMTM1LDExLjEzNSwwLDAsMS0yLjcwOCwyLjgxNSw5LjIyOCw5LjIyOCwwLDAsMS01LjQxNiwxLjc3Miw5Ljg3OSw5Ljg3OSwwLDAsMS04LjMtNC44NmwwLDB2LjAwOXEtLjA4NS4xMzItLjE3Mi4yNmExMS4xMzUsMTEuMTM1LDAsMCwxLTIuNzA4LDIuODE1LDkuMjI4LDkuMjI4LDAsMCwxLTUuNDE2LDEuNzcyLDkuODc5LDkuODc5LDAsMCwxLTguMy00Ljg2bDAsMHYuMDA5cS0uMDg1LjEzMi0uMTcyLjI2YTExLjEzMiwxMS4xMzIsMCwwLDEtMi43MDgsMi44MTUsOS4xNDksOS4xNDksMCwwLDEtMTAuNTE4LjIxNXYyLjYxNEExMi41NywxMi41NywwLDAsMCwxMjAuMSwyMTguMjkxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExNSAtMjExLjI5MSkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
}



.heading-2--decoration {
  padding-top: 17px;
  position: relative;
}

.heading-2--decoration:after {
	font-weight: 500;
	font-family: 'futura-pt', sans-serif;
  color: rgba(44,77,219,.03);
  font-size: 70px;
  left: -70px;
  letter-spacing: .17em;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  top: -60px;
  z-index: -1;
  text-transform: inherit;
}
@media screen and (max-width: 1049px) {
  .heading-2--decoration:after {
    left: -25px;
  }
}
@media screen and (max-width: 767px) {
  .heading-2--decoration:after {
    font-size: 30px;
    left: -10px;
    top: -20px;
  }
}
/* ==========================================================================

    heading-3

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.heading-3 {
	color: #005AB2;
	font-family: 'NotoSansCJKjp-Bold', sans-serif;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: .17em;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.heading-3 {
  	font-size: 18px;
	}
}

.heading-3:not(:first-child) {
  margin-top: 55px;
}
@media screen and (max-width:767px) {
  .heading-3:not(:first-child) {
    margin-top: 40px;
	}
}

.division-top-h3 {
	margin-top: 55px;
}
@media screen and (max-width:767px) {
	.division-top-h3 {
		margin-top: 40px;
	}
}

.heading-3:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .heading-3:not(:last-child) {
    margin-top: 20px;
	}
}

.division-bottom-h3 {
	margin-bottom: 30px;
}
@media screen and (max-width:767px) {
	.division-bottom-h3 {
		margin-top: 20px;
	}
}
/* ==========================================================================

    heading-4

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.heading-4 {
  color: #403434;
	font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .17em;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .heading-4 {
    font-size: 16px;
  }
}

.heading-4:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width:767px) {
  .heading-4:not(:first-child) {
    margin-top: 30px;
  }
}

.division-top-h4 {
  margin-top: 45px;
}
@media screen and (max-width:767px) {
  .division-top-h4 {
    margin-top: 30px;
  }
}

.heading-4:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .heading-4:not(:last-child) {
    margin-bottom: 20px;
  }
}

.division-bottom-h4 {
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .division-bottom-h4 {
    margin-bottom: 20px;
  }
}

.columns--four .heading-4:not(:first-child) {
  margin-top: 35px;
}
/* ==========================================================================

    heading-5

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.heading-5 {
	color: #403434;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 18px;
  letter-spacing: .17em;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .heading-5 {
    font-size: 15px;
  }
}

.heading-5:not(:first-child) {
  margin-top: 30px;
}

.division-top-h5 {
  margin-top: 30px;
}

.heading-5:not(:last-child) {
  margin-bottom: 20px;
}

.division-bottom-h5 {
  margin-bottom: 20px;
}


.heading-5--icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  transition: .5s;
}

.heading-5--icon .heading-5--icon__image {
  margin-right: 15px;
  width: 40px;
}

.heading-5--icon .heading-5--text {
  width: calc(100% - 55px);
}
/* ==========================================================================

    icon

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.icon {
	color: #005AB2;
	display: inline-block;
	padding-left: 15px;
	position: relative;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
  .icon {
    padding-right: 20px
  }
}

.icon:after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
	content: "";
	display: block;
  left: 0;
	position: absolute;
}

.icon:before {
  bottom: 0;
  background-color: #005AB2;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s;
  width: 0;
}

.icon--default:before, 
.icon--default:after {
  background-color: #005AB2;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(50% - -2px);
  transition: .5s;
  width: 7px;
}

.icon--default:before {
  transform: rotate(45deg);
  top: calc(50% - 3px);
}

.icon--default:after {
  transform: rotate(-45deg);
}

@media all and (-ms-high-contrast: none){
  .icon--default:after {
    top: calc(50% - 1px);
  }
  .icon--default:before {
    top: calc(50% - 4.5px);
  }
}



.icon--default:hover:before,
.icon--default:hover:after {
  background-color: ;  
}


.icon--window:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj4KICA8cGF0aCBpZD0i44OR44K5XzE5NzYiIGRhdGEtbmFtZT0i44OR44K5IDE5NzYiIGQ9Ik0zMDQuMTM4LDQxNS45NDVoLTEwdjNoLTN2MTBoMTB2LTNoM1ptLTQsMTJoLTh2LThoOFptMy0zaC0ydi02aC02di0yaDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkxLjEzOSAtNDE1Ljk0NSkiIGZpbGw9IiMwNzAyMDMiLz4KPC9zdmc+Cg==);
	height: 11px;
  margin-top: -5.5px;
	top: 50%;
	width: 12px;
}
.icon--pdf:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZyBpZD0i44Kw44Or44O844OX5YyWXzc5MyIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5fljJYgNzkzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTguNSAtNjkwKSI+CiAgICA8cGF0aCBpZD0i44OR44K5XzE4NDAiIGRhdGEtbmFtZT0i44OR44K5IDE4NDAiIGQ9Ik0xMDUuODU5LDY5My45MjhsLS45NTMuMjUyLjkzOCwzLjUwNy0yLjU2NiwyLjU2OC43LjcsMi41NjYtMi41NjcsMy41MDguOTM5LjI1NC0uOTU2LTMuNTA4LS45MzdaIi8+CiAgICA8cGF0aCBpZD0i44OR44K5XzE4NDEiIGRhdGEtbmFtZT0i44OR44K5IDE4NDEiIGQ9Ik0xMDguNDA2LDY5MEgxMDAuNXYzaC0ydjJoMnY5aDEyVjY5NFptMy4wOTQsMTNoLTEwdi04aDJ2LTJoLTJ2LTJIMTA4bDEuNiwxLjU2NywxLjksMS44NTRaIi8+CiAgPC9nPgo8L3N2Zz4K);
	height: 14px;
	top: calc(50% - 7px);
	width: 11px;
}
.icon--map:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEzIDE2Ij4KICA8ZyBpZD0i44Kw44Or44O844OXXzc5NCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNzk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTc2IC00MDQpIj4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTk3NSIgZGF0YS1uYW1lPSLjg5HjgrkgMTk3NSIgZD0iTTU1Ljc1LDYzOC4yNWEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSw1NS43NSw2MzguMjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjYuNzUgLTIyNS4yNSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgogICAgPHBhdGggaWQ9IuODkeOCuV8xOTc0IiBkYXRhLW5hbWU9IuODkeOCuSAxOTc0IiBkPSJNMjgzLjQ2NSw0MTQuOTYyYTUuNDg5LDUuNDg5LDAsMCwxLDUuNDgzLDUuNDgzYzAsMy40MzItMy40NzIsNi42NS01LjQ5Miw4LjIzLTIuNzQ4LTIuMS01LjQ3NS01LjIzNS01LjQ3NS04LjIzYTUuNDg5LDUuNDg5LDAsMCwxLDUuNDg0LTUuNDgzbTAtMS4wMTdhNi41LDYuNSwwLDAsMC02LjUsNi41YzAsMy41OSwzLjIxNiw3LjE2Nyw2LjUsOS41LDMuMjc2LTIuNDA3LDYuNS01LjkxLDYuNS05LjVhNi41LDYuNSwwLDAsMC02LjUtNi41WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMC45NjUgLTkuOTQ1KSIvPgogIDwvZz4KPC9zdmc+Cg==);
	height: 16px;
	top: calc(50% - 8px);
	width: 12px;
}

.icon--back:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjA2MSIgaGVpZ2h0PSIxMC43MDciIHZpZXdCb3g9IjAgMCA2LjA2MSAxMC43MDciPgogIDxwYXRoIGlkPSLjg5HjgrlfMTc4MiIgZGF0YS1uYW1lPSLjg5HjgrkgMTc4MiIgZD0iTTE3ODIuNjUsNDM2Ljc1NGw1LDUsNS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0NDIuNDYxIC0xNzgyLjI5Nykgcm90YXRlKDkwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9IjEiLz4KPC9zdmc+Cg==) no-repeat;
	height: 10px;
	top: calc(50% - 5px);
	width: 5px;
}
/* ==========================================================================

    icon-list

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-icon-list {
    margin-top: 30px;
}

.division-bottom-icon-list {
    margin-bottom: 30px;
}

.icon-list {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    counter-reset: number;
    flex-wrap: wrap;
}

.icon-list__item {
    background-color: #F2F2F4;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px 20px;
    position: relative;
    transition: .5s;
    width: calc(33.3333% - 33.333px);
}

.icon-list__item:not(:nth-child(3n+3)) {
    margin-right: 50px;
}

.icon-list__item:nth-child(n+4) {
    margin-top: 30px;
}

.icon-list__item__title {
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
}

.icon-list__item__title:not(:last-child) {
    margin-bottom: 20px;
}

.icon-list__item__title__icon {
    width: 60px;
    margin-right: 15px;
}

.icon-list__item__title__icon__src {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
    max-width: 60px;
    transition: .5s;  
}

.icon-list__item__title__text {
    font-family: 'NotoSansCJKjp-Medium', sans-serif;
    font-size: 18px;
    letter-spacing: .15em;
    line-height: 1.5;
    width: calc(100% - 75px);
}

.icon-list__item__title__text a {
    color: #005AB2;
    text-decoration: none;
    transition: .5s;
}


.icon-list__item:hover {
    background-color: rgba(44,77,219,.03);
}

.icon-list__item:hover .icon-list__item__title__text a {
    color: ;
}

.icon-list__item  .natural p {
    transition: .5s;
}

.icon-list__item:hover  .natural p {
    color: ;
}
/* ==========================================================================

    section

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.section:not(:first-child) {
	margin-top: 80px;
}
@media screen and (max-width:1049px) {
	.section:not(:first-child) {
		margin-top: 100px;
	}.row-fluid [class*="span"]
}

.section:not(:last-child) {
	margin-bottom: 80px;
}
@media screen and (max-width:1049px) {
	.section:not(:last-child) {
		margin-bottom: 100px;
	}
}
@media screen and (max-width:767px) {
	.section:not(:last-child) {
		margin-bottom: 50px;
	}
}

.section--bg {
	background-color: #F2F2F4;
	padding: 80px 0;
}
@media screen and (max-width:767px) {
	.section--bg {
		padding: 60px 0;
	}
}
.hubspot-disable-focus-styles .container-fluid {
	display: block !important;
}

.section--news {
	margin-top: 80px;
	margin-bottom: 80px;
}
/* ==========================================================================

    search-case.css

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-search-case {
    margin-top: 80px;
}
.division-bottom-search-case {
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .division-top-search-case {
      margin-top: 60px;
  }
  .division-bottom-search-case {
      margin-bottom: 60px;
  }
}


.sortControl {

}
.sortControl .sortControl__item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #C7C2C2;
}
@media screen and (max-width:767px) {
  .sortControl .sortControl__item {
    display: block;
  }
}
.sortControl .sortControl__item .sortControl__item__title {
  width: 180px;
  margin-right: 40px;
  font-size: 16px;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
}
@media screen and (max-width:767px) {
  .sortControl .sortControl__item .sortControl__item__title {
    font-size: 13px;
  }
}

.sortControl .sortControl__item .sortControl__item__contents {
  width: calc(100% - 220px);
}
@media screen and (max-width:1049px) {
  .sortControl .sortControl__item .sortControl__item__title {
    width: 160px;
    margin-right: 20px;
  }
  .sortControl .sortControl__item .sortControl__item__contents {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width:767px) {
  .sortControl .sortControl__item .sortControl__item__title {
    width: 100%;
  }
  .sortControl .sortControl__item .sortControl__item__contents {
    margin-top: 15px;
    width: 100%;
    max-width: 365px;
  }
}
@media screen and (max-width:375px) {
  .sortControl .sortControl__item .sortControl__item__contents {
    max-width: none;
  }
}

.sortControl .sortControl__item .sortControl__item__contents ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .sortControl .sortControl__item .sortControl__item__contents ul {
    display: block;
  }
}
.sortControl .sortControl__item .sortControl__item__contents ul li {
  display: inline-block;
  margin: 10px 0;
  padding-right: 20px;
  width: 25%;
  transition: .5s;
}
@media screen and (max-width:1049px) {
  .sortControl .sortControl__item .sortControl__item__contents ul li {
    width: 33.333%;
  }
}
@media screen and (max-width:767px) {
  .sortControl .sortControl__item .sortControl__item__contents ul li {
    width: calc(50% - 5px);
    padding-right: 5px;
  }
}
.sortControl .sortControl__item .sortControl__item__contents ul li:hover {
  cursor: pointer;
  color: #005AB2;
}
.sortControl .sortControl__item .sortControl__item__contents .transportation {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .sortControl .sortControl__item .sortControl__item__contents .transportation {
    display: block;
  }
  .sortControl .sortControl__item .sortControl__item__contents .transportation:not(:first-child) {
    margin-top: 20px;
  }
}
.sortControl .sortControl__item .sortControl__item__contents .transportation .transportation__item--title {
  width: 60px;
  margin-right: 30px;
  font-size: 16px;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
}
@media screen and (max-width:767px) {
  .sortControl .sortControl__item .sortControl__item__contents .transportation .transportation__item--title {
    font-size: 13px;
  }
}
.sortControl .sortControl__item .sortControl__item__contents .transportation .transportation__item--contents {
  width: calc(100% - 100px);
}
.sortControl .sortControl__item .sortControl__item__contents .transportation .transportation__item ul li {
  width: 33.333%;
}
@media screen and (max-width:1049px) {
  .sortControl .sortControl__item .sortControl__item__contents .transportation .transportation__item ul li {
    width: 50%;
  }
}
@media screen and (max-width:767px) {
  .sortControl .sortControl__item .sortControl__item__contents .transportation .transportation__item--contents {
    width: 100%;
    margin-top: 15px;
  }
  .sortControl .sortControl__item .sortControl__item__contents .transportation .transportation__item ul li {
    width: calc(50% - 5px);
    padding-right: 5px;
  }
}

.sortControl input {
  display: none;
}
.sortControl label {
  padding-left: 30px;
  min-height: 20px;
  display: inline-block;
  position:relative;
}
@media screen and (max-width:767px) {
  .sortControl label {
    font-size: 13px;
    padding: 2px 0 0 30px;
  }
}
.sortControl label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #005AB2;
  border-radius: 10px;
}
.sortControl input:checked + label:before{
  background-color: #005AB2;
}
.sortControl input:checked + label:after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 7px;
  height: 12px;
  transform: rotate(45deg);
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}


.itemList {
  margin-top: 80px;
}
.itemList .col:not(:first-child) {
  margin-top: 80px;
}

.itemList .itemList__h2 {
  color: #403434;
	font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 24px;
  letter-spacing: .17em;
  line-height: 1.5;
}

.itemList .natural .items {
  display: flex;
}
.itemList .natural .items .items__title {
  margin-top: 0;
  min-width: 4.5em;
}

.button-wrap.text-center .button--default {
  display: inline-block;
}
/* ==========================================================================

    sub-title

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.sub-title {
  box-sizing: border-box;
	color: #ffffff;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 17px;
  letter-spacing: 0.15em;
  line-height: 2;
	position: relative;
}
@media screen and (max-width: 767px) {
	.sub-title {
		font-size: 14px;
    line-height: 1.7;
	}
}
/* ==========================================================================

    sound-link

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-sound-link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .division-top-sound-link {
    margin-top: 30px;
  }
}

.division-bottom-sound-link {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .division-bottom-sound-link {
    margin-bottom: 30px;
    }
}

.sound-link__inner {
  position: relative;
  text-align: center;
}

.sound-link__inner:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzYiIGhlaWdodD0iNzUuOTk5IiB2aWV3Qm94PSIwIDAgNzYgNzUuOTk5Ij48ZGVmcz48ZmlsdGVyIGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iNzYiIGhlaWdodD0iNzUuOTk5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBpbnB1dD0iU291cmNlQWxwaGEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1IiByZXN1bHQ9ImIiLz48ZmVGbG9vZCBmbG9vZC1jb2xvcj0iIzE4MjA0NSIgZmxvb2Qtb3BhY2l0eT0iMC4wNzgiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9ImIiLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgMCwgMCkiIGZpbHRlcj0idXJsKCNhKSI+PHBhdGggZD0iTS0xOTQuMzcsNjY0LjMzNWEyMywyMywwLDAsMC0yMywyMywyMywyMywwLDAsMCwyMywyMywyMywyMywwLDAsMCwyMy0yM0EyMywyMywwLDAsMC0xOTQuMzcsNjY0LjMzNVptLTQuMjY4LDMwLjYzVjY3OS43bDEzLjIxNiw3LjYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMyLjM3IC02NDkuMzQpIiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: calc(50% - 38px);
  height: 76px;
  position: absolute;
  top: calc(50% - 10px);
  transition: background-image .3s;
  transform: translateY(-50%);
  width: 76px;
}

.sound-link__inner:after {
  color: #ffffff;
  content: "play";
  font-family: 'futura-pt', sans-serif;
  font-size: 13px;
  left: 50%;
  letter-spacing: .35em;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: .5s;
  top: calc(50% + 22px);
}

.sound-link a {
  color: #403434;
  text-decoration: none;
  transition: .5s;
}

.sound-link:hover a {
  color: ;
}

.sound-link .sound-link__inner__bg path {
  fill: #C7C2C2;
  transition: .5s;
}
.sound-link:hover .sound-link__inner__bg path {
  fill: rgba(0,52,101,.3);
}

.sound-link:hover .sound-link__inner:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzYiIGhlaWdodD0iNzUuOTk5IiB2aWV3Qm94PSIwIDAgNzYgNzUuOTk5Ij48ZGVmcz48ZmlsdGVyIGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iNzYiIGhlaWdodD0iNzUuOTk5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBpbnB1dD0iU291cmNlQWxwaGEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1IiByZXN1bHQ9ImIiLz48ZmVGbG9vZCBmbG9vZC1jb2xvcj0iIzE4MjA0NSIgZmxvb2Qtb3BhY2l0eT0iMC4wNzgiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9ImIiLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgMCwgMCkiIGZpbHRlcj0idXJsKCNhKSI+PHBhdGggZD0iTS0xOTQuMzcsNjY0LjMzNWEyMywyMywwLDAsMC0yMywyMywyMywyMywwLDAsMCwyMywyMywyMywyMywwLDAsMCwyMy0yM0EyMywyMywwLDAsMC0xOTQuMzcsNjY0LjMzNVptLTQuMjY4LDMwLjYzVjY3OS43bDEzLjIxNiw3LjYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMyLjM3IC02NDkuMzQpIiBmaWxsPSIjMmM0ZGRiIi8+PC9nPjwvc3ZnPg==);
}

.sound-link:hover .sound-link__inner:after {
  color: ;
}
/* ==========================================================================

    strong

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.strong {
	font-weight: 600;
}
/* ==========================================================================

    square_column

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-square_column {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .division-top-square_column {
    margin-top: 40px;
  }
}
.division-bottom-square_column {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .division-botttom-square_column {
    margin-bottom: 20px;
  }
}
.square_column {
    padding: 90px 0;
    position: relative;
}
@media screen and (max-width: 1049px) {
    .square_column {
        padding: 30px 0;
    }
}
@media screen and (max-width: 767px) {
    .square_column {
        padding: 120px 0 0 0;
    }
    .square_column:not(:last-child) {
        margin-bottom: 60px;
    }
}

.square_column .square_column__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .square_column .square_column__bg {
        height: calc(100% - 40px);
        width: calc(50% + 117px);
    }
}
@media screen and (max-width: 414px) {
    .square_column .square_column__bg {
        max-height: 237px;
        width: calc(100% - 20px);
    }
}

.square_column:nth-child(odd) .square_column__bg {
    right: 0;
}

.square_column:nth-child(even) .square_column__bg {
    left: 0;
}

.square_column > .square_column__inner {
    background-color: #ffffff;
    position: relative;
    padding: 50px 100px;
    position: relative;
    width: calc(50% + 150px);
}
@media screen and (max-width: 1049px) {
    .square_column > .square_column__inner {
        padding: 50px;
        width: calc(50% + 200px);
    }
}
@media screen and (max-width: 767px) {
    .square_column > .square_column__inner {
        padding: 50px 30px 0 20px;
        width: calc(100% - 20px);
    }
}

.square_column:nth-child(even) .square_column__inner {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .square_column .square_column__inner .button--default a {
        margin: 0;
    }
}





/* gray */


.division-top-square_column--gray {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .division-top-square_column--gray {
    margin-top: 30px;
  }
}
.division-bottom-square_column--gray {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .division-botttom-square_column--gray {
    margin-bottom: 20px;
  }
}
.square_column--gray {
    padding: 50px 0;
    position: relative;
}
.square_column--gray:not(:first-child) {
    margin-top: -15px;
}
@media screen and (max-width: 1049px) {
    .square_column--gray {
        padding: 30px 0;
    }
    .square_column--gray:not(:first-child) {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .square_column--gray {
        padding: 160px 0 0 0;
    }
    .square_column--gray:not(:last-child) {
        margin-bottom: 30px;
    }
}

.square_column--gray .square_column--gray__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: absolute;
    top: 0;
    width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
    .square_column--gray .square_column--gray__bg {
      height: 253px;
      width: calc(100% - 20px);
      max-width: 450px;
    }
}
@media screen and (max-width: 366px) {
    .square_column--gray .square_column--gray__bg {
      height: 190px;
      width: calc(100% - 20px);
    }
}

.square_column--gray:nth-child(odd) .square_column--gray__bg {
    left: 0;
}

.square_column--gray:nth-child(even) .square_column--gray__bg {
    right: 0;
}

.square_column--gray > .square_column--gray__inner {
  min-height: 350px;
  background-color: #F2F2F4;
  position: relative;
  padding: 60px 80px;
  position: relative;
  width: calc(50% + 70px);
  margin-left: calc(50% - 100px);
  box-sizing: border-box;
}
@media screen and (max-width: 1049px) {
    .square_column--gray > .square_column--gray__inner {
        padding: 50px;
        width: calc(50% + 70px);
        margin-left: calc(50% - 100px);
    }
}
@media screen and (max-width: 767px) {
    .square_column--gray > .square_column--gray__inner {
        min-height: inherit;
        padding: 30px;
        width: calc(100% - 20px);
        margin-left: 20px;
    }
}

.square_column--gray:nth-child(even) .square_column--gray__inner {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .square_column--gray:nth-child(even) .square_column--gray__inner {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .square_column--gray .square_column--gray__inner .heading-3:not(:last-child) {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .square_column--gray .square_column--gray__inner .button--default a {
      margin: 0;
  }
}
/* ==========================================================================

    paragraph

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.paragraph {
	color: #403434;
	font-family: 'NotoSansCJKjp', sans-serif;
	font-size: 16px;
	letter-spacing: .15em;
	line-height: 2;
}
@media screen and (max-width:767px) {
	.paragraph {
    font-size: 13px;
	}
}

.paragraph:not(:first-child) {
	margin-top: 20px
}
.paragraph:not(:last-child) {
	margin-bottom: 20px
}

.division-top-paragraph {
	margin-top: 20px
}

.division-bottom-paragraph {
	margin-bottom: 20px
}
/* ==========================================================================

    0：関連URL

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-relation-link {
    margin-top: 80px;
}
.division-bottom-relation-link {
    margin-bottom: 30px;
}

.relation-link-title {
  font-size: 17px;
  letter-spacing: .17em;
  line-height: 2;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
}
.relation-link:not(:first-child) {
  margin-top: 15px;
}
.relation-link a {
  font-size: 18px;
  letter-spacing: .15em;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
	color: #403434;
	display: inline-block;
	padding-left: 35px;
	position: relative;
	text-decoration: none;
	transition: .5s;
}
@media screen and (max-width: 767px) {
	.relation-link a {
		padding-left: 30px;
	}
}

.relation-link a:before {
	background-color: #005AB2;
	border-radius: 100%;
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	top: 3px;
	transition: .5s;
	width: 20px;
}
@media screen and (max-width: 767px) {
	.relation-link a:before {
		height: 20px;
		top: 3px;
		width: 20px;
	}
}

.relation-link a:after {
	content: "";
	position: absolute;
	display: inline-block;
	left: 6px;
  width: 6px;
  height: 6px;
	top: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	transition: .5s;
}
.relation-link a:hover {
  color: #005AB2;
}
.relation-link a:hover:after {
  left: 9px;
}
@media screen and (max-width: 767px) {
	.relation-link a:after {
		width: 6px;
		height: 6px;
		top: 10px;
	}
}


@media only screen and (max-width: 767px) {
  .relation-link {
    display: block;
    padding-right: 0;
  }
}
/* ==========================================================================

    table

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.table {
  border: 1px solid #C7C2C2;
  width: 100%;
}
.table-scroll:not(:first-child) {
  margin-top: 40px
}
.table-scroll:not(:last-child) {
  margin-bottom: 40px
}

.table__head__row__header:before {
  left: -4px;
  top: 0;
}
.table__head__row__header--none:before,
.table__body__row:last-of-type .table__body__row__header:first-of-type:before {
  left: 0;
}

.table__head__row__header:last-child:after {
  right: 0;
  top: 0;
}
.table__body__row:last-of-type .table__body__row__header:before,
.table__body__row:last-of-type .table__body__row__data:before {
  bottom: 0;
  left: -4px;
}
.table__body__row:last-of-type .table__body__row__data:last-of-type:after {
  bottom: 0;
  right: 0;
}

.table__head__row__header {
  border-right: 1px solid #C7C2C2;
  border-bottom: 1px solid #C7C2C2;
  box-sizing: border-box;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  letter-spacing: .34em;
  line-height: 2.1;
  padding: 20px;
}
.table__head__row__header:last-of-type {
  border-right: 1px solid #C7C2C2;
}

.table__head__row__header--none {
  background-image: linear-gradient(to top right,transparent, transparent 50%,#C7C2C2 50.5%, #C7C2C2 51%,transparent 50%, transparent);
  overflow: hidden;
}
 
.table__body__row__header {
  background-color: ;
  border-right: 1px solid #C7C2C2;
  border-bottom: 1px solid #C7C2C2;
  box-sizing: border-box;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  letter-spacing: .34em;
  line-height: 2.1;
  padding: 20px;
  width: 150px;
}
@media screen and (max-width:1049px) {
  .table__body__row__header {
    width: 150px
  }
}
@media screen and (max-width:767px) {
  .table__body__row__header {
    width: 120px
  }
}
.table__body__row__data {
  border-right: 1px solid #C7C2C2;
  border-bottom: 1px solid #C7C2C2;
  box-sizing: border-box;
  padding: 18px 15px;
}
.table__body__row:last-of-type .table__body__row__header {
  border-bottom: 1px solid #C7C2C2;
}
@media screen and (max-width:767px) {
  .table-scroll {
    overflow-x: scroll;
    position: relative;
  }
  .table-scroll>.table {
    width: 650px
  }
  .table-scroll:before, .table-scroll:after {
    content: "";
  }
  .table-scroll:before {
    background-color: rgba(46,46,56,0.5);
    border-radius: 10px;
    box-sizing: border-box;
    content: "SWIPE";
    color: ;
    font-family: Yantramanav-Black, serif;
    font-size: 13px;
    left: 50%;
    letter-spacing: .6em;
    line-height: 60px;
    height: 120px;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-top: 35px;
    position: absolute;
    top: 50%;
    width: 120px;
  }
  .table-scroll:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3MC42OSAxNS40MyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zd2lwZTwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNjEuMzIsNS41OCw1OSwzLjQzQTEuODYsMS44NiwwLDAsMSw1OS4xNC41NWgwYTIuNTgsMi41OCwwLDAsMSwzLjMuMWw4LjI1LDcuNzNMNjEuMiwxNWEyLjU5LDIuNTksMCwwLDEtMy4yOS0uMzJoMGExLjg4LDEuODgsMCwwLDEsLjM3LTIuODdsMy4wNi0yLjEyYTM5My44NSwzOTMuODUsMCwwLDAtNTguOC4zQTIuMjYsMi4yNiwwLDAsMSwwLDguMTVIMEEyLjE2LDIuMTYsMCwwLDEsMi4xMyw1LjksNDAwLjQ1LDQwMC40NSwwLDAsMSw2MS4zMiw1LjU4WiIvPjwvZz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    height: 9px;
    left: calc(50% - 18px);
    position: absolute;
    top: calc(50% - 20px);
    width: 36px;
  }
  .table-scroll.is-load:after {
    -webkit-animation: table-swipe 1s ease 0s infinite;
    animation: table-swipe 1s ease 0s infinite;
  }
  
  
  .table-scroll.is-checked:before, .table-scroll.is-checked:after {
    content: normal
  }
}
/* ==========================================================================

    tag-list

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */




.tag-list {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    flex-wrap: wrap;
}

.tag-list:not(:last-child) {
    margin-bottom: 20px;
}

.tag-list__item {
    background-color: rgba(0,52,101,.3);
    color: #ffffff;
    border-radius: 50px;
    font-family: 'NotoSansCJKjp', sans-serif;
    font-size: 16px;
    letter-spacing: .15em;
    line-height: 1;
    padding: 9px 20px;
    text-align: center;
}

.tag-list__item:not(:last-child) {
    margin-right: 15px;
}

.heading-icon-columns .heading-4:not(:last-child) {
    margin-top: 30px;
}
/* ==========================================================================

  tab

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-tab {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.division-top-tab {
		margin-top: 45px;
	}
}

.division-bottom-tab {
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.division-bottom-tab {
    margin-bottom: 60px;
	}
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
}
.tab .tab__list {
  flex: inherit;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width:768px) {
	.tab.tab--four .tab__list {
		width: calc(25% - 5px);
	}
	.tab.tab--five .tab__list {
		width: calc(20% - 5px);
	}
}

.tab .tab__list:not(:first-child) {
  margin-left: 5px;
}

@media screen and (min-width:768px) {
  .tab.tab--four .tab__list:nth-child(5n) {
    margin-left: 0;
  }
}

.tab .tab__list .tab__list__link {
  display: block;
  padding: 15px 10px 10px 10px;
  border-bottom: 8px solid #eee;
  font-size: 17px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  color: #403434;
  position: relative;
  transition: .5s;
}
.tab .tab__list .tab__list__link:before,
.tab .tab__list .tab__list__link:after {
  content: "";
  width: 2px;
  display: inline-block;
  position: absolute;
  left: calc(50% - 1px);
}
.tab .tab__list .tab__list__link:before {
  content: "";
  height: 0;
  bottom: -8px;
  background-color: #ffffff;
  z-index: 2;
  transition: .2s .3s;
}
.tab .tab__list .tab__list__link:after {
  content: "";
  height: 0;
  bottom: -28px;
  transition: .3s;
  background-color: #005AB2;
}
.tab .tab__list .tab__list__link .tab__list__link__text {
  display: block;
  position: relative;
  padding-top: 15px;
}
.tab .tab__list .tab__list__link .tab__list__link__text:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1LjgzMyIgdmlld0JveD0iMCAwIDUwIDUuODMzIj4KICA8cGF0aCBpZD0i44OR44K5XzU4NjEiIGRhdGEtbmFtZT0i44OR44K5IDU4NjEiIGQ9Ik0xMTkuMjUyLDIxNy4xMjRhMTAuNzQ2LDEwLjc0NiwwLDAsMCw2LjkxMy0yLjU2di0uMDA2YTEwLjYxNywxMC42MTcsMCwwLDAsMTMuODM1LjAwNnYtLjAwNmExMC42MTcsMTAuNjE3LDAsMCwwLDEzLjgzNS4wMDZ2LS4wMDZhMTAuNzQ4LDEwLjc0OCwwLDAsMCw2LjkyMiwyLjU2NiwxMC40NjYsMTAuNDY2LDAsMCwwLDQuMjQzLS45VjIxNC4wNWE3LjY1Nyw3LjY1NywwLDAsMS00LjI0MywxLjI5MSw4LjIzMiw4LjIzMiwwLDAsMS02LjkyLTQuMDVsMCwwdi4wMDhxLS4wNzEuMTEtLjE0My4yMTdhOS4yNzksOS4yNzksMCwwLDEtMi4yNTcsMi4zNDYsNy42OSw3LjY5LDAsMCwxLTQuNTEzLDEuNDc3LDguMjMyLDguMjMyLDAsMCwxLTYuOTItNC4wNWwwLDB2LjAwOHEtLjA3MS4xMS0uMTQzLjIxN2E5LjI3OSw5LjI3OSwwLDAsMS0yLjI1NiwyLjM0Niw3LjY5LDcuNjksMCwwLDEtNC41MTMsMS40NzcsOC4yMzIsOC4yMzIsMCwwLDEtNi45Mi00LjA1bDAsMHYuMDA4cS0uMDcxLjExLS4xNDMuMjE3YTkuMjc3LDkuMjc3LDAsMCwxLTIuMjU2LDIuMzQ2LDcuNjI0LDcuNjI0LDAsMCwxLTguNzY1LjE3OXYyLjE3OEExMC40NzUsMTAuNDc1LDAsMCwwLDExOS4yNTIsMjE3LjEyNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTUgLTIxMS4yOTEpIiBmaWxsPSIjMDA1YWIyIi8+Cjwvc3ZnPgo=);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  transition: .5s;
  transform: translateY(5px);
  opacity: 0;
}
.tab .tab__list .tab__list__link:hover {
  cursor: pointer;
  border-bottom: 8px solid #005AB2;
  color: #005AB2;
}
.tab .tab__list .tab__list__link:hover:before {
  height: 8px;
}
.tab .tab__list .tab__list__link:hover:after {
  height: 23px;
}
.tab .tab__list .tab__list__link:hover .tab__list__link__text:before {
  transform: translateY(0);
  opacity: 1;
}
.tab .tab__list.is-tab-active .tab__list__link {
  border-bottom: 8px solid #005AB2;
  color: #005AB2;
}
.tab .tab__list.is-tab-active .tab__list__link:before {
  height: 8px;
}
.tab .tab__list.is-tab-active .tab__list__link:after {
  height: 20px;
}
.tab .tab__list.is-tab-active .tab__list__link .tab__list__link__text:before {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .tab .tab__list {
    flex: inherit;
    width: calc(50% - 1px);
  }
  .tab .tab__list:not(:first-child) {
    margin-left: 0;
  }
  .tab .tab__list:nth-child(2n) {
    margin-left: 2px;
  }
  .tab .tab__list .tab__list__link {
    padding: 0 10px 5px 10px;
    font-size: 14px;
  }
  .tab .tab__list .tab__list__link .tab__list__link__text:before {
    width: 35px;
    height: 4px;
    left: calc(50% - 18px);
  }
}
/* ==========================================================================

  table-assessment

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-table-assessment {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .division-top-table-assessment {
    margin-top: 40px;
  }
}

.division-bottom-table-assessment {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .division-bottom-table-assessment {
    margin-bottom: 40px;
  }
}

.table-assessment__table {
  border: 1px solid #C7C2C2;
}

.table-assessment__head__row__header.table__head__row__header--title {
  background-color: #403434;
  color: #ffffff;
}


.table__head__row__header--logo {
  background-color: #005AB2;
  border-right: 1px solid #C7C2C2;
  vertical-align: middle;
  width: 350px;
}

.table__head__row__header--logo img {
  display: table-cell;
  margin: 0 auto;  
}


.table-assessment__head__row__header {
  color: #403434;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 20px;
  letter-spacing: .15em;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  width: 350px;
}

 .table-assessment__head__row__header:not(:last-child) {
  border-right: 1px solid #C7C2C2;
}

.table-assessment__body__row__header {
  border-right: 1px solid #C7C2C2;
  background-color: #F2F2F4; 
  color: #403434;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 2;
  padding: 17px 20px;
}

.table-assessment__body__row:not(:last-child) {
  border-bottom: 1px solid #C7C2C2;
}

.table-assessment__body__row__data {
  padding: 20px 25px;
  text-align: center;
  vertical-align: middle;
}

.table-assessment__body__row__data:not(:last-child) {
  border-right: 1px solid #C7C2C2;
}

.table-assessment__body__row__data:first-of-type {
  color: #005AB2;
  background-color: rgba(244,43,65,.05);
}

.data_circle {
  border: 2px solid #403434;
  border-radius: 100%;
  display: block;
  height: 18px;
  margin: 0 auto;
  width: 18px;
}

.data_triangle {
  display: block;
  height: 17px;
  position: relative;
  margin: 0 auto;
  width: 20px;
}

.data_triangle:before,
.data_triangle:after {
  border-style: solid;
  content: "";
  height: 0;
  width: 0;
}

.data_triangle:before {
  border-width: 0 10px 17px 10px;
  border-color: transparent transparent #403434 transparent;
  left: 0;
  position: absolute;
  top: 0;
}

.data_triangle:after {
  border-width: 0 6px 11px 6px;
  border-color: transparent transparent #ffffff transparent;
  left: 4px;
  position: absolute;
  top: 4px;
}

.data_cross {
  display: block;
  height: 14px;
  position: relative;
  margin: 0 auto;
  width: 14px;
}

.data_cross:before,
.data_cross:after {
  background-color: #403434;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.data_cross:before {
  transform: rotate(45deg);
}

.data_cross:after {
  transform: rotate(135deg);
}

.table-assessment__body__row__data:first-of-type .data_circle {
  border: 3px solid #005AB2;
  height: 26px;
  width: 26px;
}

.table-assessment__body__row__data:first-of-type .data_circle {
  border: 3px solid #005AB2;
  height: 26px;
  width: 26px;
}

.table-assessment__body__row__data:first-of-type .data_triangle {
  height: 23px;
  width: 30px;
}

.table-assessment__body__row__data:first-of-type .data_triangle:before {
  border-width: 0 15px 23px 15px;
  border-color: transparent transparent #005AB2 transparent;
}

.table-assessment__body__row__data:first-of-type .data_triangle:after {
  border-width: 0 9px 14px 9px;
  left: 6px;
  top: 6px;;
}

.table-assessment__body__row__data:first-of-type .data_cross {
  display: block;
  height: 23px;
  position: relative;
  margin: 0 auto;
  width: 4px;
}

.table-assessment__body__row__data:first-of-type .data_cross:before,
.table-assessment__body__row__data:first-of-type .data_cross:after {
  background-color: #005AB2;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}
/* ==========================================================================

  table-comparison

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-table-comparison {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .division-top-table-comparison {
    margin-top: 40px;
  }  
}

.division-bottom-table-comparison {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .division-top-table-comparison {
    margin-bottom: 40px;
  }  
}

.table-comparison__table {
  border: 1px solid #C7C2C2;
}

.table__head__row__header--logo {
  background-color: #005AB2;
  border-right: 1px solid #C7C2C2;
  vertical-align: middle;
  width: 350px;
}

.table__head__row__header--logo img {
  display: table-cell;
  margin: 0 auto;  
}


.table-comparison__head__row__header {
  color: #403434;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 20px;
  letter-spacing: .15em;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  width: 350px;
}

 .table-comparison__head__row__header:not(:last-child) {
  border-right: 1px solid #C7C2C2;
}

.table-comparison__body__row:not(:last-child) {
  border-bottom: 1px solid #C7C2C2;
}

.table-comparison__body__row__header {
  background-color: #F2F2F4;
  color: #403434;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 18px;
  letter-spacing: .15em;
  line-height: 1.5;
  padding: 9px 20px;
  text-align: center;
}

.table-comparison__body__row__data {
  padding: 20px 25px;
}

.table-comparison__body__row__data:not(:last-child) {
  border-right: 1px solid #C7C2C2;
}

.data_circle {
  border: 2px solid #403434;
  border-radius: 100%;
  display: block;
  height: 18px;
  margin: 0 auto;
  width: 18px;
}

.data_triangle {
  display: block;
  height: 17px;
  position: relative;
  margin: 0 auto;
  width: 20px;
}

.data_triangle:before,
.data_triangle:after {
  border-style: solid;
  content: "";
  height: 0;
  width: 0;
}

.data_triangle:before {
  border-width: 0 10px 17px 10px;
  border-color: transparent transparent #403434 transparent;
  left: 0;
  position: absolute;
  top: 0;
}

.data_triangle:after {
  border-width: 0 6px 11px 6px;
  border-color: transparent transparent #ffffff transparent;
  left: 4px;
  position: absolute;
  top: 4px;
}

.data_cross {
  display: block;
  height: 14px;
  position: relative;
  margin: 0 auto;
  width: 4px;
}

.data_cross:before,
.data_cross:after {
  background-color: #403434;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.data_cross:before {
  transform: rotate(45deg);
}

.data_cross:after {
  transform: rotate(135deg);
}

.table-comparison__body__row__data:first-of-type .data_circle {
  border: 3px solid #005AB2;
  height: 26px;
  width: 26px;
}

.table-comparison__body__row__data:first-of-type .data_circle {
  border: 3px solid #005AB2;
  height: 26px;
  width: 26px;
}

.table-comparison__body__row__data:first-of-type .data_triangle {
  height: 23px;
  width: 30px;
}

.table-comparison__body__row__data:first-of-type .data_triangle:before {
  border-width: 0 15px 23px 15px;
  border-color: transparent transparent #005AB2 transparent;
}

.table-comparison__body__row__data:first-of-type .data_triangle:after {
  border-width: 0 9px 14px 9px;
  left: 6px;
  top: 6px;;
}

.table-comparison__body__row__data:first-of-type .data_cross {
  display: block;
  height: 23px;
  position: relative;
  margin: 0 auto;
  width: 4px;
}

.table-comparison__body__row__data:first-of-type .data_cross:before,
.table-comparison__body__row__data:first-of-type .data_cross:after {
  background-color: #005AB2;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}

.table-comparison__body__row__data:first-of-type {
  color: #005AB2;
  background-color: rgba(244,43,65,.05);
}
/* ==========================================================================

  table-combination

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-table-combination {
  margin-top: 50px;
}

.division-bottom-table-combination {
  margin-bottom: 50px;
}

.table-combination {
}

.table-combination__table {
  border: 1px solid #C7C2C2;
}

.table-combination__head__row__header.table__head__row__header--title {
  background-color: #403434;
  color: #ffffff;
}


.table__head__row__header--logo {
  background-color: #005AB2;
  border-right: 1px solid #C7C2C2;
  vertical-align: middle;
  width: 350px;
}

.table__head__row__header--logo img {
  display: table-cell;
  margin: 0 auto;  
}


.table-combination__head__row__header {
  color: #403434;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 20px;
  letter-spacing: .15em;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  width: 350px;
}

 .table-combination__head__row__header:not(:last-child) {
  border-right: 1px solid #C7C2C2;
}

.table-combination__body__row:not(:last-child) {
  border-bottom: 1px solid #C7C2C2;
}

.table-combination__body__row__header {
  color: #403434;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 2;
  padding: 17px 20px;
  vertical-align: middle;
  width: 263px;
}

.table-combination__body__row__header:not(:last-child) {
  border-right: 1px solid #C7C2C2;
}

.table-combination__body__row__header:not(:last-child) {
  border-bottom: 1px solid #C7C2C2;
}

.table-combination__body__row__data {
  padding: 15px 25px;
}

.table-combination__body__row__data:not(:last-child) {
  border-right: 1px solid #C7C2C2;
}

.table-combination__body__row__data:last-child {
  background-color: rgba(44,77,219,.03);
}

.table-combination__body__row__data:last-child .paragraph {
  color: ;
}
/* ==========================================================================

    view

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



@media screen and (max-width:1049px) {
	.view--is-desktop {
		display: none
	}
}
.view--is-desktop-lower {
		display: block
}
@media screen and (max-width:767px) {
	.view--is-desktop-lower {
		display: none
	}
}

.view--is-laptop {
	display: none
}
@media screen and (min-width:768px) and (max-width:1049px) {
	.view--is-laptop {
		display: block
	}
}

.view--is-laptop-lower {
	display: none
}
@media screen and (max-width:1049px) {
	.view--is-laptop-lower {
		display: block
	}
}

.view--is-palmtop {
	display: none
}
@media screen and (max-width:767px) {
	.view--is-palmtop {
		display: block
	}
}
/* ==========================================================================

    youtube

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.youtube {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ==========================================================================

    font-size

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



/* 文字サイズ「小」 */
.f_small .natural p,
.f_small p.paragraph,
.f_small .description-list__content__inner,
.f_small .tab__list__item__content__data__wrap,
.f_small .figure figcaption,
.f_small .description-list__heading,
.f_small .tab__list__item__content__term__button,
.f_small .anchor__item a {
  font-size: 14px;
  line-height: 2;
}
.f_small .lead {
  font-size: 15px;
  line-height: 2;
}

/* 文字サイズ「中」 */
.f_middle .natural p,
.f_middle p.paragraph,
.f_middle .description-list__content__inner,
.f_middle .tab__list__item__content__data__wrap,
.f_middle .figure figcaption,
.f_middle .description-list__heading,
.f_middle .tab__list__item__content__term__button,
.f_middle .anchor__item a {
  font-size: 16px;
  line-height: 1.8;
}
.f_middle .lead {
  font-size: 17px;
  line-height: 1.8;
}

/* 文字サイズ「大」 */
.f_large .natural p,
.f_large p.paragraph,
.f_large .description-list__content__inner,
.f_large .tab__list__item__content__data__wrap,
.f_large .figure figcaption,
.f_large .description-list__heading,
.f_large .tab__list__item__content__term__button,
.f_large .anchor__item a {
  font-size: 17px;
  line-height: 1.7;
}
.f_large .lead {
  font-size: 18px;
  line-height: 1.7;
}
/* ==========================================================================

    img_common_cta

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.img-common-cta  {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .img-common-cta  {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.img-common-cta .common_cta {
  overflow: hidden;
  margin-top: 50px;
}
.img-common-cta .cta-area.common_cta {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .img-common-cta .common_cta {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1050px) {
  .img-common-cta .common_cta {
    margin-top: 0;
  }
}

.img-common-cta .common_cta ::selection {
  background-color: transparent;
}

.natural .img-common-cta a {
  display: block;
}
.natural .img-common-cta a.cta_button:hover {
  opacity: 1;
}
.img-common-cta .cta-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,103,178,.55);
  transition: .5s;
}

.img-common-cta .cta-area__container {
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .img-common-cta .cta-area__container {
    padding: 80px 40px 65px;
  }
}
@media screen and (min-width: 1050px) {
  .img-common-cta .cta-area__container {
    padding: 25px 60px;
  }
  .img-common-cta .img-common-cta-area-wrap--column-two .cta-area__container {
    padding: 80px 60px;
  }
}

.img-common-cta .common_cta_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  transition: .5s;
}
.img-common-cta .common_cta:hover .common_cta_bg {
  transform: scale(1.1);
}
.img-common-cta .img-common-cta__decoration-image {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.img-common-cta .img-common-cta__decoration-image img {
  width: 100%;
}

.img-common-cta .img-common-cta__decoration-image--top {
  top: 25px;
}
.img-common-cta .img-common-cta__decoration-image--bottom {
  bottom: 25px;
}
@media screen and (min-width: 768px) {
  .img-common-cta .img-common-cta__decoration-image--top {
    top: 15px;
  }
  .img-common-cta .img-common-cta__decoration-image--bottom {
    bottom: 15px;
  }
}
@media screen and (min-width: 1050px) {
  .img-common-cta .img-common-cta__decoration-image--top {
    top: 10px;
  }
  .img-common-cta .img-common-cta__decoration-image--bottom {
    bottom: 10px;
  }
  .img-common-cta .img-common-cta-area-wrap--column-two .img-common-cta__decoration-image--top {
    top: 15px;
  }
  .img-common-cta .img-common-cta-area-wrap--column-two .img-common-cta__decoration-image--bottom {
    bottom: 15px;
  }
}

@media screen and (min-width: 1050px) {
  .img-common-cta .img-common-cta-area-wrap--column-two {
    display: grid;
    grid-template-columns: minmax(calc(50% - 25px), 1fr) minmax(calc(50% - 25px), 1fr);
    row-gap: 60px;
    column-gap: 50px;
  }
}

.img-common-cta .cta-area__inner {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .img-common-cta .cta-area__inner {
    display: flex;
  }
}
@media screen and (min-width: 1050px) {
  .img-common-cta .cta-area__inner {
    display: grid;
    grid-template-columns: 325px 1fr;
    column-gap: 55px;
  }
  .img-common-cta .img-common-cta-area-wrap--column-two .cta-area__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1150px) {
  .blog-wrap .img-common-cta .cta-area__inner {
    grid-template-columns: 220px 1fr;
  }
  .blog-wrap.news-wrap .img-common-cta .cta-area__inner {
    grid-template-columns: 325px 1fr;
  }
}
@media screen and (min-width: 1350px) {
  .blog-wrap .img-common-cta .cta-area__inner {
    grid-template-columns: 300px 1fr;
  }
  .blog-wrap.news-wrap .img-common-cta .cta-area__inner {
    grid-template-columns: 325px 1fr;
  }
}
.img-common-cta .cta-area__inner__contents {
  display: contents;
}
@media screen and (min-width: 1050px) {
  .img-common-cta .cta-area__inner__contents {
    display: contents;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .img-common-cta .img-common-cta-area-wrap--column-two .cta-area__inner__contents {
    display: contents;
  }
}

.img-common-cta .cta-area__inner__contents--tb {
  display: contents;
}
@media screen and (min-width: 768px) {
  .img-common-cta .cta-area__inner__contents--tb {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    order: 2;
  }
}
@media screen and (min-width: 1050px) {
  .img-common-cta .cta-area__inner__contents--tb {
    display: contents;
  }
}

.img-common-cta .cta-area__inner__contents--tb__text {
  display: contents;
}
@media screen and (min-width: 768px) {
  .img-common-cta .cta-area__inner__contents--tb__text {
    display: block;
  }
}
@media screen and (min-width: 1050px) {
  .img-common-cta .cta-area__inner__contents--tb__text {
    display: contents;
  }
}

.img-common-cta .cta-area__inner__image {
  width: 100%;
  max-width: calc(100% - 115px);
  height: 100%;
  min-width: 180px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  order: 3;
}
@media screen and (min-width: 768px) {
  .img-common-cta .cta-area__inner__image {
    flex-shrink: 0;
    max-width: 200px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 25px;
    order: 2;
  }
}
@media screen and (min-width: 1050px) {
  .img-common-cta .cta-area__inner__image {
    display: flex;
    grid-row: 1 / 5;
    align-items: center;
    justify-content: center;
    max-width: 325px;
    margin-right: 0;
    margin-bottom: 0;
    order: initial;
  }
  .img-common-cta .img-common-cta-area-wrap--column-two .cta-area__inner__image {
    max-width: 270px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    order: 3;
  }
}

.img-common-cta .heading-2,
.natural .img-common-cta .heading-2 {
  margin-bottom: 15px;
  padding-left: 0;
  border-left: none;
  word-break: break-word;
  order: 1;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
}
.img-common-cta .heading-2::before {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .img-common-cta .heading-2,
  .natural .img-common-cta .heading-2 {
    margin-bottom: 15px;
    font-size: 32px;
  }
  .img-common-cta .heading-2::before {
    width: 100px;
    height: 12px;
  }
}
@media screen and (min-width: 1050px) {
  .img-common-cta .heading-2,
  .natural .img-common-cta .heading-2 {
    margin-top: 55px;
    margin-bottom: 11px;
    text-align: left;
  }
  .img-common-cta .img-common-cta-area-wrap--column-two .heading-2 {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .img-common-cta .heading-2::before {
    left: 0;
    transform: translateX(0);
  }
  .img-common-cta .img-common-cta-area-wrap--column-two .heading-2::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.img-common-cta .common_cta .paragraph {
  margin-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  order: 2;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .img-common-cta .common_cta .paragraph {
    margin-bottom: 30px;
    order: 3;
  }
}
@media screen and (min-width: 1050px) {
  .img-common-cta .common_cta .paragraph {
    order: 2;
    margin-bottom: 15px;
  }
  .img-common-cta .img-common-cta-area-wrap--column-two .common_cta .paragraph {
    margin-bottom: 5px;
  }
}

.img-common-cta .division-top-text-button-back {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  order: 4;
}
@media screen and (min-width: 768px) {
  .img-common-cta .division-top-text-button-back {
    grid-column-start: 2;
    grid-column-end: 3;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1050px) {
  .img-common-cta .division-top-text-button-back {
    margin-bottom: 55px;
  }
  .img-common-cta .img-common-cta-area-wrap--column-two .division-top-text-button-back {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.img-common-cta .button--default .button__inner {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  padding: 17px 18px;
  border: 1px solid #ffffff;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  letter-spacing: .2em;
  line-height: 1.5;
  transition: .5s;
}
.img-common-cta .common_cta:hover .button--default .button__inner {
  color: #005AB2;
}
.img-common-cta .button--default .button__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  transform-origin: right top;
  transform: scale(0,1);
  transition: transform .5s ease;
}
.img-common-cta .common_cta:hover .button--default .button__inner:before {
  transform: scale(1,1);
  transform-origin: left top;
}
.img-common-cta .button--default .button__inner .button__text {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  word-break: break-word;
  z-index: 2;
}
.img-common-cta .button--default .button__inner .button__text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: .5s;
}
.img-common-cta .common_cta:hover .button--default .button__inner .button__text::before {
  border-top: 2px solid #005AB2;
  border-right: 2px solid #005AB2;
}
/* ==========================================================================

    no-img_common_cta

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* タグカラー
--------------------------------------*/








/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */




/* 英字のフォント */



/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.no-img-common-cta  {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .no-img-common-cta  {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.no-img-common-cta .cta-area-wrap {
  padding-bottom: 60px;
}
.no-img-common-cta .cta-area-wrap.cta-area-wrap--two {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .no-img-common-cta .cta-area-wrap.cta-area-wrap--two {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .no-img-common-cta .cta-area-wrap {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1050px) {
  .blog-wrap .no-img-common-cta .cta-area-wrap {
    padding-bottom: 0;
  }
  .blog-wrap.news-wrap .no-img-common-cta .cta-area-wrap {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1149px) {
  .blog-wrap .no-img-common-cta .cta-area-wrap {
    padding-bottom: 60px;
  }
}
.no-img-common-cta .cta-area-wrap::after {
  width: 100vw;
  height: 210px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .no-img-common-cta .cta-area-wrap--two:after {
    height: 210px;
  }
}
@media screen and (min-width: 1050px) {
  .blog-wrap .no-img-common-cta .cta-area-wrap::after {
    content: none;
  }
  .blog-wrap.news-wrap .no-img-common-cta .cta-area-wrap::after {
    content: "";
  }
}
@media screen and (min-width: 1050px) and (max-width: 1149px) {
  .blog-wrap .no-img-common-cta .cta-area-wrap::after {
    content: "";
  }
}

.no-img-common-cta .common_cta {
  overflow: hidden;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .no-img-common-cta .no-img-common-cta-area-wrap--column-one .common_cta {
    padding: 50px 20px;
  }
  .no-img-common-cta .cta-area-wrap--two .common_cta {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1050px) {
  .no-img-common-cta .no-img-common-cta-area-wrap--column-one .common_cta {
    padding: 60px;
  }
  .no-img-common-cta .cta-area-wrap--two .common_cta {
    padding: 50px 50px;
  }
}

.no-img-common-cta .cta-area--center {
  width: 100%;
}

.no-img-common-cta .cta-area {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 310px;
}
.no-img-common-cta .cta-area-wrap--two .cta-area {
  width: 100%;
  max-width: initial;
  margin-left: 0;
}
.no-img-common-cta .cta-area-wrap--two .cta-area:last-child {
  margin-right: 0;
}
.no-img-common-cta .cta-area:before {
  background-color: rgba(0,52,101,.5);
}
.no-img-common-cta .cta-area-wrap--two .cta-area::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .no-img-common-cta .cta-area {
    min-height: 260px;
  }
  .no-img-common-cta .cta-area-wrap--two .cta-area {
    width: calc(50% - 1px);
    max-width: 524px;
    min-height: 295px;
  }
  .no-img-common-cta .cta-area-wrap--two .cta-area:last-child {
    margin-left: 2px;
  }
}
@media screen and (min-width: 1050px) {
  .no-img-common-cta .cta-area {
    min-height: 290px;
  }
  .no-img-common-cta .cta-area-wrap--two .cta-area {
    min-height: 325px;
  }
}

.no-img-common-cta .common_cta_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  transition: .5s;
}
.no-img-common-cta .common_cta:hover .common_cta_bg {
  transform: scale(1.1);
}

.no-img-common-cta .cta-area__container {
  padding: 0;
}

.no-img-common-cta .heading-2,
.natural .no-img-common-cta .heading-2 {
  margin-bottom: 11px;
  padding-left: 0;
  border-left: none;
  word-break: break-word;
  order: 1;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
}
.no-img-common-cta .cta-area-wrap--two .cta-area__inner .heading-2 {
  position: relative;
  top: 0;
  left: 0;
  transform: initial;
}
.no-img-common-cta .heading-2::before {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .no-img-common-cta .no-img-common-cta-area-wrap--column-one .heading-2,
  .natural .no-img-common-cta .no-img-common-cta-area-wrap--column-one .heading-2 {
    font-size: 32px;
  }
  .natural .no-img-common-cta .cta-area-wrap--two .heading-2 {
    font-size: 22px;
  }
  .no-img-common-cta .no-img-common-cta-area-wrap--column-one .heading-2::before {
    width: 100px;
    height: 12px;
  }
}
@media screen and (min-width: 1050px) {
  .no-img-common-cta .heading-2,
  .natural .no-img-common-cta .heading-2,
  .natural .no-img-common-cta .cta-area-wrap--two .heading-2 {
    font-size: 32px;
  }
}

.no-img-common-cta .paragraph,
.natural .no-img-common-cta .paragraph {
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
  word-break: break-word;
}
@media screen and (min-width: 1050px) {
  .no-img-common-cta .cta-area-wrap--two .paragraph {
    margin-bottom: 10px;
  }
}
.natural .no-img-common-cta a {
  display: block;
}
.natural .no-img-common-cta a.cta_button:hover {
  opacity: 1;
}
.no-img-common-cta .cta-area__icon {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  transition: .5s;
}

.no-img-common-cta .cta-area__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #005AB2;
  border-radius: 100%;
  transition: .5s;
}
.no-img-common-cta .cta-area__icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 9px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: .5s;
}
.no-img-common-cta .common_cta:hover .cta-area__icon:after {
  left: 17px;
}
@media screen and (min-width: 1050px) {
  .no-img-common-cta .no-img-common-cta-area-wrap--column-one .cta-area__icon {
    width: 40px;
    height: 40px;
    padding-left: 40px;
  }
  .no-img-common-cta .no-img-common-cta-area-wrap--column-one .cta-area__icon:before {
    left: 0;
    width: 40px;
    height: 40px;
  }
  .no-img-common-cta .no-img-common-cta-area-wrap--column-one .cta-area__icon:after {
    top: 14px;
    left: 11px;
    width: 13px;
    height: 13px;
  }
  .no-img-common-cta .no-img-common-cta-area-wrap--column-one .common_cta:hover .cta-area__icon:after {
    left: 21px;
  }
}