@charset "UTF-8"

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* サイト全体で共通のウェブフォント */
@charset "UTF-8";

/* サイト全体で共通のフォント */

/* @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&subset=japanese"); */
/* 英字用 */
/* @import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=japanese"); */
/* Chathura */
/* @import url('https://fonts.googleapis.com/css2?family=Chathura:wght@100;300;400;700;800&display=swap'); */

/* Roboto */
@font-face {
  font-family: 'Roboto';
  src: url('//9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/raw_assets/public/TEST_NHS_DOCYOU/assets/fonts/roboto/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto';
  src: url('//9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/raw_assets/public/TEST_NHS_DOCYOU/assets/fonts/roboto/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url('//9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/raw_assets/public/TEST_NHS_DOCYOU/assets/fonts/roboto/Roboto-Bold.woff2') format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Roboto';
  src: url('//9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/raw_assets/public/TEST_NHS_DOCYOU/assets/fonts/roboto/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
}

/* Noto Sans JP */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('//9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/raw_assets/public/TEST_NHS_DOCYOU/assets/fonts/noto/NotoSansJP-Regular.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('//9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/raw_assets/public/TEST_NHS_DOCYOU/assets/fonts/noto/NotoSansJP-Medium.woff2') format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('//9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/raw_assets/public/TEST_NHS_DOCYOU/assets/fonts/noto/NotoSansJP-SemiBold.woff2') format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('//9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/raw_assets/public/TEST_NHS_DOCYOU/assets/fonts/noto/NotoSansJP-Bold.woff2') format('woff2');
  font-weight: 700;
}

/* chathura */
@font-face {
  font-family: 'chathura';
  src: url('//9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/raw_assets/public/TEST_NHS_DOCYOU/assets/fonts/chathura/Chathura-Regular.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'chathura';
  src: url('//9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/raw_assets/public/TEST_NHS_DOCYOU/assets/fonts/chathura/Chathura-Bold.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'chathura';
  src: url('//9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/raw_assets/public/TEST_NHS_DOCYOU/assets/fonts/chathura/Chathura-ExtraBold.woff2') format('woff2');
  font-weight: 800;
}

/* サイト全体で共通のアニメーション */
@charset "UTF-8";

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



/* tableのswipeアイコンの動き */

@keyframes table-swipe {
  0% {
    opacity: 0;
    transform: translate(-20px, 5px) rotate(0);
  }
  75% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg);
  }
}

/* リンクフェードイン */
@keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

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

/* フェードイン */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* scroll */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
}

/* サイト全体で共通の HTML 要素のスタイル */
@charset "UTF-8";


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


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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  color: #0F0F0F;
  background-color: #ffffff;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.78em;
}

html.is-hamburger-nav-open {
  overflow: hidden;
}

body {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1050px) {
  body {
    font-size: 1.4rem;
  }
}

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

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

sub {
  vertical-align: sub;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  sub {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1050px) {
  sub {
    font-size: 1.1rem;
  }
}

sup {
  vertical-align: super;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  sup {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1050px) {
  sup {
    font-size: 1.1rem;
  }
}

button {
  outline: none;
}

.block {
  display: block;
  text-decoration: none;
}

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

.inline-block {
  display: inline-block;
}

.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: none;
}

.word {
  display: inline-block;
}

.pc-only {
  display: block;
}

@media print, screen and (max-width: 760px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media print, screen and (max-width: 760px) {
  .sp-only {
    display: block;
  }
}

.hs_cos_wrapper_type_icon {
  display: none;
}

.hs-blog-listing .hs-breadcrumb-menu .last-crumb {
  display: none;
}

.hs_error_rollup {
  color: red;
  margin-top: 50px;
  text-align: center;
}

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

.natural--bg {
  box-sizing: border-box;
  background-color: #EDF0F7;
  padding: 30px;
}
@media screen and (max-width:767px) {
  .natural--bg {
    padding: 20px;
  }
}

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

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

.natural h2 {
  font-size: 2.2rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
}

.natural h2::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
}

@media screen and (min-width: 768px) {
  .natural h2 {
    font-size: 3.2rem;
  }
}

.natural h2:not(:first-child) {
  margin-top: 60px;
}

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

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

@media screen and (min-width: 768px) {
  .natural h2:not(:last-child) {
    margin-bottom: 45px;
  }
}

.natural h2::before {
  content: attr(data-decoration-text);
  display: block;
  color: #0F0F0F;
  font-size: 1.1rem;
  letter-spacing: .35em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .natural h2::before {
    font-size: 1.4rem;
  }
}

.natural h3 {
  font-size: 1.8rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
}

.natural h3::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
}

.natural h3::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
}

@media screen and (min-width: 768px) {
  .natural h3 {
    font-size: 2.4rem;
  }
}

.natural h3:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .natural h3:not(:first-child) {
    margin-top: 55px;
  }
}

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

@media screen and (min-width: 768px) {
  .natural h3:not(:last-child) {
    margin-bottom: 30px;
  }
}

.natural h4 {
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .natural h4 {
    font-size: 2.0rem;
  }
}

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

@media screen and (min-width: 768px) {
  .natural h4:not(:first-child) {
    margin-top: 45px;
  }
}

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

@media screen and (min-width: 768px) {
  .natural h4:not(:last-child) {
    margin-bottom: 25px;
  }
}

.natural h5 {
  color: #333333;
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .natural h5 {
    font-size: 1.8rem;
  }
}

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

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

.natural p {
  color: #333333;
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 2em;
  font-weight: 400;
}


.natural p::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
}

.natural p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
}

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

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

@media screen and (min-width: 768px) {
  .natural p {
    font-size: 1.6rem;
  }
}

.natural p:not(:first-child) {
	margin-top: 20px
}
.natural p:not(:last-child) {
	margin-bottom: 20px
}

.natural--white p {
  color: #ffffff;
}

.natural figure figcaption,
.natural caption {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .17em;
  margin-bottom: ;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .natural figure figcaption,
  .natural caption {
    font-size: 12px;
    line-height: 1.9;
  }
}
.natural figure {
  max-width: 750px;
  margin: 0 auto;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .natural pre {
    font-size: 13px;
  }
}

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


.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: #333333;
	display: inline-block;
	text-decoration: none;
	position: relative;
	transition: .5s;
	word-break: break-all;
	padding-left: 25px;
}
@media screen and (max-width: 767px) {
	.natural a {
		padding-left: 22px;
	}
}
@media screen and (min-width: 1050px) {
	.natural a:hover {
		color: #3B1E87;
		text-decoration: none;
	}
}

.natural a:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY3MjUiIGRhdGEtbmFtZT0i44OR44K5IDY3MjUiIGQ9Ik0tMzYuMjQsMjkuNDg2aDE5Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC0zNS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=") no-repeat center;
  background-size: contain;
	content: "";
  height: 3px;
	left: 0;
	position: absolute;
	top: calc(50% - 3px);
  width: 20px;
}
.natural a:after {
	background-color: #333333;
	bottom: 7px;
	content: "";
	height: 1px;
	left: 25px;
	position: absolute;
	transition: .5s;
	width: calc(100% - 25px);
}
@media screen and (max-width: 767px) {
	.natural a:after {
		left: 22px;
		width: calc(100% - 22px);
	}
}
@media all and (-ms-high-contrast:none){
.natural a:before {
  }
}
@media screen and (min-width: 1050px) {
	.natural a:hover:after {
		background-color: #3B1E87;
	}
}

.natural a[target="_blank"]:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkiIGhlaWdodD0iMTEuMDA0IiB2aWV3Qm94PSIwIDAgMTkgMTEuMDA0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i5ZCI5L2TXzM3IiBkYXRhLW5hbWU9IuWQiOS9kyAzNyIgZD0iTTIwODEwLDEwMjgxdi0xMWgxMnY1aDN2LTEuNzgyYS4yMi4yMiwwLDAsMSwuMzc3LS4xNTFsMy41NTUsMi41NTZhLjIyLjIyLDAsMCwxLS4xNTIuMzc3SDIwODIydjVabTExLTF2LTRoLTR2LS4zMTlhLjY3NC42NzQsMCwwLDEsLjY2LS42OGgzLjM0di00aC0xMHY5Wm0tNC00djBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA4MDkuOTk4IC0xMDI2OS45OTgpIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudCkiLz4KPC9zdmc+Cg==") no-repeat center;
  background-size: contain;
	content: "";
  height: 11px;
  left: 2px;
  position: absolute;
  top: calc(50% - 5px);
  width: 19px;
}


.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: 5px
}

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

.natural ul > li {
  list-style-type: none;
  padding-left: 15px;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 2em;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .natural ul > li {
    font-size: 1.6rem;
  }
}
.natural ul > li:before {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  border-radius: 100%;
  background-color: #BBBBBB;
}
@media screen and (min-width: 768px) {
  .natural ul > li:before {
    top: 15px;
  }
}
@media all and (-ms-high-contrast:none){
  .natural ul > li:before {
    top: 9px;
  }
}


/* 番号付きリスト */
.natural ol {
  display: list-item;
  padding-inline-start: 27px;
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .natural ol {
    padding-inline-start: 22px;
  }
}
.natural ol::marker {
  content: none;
}

.natural ol {
  counter-reset: item;
  list-style-type: decimal;
}
.natural ol::marker {
  content: none;
}

.natural ol > li {
  padding-left: 25px;
  list-style: none;
  margin-top: 0;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 2em;
  color: #333333;;
}
.natural ol li:nth-child(n+10) {
  padding-left: 35px;
}
.natural ol li:nth-child(n+100) {
  padding-left: 45px;
}
.natural ol > li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .natural ol li {
    font-size: 15px;
  }
}
@-moz-document url-prefix() {
  .natural ol {
    padding-inline-start: 25px;
  }
}

.natural table {
  border: 1px solid #BBBBBB;
  margin: 30px 0px;
}
@media screen and (max-width: 767px) {
  .natural table {
    display: block;
    overflow: scroll;
    width: 100%;
  }
}

.natural table th {
  border-bottom: 1px solid #BBBBBB;
  background-color: #fffacd;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .natural table th {
    font-size: 16px;
  }
}

.natural table th:not(:last-child) {
  border-right: 1px solid #BBBBBB;
}

.natural table tr:not(:last-child) {
  border-bottom: 1px solid #BBBBBB;
}

.natural table td {
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .natural table td {
    font-size: 13px;
  }
}

.natural table td:not(:last-child) {
  border-right: 1px solid #BBBBBB;
}

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

    フッター CTAバナー

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.cta-wrapper {
  position: relative;
}
.cta-wrapper__list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;	;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .cta-wrapper__list {
  	display: block;
  }
}

.cta-wrapper__list .cta-wrapper__list__item {
  width: calc(100% / 3);
}
/*----------*/
/*
.top-cta {
  display: flex;
}
.top-cta > div:first-child {
  flex: 1;
}
.top-cta > div:last-child {
  flex: 2;
}
.top-cta .cta-wrapper__list .cta-wrapper__list__item {
  flex: 1;
}
.cta-wrapper__list .cta-wrapper__list__item--case-study {
  display: none;
}
.top-cta .cta-wrapper__list .cta-wrapper__list__item--case-study {
  display: block;
}
*/
/*----------*/
@media screen and (max-width: 767px) {
  .cta-wrapper__list .cta-wrapper__list__item {
    width: 100%;
  }
  .cta-wrapper__list .cta-wrapper__list__item:not(:first-child) {
    margin-top: 1px;
  }
}

.cta-wrapper__list .cta-wrapper__list__item .heading-2__inner {
    margin-top: 20px;
    font-size: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .cta-wrapper__list .cta-wrapper__list__item .heading-2__inner {
      margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrapper__list .cta-wrapper__list__item .heading-2__inner {
    font-size: 1.8rem;
  }
}

.cta-wrapper__list .cta-wrapper__list__item .cta_button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
	overflow: hidden;
	height: 265px;
	position: relative;
	text-decoration: none;
	width: 100%;
	z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta-wrapper__list .cta-wrapper__list__item .cta_button {
    height: 160px;
    justify-content: start;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box !important;
    padding: 40px 20px;
  }
}
.cta-wrapper__list .cta-wrapper__list__item .cta_button:hover .footer-cta-arrow {
  background-position: 30px center;
}


.cta-wrapper__list .cta-wrapper__list__item .cta_button:before {
  content: "";
  width: 100%;
	height: 100%;
  top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .cta-wrapper__list .cta-wrapper__list__item--case-study .cta_button:before {
    background-position: right;
  }
  .cta-wrapper__list .cta-wrapper__list__item--contact .cta_button:before {
    background-position: 70%;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrapper__list .cta-wrapper__list__item--case-study .cta_button:before {
    background-position: top;
  }
}
.cta-wrapper__list .cta-wrapper__list__item .cta_button:hover:before {
  transform: scale(1.05);
}
.cta-wrapper__list__item--case-study .cta_button:before {
	background-image: url(https://9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/020_DocYou/img/common/bg_cta_case_study.jpg);
}
.cta-wrapper__list__item--download .cta_button:before {
	background-image: url(https://9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/020_DocYou/img/common/bg_cta_download.jpg);
}
.cta-wrapper__list__item--contact .cta_button:before {
	background-image: url(https://9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/020_DocYou/img/common/bg_cta_contact.jpg);
}
.cta-wrapper__list .cta-wrapper__list__item .cta_button:after {
  background: linear-gradient(to right,#a51269,#3b1e87);
  opacity: .7;
	bottom: 0;
	content: "";
  width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.hs-cta-wrapper .cta-wrapper__list__item__inner {
  position: relative;
  padding: 0 13% 5px;
  z-index: 2;
}
@media screen and (max-width: 1049px) {
  .hs-cta-wrapper .cta-wrapper__list__item__inner {
    padding: 0 10% 10px;
  }
}
@media screen and (max-width: 767px) {
  .hs-cta-wrapper .cta-wrapper__list__item__inner {
    padding: 0;
  }
}
.footer-cta-arrow {
  margin-top: 30px!important;
  width: 70px;
  height: 50px;
  border-radius: 25px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 30px 5px;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS4wMDkiIGhlaWdodD0iNC4wMjQiIHZpZXdCb3g9IjAgMCAzMS4wMDkgNC4wMjQiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS00Ni4yNCwyOS40ODZoMjkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTQ1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2Ljc0IC0yNS45NzcpIiBmaWxsPSIjZmZmIiBzdHJva2U9InJnYmEoMCwwLDAsMCkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
  border: 1px solid #ffffff;
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .footer-cta-arrow {
    margin-top: 25px!important;
    width: 60px;
    height: 35px;
    background-size: 20px 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS4wMDkiIGhlaWdodD0iNC4wMjMiIHZpZXdCb3g9IjAgMCAyMS4wMDkgNC4wMjMiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS0zNi4yNCwyOS40ODZoMTkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTM1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM2Ljc0IC0yNS45NzcpIiBmaWxsPSIjZmZmIiBzdHJva2U9InJnYmEoMCwwLDAsMCkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
  }
}
@charset "UTF-8";

/* コンテンツ */

.content {
  display: block;
  overflow: hidden;
}

.content-blog-post {
  overflow: visible;
}
@charset "UTF-8";

/* エレベーター */

.elevator {
  border-top: 1px solid #BBBBBB;
}

@media screen and (min-width: 768px) {
  .elevator__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
}

.is-no-breadcrumb .elevator__nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elevator__nav__breadcrumb {
  padding-top: 17px;
  padding-bottom: 17px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: -20px;
  margin-left: -20px;
}

@media screen and (min-width: 768px) {
  .elevator__nav__breadcrumb {
    width: calc(100% - 120px);
    margin-right: -20px;
    margin-left: -20px;
    min-height: 67px;
  }
}

@media screen and (min-width: 1050px) {
  .elevator__nav__breadcrumb {
    width: calc(100% - (200px - 40px));
    margin-left: 0;
    margin-right: 0;
  }
}

.elevator__nav__breadcrumb__list,
.elevator__nav__breadcrumb .hs-breadcrumb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: .15em;
  line-height: 2em;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .elevator__nav__breadcrumb__list,
  .elevator__nav__breadcrumb .hs-breadcrumb-menu {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1050px) {
  .elevator__nav__breadcrumb__list,
  .elevator__nav__breadcrumb .hs-breadcrumb-menu {
    padding-left: 0;
    padding-right: 0;
  }
}

.elevator__nav__breadcrumb__list__item,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item {
  font-size: 1.4rem;
  color: #3B1E87;
  white-space: nowrap;
  padding: 0;
}

.elevator__nav__breadcrumb__list__item:not(:first-child),
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item:not(:first-child),
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item:not(:first-child),
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item:not(:first-child) {
  margin-left: 15px;
  padding-left: 19px;
  position: relative;
}

.elevator__nav__breadcrumb__list__item:not(:first-child)::before, .elevator__nav__breadcrumb__list__item:not(:first-child)::after,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item:not(:first-child)::before,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item:not(:first-child)::after,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item:not(:first-child)::before,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item:not(:first-child)::after,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item:not(:first-child)::before,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item:not(:first-child)::after {
  content: '';
  width: 2px;
  height: 4px;
  display: block;
  background-color: #3B1E87;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.elevator__nav__breadcrumb__list__item:not(:first-child)::before,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item:not(:first-child)::before,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item:not(:first-child)::before,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item:not(:first-child)::before {
  top: calc(50% - 4px);
}

.elevator__nav__breadcrumb__list__item:not(:first-child)::after,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item:not(:first-child)::after,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item:not(:first-child)::after,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item:not(:first-child)::after {
  top: calc(50% - 0px);
  -webkit-transform: scale(1, -1) skewX(45deg);
  transform: scale(1, -1) skewX(45deg);
}

.elevator__nav__breadcrumb__list__item:first-child span.hs-breadcrumb-label,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item:first-child span.hs-breadcrumb-label,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item:first-child span.hs-breadcrumb-label,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item:first-child span.hs-breadcrumb-label {
  color: #333333;
}

.elevator__nav__breadcrumb__list__item:last-child,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item:last-child,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item:last-child,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item:last-child {
  padding-right: 20px;
}

.elevator__nav__breadcrumb__list__item__anchor,
.elevator__nav__breadcrumb__list__item a.hs-breadcrumb-label,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item__anchor,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item a.hs-breadcrumb-label,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item__anchor,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item a.hs-breadcrumb-label,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item__anchor,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item a.hs-breadcrumb-label {
  color: #333333;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.elevator__nav__breadcrumb__list__item__anchor__icon,
.elevator__nav__breadcrumb__list__item a.hs-breadcrumb-label__icon,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item__anchor__icon,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item a.hs-breadcrumb-label__icon,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item__anchor__icon,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item a.hs-breadcrumb-label__icon,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item__anchor__icon,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item a.hs-breadcrumb-label__icon {
  display: block;
  width: 6px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}

.elevator__nav__breadcrumb__list__item__anchor__icon__arrow,
.elevator__nav__breadcrumb__list__item a.hs-breadcrumb-label__icon__arrow,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item__anchor__icon__arrow,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item a.hs-breadcrumb-label__icon__arrow,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item__anchor__icon__arrow,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item a.hs-breadcrumb-label__icon__arrow,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item__anchor__icon__arrow,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item a.hs-breadcrumb-label__icon__arrow {
  fill: #3B1E87;
}

.elevator__nav__breadcrumb__list__item__anchor:hover,
.elevator__nav__breadcrumb__list__item a.hs-breadcrumb-label:hover,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item__anchor:hover,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item a.hs-breadcrumb-label:hover,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item__anchor:hover,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item a.hs-breadcrumb-label:hover,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item__anchor:hover,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item a.hs-breadcrumb-label:hover {
  color: #3B1E87;
}

.elevator__nav__breadcrumb__list__item .hs-breadcrumb-menu-divider,
.elevator__nav__breadcrumb__list .hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item .hs-breadcrumb-menu-divider,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider {
  display: none;
}

.elevator__nav__page-top {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .elevator__nav__page-top {
    padding-bottom: 0;
  }
}

.elevator__nav__page-top__anchor {
  display: inline-block;
  position: relative;
  border-radius: 20px;
  padding: 1px 30px 1px 20px;
  font-size: 28px;
  letter-spacing: 0.03em;
  line-height: 1em;
  font-weight: 500;
  box-sizing:border-box;
  overflow: hidden;
  font-family: 'chathura', sans-serif;
  color: #3B1E87;
  box-shadow: inset 0 1px 1px 0 #A51269, inset 0 0 0 1px #3B1E87;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* IE11はテキストグラデーションを単色(point_color)に */
_:-ms-lang(x)::-ms-backdrop, .elevator__nav__page-top__anchor {
  background: none;
}


.elevator__nav__page-top__anchor::after {
  content: '';
  display: block;
  width: 3px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMy4wMTQiIGhlaWdodD0iMTUuOTk5IiB2aWV3Qm94PSIwIDAgMy4wMTQgMTUuOTk5Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY0MTQiIGRhdGEtbmFtZT0i44OR44K5IDY0MTQiIGQ9Ik0tMzIuMjQsMjkuNDg2aDE1Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC0zMS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjYuNDg2IC0xNi4yNDEpIHJvdGF0ZSgtOTApIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudCkiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: calc(50% - 8px);
  right: 18px;
  transition: .5s;
}
.elevator__nav__page-top__anchor:hover:after {
  top: calc(50% - 13px);
}

@media screen and (min-width: 1050px) {
  .is-no-breadcrumb .elevator__nav__page-top__anchor {
    height: 66px;
  }
}
@charset "UTF-8";

/* フッター */

.footer {
  overflow: hidden;
  color: #333333;
}

.footer--no-nav .footer__above {
  padding: 10px 0;
}
.footer--no-nav .elevator__nav__page-top {
  padding: 0;
  background: linear-gradient(to right, #EDD0E1, #D8D2E7);
  text-align: center;
}

.footer__above {
  padding: 0 0 15px 0;
  background: linear-gradient(to right, #EDD0E1, #D8D2E7);
}
@media screen and (min-width: 768px) {
  .footer__above {
    padding: 50px 0 46px;
  }
}

@media screen and (min-width: 768px) {
  .footer__above__nav__category {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1050px) {
  .footer__above__nav__category {
    max-width: 100%;
  }
}

.footer__above__nav__category__list {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .footer__above__nav__category__list {
    border: none;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    gap: 40px 19px;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 42px;
    border-bottom: 1px solid #FFFFFF;
  }
}
@media screen and (min-width: 1050px) {
  .footer__above__nav__category__list {
    gap: 50px 90px;
    padding-bottom: 45px;
  }
}
.footer__above__nav__category__list__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer__above__nav__category__list__item {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }
}

.footer__above__nav__category__list__item:not(:first-child) {
  border-top: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .footer__above__nav__category__list__item:not(:first-child) {
    border: none;
  }
}

.footer__above__nav__category__list__item__anchor {
  display: block;
  font-size: 1.3rem;
  letter-spacing: .17em;
  line-height: 1.5em;
  font-weight: 500;
  color: #0f0f0f;
  padding: 21px 70px 18.5px 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer__above__nav__category__list__item__anchor {
    padding: 0 0 0 0;
    font-size: 1.6rem;
    line-height: 2em;
  }
}

@media screen and (min-width: 1050px) {
  .footer__above__nav__category__list__child .footer__above__nav__category__list__item__anchor__child .footer__above__nav__category__list__item__anchor__inner::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    top: 27px;
    left: 0;
    background: linear-gradient(to right, #A51269, #3B1E87);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  }
  .footer__above__nav__category__list__item .footer__above__nav__category__list__item__anchor {
    transition: color .3s;
  }
}

@media screen and (min-width: 1050px) {
  .footer__above__nav__category__list__child .footer__above__nav__category__list__item__anchor__child:hover .footer__above__nav__category__list__item__anchor__inner::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .footer__above__nav__category__list__item .footer__above__nav__category__list__item__anchor:hover {
    color: #3B1E87;
  }
}
.footer__above__nav__category__list__item1 {
  position: relative;
  padding-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .footer__above__nav__category__list__item1 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1050px) {
  .footer__above__nav__category__list__item1 {
    padding-bottom: 2px;
  }
}

.footer__above__nav__category__list__item1::after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY2NTIiIGRhdGEtbmFtZT0i44OR44K5IDY2NTIiIGQ9Ik0tNDYuMjQsMjkuNDg2aDE5Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC00NS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Ni4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: calc(50% - 2px);
  right: 28px;
}

@media screen and (min-width: 768px) {
  .footer__above__nav__category__list__item1::after {
    display: none;
  }
}

/* ２階層 */
.footer__above__nav__category__list__item1 .footer__above__nav__category__list__item__anchor__child {
  position: relative;
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #0f0f0f;
  letter-spacing: .17em;
  padding: 0;
  line-height: 2;
  padding-right: 55px;
}
@media screen and (min-width: 768px) {
  .footer__above__nav__category__list__item1 .footer__above__nav__category__list__item__anchor__child {
    line-height: 1.4;
    font-size: 1.4rem;
    padding-right: 0;
  }
}
@media screen and (min-width: 1050px) {
  .footer__above__nav__category__list__item1 .footer__above__nav__category__list__item__anchor__child {
    line-height: 2;
  }
}

.footer__above__nav__category__list__child {
  display: block;
  padding-left: 45px;
  padding-top: 16px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .footer__above__nav__category__list__child {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-top: 11px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1050px) {
  .footer__above__nav__category__list__child {
    padding-top: 5px;
    gap: 0;
  }
}

.footer__above__nav__category__list__child .footer__above__nav__category__list__item__anchor__inner {
  display: inline-block;
  position: relative;
}

.footer__above__nav__category__list__child .footer__above__nav__category__list__item__anchor__inner::before {
  content: "";
  width: 8px;
  height: 1px;
  top: 12px;
  left: -15px;
  background-color: #0F0F0F;
  position: absolute;
  transition: all .3s;
}
@media screen and (min-width: 768px) {
  .footer__above__nav__category__list__child .footer__above__nav__category__list__item__anchor__inner::before {
    top: 9px;
  }
}
@media screen and (min-width: 1050px) {
  .footer__above__nav__category__list__child .footer__above__nav__category__list__item__anchor__inner::before {
    top: 13px;
  }
}

/* アコーディオン */
.footer__above__nav__category__list__item__inner {
  position: relative;
}

.footer__above__nav__category__list__item__anchor__button--has-menu {
  background-color: #ffffff80;
  border: none;
  padding: 0;
  position: absolute;
  width: 58px;
  height: 100%;
  right: 0;
  top: 0;
}

.footer__above__nav__category__list__item__anchor__button--has-menu::before,
.footer__above__nav__category__list__item__anchor__button--has-menu::after {
  background: linear-gradient(to right, #A51269, #3B1E87);
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: .3s;
  width: 18px;
}

.footer__above__nav__category__list__item__anchor__button--has-menu::before {
  transform: translate(-50%, -50%);
}
.footer__above__nav__category__list__item__anchor__button--has-menu::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.footer__above__nav__category__list__item__inner.is-open .footer__above__nav__category__list__item__anchor__button--has-menu::after {
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .footer__above__nav__category__list__item__anchor__button--has-menu {
    display: none;
  }
}

.footer__below {
  padding: 20px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__below {
    padding: 31px 0 21px;
  }
}
@media screen and (min-width: 1050px) {
  .footer__below {
    padding: 26px 0;
  }
}
.footer__below__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer__below__logo {
    text-align: left;
  }
}
.footer__below__logo a {
  display: inline-block;
}
.footer__below__copyright {
  font-size: 1rem;
  letter-spacing: .15em;
  line-height: 1.75em;
  font-weight: 400;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .footer__below__copyright {
    font-size: 1.2rem;
    letter-spacing: .1em;
    text-align: left;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1050px) {
  .footer__below__copyright {
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: .15em;
  }
}
.footer__below__copyright__text {
  display: block;
}

.footer__below__copyright__privacy {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__below__copyright__privacy {
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 184px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1050px) {
  .footer__below__copyright__privacy {
    top: calc(50% - 2px);
  }
}
.footer__below__copyright__privacy__link {
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .footer__below__copyright__privacy__link {
    width: 70px;
    height: 70px;
  }
}
.footer__copy__privacy__link__img {
  width: 100%;
  height: 100%;
}

.footer__below__copyright__certification-logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__below__copyright__certification-logo {
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 99px;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1050px) {
  .footer__below__copyright__certification-logo {
    top: calc(50% - 2px);
  }
}
.footer__copy__certification-logo__img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.footer__below__copyright__isms-logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__below__copyright__isms-logo {
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    transform: translateY(-50%);
    width: 84px;
    height: 70px;
  }
}
@media screen and (min-width: 1050px) {
  .footer__below__copyright__isms-logo {
    top: calc(50% - 2px);
  }
}
.footer__copy__isms-logo__img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}


.footer--no-nav .footer__below__copyright {
  margin-top: 10px;
}

.footer__below__extra-nav__list {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .footer__below__extra-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1050px) {
  .footer__below__extra-nav__list {
    margin-top: 48px;
  }
}

.footer__below__extra-nav__list__item:not(:first-child) {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .footer__below__extra-nav__list__item:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__below__extra-nav__list__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer__below__extra-nav__list__item {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.footer__below__extra-nav__list__item__anchor {
  display: block;
  font-size: 1.3rem;
  line-height: 2em;
  letter-spacing: .17em;
  color: #0f0f0f;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__below__extra-nav__list__item__anchor {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1050px) {
  .footer__below__extra-nav__list__item__anchor::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #A51269, #3B1E87);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  }
}

@media screen and (min-width: 1050px) {
  .footer__below__extra-nav__list__item__anchor:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@charset "UTF-8";

/* ヘッダー */

.header {
  display: block;
  height: 125px;
  position: fixed;
  width: 100%;
  background-color: transparent;
  z-index: 11;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.is-hamburger-nav-open .header {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header {
    height: 200px;
  }
}
@media screen and (min-width: 1050px) {
  .header {
    height: 111px;
    background-color: #ffffff;
  }
  .header.header--no-nav {
    background-color: transparent;
  }
}


.header:before {
  content: "";
  display: block;
  width: 225px;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDQ5Ljk5OCIgaGVpZ2h0PSIyNTAiIHZpZXdCb3g9IjAgMCA0NDkuOTk4IDI1MCI+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+CiAgICAgIDxyZWN0IHdpZHRoPSI0NDkuOTk4IiBoZWlnaHQ9IjI1MCIgZmlsbD0ibm9uZSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IuODquODlOODvOODiOOCsOODquODg+ODiV8yMzIiIGRhdGEtbmFtZT0i44Oq44OU44O844OI44Kw44Oq44OD44OJIDIzMiIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPHBhdGggaWQ9IuODkeOCuV82NjE2IiBkYXRhLW5hbWU9IuODkeOCuSA2NjE2IiBkPSJNLTE3MTExLjc0Ni04NTQ4LjQyM2g0NTBsLTQ1MCwyNTBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzExMS43NDYgODU0OC40MjMpIiBmaWxsPSIjZmZmIi8+CiAgPC9nPgo8L3N2Zz4K);
}
@media screen and (min-width: 768px) {
  .header:before {
    width: 360px;
    height: 200px;
  }
}
@media screen and (min-width: 1050px) {
  .header:before {
    content: none;
  }
}

.header--no-nav {
  height: 250px;
}

@media screen and (max-width: 767px) {
  .header--no-nav {
    height: 125px;
  }
}

.header.header--no-nav.bg {
  background-image: url(https://9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/020_DocYou/img/common/img_header_bg.png);
  background-repeat: no-repeat;
  height: 115px;
}
.header.header--no-nav.bg:before {
  background-image: none;
}
.header.header--no-nav.bg.is-fixed {
  height: 60px;
}
@media screen and (min-width: 768px) {
  .header.header--no-nav.bg.is-fixed {
    height: 80px;
  }
}
@media screen and (max-width: 1050px) {
  .header.header--no-nav.bg {
    height: 127px;
    background-image: url(https://9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/020_DocYou/img/common/img_header_bg.png);
  }
}
@media screen and (max-width: 767px) {
  .header.header--no-nav.bg {
    height: 78px;
    background-image: url(https://9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/020_DocYou/img/common/img_header_bg_tb.png);
  }
}
@media screen and (min-width: 1450px) {
  .header.header--no-nav.bg {
    height: 115px;
    background-image: url(https://9334322.fs1.hubspotusercontent-na1.net/hubfs/9334322/020_DocYou/img/common/img_header_bg.png);
    background-repeat: round;
  }
}

.header__container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .header__container {
    padding: 0 43px 0 30px;
  }
  .is-fixed .header__container {
    padding: 0 43px 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .header__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header__columns__column:nth-child(1) {
  width: 100%;
  padding-top: 15px;

}

@media screen and (min-width: 1440px) {
  .header__columns__column:nth-child(1) {
    display: flex;
  }
}
@media screen and (min-width: 1050px) {
  .header__columns__column:nth-child(1) {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .header__columns__column:nth-child(1) {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1050px) {
  .header__columns__column:nth-child(1) {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1050px) {
  .header__columns__column:nth-child(2) {
    position: relative;
    width: calc(100% - 200px);
  }
}

.header__logo {
  width: 95px;
  height: 48px;
  margin-right: auto;
}
.header__logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 135px;
    height: 68px;
  }
}
@media screen and (min-width: 1050px) {
  .header__logo {
    width: 150px;
    height: 75px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .header__logo {
    padding-left: 10px;
  }
}

.header__logo__anchor,
.header__logo a {
  display: block;
}

.header__text {
  display: none;
  width: 220px;
  margin-top: 5px;
  margin-left: 15px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
}
@media screen and (min-width: 1440px) {
  .header__text {
    display: block;
  }
}

.header__main {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 1050px) {
  .header__main {
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    padding: 0;
    right: 0;
  }
}
@media screen and (max-width: 1049px) {
  .header__main {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header__main.is-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
}

@media screen and (max-width: 1049px) {
  .header-tbsp-wrap {
    padding: 80px 0 80px 0;
    background: linear-gradient(to right, #A51269, #3B1E87);
  }
}
@media screen and (max-width: 767px) {
  .header-tbsp-wrap {
    padding: 30px 0 40px 0;
  }
}

.header__main__logo {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1050px) {
  .header__main__logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__main__logo {
    margin-bottom: 20px;
  }
  .header__main__logo img {
    width: 120px!important;
  }
}

.header__main__logo__anchor {
  display: block;
  text-align: center;
}

.header__main__content {
  margin-left: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1050px) {
  .header__main__content {
    display: block;
    padding-top: 23px;
  }
}

.is-hamburger-nav-open .header__main__content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (min-width: 560px) {
  .is-hamburger-nav-open .header__main__content {
    height: auto;
    overflow: auto;
  }
}

.header__main__content__above {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .header__main__content__above {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1050px) {
  .header__main__content__above {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__main__content__above {
    margin-top: 40px;
  }
}

.header__main__content__above__conversion {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 1050px) {
  .header__main__content__above__conversion {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 1050px) {
  .header__main__content__above__conversion {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .header__main__content__above__conversion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width:1049px) {
  .header__main__content__above__conversion {
    justify-content: center;
  }
  .header__main__content__above__conversion>*:not(:first-child) {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1050px) {
  .header__main__content__above__conversion > *:not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__main__content__above__conversion > *:not(:first-child) {
    margin-top: 10px;
  }
}

.header__main__content__above__conversion__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .header__main__content__above__conversion__list {
    flex-direction: row;
    width: 550px;
  }
}
@media screen and (min-width: 1050px) {
  .header__main__content__above__conversion__list {
    justify-content: flex-end;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__main__content__above__conversion__list {
    text-align: center;
  }
}

.header__main__content__above__conversion__list__item:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .header__main__content__above__conversion__list__item:nth-child(even) {
    margin-left: 30px;
  }
  .header__main__content__above__conversion__list__item:not(:first-child) {
    margin-top: 0;
  }
  .header__main__content__above__conversion__list__item:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1050px) {
  .header__main__content__above__conversion__list__item {
    width: fit-content;
  }
  .header__main__content__above__conversion__list__item:nth-child(even) {
    margin-left: 0;
  }
  .header__main__content__above__conversion__list__item:not(:first-child) {
    margin-left: 10px;
  }
  .header__main__content__above__conversion__list__item:nth-child(n+3) {
    margin-top: 0;
  }
}

.header__main__content__above__conversion__list__item a {
  text-align: center;
  display: inline-block;
  width: 208px;
  border-radius: 30px;
  padding: 14px 20px 13px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 1.5rem;
  letter-spacing: .17em;
  line-height: 1.4;
  font-weight: 500;
  box-sizing:border-box;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .header__main__content__above__conversion__list__item a {
    width: 218px;
    padding: 14px 20px 12px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1050px) {
  .header__main__content__above__conversion__list__item a {
    box-sizing: border-box;
    width: fit-content;
    padding: 6.5px 13px 4px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .1em;
    border: none;
    transition: .3s;
    position: relative;
  }
  .header__main__content__above__conversion__list__item-01 a,
  .header__main__content__above__conversion__list__item-02 a {
    min-width: 134px;
  }
  .header__main__content__above__conversion__list__item-03 a,
  .header__main__content__above__conversion__list__item-04 a {
    min-width: 103px;
  }
  .is-fixed .header__main__content__above__conversion__list__item a {
    padding: 5.5px 12px 3.5px;
    font-size: 1.3rem;
  }
  .is-fixed .header__main__content__above__conversion__list__item-01 a,
  .is-fixed .header__main__content__above__conversion__list__item-02 a {
    min-width: 128px;
  }
  .is-fixed .header__main__content__above__conversion__list__item-03 a,
  .is-fixed .header__main__content__above__conversion__list__item-04 a {
    min-width: 98px;
  }

  .header__main__content__above__conversion__list__item-01 a {
    color: #3B1E87;
    background-color: #ffffff;
  }
  .header__main__content__above__conversion__list__item-02 a {
    color: #A51269;
    background-color: #ffffff;
  }
  .header__main__content__above__conversion__list__item-03 a {
    color: #ffffff;
    background-color: transparent;
  }
  .header__main__content__above__conversion__list__item-04 a {
    color: #ffffff;
    background-color: transparent;
  }

  .header__main__content__above__conversion__list__item-01 a:hover {
    color: #ffffff;
    background-color: transparent;
  }
  .header__main__content__above__conversion__list__item-02 a:hover {
    color: #ffffff;
    background-color: transparent;
  }
  .header__main__content__above__conversion__list__item-03 a:hover {
    color: #A51269;
    background-color: #ffffff;
  }
  .header__main__content__above__conversion__list__item-04 a:hover {
    color: #3B1E87;
    background-color: #ffffff;
  }

  .header__main__content__above__conversion__list__item a:after {
    content: "";
    display: block;
    border-radius: 20px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: red;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -1;
    opacity: 1;
    transition: .5s;
  }
  .header__main__content__above__conversion__list__item-01 a:after,
  .header__main__content__above__conversion__list__item-04 a:after {
    background: linear-gradient(to right, rgba(143, 99, 214, 1), rgba(59, 30, 135, 1));
    box-shadow: 0 0 6px rgba(59, 30, 135, .4);
  }
  .header__main__content__above__conversion__list__item-02 a:after,
  .header__main__content__above__conversion__list__item-03 a:after {
    background: linear-gradient(to right, rgba(217, 93, 167, 1), rgba(165, 18, 105, 1));
    box-shadow: 0 0 6px rgba(165,18,	105, .4);
  }
}

.header__main__content__below {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 1050px) {
  .header__main__content__below {
    margin-top: 20px;
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 560px) {
  .header__main__content__below__nav {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1050px) {
  .header__main__content__below__nav {
    margin-left: auto;
    margin-right: auto;
  }
}

.header__main__content__below__nav__list {
  height: 100%;
  border-bottom: 1px solid #ffffff;
}

@media screen and (min-width: 1050px) {
  .header__main__content__below__nav__list {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

@media screen and (min-width: 1050px) {
  .header__main__content__below__nav__list__item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1150px) {
  .header__main__content__below__nav__list__item {
    padding-left: 13.5px;
    padding-right: 13.5px;
  }
}

.header__main__content__below__nav__list__item:nth-child(n+8) {
  display: none;
}

.header__main__content__below__nav__list__item {
  border-top: 1px solid #ffffff;
}

@media screen and (min-width: 1050px) {
  .header__main__content__below__nav__list__item {
    border-top: none;
  }
  .header__main__content__below__nav__list__item:not(:first-child) {
    border-bottom: none;
  }
}

.header__main__content__below__nav__list__item__anchor {
  display: block;
  font-size: 1.5rem;
  letter-spacing: .17em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 10px 50px 10px 50px;
  position: relative;
  color: #ffffff;
}

@media screen and (min-width: 1050px) {
  .header__main__content__below__nav__list__item__anchor {
    padding: 0;
    color: inherit;
    letter-spacing: .1em;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1150px) {
  .header__main__content__below__nav__list__item__anchor {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1049px) {
  .header__main__content__below__nav__list__item__anchor {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header__main__content__below__nav__list__item__anchor {
    padding: 10px 20px 10px 20px;
  }
}

@media screen and (min-width: 1050px) {
  .header__main__content__below__nav__list__item__anchor::before {
    content: '';
    width: calc(100% - 10px);
    height: 60%;
    position: absolute;
    top: 0.6em;
    left: -10px;
    opacity: .2;
    background: linear-gradient(to right, #A51269 0%,#3B1E87 100%);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  }
}



.header__main__content__below__nav__list__item__anchor__inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1050px) {
  .header__main__content__below__nav__list__item__anchor:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (min-width: 1050px) {
  .header__main__content__below__nav__list__item__anchor::after {
    display: none;
  }
}

.header__main__content__below__nav__list__item.is-current .header__main__content__below__nav__list__item__anchor::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (min-width: 1050px) {
  .header__main__content__below__nav__list__item.header__main__content__below__nav__list__item--levels1 {
    position: relative;
  }
  .header__main__content__below__nav__list__item.header__main__content__below__nav__list__item--levels1 .header__main__content__below__nav__list__item__anchor .header__main__content__below__nav__list__item__anchor__inner {
    position: relative;
    padding-right: 15px;
  }
  .header__main__content__below__nav__list__item.header__main__content__below__nav__list__item--levels1 .header__main__content__below__nav__list__item__anchor .header__main__content__below__nav__list__item__anchor__inner:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0F0F0F;
    border-right: 2px solid #0F0F0F;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition: .3s;
    margin: auto;
    vertical-align: middle;
  }
  .is-fixed .header__main__content__below__nav__list__item.header__main__content__below__nav__list__item--levels1 .header__main__content__below__nav__list__item__anchor .header__main__content__below__nav__list__item__anchor__inner:after {
     top: calc(50% - 3px);
  }
  .header__main__content__below__nav__list__item.header__main__content__below__nav__list__item--levels1:hover .header__main__content__below__nav__list__item__anchor .header__main__content__below__nav__list__item__anchor__inner:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: .3s;
  }

  .header__main__content__below__nav__list__item__levels2-list {
    display: none;
    margin-top: 7px;
    position: absolute;
    left: 4px;
    box-sizing: border-box;
    padding: 18px;
    width: 114%;
  }
  .header__main__content__below__nav__list__item__levels2-list:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to right, #A51269 0%,#3B1E87 100%);
    opacity: .2;
  }

  .header__main__content__below__nav__list__item__levels2-list__item:not(:first-child) {
    margin-top: 15px;
  }
  .header__main__content__below__nav__list__item__levels2-list__item a {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    letter-spacing: .1em;
    line-height: 1.5em;
    font-weight: 500;
  }
  .header__main__content__below__nav__list__item__levels2-list__item a:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #A51269 0%,#3B1E87 100%);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  }
  .header__main__content__below__nav__list__item__levels2-list__item a:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 1050px) and (max-width: 1150px) {
  .header__main__content__below__nav__list__item__levels2-list__item a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1049px) {
  .header__main__content__below__nav__list__item__levels2-list {
    display: block!important;
  }
  .header__main__content__below__nav__list__item__levels2-list__item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .header__main__content__below__nav__list__item__levels2-list__item:last-child {
    padding-bottom: 15px;
  }
  .header__main__content__below__nav__list__item__levels2-list__item a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: .17em;
    line-height: 1.5em;
    padding: 10px 10px 10px 15px;
  }
  .header__main__content__below__nav__list__item__levels2-list__item a:before {
    content: '';
    width: 5px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header__main__content__below__nav__list__item__levels2-list__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header__hamburger {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, #A51269, #3B1E87);
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  padding: 0;
  border-radius: 0;
}
.header__hamburger.is-active {
  background: transparent;
}

@media screen and (min-width: 1050px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger__inner {
  display: block;
  position: absolute;
  top: calc(50% - 5.5px);
  left: calc(50% - 10px);
}

.header__hamburger__inner__line {
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__hamburger__inner__line:nth-child(1) {
  width: 20px;
  top: 0;
}

.is-active .header__hamburger__inner__line:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__hamburger__inner__line:nth-child(2) {
  width: 15px;
  top: 5px;
}

.is-active .header__hamburger__inner__line:nth-child(2) {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
}

.header__hamburger__inner__line:nth-child(3) {
  width: 12px;
  top: 10px;
}

.is-active .header__hamburger__inner__line:nth-child(3) {
  width: 20px;
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* PC時Fixのスタイル */
@media screen and (min-width: 1050px) {
  .header.is-fixed {
    height: 80px;
    background-color: #fff;
    z-index: 15;
    transition: .5s;
  }
  .header.is-fixed:before {
    content: none;
  }
  .header.is-fixed .header__columns__column:nth-child(1) {
    padding-top: 15px;
  }
  .header.is-fixed .header__columns__column:nth-child(2) {
    width: calc(100% - 120px);
  }
  .header.is-fixed .header__logo {
    width: 100px;
    height: 50px;
  }
  .header.is-fixed .header__text {
    display: none;
  }
  .header.is-fixed .header__main__content {
    padding-top: 10px;
    height: 80px;
  }
  .header.is-fixed .header__main__content__above__conversion>*:not(:first-child) {
    margin-left: 10px;
  }
  .header.is-fixed .header__main__content__above__conversion__list__item--magazine .header__main__content__above__conversion__list__item__anchor {
    padding: 6px 18px;
  }
  .header.is-fixed .header__main__content__above__conversion__list__item--contact .header__main__content__above__conversion__list__item__anchor {
    padding: 6px 18px;
  }
  .header.is-fixed .header__main__content__below {
    margin-top: 10px;
  }
  .header.is-fixed .header__main__content__below__nav__list__item {
    padding-left: 13.5px;
    padding-right: 13.5px;
  }
  .header.is-fixed .header__main__content__below__nav__list__item__anchor {
    font-size: 1.4rem;
  }
  .header.is-fixed .header__main__content__below__nav__list__item__levels2-list {
    margin-top: 0;
    box-sizing: content-box;
    padding: 25px 20px 15px 20px;
    width: 100%;
    min-width: 170px;
  }
  .header.is-fixed .header__main__content__below__nav__list__item__levels2-list:after {
    opacity: 1;
    background: #fff;
  }
}
@media screen and (max-width: 1049px) {
  .header.is-fixed {
    height: 60px;
    background-color: #fff;
    z-index: 15;
    transition: .5s;
  }
  .header.is-fixed .header__columns__column:nth-child(1) {
    padding-top: 7px;
  }
  .header.is-fixed .header__logo {
    width: 90px;
    height: 45px;
  }
  .header.is-fixed:before {
    content: none;
  }
}
@media screen and (min-width: 1050px) {
  .header.is-fixed .header__main__content__below__nav__list__item__levels2-list__item a {
    font-size: 1.4rem;
  }
}

/* vendors */
/* Slider */
.slick-slider {
  outline: none;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider:focus {
  outline: none;
}

.slick-slide div {
  vertical-align: bottom;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/**
 * Swiper 5.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/* テンプレート独自のスタイル */
@charset "UTF-8";

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* blog */

.blog-article__head__date {
  display: block;
  font-family: 'chathura', sans-serif;
  color: #BBBBBB;
  font-size: 26px;
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .blog-article__head__date {
    font-size: 30px;
  }
}

.blog-hero-minimal__heading .hero-minimal__heading__decoration,
.blog-hero-minimal__heading .hero-minimal__heading__inner {
  letter-spacing: inherit;
}

.blog-article__head__heading {
  color: #0F0F0F;
  font-size: 2.0rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
  .blog-article__head__heading {
    font-size: 2.8rem;
  }
}

.blog-content__main__article-list__item__block__body .blog-article__head__category-list {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .blog-content__main__article-list__item__block__body .blog-article__head__category-list {
    margin-top: 25px;
  }
}
.blog-article__head__category-list {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .blog-article__head__category-list {
    margin-top: 25px;
  }
}

.blog-article__head__category-list__item {
  display: inline-block;
  min-width: 100px;
  margin-right: 6px;
}

@media screen and (min-width: 768px) {
  .blog-article__head__category-list__item {
    min-width: 120px;
  }
}

.blog-article__head__category-list__item:not(:first-child) {
  margin-top: 0;
}

.blog-article__head__category-list__item__anchor {
  display: block;
  background: linear-gradient(to right, #EDD0E1, #D8D2E7);
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: .15em;
  text-align: center;
  padding: 7px 10px 6px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .blog-article__head__category-list__item__anchor {
    font-size: 1.3rem;
  }
}

.blog-article__head__category-list__item__anchor:hover {
  opacity: .7;
}

.blog-article__head__thumbnail {
  margin-top: 25px;
  margin-bottom: 45px;
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .blog-article__head__thumbnail {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .blog-article__head__thumbnail {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
}

.blog-article__head__thumbnail img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

.blog-table-of-contents {
  box-sizing: border-box;
  margin: 45px 0 30px;
  padding: 43px 20px 33px;
  border: 1px solid #BBBBBB;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-table-of-contents {
    margin: 65px 0 40px;
    padding: 40px 32px 37px;
  }
}

.blog-table-of-contents::before {
  content: "index";
  background: linear-gradient(to right, #EDD0E1, #D8D2E7);
  box-sizing: border-box;
  padding: 0px 27px 0 35px;
  color: #0F0F0F;
  font-family: 'chathura', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .25em;
  line-height: 1.2;
  text-transform: uppercase;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .blog-table-of-contents::before {
    padding: 0px 30px 0 35px;
    font-size: 3.0rem;
    top: -20px;
  }
}

.blog-table-of-contents__list {
  list-style: none;
}

.blog-table-of-contents > .blog-table-of-contents__list > .blog-table-of-contents__list__item {
  counter-increment: count;
}

.blog-table-of-contents__list .blog-table-of-contents__list__item:not(:last-child) {
  margin-bottom: 10px;
}

.blog-table-of-contents__list .blog-table-of-contents__list__item + .blog-table-of-contents__list__item {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .blog-table-of-contents__list .blog-table-of-contents__list__item + .blog-table-of-contents__list__item {
    margin-top: 15px;
  }
}

.blog-table-of-contents__list__item a {
  display: inline-block;
  padding-left: 37px;
  position: relative;
  color: #0F0F0F;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.6;
  transition: opacity .3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-table-of-contents__list__item a {
    padding-left: 40px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1050px) {
  .blog-table-of-contents__list__item a:hover {
    opacity: .5;
  }
}

.blog-table-of-contents > .blog-table-of-contents__list > .blog-table-of-contents__list__item a::before {
  content: counter(count,decimal-leading-zero) "\00A0:";
  font-family: 'chathura', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  position: absolute;
  top: -11px;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .blog-table-of-contents > .blog-table-of-contents__list > .blog-table-of-contents__list__item a::before {
    font-size: 3.0rem;
  }
}

.blog-table-of-contents__list .blog-table-of-contents__list {
  list-style: none;
  padding-left: 33px;
}
@media screen and (min-width: 768px) {
  .blog-table-of-contents__list .blog-table-of-contents__list {
    padding-left: 35px;
  }
}

.blog-table-of-contents__list .blog-table-of-contents__list:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .blog-table-of-contents__list .blog-table-of-contents__list:not(:last-child) {
    margin-bottom: 14px;
  }
}

.blog-table-of-contents__list .blog-table-of-contents__list .blog-table-of-contents__list__item:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .blog-table-of-contents__list .blog-table-of-contents__list .blog-table-of-contents__list__item:not(:last-child) {
    margin-bottom: 0;
  }
}

.blog-table-of-contents__list .blog-table-of-contents__list .blog-table-of-contents__list__item + .blog-table-of-contents__list__item {
  margin-top: 0;
}

.blog-table-of-contents__list .blog-table-of-contents__list .blog-table-of-contents__list__item a {
  padding-left: 20px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .blog-table-of-contents__list .blog-table-of-contents__list .blog-table-of-contents__list__item a {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.blog-table-of-contents__list .blog-table-of-contents__list .blog-table-of-contents__list__item a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #0F0F0F;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 6px;
}
@media screen and (min-width: 768px) {
  .blog-table-of-contents__list .blog-table-of-contents__list .blog-table-of-contents__list__item a::before {
    top: 10px;
    left: 5px;
  }
}

.article-natural h2 {
  font-size: 2.0rem;
  line-height: 1.5em;
  font-weight: 700;
  color: #333333;
  background: linear-gradient(to right, #EDD0E1, #D8D2E7);
  padding: 14px 15px 12px 15px;
}

@media screen and (min-width: 768px) {
  .article-natural h2 {
    font-size: 2.5rem;
    padding: 10px 20px 9px 20px;
  }
}

.article-natural h2:not(:first-child) {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .article-natural h2:not(:first-child) {
    margin-top: 60px;
  }
}

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

@media screen and (min-width: 768px) {
  .article-natural h2:not(:last-child) {
    margin-bottom: 30px;
  }
}

.article-natural h3 {
  font-size: 1.8rem;
  line-height: 1.875em;
  line-height: 1.875em;
  font-weight: 700;
  color: #333333;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 2px solid #3B1E87;
  margin-top: -.5em;
}

@media screen and (min-width: 768px) {
  .article-natural h3 {
    font-size: 2.0rem;
  }
}


.article-natural h3:not(:first-child) {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .article-natural h3:not(:first-child) {
    margin-top: 40px;
  }
}

.article-natural h3:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .article-natural h3:not(:last-child) {
    margin-bottom: 30px;
  }
}

.article-natural h4 {
  font-size: 1.8rem;
  line-height: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  color: #333333;
  padding-left: 12px;
  border-left: 3px solid #3B1E87;
  margin-top: -.5em;
  margin-bottom: -.5em;
}

.article-natural h4::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
}

.article-natural h4::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
}

.article-natural h4:not(:first-child) {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .article-natural h4:not(:first-child) {
    margin-top: 40px;
  }
}

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

@media screen and (min-width: 768px) {
  .article-natural h4:not(:last-child) {
    margin-bottom: 25px;
  }
}

.article-natural p {
  font-size: 1.6rem;
  line-height: 2em;
  color: #333333;
  margin-top: -.5em;
  margin-bottom: -.5em;
}
.article-natural p::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
}

.article-natural p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
}

@media screen and (min-width: 768px) {
  .article-natural p {
    font-size: 1.6rem;
  }
}

.article-natural p:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .article-natural p:not(:first-child) {
    margin-top: 30px;
  }
}

.article-natural p:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .article-natural p:not(:last-child) {
    margin-bottom: 30px;
  }
}

.article-natural a {
	color: #333333;
	display: inline-block;
	text-decoration: none;
	position: relative;
	transition: .5s;
	word-break: break-all;
	padding-left: 25px;
}
@media screen and (max-width: 767px) {
	.article-natural a {
		padding-left: 22px;
	}
}
@media screen and (min-width: 1050px) {
	.article-natural a:hover {
		color: #3B1E87;
		text-decoration: none;
	}
}

.article-natural a:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY3MjUiIGRhdGEtbmFtZT0i44OR44K5IDY3MjUiIGQ9Ik0tMzYuMjQsMjkuNDg2aDE5Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC0zNS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=") no-repeat center;
  background-size: contain;
	content: "";
  height: 3px;
	left: 0;
	position: absolute;
	top: calc(50% - 3px);
  width: 20px;
}
.article-natural a:after {
	background-color: #333333;
	bottom: 7px;
	content: "";
	height: 1px;
	left: 25px;
	position: absolute;
	transition: .5s;
	width: calc(100% - 25px);
}
@media screen and (max-width: 767px) {
	.article-natural a:after {
		left: 22px;
		width: calc(100% - 22px);
	}
}
@media all and (-ms-high-contrast:none){
.article-natural a:before {
  }
}
@media screen and (min-width: 1050px) {
	.article-natural a:hover:after {
		background-color: #3B1E87;
	}
}

.article-natural a[target="_blank"] {

}
.article-natural a[target="_blank"]:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkiIGhlaWdodD0iMTEuMDA0IiB2aWV3Qm94PSIwIDAgMTkgMTEuMDA0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i5ZCI5L2TXzM3IiBkYXRhLW5hbWU9IuWQiOS9kyAzNyIgZD0iTTIwODEwLDEwMjgxdi0xMWgxMnY1aDN2LTEuNzgyYS4yMi4yMiwwLDAsMSwuMzc3LS4xNTFsMy41NTUsMi41NTZhLjIyLjIyLDAsMCwxLS4xNTIuMzc3SDIwODIydjVabTExLTF2LTRoLTR2LS4zMTlhLjY3NC42NzQsMCwwLDEsLjY2LS42OGgzLjM0di00aC0xMHY5Wm0tNC00djBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA4MDkuOTk4IC0xMDI2OS45OTgpIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudCkiLz4KPC9zdmc+Cg==") no-repeat center;
  background-size: contain;
	content: "";
  height: 11px;
  left: 2px;
  position: absolute;
  top: calc(50% - 5px);
  width: 19px;
}

.article-natural strong {
  font-weight: 700;
}

.article-natural em {
  font-style: italic;
}

.article-natural img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .article-natural img {
  max-width: 500px;
}
}

.article-natural img:not(:first-child) {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .article-natural img:not(:first-child) {
    margin-top: 40px;
  }
}

.article-natural img:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .article-natural img:not(:last-child) {
    margin-bottom: 40px;
  }
}

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

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

.article-natural ul li:not(:first-child),
.article-natural ol li:not(:first-child) {
  margin-top: 5px
}

.article-natural ul li:not(:last-child),
.article-natural ol li:not(:last-child) {
margin-bottom: 5px
}

.article-natural ul > li {
  padding-left: 15px;
  position: relative;
}

.article-natural ul > li:before {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  border-radius: 100%;
  background-color: #BBBBBB;
}
@media all and (-ms-high-contrast:none){
  .article-natural ul > li:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {　
  .article-natural ul > li:before {
    top: 10px;
  }
}

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

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

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

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

.article-natural ul > li {
  list-style-type: none;
  padding-left: 15px;
  position: relative;
  font-size: 1.6rem;
  line-height: 2em;
  color: #333333;;
}

@media screen and (max-width: 767px) {
  .article-natural ul > li {
    font-size: 15px;
  }
}

.article-natural ol {
  counter-reset: item;
  list-style-type: decimal;
}
.article-natural ol::marker {
  content: none;
}

.article-natural ol > li {
  padding-left: 25px;
  list-style: none;
  margin-top: 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 2em;
  color: #333333;;
}
.article-natural ol li:nth-child(n+10) {
  padding-left: 35px;
}
.article-natural ol li:nth-child(n+100) {
  padding-left: 45px;
}
.article-natural ol > li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .article-natural ol li {
    font-size: 15px;
  }
}
@-moz-document url-prefix() {
  .article-natural ol {
    padding-inline-start: 25px;
  }
}

.article-natural table {
  border: 1px solid #BBBBBB;
  margin: 30px 0px;
}
@media screen and (max-width: 767px) {
  .article-natural table {
    display: block;
    overflow: scroll;
    width: 100%;
  }
}

.article-natural table th {
  border-bottom: 1px solid #BBBBBB;
  background-color: #EDF0F7;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .article-natural table th {
    font-size: 16px;
  }
}

.article-natural table th:not(:last-child) {
  border-right: 1px solid #BBBBBB;
}

.article-natural table tr:not(:last-child) {
  border-bottom: 1px solid #BBBBBB;
}

.article-natural table td {
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article-natural table td {
    font-size: 13px;
  }
}

.article-natural table td:not(:last-child) {
  border-right: 1px solid #BBBBBB;
}


.blog-article__body__summary {
  margin-top: 50px;
  border: 1px solid #BBBBBB;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .blog-article__body__summary {
    margin-top: 60px;
  }
}

.blog-article__body__summary__head {
  background-color: #EDF0F7;
  border-radius: 5px 5px 0 0;
  padding: 11px 20px 10px;
}

@media screen and (min-width: 768px) {
  .blog-article__body__summary__head {
    padding: 14px 30px;
  }
}

.blog-article__body__summary__head__heading {
  font-size: 1.8rem;
  letter-spacing: .2em;
  font-weight: 700;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .blog-article__body__summary__head__heading {
    font-size: 2.2rem;
  }
}

.blog-article__body__summary__body {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .blog-article__body__summary__body {
    padding: 30px;
  }
}

.blog-article__body__cta .container {
  padding-right: 0;
  padding-left: 0;
}
.blog-article__body__cta__anchor {
  display: block;
}

.blog-article__body__cta__content img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.blog-article__body__cta:not(:first-child) {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .blog-article__body__cta:not(:first-child) {
    margin-top: 80px;
  }
}

.blog-article__body__cta:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .blog-article__body__cta:not(:last-child) {
    margin-bottom: 80px;
  }
}

.blog-article__foot__nav {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid #BBBBBB;
}

@media screen and (min-width: 768px) {
  .blog-article__foot__nav {
    margin-top: 80px;
  }
}

@media screen and (min-width: 560px) {
  .blog-article__foot__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 560px) {
  .blog-article__foot__nav__list__item {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.blog-article__foot__nav__list__item--prev {
  margin-right: auto;
}

.blog-article__foot__nav__list__item--next {
  margin-left: auto;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #BBBBBB;
}

@media screen and (min-width: 560px) {
  .blog-article__foot__nav__list__item--next {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px dotted #BBBBBB;
  }
}

.blog-article__foot__nav__list__item--next .blog-article__foot__nav__list__item__heading {
  text-align: right;
}

.blog-article__foot__nav__list__item__heading {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
}

.blog-article__foot__nav__list__item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.blog-article__foot__nav__list__item__block__image {
  width: 100%;
  max-width: 110px;
}

@media screen and (min-width: 560px) {
  .blog-article__foot__nav__list__item__block__image {
    max-width: 120px;
  }
}

.blog-article__foot__nav__list__item__block__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

.blog-article__foot__nav__list__item__block__heading {
  width: 100%;
  margin-left: 15px;
  font-size: 1.3rem;
  line-height: 1.5em;
  font-weight: 400;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 560px) {
  .blog-article__foot__nav__list__item__block__heading {
    font-size: 1.4rem;
    max-width: 210px;
  }
}

a:hover .blog-article__foot__nav__list__item__block__heading {
  color: #3B1E87;
}

.blog-article__foot__back {
  margin-top: 60px;
  text-align: center;
}

@media screen and (min-width: 560px) {
  .blog-article__foot__back {
    margin-top: 80px;
  }
}

.blog-article__foot__back__anchor {
  display: block;
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}

.blog-article__foot__back__anchor__icon {
  color: #3B1E87;
  font-size: 1.3rem;
  line-height: 1.4em;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  -webkit-transition: .3s;
  transition: .3s;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .blog-article__foot__back__anchor__icon {
    font-size: 1.6rem;
  }
}
/* IE11はテキストグラデーションを単色(point_color)に */
_:-ms-lang(x)::-ms-backdrop, .blog-article__foot__back__anchor__icon {
  background: none;
}

.blog-article__foot__back__anchor__icon:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAiIGhlaWdodD0iMy4wMTQiIHZpZXdCb3g9IjAgMCAzMCAzLjAxNCI+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeTE9IjAuNSIgeDI9IjEiIHkyPSIwLjUiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij4KICAgICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjYTUxMjY5Ii8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzNiMWU4NyIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IuODkeOCuV82NDE0IiBkYXRhLW5hbWU9IuODkeOCuSA2NDE0IiBkPSJNLTI2LjI0MSwyOS40ODZILTU2LjAxOWEuMjIxLjIyMSwwLDAsMS0uMTU2LS4zNzdsMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDEsLjM3Ny4xNTZ2MS43NzlILTI2LjlhLjY3Ni42NzYsMCwwLDEsLjY2LjY4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTYuMjQgLTI2LjQ4NikiIGZpbGw9InVybCgjbGluZWFyLWdyYWRpZW50KSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transition: .5s;
}

.blog-article__foot__back__anchor:hover {
  color: #0F0F0F;
}
.blog-article__foot__back__anchor:hover .blog-article__foot__back__anchor__icon:before {
  left: -10px;
}

@media screen and (min-width: 1050px) {
  .blog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -35px;
    margin-right: -35px;
  }
}

.blog-content__main {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1050px) {
  .blog-content__main {
    max-width: 820px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (min-width: 560px) {
  .blog-content__main__article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 560px) {
  .blog-content__main__article-list__item {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.blog-content__main__article-list__item:nth-child(n+2) {
  margin-top: 40px;
}

@media screen and (min-width: 560px) {
  .blog-content__main__article-list__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 560px) {
  .blog-content__main__article-list__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

.blog-content__main__article-list__item__block {
  display: block;
}

.blog-content__main__article-list__item__block__head__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

.blog-content__main__article-list__item__block__head__date {
  display: block;
  margin-top: 15px;
  font-family: 'chathura', sans-serif;
  font-size: 26px;
  letter-spacing: .05em;
  font-weight: 800;
  color: #BBBBBB;
}

@media screen and (min-width: 560px) {
  .blog-content__main__article-list__item__block__head__date {
    font-size: 30px;
    margin-top: 17px;
  }
}

.blog-content__main__article-list__item__block__body {
  margin-top: 7px;
}

.blog-content__main__article-list__item__block__body__title {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.6em;
  color: #333333;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 560px) {
  .blog-content__main__article-list__item__block__body__title {
    font-size: 1.8rem;
  }
}

a:hover .blog-content__main__article-list__item__block__body__title {
  color: #3B1E87;
}

.blog-content__main__pager {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 560px) {
  .blog-content__main__pager {
    margin-top: 75px;
  }
}

.blog-content__main__pager__item:not(:first-child) {
  margin-left: 10px;
}

.blog-content__main__pager__item__anchor {
  display: block;
  font-size: 40px;
  font-weight: 600;
  font-family: 'chathura', sans-serif;
  letter-spacing: .1em;
  color: #BBBBBB;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.is-current .blog-content__main__pager__item__anchor {
  color: #3B1E87;
}
.blog-content__main__pager__item__anchor:hover {
  color: #3B1E87;
}

.blog-content__main__pager__item__anchor__icon {
  display: block;
  width: 58px;
  height: 30px;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-size: 30px 3px;
  background-position: center;
  background-color: #fff;
  box-shadow: inset 0 1px 1px 0 #A51269, inset 0 0 0 1px #3B1E87;
  -webkit-transition: .5s;
  transition: .5s;
}

.blog-content__main__pager__item__anchor--prev .blog-content__main__pager__item__anchor__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY0MTQiIGRhdGEtbmFtZT0i44OR44K5IDY0MTQiIGQ9Ik0tMTYuMjQxLDI5LjQ4NkgtMzYuMDE5YS4yMjEuMjIxLDAsMCwxLS4xNTYtLjM3N2wzLjU1OC0yLjU1OGEuMjIxLjIyMSwwLDAsMSwuMzc3LjE1NnYxLjc3OUgtMTYuOWEuNjc2LjY3NiwwLDAsMSwuNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=");
}
@media screen and (min-width: 768px) {
  .blog-content__main__pager__item__anchor--prev:hover .blog-content__main__pager__item__anchor__icon {
    background-position: 0px center;
  }
}

.blog-content__main__pager__item__anchor--next .blog-content__main__pager__item__anchor__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY0MTQiIGRhdGEtbmFtZT0i44OR44K5IDY0MTQiIGQ9Ik0tMzYuMjQsMjkuNDg2aDE5Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC0zNS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=");
}
@media screen and (min-width: 768px) {
  .blog-content__main__pager__item__anchor--next:hover .blog-content__main__pager__item__anchor__icon {
    background-position: 30px center;
  }
}



.blog-content__aside {
  width: 100%;
  margin-top: 60px;
}

@media screen and (min-width: 1050px) {
  .blog-content__aside {
    position: sticky;
    top: 111px;
    max-width: 380px;
    margin-top: 0;
    padding-left: 35px;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.blog-content__aside__magazine {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.blog-content__aside__magazine__anchor {
  padding: 30px;
  display: block;
  color: #ffffff;
  border-radius: 70px;
  background: linear-gradient(to right, #A51269, #3B1E87);
  font-size: 1.5rem;
  letter-spacing: .2em;
  text-align: center;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .blog-content__aside__magazine__anchor {
    font-size: 1.8rem;
    padding: 45px 30px 45px 30px;
  }
}

@media screen and (min-width: 1050px) {
  .blog-content__aside__magazine__anchor {
    padding: 32px 30px 32px 30px;
  }
}

.blog-content__aside__magazine__anchor:hover {
  opacity: .7;
}

.blog-content__aside__magazine__anchor__inner {
  display: block;
  position: relative;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .blog-content__aside__magazine__anchor__inner {
    padding-top: 42px;
  }
}

.blog-content__aside__magazine__anchor__inner::before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMC42OSAyMC4yMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+Lmljb19tYWlsbWFnYXppbmV7ZmlsbDpub25lO3N0cm9rZTojZmZmO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPgogIDwvZGVmcz4KICAgICAgICA8cmVjdCBjbGFzcz0iaWNvX21haWxtYWdhemluZSIgeD0iMSIgeT0iMSIgd2lkdGg9IjI4LjY5IiBoZWlnaHQ9IjE4LjIyIi8+CiAgICAgICAgPHBhdGggY2xhc3M9Imljb19tYWlsbWFnYXppbmUiIGQ9Ik0xLDEsMTUuMzUsMTMuMjMsMjkuNTEsMSIvPgo8L3N2Zz4K");
  width: 30px;
  height: 20px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
}

@media screen and (min-width: 768px) {
  .blog-content__aside__magazine__anchor__inner::before {
    width: 38px;
    height: 25px;
    left: calc(50% - 19px);
  }
}

.blog-content__aside__heading {
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 700;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #BBBBBB;
}

.blog-content__aside__heading:not(:first-child) {
  margin-top: 40px;
}

.blog-content__aside__article-list {
  margin-top: 30px;
}

.blog-content__aside__article-list__item:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #BBBBBB;
}
.blog-content__aside__article-list__item:last-child {
  padding-bottom: 20px;
  border-bottom: 1px dotted #BBBBBB;
}

.blog-content__aside__article-list__item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-content__aside__article-list__item__block__head {
  width: 100%;
  max-width: 100px;
}

.blog-content__aside__article-list__item__block__head__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

.blog-content__aside__article-list__item__block__head__date {
  display: block;
  margin-top: 5px;
  font-family: 'chathura', sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: .05em;
  color: #BBBBBB;
}
@media screen and (min-width: 768px) {
  .blog-content__aside__article-list__item__block__head__date {
    font-size: 26px;
  }
}


.blog-content__aside__article-list__item__block__body {
  width: 100%;
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .blog-content__aside__article-list__item__block__body {
    max-width: 195px;
  }
}

.blog-content__aside__article-list__item__block__body__title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6em;
  color: #333333;
  -webkit-transition: color .3s;
  transition: color .3s;
}

a:hover .blog-content__aside__article-list__item__block__body__title {
  color: #3B1E87;
}

.blog-container {
  max-width: calc(1130px + 20px * 2);
}

@media screen and (min-width: 768px) {
  .blog-container {
    max-width: calc(1130px + 30px * 2);
  }
}

@media screen and (min-width: 1050px) {
  .blog-container {
    max-width: calc(1130px + 40px * 2);
  }
}

.blog-article {
  position: relative;
  padding-top: 10px;
  border-top: 1px solid #BBBBBB;
}
.blog-article:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #3B1E87;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .blog-article:after {
    width: 120px;
  }
}
@charset "UTF-8";

/* lp */

/* KV */
.hs-landing-page .hero__image {
  height: 320px;
}

@media screen and (min-width: 768px) {
  .hs-landing-page .hero__image {
    height: 770px;
  }
}

@media screen and (min-width: 1050px) {
  .hs-landing-page .hero__image {
    height: 500px;
  }
}

@media screen and (max-width: 1050px) {
  .section.lp-section_columns {
    margin-top: 175px;
  }
}
@media screen and (max-width: 767px) {
  .section.lp-section_columns {
    margin-top: 128px;
  }
}
.lp-section_columns>.container {
  display: block;
}

@media screen and (min-width: 1280px) {
  .lp-section_columns>.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1050px) {
  .lp-section_columns>.container {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 1050px) {
  .lp-section_columns .lp-module {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .lp-section_columns .lp-module {
    min-width: 525px;
  }
}

.lp-section_columns .lp-form {
  width: 100%;
}
@media screen and (min-width: 1050px) {
  .lp-section_columns .lp-form {
    min-width: 495px;
  }
}

.lp-form .hs-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(1050px + 20px * 2);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .lp-form .hs-form {
    max-width: calc(1050px + 50px * 2);
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1050px) {
  .lp-form .hs-form {
    max-width: calc(1050px + 100px * 2);
    padding-right: 100px;
    padding-left: 100px;
  }
}

.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 fieldset:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .lp-form form fieldset:not(:first-child) {
    margin-top: 30px;
  }
}

.lp-form form .hs-form-field > .input {
  margin-right: 0 !important;
}

.lp-form form fieldset.form-columns-2 .hs-form-field {
  width: 100%;
  float: none;
  box-sizing: border-box;
}

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

.lp-form form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .lp-form form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
    margin-top: 30px;
  }
}

/* contact property : form row */
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox) {
    display: grid;
    grid-template-columns: 200px 1fr;
    column-gap: 30px;
  }
}
.lp-form form .hs-form-field:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field:not(:first-child) {
    margin-top: 30px;
  }
}

/* contact property : label */
.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox) > label {
  display: block;
  grid-row-start: 1;
  grid-row-end: 10;
  width: 200px;
  padding-top: 9px;

  border-top: 1px solid #0F0F0F;
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox) > label {
    width: 100%;
    font-size: 1.3rem;
  }
}

/* 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 {
  font-size: 1.3rem;
  line-height: 2;
  padding-left: 5px;
  width: calc(100% - 25px);
  display: inline-flex;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox) > .input ul > li.hs-form-checkbox span {
    font-size: 1.6rem;
    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: #CB0303;
}

/* 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 #BBBBBB;
  border-radius: 5px;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 1.3rem;
  letter-spacing: .15em;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  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: 1.6rem;
    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-text > .input input.hs-input.invalid.error,
.lp-form form .hs-form-field.hs-fieldtype-phonenumber > .input input.hs-input.invalid.error,
.lp-form form .hs-form-field.hs-fieldtype-textarea > .input textarea.hs-input.invalid.error {
  border-color: #CB0303;
}

/* 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;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0F0F0F;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1049px) {
  .lp-form form .hs-form-field .hs-field-desc {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-form form .hs-form-field .hs-field-desc {
    font-size: 1.3rem;
  }
}

/* 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-number .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: #CB0303;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .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 {
    font-size: 1.3rem;
  }
}

/* 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: 20px;
  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: 26px;
    right: 20px;
  }
}

@media screen and (min-width: 1050px) {
  .lp-form form .hs-form-field.hs-fieldtype-select > .input::before {
    top: 23px;
  }
}

/* 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;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #BBBBBB;
  border-radius: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3rem;
  letter-spacing: .15em;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  padding: 12px 14px 11px;
}

@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field.hs-fieldtype-select > .input select.hs-input {
    font-size: 1.6rem;
    padding: 15px 40px 14px 14px;
  }
}

/* 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 .hs-form-field.hs-fieldtype-booleancheckbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input {
  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 .checkbox-title {
  display: inline-block;
  float: left;
  width: 100%;
  padding-top: 9px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 2em;
  border-top: 1px solid #0F0F0F;
}
@media screen and (min-width: 768px) {
  .lp-form form .checkbox-title {
    font-size: 1.6rem;
    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: left;
}
@media screen and (min-width: 768px) {
  .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: 1.7rem;
  letter-spacing: .2em;
  line-height: 2em;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: 40px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label > span {
    font-size: 1.5rem;
    padding-left: 30px;
  }
}
.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label > span::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
  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 {
  background-color: #007AFF;
  border-color: #007AFF;
}

.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label > span::after {
  content: '';
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA4LjIwOCA3LjY0OCI+CiAgPHBhdGggaWQ9IuODkeOCuV8xMjEiIGRhdGEtbmFtZT0i44OR44K5IDEyMSIgZD0iTTIyMTEuNjg2LDEzNzYuNDA2bDEuMzc1LTEuMzU4LDEuNTYxLDEuNTQ5LDMuODU3LTQuOTA4LDEuNDE1LDEuMjItNS4xMTgsNi40MjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjIxMS42ODYgLTEzNzEuNjg5KSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
  background-size: cover;
  position: absolute;
  top: 9px;
  left: 3.5px;
  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: 15px;
    height: 13px;
    top: 10px;
    left: 5.5px;
  }
}
.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: #CB0303;
  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;
}

.lp-form form .hs-form-field.hs-fieldtype-radio .input ul.inputs-list .hs-form-radio {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lp-form form .hs-form-field.hs-fieldtype-radio .input ul.inputs-list.multi-container,
  .lp-form form .hs-form-field.hs-fieldtype-radio .input ul.inputs-list.multi-container .hs-form-radio {
    display: 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: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .2em;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .lp-form form .hs-form-field.hs-fieldtype-radio .input ul.inputs-list .hs-form-radio label > span {
    font-size: 13px;
  }
}

.lp-form form .hs-form-field.hs-fieldtype-date .input .hs-dateinput .fn-date-picker.pika-single {
  border: 1px solid #BBBBBB;
  border-bottom-color: #BBBBBB;
}

.fn-date-picker .pika-label {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  color: #333333;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.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+CiAgPHBhdGggaWQ9IuWkmuinkuW9ol82MyIgZGF0YS1uYW1lPSLlpJrop5LlvaIgNjMiIGQ9Ik02LDBsNiw2SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEyKSByb3RhdGUoLTkwKSIgZmlsbD0iIzNiMWU4NyIvPgo8L3N2Zz4K") !important;
  left: 0;
  top: 0;
}

.fn-date-picker .pika-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNiAxMiI+CiAgPHBhdGggaWQ9IuWkmuinkuW9ol82MiIgZGF0YS1uYW1lPSLlpJrop5LlvaIgNjIiIGQ9Ik02LDBsNiw2SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2KSByb3RhdGUoOTApIiBmaWxsPSIjM2IxZTg3Ii8+Cjwvc3ZnPgo=") !important;
  right: 0;
  top: 0;
}

.fn-date-picker .pika-table th {
  border-style: inherit !important;
  color: #333 !important;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.2rem !important;
  font-weight: 400  !important;
}

.fn-date-picker .pika-button {
  border-radius: 2px !important;
  color: #333 !important;
  font-size: 1.3rem !important;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  background: #EDF0F7 !important;
}

.fn-date-picker .is-today .pika-button {
  font-weight: 500 !important;
}

.fn-date-picker .pika-table abbr {
  cursor: inherit !important;
  text-decoration: none !important;
}

button.pika-button.pika-day:hover {
  background: #3B1E87 !important;
}

.fn-date-picker .is-selected .pika-button {
  color: #fff !important;
  font-weight: 500 !important;
  background: #333 !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 #BBBBBB;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: .15em;
  height: 50px;
  padding: 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lp-form form .hs-form-field .input .hs-dateinput input.hs-input {
    font-size: 13px;
    height: 40px;
  }
}

.lp-form form .legal-consent-container .hs-fieldtype-booleancheckbox {
  justify-content: center;
  float: inherit;
  width: 100%;
}

.lp-form form .legal-consent-container .hs-fieldtype-booleancheckbox .input label>span {
  display: inline-block;
  color: #0F0F0F;
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 2em;
  font-weight: 500;
  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: 1.7rem;
    padding-left: 40px;
  }
}

.legal-consent-container .hs-error-msgs label {
  color: #cb0303 !important;
}

/* 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 .legal-consent-container .hs-fieldtype-booleancheckbox label>input:checked+span::before {
  border-color: #BBBBBB;
  background-color: #BBBBBB;
}

.lp-form form .legal-consent-container .hs-fieldtype-booleancheckbox .input label>span::after {
  width: 12px;
  height: 10px;
  top: 9px;
  left: 3.5px;
}

@media screen and (min-width: 768px) {
  .lp-form form .legal-consent-container .hs-fieldtype-booleancheckbox .input label>span::after {
    width: 15px;
    height: 13px;
    top: 10px;
    left: 5.5px;
  }
}

.lp-form form .legal-consent-container .hs-richtext {
  color: #333333;
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 2em;
}

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

@media screen and (min-width: 768px) {
  .lp-form form .legal-consent-container .hs-richtext {
    font-size: 1.4rem;
  }
}

.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: 1.5rem;
  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: 1.7rem;
  }
}

@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: #BBBBBB;
  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 {
  color: #CB0303;
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

.lp-form form .hs-submit {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .lp-form form .hs-submit {
    margin-top: 30px;
  }
}

.lp-form form .hs-submit .actions {
  border-radius: 30px;
  width: 245px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.lp-form form .hs-submit .actions input {
  width: 100%;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  text-align: center;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 2em;
  font-weight: 700;
  padding: 13px 45px 12px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .lp-form form .hs-submit .actions input {
    font-size: 1.8rem;
    padding: 13px 55px 10px 55px
  }
}

@media screen and (min-width: 1050px) {
  .lp-form form .hs-submit .actions:hover {
    opacity: .8;
  }
}

.lp-form form .hs-submit .actions::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS4wMDkiIGhlaWdodD0iNC4wMjQiIHZpZXdCb3g9IjAgMCAzMS4wMDkgNC4wMjQiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS00Ni4yNCwyOS40ODZoMjkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTQ1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2Ljc0IC0yNS45NzcpIiBmaWxsPSIjZmZmIiBzdHJva2U9InJnYmEoMCwwLDAsMCkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 1050px) {
  .lp-form form .hs-submit .actions:hover::after {
    right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

.hs_error_rollup {
  color: #CB0303;
  margin-top: 30px;
}


.lp-form form .hs-richtext h3 {
  font-size: 1.8rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-richtext h3 {
    font-size: 2.4rem;
  }
}
.lp-form form .hs-richtext h3:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .lp-form form .hs-richtext h3:not(:first-child) {
    margin-top: 55px;
  }
}

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

@media screen and (min-width: 768px) {
  .lp-form form .hs-richtext h3:not(:last-child) {
    margin-bottom: 30px;
  }
}

.lp-form form .hs-richtext p {
  color: #333333;
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 2em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-richtext p {
    font-size: 1.6rem;
  }
}

/* 新エディタ */

.lp-form form .hsfc-Step .hsfc-Step__Content {
  background-color: #ECF0F7;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  padding: 20px;
}
@media screen and (min-width: 768px) {
.lp-form form .hsfc-Step .hsfc-Step__Content {
    padding: 40px;
    font-size: 1.7rem;
  }
}

.lp-form form .hsfc-Row .hsfc-TextField {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.lp-form form .hsfc-FieldLabel span {
  font-weight: 500;
  letter-spacing: .2em;
}
.lp-form form .hsfc-FieldLabel>span {
  position: relative;
}

.lp-form form .hsfc-FieldLabel__RequiredIndicator {
  display: none;
}

.lp-form form .hsfc-FieldLabel span span:has(+ .hsfc-FieldLabel__RequiredIndicator)::after {
  content: '必須';
  background-color: #a51269;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 6px;
  margin-left: 10px;
  text-align: center;
  line-height: 1;
  letter-spacing: .15em;
  position: absolute;
  bottom: -3px;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .lp-form form .hsfc-FieldLabel span span:has(+ .hsfc-FieldLabel__RequiredIndicator)::after {
    font-size: 1.1rem;
    bottom: 0;
  }
}

.lp-form form .hs-form-field.hs-fieldtype-radio .input ul.inputs-list {
  display: flex;
  flex-wrap: wrap;
}

.lp-form form .hs-form-field.hs-fieldtype-radio .input ul.inputs-list .hs-form-radio {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lp-form form .hs-form-field.hs-fieldtype-radio .input ul.inputs-list.multi-container,
  .lp-form form .hs-form-field.hs-fieldtype-radio .input ul.inputs-list.multi-container .hs-form-radio {
    display: 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: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .2em;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .lp-form form .hs-form-field.hs-fieldtype-radio .input ul.inputs-list .hs-form-radio label > span {
    font-size: 13px;
  }
}

.lp-form form .hsfc-RadioFieldGroup__Options {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.lp-form form .hsfc-RadioFieldGroup__Options label {
  padding-left: 0;
}
.lp-form form .hsfc-RadioFieldGroup__Options .hsfc-FieldLabel .hsfc-RadioInput{
  background-color: #fff;
}
.lp-form form .hsfc-RadioFieldGroup__Options .hsfc-FieldLabel span {
  color: #333333;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .2em;
}
@media screen and (min-width: 768px) {
  .lp-form form .hsfc-RadioFieldGroup__Options .hsfc-FieldLabel span {
    font-size: 1.6rem;
  }
}
.lp-form form .hsfc-DataPrivacyField .hsfc-Row {
  font-size: 1.4rem;
}
.lp-form form .hsfc-DataPrivacyField .hsfc-FieldLabel span {
  background-color: transparent !important;
  letter-spacing: .2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-form form .hsfc-DataPrivacyField .hsfc-FieldLabel span span:has(+ .hsfc-FieldLabel__RequiredIndicator)::after {
    bottom: 0;
  }
}

.lp-form form .hsfc-CheckboxField .hsfc-FieldLabel input.hsfc-CheckboxInput {
  display: none;
}
.lp-form form .hsfc-CheckboxField .hsfc-FieldLabel input.hsfc-CheckboxInput>span:first-child {
  position: relative;
}
.lp-form form .hsfc-CheckboxField .hsfc-FieldLabel input.hsfc-CheckboxInput:checked + span::after {
  opacity: 1;
  pointer-events: auto;
}
.lp-form form .hsfc-CheckboxField .hsfc-FieldLabel input.hsfc-CheckboxInput + span {
  display: inline-block;
  font-size: 1.7rem;
  letter-spacing: .2em;
  line-height: 2em;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: 25px;
  margin-left: 0;
}
.lp-form form .hsfc-CheckboxField .hsfc-FieldLabel input.hsfc-CheckboxInput + span::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}


@media screen and (min-width: 768px) {
.lp-form form .hsfc-CheckboxField .hsfc-FieldLabel input.hsfc-CheckboxInput + span::before {
    width: 25px;
    height: 25px;
    top: 4px;
  }
}

.lp-form form .hsfc-CheckboxField .hsfc-FieldLabel input.hsfc-CheckboxInput:checked + span::before {
  background-color: #007AFF;
  border-color: #007AFF;
}

.lp-form form .hsfc-CheckboxField .hsfc-FieldLabel input.hsfc-CheckboxInput + span::after {
  content: '';
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA4LjIwOCA3LjY0OCI+CiAgPHBhdGggaWQ9IuODkeOCuV8xMjEiIGRhdGEtbmFtZT0i44OR44K5IDEyMSIgZD0iTTIyMTEuNjg2LDEzNzYuNDA2bDEuMzc1LTEuMzU4LDEuNTYxLDEuNTQ5LDMuODU3LTQuOTA4LDEuNDE1LDEuMjItNS4xMTgsNi40MjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjIxMS42ODYgLTEzNzEuNjg5KSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
  background-size: cover;
  position: absolute;
  top: 9px;
  left: 3.5px;
  transition: opacity .2s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .lp-form form .hsfc-CheckboxField .hsfc-FieldLabel input.hsfc-CheckboxInput + span::after {
    width: 15px;
    height: 13px;
    top: 10px;
    left: 5.5px;
  }
}

.lp-form form .hsfc-NavigationRow__Buttons {
  border-radius: 30px;
  width: 245px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.lp-form form .hsfc-NavigationRow__Buttons>button[type="submit"]{
  width: 100%;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  text-align: center;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 2em;
  font-weight: 700;
  padding: 13px 45px 12px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .lp-form form .hsfc-NavigationRow__Buttons>button[type="submit"]{
    font-size: 1.8rem;
    padding: 13px 55px 10px 55px
  }
}

.lp-form form .hsfc-NavigationRow__Buttons>button[type="submit"]:hover {
  background: transparent;
}

@media screen and (min-width: 1050px) {
  .lp-form form .hsfc-NavigationRow__Buttons:hover {
    opacity: .8;
  }
}

.lp-form form .hsfc-NavigationRow__Buttons::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS4wMDkiIGhlaWdodD0iNC4wMjQiIHZpZXdCb3g9IjAgMCAzMS4wMDkgNC4wMjQiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS00Ni4yNCwyOS40ODZoMjkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTQ1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2Ljc0IC0yNS45NzcpIiBmaWxsPSIjZmZmIiBzdHJva2U9InJnYmEoMCwwLDAsMCkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 1050px) {
  .lp-form form .hsfc-NavigationRow__Buttons:hover::after {
    right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

.lp-form form .hsfc-TextField .hsfc-ErrorAlert,
.lp-form form .hsfc-EmailField .hsfc-ErrorAlert,
.lp-form form .hsfc-PhoneField .hsfc-ErrorAlert,
.lp-form form .hsfc-PhoneField .hsfc-ErrorAlert,
.lp-form form .hsfc-CheckboxField .hsfc-ErrorAlert {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  letter-spacing: .2em;
}
.lp-form form .hsfc-TextField .hsfc-TextInput,
.lp-form form .hsfc-EmailField .hsfc-TextInput,
.lp-form form .hsfc-PhoneField .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret,
.lp-form form .hsfc-PhoneField .hsfc-PhoneInput .hsfc-TextInput {
  background-color: #fff;
  font-size: 1.5rem;
}
.lp-form form .hsfc-TextField .hsfc-TextInput:has(+ .hsfc-ErrorAlert),
.lp-form form .hsfc-EmailField .hsfc-TextInput:has(+ .hsfc-ErrorAlert),
.lp-form form .hsfc-PhoneField .hsfc-PhoneInput:has(+ .hsfc-ErrorAlert) .hsfc-PhoneInput__FlagAndCaret,
.lp-form form .hsfc-PhoneField .hsfc-PhoneInput:has(+ .hsfc-ErrorAlert) .hsfc-TextInput {
  border-color: #CB0303;
}

.lp-form form .hsfc-DataPrivacyField p,
.lp-form form .hsfc-RichText {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .lp-form form .hsfc-DataPrivacyField p,
  .lp-form form .hsfc-RichText {
    line-height: 1.15;
  }
}
.lp-form form .hsfc-DropdownOptions .hsfc-DropdownOptions__Search,
.lp-form form .hsfc-DropdownOptions .hsfc-DropdownOptions__List .hsfc-DropdownOptions__List__ListItem {
  background-color: #fff;
}
@charset "UTF-8";

/* news */



.news-article__head__date {
  display: block;
  font-family: 'chathura', sans-serif;
  color: #BBBBBB;
  font-size: 26px;
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .news-article__head__date {
    font-size: 30px;
  }
}

.news-article__head__heading {
  color: #0F0F0F;
  font-size: 2.0rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
  .news-article__head__heading {
    font-size: 2.8rem;
  }
}

.news-content__main__article-list__item__block__body .news-article__head__category-list {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .news-content__main__article-list__item__block__body .news-article__head__category-list {
    margin-top: 25px;
  }
}
.news-article__head__category-list {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .news-article__head__category-list {
    margin-top: 25px;
  }
}

.news-article__head__category-list__item {
  display: inline-block;
  min-width: 100px;
  margin-right: 6px;
}

@media screen and (min-width: 768px) {
  .news-article__head__category-list__item {
    min-width: 120px;
  }
}

.news-article__head__category-list__item:not(:first-child) {
  margin-top: 0;
}

.news-article__head__category-list__item__anchor {
  display: block;
  background: linear-gradient(to right, #EDD0E1, #D8D2E7);
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: .15em;
  text-align: center;
  padding: 7px 10px 6px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .news-article__head__category-list__item__anchor {
    font-size: 1.3rem;
  }
}

.news-article__head__category-list__item__anchor:hover {
  opacity: .7;
}

.news-article__head__thumbnail {
  margin-top: 25px;
  margin-bottom: 50px;
  margin-right: -20px;
  margin-left: -20px;
}

@media screen and (min-width: 768px) {
  .news-article__head__thumbnail {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
}

.news-article__head__thumbnail img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

.news-article__body {
  margin-top: 60px;
}

.news-article__body__content h2, .news-article__body__summary__body h2 {
  font-size: 2.0rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
  color: #333333;
  background: linear-gradient(to right, #EDD0E1, #D8D2E7);
  padding: 14px 15px 12px 15px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h2, .news-article__body__summary__body h2 {
    font-size: 2.5rem;
    padding: 10px 20px 9px 20px;
  }
}

.news-article__body__content h2:not(:first-child), .news-article__body__summary__body h2:not(:first-child) {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h2:not(:first-child), .news-article__body__summary__body h2:not(:first-child) {
    margin-top: 60px;
  }
}

.news-article__body__content h2:not(:last-child), .news-article__body__summary__body h2:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h2:not(:last-child), .news-article__body__summary__body h2:not(:last-child) {
    margin-bottom: 30px;
  }
}

.news-article__body__content h3, .news-article__body__summary__body h3 {
  font-size: 1.8rem;
  letter-spacing: .2em;
  line-height: 1.875em;
  line-height: 1.875em;
  font-weight: 700;
  color: #333333;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 2px solid #3B1E87;
  margin-top: -.5em;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h3, .news-article__body__summary__body h3 {
    font-size: 2.0rem;
  }
}


.news-article__body__content h3:not(:first-child), .news-article__body__summary__body h3:not(:first-child) {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h3:not(:first-child), .news-article__body__summary__body h3:not(:first-child) {
    margin-top: 40px;
  }
}

.news-article__body__content h3:not(:last-child), .news-article__body__summary__body h3:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h3:not(:last-child), .news-article__body__summary__body h3:not(:last-child) {
    margin-bottom: 30px;
  }
}

.news-article__body__content h4, .news-article__body__summary__body h4 {
  font-size: 1.8rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  color: #333333;
  padding-left: 12px;
  border-left: 3px solid #3B1E87;
  margin-top: -.5em;
  margin-bottom: -.5em;
}

.news-article__body__content h4::before, .news-article__body__summary__body h4::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
}

.news-article__body__content h4::after, .news-article__body__summary__body h4::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
}

.news-article__body__content h4:not(:first-child), .news-article__body__summary__body h4:not(:first-child) {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h4:not(:first-child), .news-article__body__summary__body h4:not(:first-child) {
    margin-top: 40px;
  }
}

.news-article__body__content h4:not(:last-child), .news-article__body__summary__body h4:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h4:not(:last-child), .news-article__body__summary__body h4:not(:last-child) {
    margin-bottom: 25px;
  }
}

.news-article__body__content p, .news-article__body__summary__body p {
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 2em;
  line-height: 2em;
  color: #333333;
  margin-top: -.5em;
  margin-bottom: -.5em;
}
.news-article__body__content p::before, .news-article__body__summary__body p::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
}

.news-article__body__content p::after, .news-article__body__summary__body p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
}

@media screen and (min-width: 768px) {
  .news-article__body__content p, .news-article__body__summary__body p {
    font-size: 1.6rem;
  }
}

.news-article__body__content p:not(:first-child), .news-article__body__summary__body p:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content p:not(:first-child), .news-article__body__summary__body p:not(:first-child) {
    margin-top: 30px;
  }
}

.news-article__body__content p:not(:last-child), .news-article__body__summary__body p:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content p:not(:last-child), .news-article__body__summary__body p:not(:last-child) {
    margin-bottom: 30px;
  }
}

.news-article__body__content strong, .news-article__body__summary__body strong {
  font-weight: 700;
}

.news-article__body__content em, .news-article__body__summary__body em {
  font-style: italic;
}

.news-article__body__content img, .news-article__body__summary__body img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.news-article__body__content img:not(:first-child), .news-article__body__summary__body img:not(:first-child) {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content img:not(:first-child), .news-article__body__summary__body img:not(:first-child) {
    margin-top: 40px;
  }
}

.news-article__body__content img:not(:last-child), .news-article__body__summary__body img:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content img:not(:last-child), .news-article__body__summary__body img:not(:last-child) {
    margin-bottom: 40px;
  }
}

.news-article__body__content ul:not(:first-child),
.news-article__body__summary__body ul:not(:first-child) {
  margin-top: 20px
}

.news-article__body__content ul:not(:last-child),
.news-article__body__content ol:not(:last-child),
.news-article__body__summary__body ul:not(:last-child),
.news-article__body__summary__body ol:not(:last-child) {
  margin-bottom: 20px
}

.news-article__body__content ul li:not(:first-child),
.news-article__body__content ol li:not(:first-child),
.news-article__body__summary__body ul li:not(:first-child),
.news-article__body__summary__body ol li:not(:first-child) {
  margin-top: 5px
}

.news-article__body__content ul li:not(:last-child),
.news-article__body__content ol li:not(:last-child),
.news-article__body__summary__body ul li:not(:last-child),
.news-article__body__summary__body ol li:not(:last-child) {
margin-bottom: 5px
}

.news-article__body__content ul > li,
.news-article__body__summary__body ul > li {
  padding-left: 15px;
  position: relative;
}

.news-article__body__content ul > li:before,
.news-article__body__summary__body ul > li:before {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  border-radius: 100%;
  background-color: #BBBBBB;
}
@media all and (-ms-high-contrast:none){
  .news-article__body__content ul > li:before,
  .news-article__body__summary__body ul > li:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {　
  .news-article__body__content ul > li:before,
  .news-article__body__summary__body ul > li:before {
    top: 10px;
  }
}

.news-article__body__summary {
  margin-top: 50px;
  border: 1px solid #BBBBBB;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .news-article__body__summary {
    margin-top: 60px;
  }
}

.news-article__body__summary__head {
  background-color: #F1F1ED;
  border-radius: 5px 5px 0 0;
  padding: 11px 20px 10px;
}

@media screen and (min-width: 768px) {
  .news-article__body__summary__head {
    padding: 14px 30px;
  }
}

.news-article__body__summary__head__heading {
  font-size: 1.8rem;
  letter-spacing: .2em;
  font-weight: 700;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .news-article__body__summary__head__heading {
    font-size: 2.2rem;
  }
}

.news-article__body__summary__body {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .news-article__body__summary__body {
    padding: 30px;
  }
}

.news-article__body__cta__anchor {
  display: block;
}

.news-article__body__cta__content img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.news-article__body__cta:not(:first-child) {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .news-article__body__cta:not(:first-child) {
    margin-top: 80px;
  }
}

.news-article__body__cta:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .news-article__body__cta:not(:last-child) {
    margin-bottom: 80px;
  }
}

.news-article__foot {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid #BBBBBB;
}

@media screen and (min-width: 768px) {
  .news-article__foot {
    margin-top: 80px;
  }
}

@media screen and (min-width: 560px) {
  .news-article__foot__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 560px) {
  .news-article__foot__nav__list__item {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.news-article__foot__nav__list__item--prev {
  margin-right: auto;
}

.news-article__foot__nav__list__item--next {
  margin-left: auto;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #BBBBBB;
}

@media screen and (min-width: 560px) {
  .news-article__foot__nav__list__item--next {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px dotted #BBBBBB;
  }
}

.news-article__foot__nav__list__item--next .news-article__foot__nav__list__item__heading {
  text-align: right;
}

.news-article__foot__nav__list__item__heading {
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: .2em;
  font-weight: 700;
}

.news-article__foot__nav__list__item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.news-article__foot__nav__list__item__block__image {
  width: 100%;
  max-width: 110px;
}

@media screen and (min-width: 560px) {
  .news-article__foot__nav__list__item__block__image {
    max-width: 120px;
  }
}

.news-article__foot__nav__list__item__block__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

.news-article__foot__nav__list__item__block__heading {
  width: 100%;
  margin-left: 15px;
  font-size: 1.4rem;
  letter-spacing: .15em;
  line-height: 1.6em;
  font-weight: 500;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 560px) {
  .news-article__foot__nav__list__item__block__heading {
    max-width: 210px;
  }
}

a:hover .news-article__foot__nav__list__item__block__heading {
  color: #0F0F0F;
}

.news-article__foot__back {
  margin-top: 60px;
  text-align: center;
}

@media screen and (min-width: 560px) {
  .news-article__foot__back {
    margin-top: 80px;
  }
}

.news-article__foot__back__anchor {
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: .15em;
  line-height: 1.4em;
  font-weight: 500;
  position: relative;
  padding-left: 38px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.news-article__foot__back__anchor__icon {
  display: block;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news-article__foot__back__anchor__icon__circle {
  fill: #333333;
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

a:hover .news-article__foot__back__anchor__icon__circle {
  fill: #0F0F0F;
}

.news-article__foot__back__anchor:hover {
  color: #0F0F0F;
}

.news-archive__menu {
  margin-bottom: 20px;
}

.news-archive__menu__laptop-wider__list {
  display: none;
}

@media screen and (min-width: 768px) {
  .news-archive__menu__laptop-wider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news-archive__menu__laptop-wider__list__item {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .15em;
  padding: 0px 20px;
  color: #333333;
  -webkit-transition: color .3s;
  transition: color .3s;
  cursor: pointer;
  border-left: 1px solid #999999;
}

.news-archive__menu__laptop-wider__list__item:last-child {
  border-right: 1px solid #999999;
}
.news-archive__menu__laptop-wider__list__item.is-current {
  color: #3B1E87;
}


.news-archive__menu__laptop-wider__list__item:after {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  bottom: -20px;
  left: -1px;
  background: linear-gradient(to right,#edd0e1,#d8d2e7);
  transition: .5s;
}
.news-archive__menu__laptop-wider__list__item:hover:after {
  width: 100%;
}
.news-archive__menu__laptop-wider__list__item.is-current:after {
  width: 100%;
  background: linear-gradient(to right, #A51269 0%,#3B1E87 100%);
}

@media screen and (min-width: 768px) {
  .news-archive__menu__palmtop {
    display: none;
  }
}

.news-archive__menu__palmtop__label {
  display: block;
  position: relative;
}

.news-archive__menu__palmtop__label__icon {
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  width: 8px;
  height: 8px;
}

.news-archive__menu__palmtop__label__select {
  display: block;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: transparent;
  box-shadow: inset 0 1px 1px 0 #A51269, inset 0 0 0 1px #3B1E87;
  border-radius: 50px;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: .15em;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  padding: 10px 15px;
}

.news-archive__content__list {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.news-archive__content__list__item:not(:first-child) {
  border-top: 1px solid #999999;
}

.news-archive__content__list__item__anchor {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.news-archive__content__list__item__anchor .news-archive__content__list__item__content__body .paragraph {
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .news-archive__content__list__item__anchor:hover .news-archive__content__list__item__content__body .paragraph {
    color: #3B1E87;
  }
}

@media screen and (min-width: 768px) {
  .news-archive__content__list__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.news-archive__content__list__item__content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-archive__content__list__item__content__head__date {
  font-size: 1.6rem;
  letter-spacing: .2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news-archive__content__list__item__content__head__date {
    font-size: 1.3rem;
  }
}

.news-archive__content__list__item__content__head__category {
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .news-archive__content__list__item__content__head__category {
    margin-left: 20px;
  }
}

.news-archive__content__list__item__content__head__category__inner {
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  letter-spacing: .2em;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to right,#edd0e1,#d8d2e7);
  min-width: 95px;
}

@media screen and (min-width: 768px) {
  .news-archive__content__list__item__content__head__category__inner {
    font-size: 1.3rem;
    min-width: 120px;
  }
}

.news-archive__content__list__item__content__body {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .news-archive__content__list__item__content__body {
    margin-top: 0;
    margin-left: 20px;
  }
}

.news-archive__pager {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 560px) {
  .news-archive__pager {
    margin-top: 75px;
  }
}

.news-archive__pager__item:not(:first-child) {
  margin-left: 10px;
}

.news-archive__pager__item__anchor {
  display: block;
  font-size: 40px;
  font-weight: 600;
  font-family: 'chathura', sans-serif;
  letter-spacing: .1em;
  color: #BBBBBB;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.is-current .news-archive__pager__item__anchor {
  color: #3B1E87;
}
.news-archive__pager__item__anchor:hover {
  color: #3B1E87;
}

.news-archive__pager__item__anchor__icon {
  display: block;
  width: 58px;
  height: 30px;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-size: 30px 3px;
  background-position: center;
  background-color: #fff;
  box-shadow: inset 0 1px 1px 0 #A51269, inset 0 0 0 1px #3B1E87;
  -webkit-transition: .5s;
  transition: .5s;
}

.news-archive__pager__item__anchor--prev .news-archive__pager__item__anchor__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY0MTQiIGRhdGEtbmFtZT0i44OR44K5IDY0MTQiIGQ9Ik0tMTYuMjQxLDI5LjQ4NkgtMzYuMDE5YS4yMjEuMjIxLDAsMCwxLS4xNTYtLjM3N2wzLjU1OC0yLjU1OGEuMjIxLjIyMSwwLDAsMSwuMzc3LjE1NnYxLjc3OUgtMTYuOWEuNjc2LjY3NiwwLDAsMSwuNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=");
}
@media screen and (min-width: 768px) {
  .news-archive__pager__item__anchor--prev:hover .news-archive__pager__item__anchor__icon {
    background-position: 0px center;
  }
}

.news-archive__pager__item__anchor--next .news-archive__pager__item__anchor__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY0MTQiIGRhdGEtbmFtZT0i44OR44K5IDY0MTQiIGQ9Ik0tMzYuMjQsMjkuNDg2aDE5Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC0zNS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=");
}
@media screen and (min-width: 768px) {
  .news-archive__pager__item__anchor--next:hover .news-archive__pager__item__anchor__icon {
    background-position: 30px center;
  }
}

.news-article {
  position: relative;
  padding-top: 10px;
  border-top: 1px solid #BBBBBB;
}
.news-article:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #3B1E87;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .news-article:after {
    width: 120px;
  }
}

.news__note {
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .news__note {
    margin-bottom: 48px;
  }
}
.news__note .link {
  padding-left: 0;
}
.news__note .link::before {
  content: none;
}
.news__note .link::after {
  left: 0;
  width: 100%;
}
/* ==========================================================================

systems.css

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

/* ページ別パスワード入力画面 */
#hs_cos_wrapper_password_prompt {
  margin-top: 50px;
}
#hs_cos_wrapper_password_prompt .error-msg {
  color: #CB0303;
}
#hs-pwd-widget-password {
  margin-top: 0!important;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
  color: #333333;
  font-size: 13px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: .15em;
  height: 38px !important;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  #hs-pwd-widget-password  {
    font-size: 16px;
    height: 50px;
  }
}
#hs_cos_wrapper_password_prompt input[type="submit"] {
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .2em;
  line-height: 2em;
  font-weight: 700;
  background-color: #3B1E87;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 38px!important;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  #hs_cos_wrapper_password_prompt input[type="submit"] {
    font-size: 1.4rem;
  }
  #hs_cos_wrapper_password_prompt input[type="submit"]:hover {
    cursor: pointer;
    opacity: .8;
  }
}

/* メルマガ関連 */

.systems-page .header {
  height: auto;
  position: static;
  z-index: inherit;
  overflow: auto;
}
.systems-page .header:before {
  content: none;
}
.widget-type-email_subscriptions .cell-wrapper,
.widget-type-email_subscriptions_confirmation .cell-wrapper,
.widget-type-email_simple_subscription .cell-wrapper {
  margin-bottom: 0px;
}
.widget-type-email_subscriptions p,
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation p,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription p,
.widget-type-email_simple_subscription h1,
.widget-type-email_simple_subscription h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  margin: 1px 0px 4px;
}
.widget-type-email_simple_subscription h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}
html body .page-header {
    margin: 0px;
    padding-bottom: 1em;
}
.widget-type-email_subscriptions p,
.widget-type-email_subscriptions_confirmation p,
.widget-type-email_simple_subscription p {
    font-size: 15px;
}
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2 {
    font-size: 14px;
}
.email-prefs .item {
       -moz-user-select: none;
    -webkit-user-select: none;
         -o-user-select: none;
            user-select: none;
    padding-bottom: 1px;
    position: relative;
    margin:20px 0px;
    cursor: pointer;
    cursor: hand;
}
label {
    cursor: pointer;
    cursor: hand;
}
.email-prefs .item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.email-prefs .item .item-inner * {
    color: #444;
}
.email-prefs .item .item-inner {
       -moz-user-select: none;
    -webkit-user-select: none;
         -o-user-select: none;
            user-select: none;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -moz-transition-property: background;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    border: 1px solid #BBBBBB;
    overflow: hidden;
    margin-top: 0;
    padding: 15px;
    background: #EDF0F7;
}
.email-prefs .item .item-inner.hovered {
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.email-prefs .item .item-inner.highlighted-subscription {
    background: #fff1ee;
}
.email-prefs .item .item-inner.highlighted-subscription.selected {
    background: #fff1ee;
}
.email-prefs .item .item-inner.selected {
    background: #f0f7fc;
    border: 1px solid #e0e7ec;
}
.email-prefs .item.disabled .item-inner.hovered {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.checkbox-row {
    margin-top:0;
    overflow:hidden;
}
.checkbox-row span.fakelabel {
  padding: 10px 0;
       -moz-user-select: none;
    -webkit-user-select: none;
         -o-user-select: none;
            user-select: none;
    text-transform: normal;
    vertical-align: middle;
    display: flex;
}
.checkbox-row input {
    vertical-align: middle;
    margin:0;
    padding:0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .checkbox-row input {
        position: relative;
        top: 0px;
    }
}
.checkbox-row span.fakelabel span {
    float: left;
    font-weight: bold;
    margin-left: 7px;
    vertical-align: top;
}
.email-prefs .item p {
    clear: both;
    margin: 5px 20px 0px;
}
.email-prefs .thumbnail {
    bottom: 1px;
    position: absolute;
    right: 6px;
}
.email-prefs .thumbnail.float-top {
    top: 7px;
}
.subscribe-options {
    margin-top: 40px;
    margin-bottom: 12px;
    overflow: hidden;
}
.subscribe-options label {
    font-size:13px;
    margin-right:16px;
}
.subscribe-options label span {
    font-weight: normal;
    margin-left: 3px;
    font-size: 14px;
    font-weight: bold;
}

#submitbutton {
  border-radius: 5px;
  margin-top: 20px;
  padding: 16px 20px 13px 20px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .2em;
  line-height: 2em;
  font-weight: 700;
  background-color: #3B1E87;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (min-width: 768px) {
  #submitbutton {
    font-size: 1.4rem;
    padding: 16px 20px 13px 20px;
  }
  #submitbutton:hover {
    cursor: pointer;
    opacity: .8;
  }
}
#email-prefs-form {
  margin-top: 0;
  margin-bottom: 0px;
}
html body input.hs-input.email-edit {
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
  color: #333333;
  font-size: 13px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: .15em;
  height: 40px;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  html body input.hs-input.email-edit {
    font-size: 16px;
    height: 50px;
  }
}

/* サイト全体で共通のエレメント */
@charset "utf-8";

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* カラム */

@media screen and (min-width: 768px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
}
/* @media screen and (min-width: 1050px) {
  .columns {
    flex-wrap: inherit;
  }
} */

@media screen and (min-width: 768px) {
  .columns__column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.columns__column:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .columns__column:not(:first-child) {
    margin-top: 0;
  }
}

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

@media screen and (min-width: 768px) {
  .columns__column:not(:last-child) {
    margin-bottom: 0;
  }
}

.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: 25px;
}
@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 .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
  }
}

/* 1:2カラム */
.columns--one-two {
  margin-left: -25px;
  margin-right: -25px;
}

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

.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: 1049px) {
  .columns--one-two {
    margin-left: -15px;
    margin-right: -15px;
  }

  .columns--one-two > .columns__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@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: 20px
  }
}

.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%
}
@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;;
  }
  .columns--three.columns--to-two>.columns__column {
   -webkit-box-flex: ;
  -ms-flex: inherit;
  flex: inherit;;
  }
}
@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%
  }
}
@media screen and (max-width:767px) {
  .columns--three.columns--to-two {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .columns--three.columns--to-two>.columns__column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .columns--three.columns--to-two>.columns__column:not(:first-child) {
    margin-top: 0;
  }
  .columns--three.columns--to-two>.columns__column:nth-child(n+3) {
    margin-top: 30px;
  }
  .columns--three.columns--to-two>.columns__column {
    -webkit-box-flex: ;
  -ms-flex: inherit;
  flex: inherit;;
  }
}

/* 4カラム */

.division-top-four-column {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .division-top-four-column {
    margin-top: 30px;
  }
}
.division-bottom-four-column {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .division-bottom-four-column {
    margin-bottom: 30px;
  }
}
.columns.columns--four {
  margin-left: -15px;
  margin-right: -15px;
}
.columns--four>.columns__column {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width:1049px) {
  .columns.columns--four {
    margin-left: -30px;
    margin-right: -30px;
  }
  .columns--four.columns--to-one > .columns__column,
  .columns--four.columns--to-two > .columns__column {
    width: 50%
  }

  .columns--four.columns--to-one > .columns__column:nth-child(n+3) {
    margin-top: 30px
  }
  .columns--four.columns--to-two > .columns__column:nth-child(n+3) {
    margin-top: 40px
  }

}
@media screen and (max-width:767px) {
  .columns--four.columns--to-one {
    margin-left: 0;
    margin-right: 0;
  }

  .columns--four.columns--to-one>.columns__column {
    padding-left: 0;
    padding-right: 0;
    width: 100%
  }

  .columns--four.columns--to-one>.columns__column:nth-child(n+2) {
    margin-top: 30px;
  }

  .columns--four.columns--to-two {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .columns--four.columns--to-two>.columns__column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .columns--four.columns--to-two > .columns__column {
    width: 50%;
  }
  .columns--four.columns--to-two > .columns__column:not(:first-child) {
    margin-top: 0;
  }
  .columns--four.columns--to-two > .columns__column:not(:last-child) {
    margin-bottom: 0;
  }
  .columns--four.columns--to-two > .columns__column:nth-child(n+3) {
    margin-top: 30px;
  }
}


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

/* ※1, ※2, ※3, ※4 */
.division-top-4columns .heading-2:not(:first-child),
.division-top-4columns .heading-3:not(:first-child),
.division-top-4columns .heading-4:not(:first-child),
.division-top-4columns .heading-5:not(:first-child) {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .division-top-4columns .heading-2:not(:first-child),
  .division-top-4columns .heading-3:not(:first-child),
  .division-top-4columns .heading-4:not(:first-child),
  .division-top-4columns .heading-5:not(:first-child)  {
    margin-top: 25px;
  }
}

.division-top-4columns .columns--two>.columns__column:nth-child(n+3),
.division-top-4columns .columns--three>.columns__column:nth-child(n+4),
.division-top-4columns .columns--four>.columns__column:nth-child(n+5) {
  margin-top: 60px;
}
@media screen and (max-width: 1049px) {
  .division-top-4columns .columns--three>.columns__column:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .division-top-4columns .columns--three>.columns__column:nth-child(n+4) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .division-top-4columns .columns--two>.columns__column:not(:last-child),
  .division-top-4columns .columns--three>.columns__column:not(:last-child),
  .division-top-4columns .columns--four>.columns__column:not(:last-child) {
    margin-top: 50px;
  }
}

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

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

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


 /* group image */
.division-top-group_image {
 margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .division-top-group_image {
    margin-top: 30px;
   }
}

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

.columns--image-layout {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .columns--image-layout {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }
}

.columns--image-layout .columns__column {
  padding-left: 0;
  padding-right: 0;
  width: calc(50% - 1px);
}
@media screen and (max-width: 767px) {
  .columns--image-layout .columns__column {
    width: 100%;
  }
}

.columns--image-layout .columns__column .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  margin-left: 0;
  width: 100%;
}

.columns--image-layout .columns__column .columns .columns__column {
  margin-bottom: 1px;
  margin-right: 1px;
  width: calc(50% - .5px);
  padding-left: 0;
  padding-right: 0;
}

.columns--image-layout .columns__column .columns .columns__column:nth-of-type(even) {
  margin-right: 0;
}

.columns--image-layout .columns__column .columns .columns__column:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.columns--image-layout .columns__column:nth-child(1),
.columns--image-layout .columns__column:nth-child(2) {
  margin-top: 0;
}

.columns--image-layout .columns__column:nth-child(odd) {
  margin-right: 1px;
}
@media screen and (max-width: 767px) {
  .columns--two.columns--image-layout > .columns__column:first-child {
    margin-bottom: 1px;
  }
  .columns--two>.columns__column:not(:last-child) {
    -webkit-box-flex: inherit;
    flex: inherit;
  }

  .columns--two.columns--image-layout>.columns__column:first-child {
    -webkit-box-flex: inherit;
    flex: inherit;
  }

  .columns--two.columns--image-layout > .columns__column:nth-child(2) {
    margin-top: 1px;
  }

  _::-webkit-full-page-media, _:future, :root .columns--two.columns--image-layout > .columns__column:nth-child(2) {
    margin-top: 2px;
  }

  _::-webkit-full-page-media, _:future, :root .columns--image-layout .columns__column .columns .columns__column {
    margin-bottom: 2px;
  }
}



/* -------   2:1 1:2などのスタイル   ------- */

@media screen and (min-width: 768px) {
  .l_h2_gt_r_img .columns,
  .l_h2_r_img .columns,
  .l_h3_gt_r_img .columns,
  .l_h3_r_img .columns,
  .l_img_lt_r_h2 .columns,
  .l_img_lt_r_h3 .columns,
  .l_img_r_h2 .columns,
  .l_img_r_h3 .columns {
    flex-wrap: nowrap;
  }
}

.l_h2_gt_r_img .columns__column,
.l_h2_r_img .columns__column,
.l_h3_gt_r_img .columns__column,
.l_h3_r_img .columns__column,
.l_img_lt_r_h2 .columns__column,
.l_img_lt_r_h3 .columns__column,
.l_img_r_h2 .columns__column,
.l_img_r_h3 .columns__column {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l_h2_gt_r_img .columns__column,
  .l_h2_r_img .columns__column,
  .l_h3_gt_r_img .columns__column,
  .l_h3_r_img .columns__column,
  .l_img_lt_r_h2 .columns__column,
  .l_img_lt_r_h3 .columns__column,
  .l_img_r_h2 .columns__column,
  .l_img_r_h3 .columns__column {
    width: 100%;
  }
}

.l_h2_gt_r_img {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_h2_gt_r_img {
    margin-top: 55px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .l_h2_gt_r_img .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 365px;
  }
}

@media screen and (min-width: 768px) {
  .l_h2_gt_r_img .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 740px;
  }
}

.l_h2_gt_r_img .heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.l_h2_gt_r_img .heading-2:not(:first-child) {
  margin-top: 0;
}

.l_h2_gt_r_img .heading-2:not(:last-child) {
  margin-bottom: 20px;
}

.l_h2_gt_r_img .paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

.l_h2_gt_r_img .paragraph:not(:first-child) {
  margin-top: 10px;
}

.l_h2_gt_r_img .paragraph:not(:last-child) {
  margin-bottom: 25px;
}

.l_h2_gt_r_img .link-button {
  margin-top: 0;
  margin-bottom: 0;
}

.l_h2_gt_r_img .link-button:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .l_h2_gt_r_img .link-button:not(:first-child) {
    margin-top: 40px;
  }
}

.l_h2_gt_r_img .link-button:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_h2_gt_r_img .link-button:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* l_h2_r_img */

.l_h2_r_img {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_h2_r_img {
    margin-top: 80px;
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 768px) {
  .l_h2_r_img .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .l_h2_r_img .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.l_h2_r_img .heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.l_h2_r_img .heading-2:not(:first-child) {
  margin-top: 0;
}

.l_h2_r_img .heading-2:not(:last-child) {
  margin-bottom: 20px;
}

.l_h2_r_img .paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

.l_h2_r_img .paragraph:not(:first-child) {
  margin-top: 20px;
}

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

.l_h2_r_img .link-button {
  margin-top: 0;
  margin-bottom: 0;
}

.l_h2_r_img .link-button:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .l_h2_r_img .link-button:not(:first-child) {
    margin-top: 40px;
  }
}

.l_h2_r_img .link-button:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_h2_r_img .link-button:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* l_h3_gt_r_img */

.l_h3_gt_r_img {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_h3_gt_r_img {
    margin-top: 55px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .l_h3_gt_r_img .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 365px;
  }
}

@media screen and (min-width: 768px) {
  .l_h3_gt_r_img .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 740px;
  }
}

.l_h3_gt_r_img .heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.l_h3_gt_r_img .heading-3:not(:first-child) {
  margin-top: 0;
}

.l_h3_gt_r_img .heading-3:not(:last-child) {
  margin-bottom: 20px;
}

.l_h3_gt_r_img .paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

.l_h3_gt_r_img .paragraph:not(:first-child) {
  margin-top: 10px;
}

.l_h3_gt_r_img .paragraph:not(:last-child) {
  margin-bottom: 25px;
}

.l_h3_gt_r_img .link-button {
  margin-top: 0;
  margin-bottom: 0;
}

.l_h3_gt_r_img .link-button:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .l_h3_gt_r_img .link-button:not(:first-child) {
    margin-top: 40px;
  }
}

.l_h3_gt_r_img .link-button:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_h3_gt_r_img .link-button:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* l_h3_r_img */

.l_h3_r_img {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_h3_r_img {
    margin-top: 55px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .l_h3_r_img .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .l_h3_r_img .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.l_h3_r_img .heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.l_h3_r_img .heading-3:not(:first-child) {
  margin-top: 0;
}

.l_h3_r_img .heading-3:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .l_h3_r_img .heading-3:not(:last-child) {
    margin-bottom: 20px;
  }
}

.l_h3_r_img .paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

.l_h3_r_img .paragraph:not(:first-child) {
  margin-top: 10px;
}

.l_h3_r_img .paragraph:not(:last-child) {
  margin-bottom: 25px;
}

.l_h3_r_img .link-button {
  margin-top: 0;
  margin-bottom: 0;
}

.l_h3_r_img .link-button:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .l_h3_r_img .link-button:not(:first-child) {
    margin-top: 40px;
  }
}

.l_h3_r_img .link-button:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_h3_r_img .link-button:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* l_img_lt_r_h2 */

.l_img_lt_r_h2 {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_img_lt_r_h2 {
    margin-top: 55px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .l_img_lt_r_h2 .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 365px;
  }
}

@media screen and (min-width: 768px) {
  .l_img_lt_r_h2 .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 740px;
  }
}

.l_img_lt_r_h2 .heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.l_img_lt_r_h2 .heading-2:not(:first-child) {
  margin-top: 0;
}

.l_img_lt_r_h2 .heading-2:not(:last-child) {
  margin-bottom: 20px;
}

.l_img_lt_r_h2 .paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

.l_img_lt_r_h2 .paragraph:not(:first-child) {
  margin-top: 10px;
}

.l_img_lt_r_h2 .paragraph:not(:last-child) {
  margin-bottom: 25px;
}

.l_img_lt_r_h2 .link-button {
  margin-top: 0;
  margin-bottom: 0;
}

.l_img_lt_r_h2 .link-button:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .l_img_lt_r_h2 .link-button:not(:first-child) {
    margin-top: 40px;
  }
}

.l_img_lt_r_h2 .link-button:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_img_lt_r_h2 .link-button:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* l_img_lt_r_h3 */

.l_img_lt_r_h3 {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_img_lt_r_h3 {
    margin-top: 55px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .l_img_lt_r_h3 .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 365px;
  }
}

@media screen and (min-width: 768px) {
  .l_img_lt_r_h3 .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 740px;
  }
}

.l_img_lt_r_h3 .heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.l_img_lt_r_h3 .heading-3:not(:first-child) {
  margin-top: 0;
}

.l_img_lt_r_h3 .heading-3:not(:last-child) {
  margin-bottom: 20px;
}

.l_img_lt_r_h3 .paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

.l_img_lt_r_h3 .paragraph:not(:first-child) {
  margin-top: 10px;
}

.l_img_lt_r_h3 .paragraph:not(:last-child) {
  margin-bottom: 25px;
}

.l_img_lt_r_h3 .link-button {
  margin-top: 0;
  margin-bottom: 0;
}

.l_img_lt_r_h3 .link-button:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .l_img_lt_r_h3 .link-button:not(:first-child) {
    margin-top: 40px;
  }
}

.l_img_lt_r_h3 .link-button:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_img_lt_r_h3 .link-button:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* l_img_r_h2 */

.l_img_r_h2 {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_img_r_h2 {
    margin-top: 80px;
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 768px) {
  .l_img_r_h2 .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .l_img_r_h2 .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.l_img_r_h2 .heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.l_img_r_h2 .heading-2:not(:first-child) {
  margin-top: 0;
}

.l_img_r_h2 .heading-2:not(:last-child) {
  margin-bottom: 20px;
}

.l_img_r_h2 .paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

.l_img_r_h2 .paragraph:not(:first-child) {
  margin-top: 20px;
}

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

.l_img_r_h2 .link-button {
  margin-top: 0;
  margin-bottom: 0;
}

.l_img_r_h2 .link-button:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .l_img_r_h2 .link-button:not(:first-child) {
    margin-top: 40px;
  }
}

.l_img_r_h2 .link-button:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_img_r_h2 .link-button:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* l_img_r_h3 */

.l_img_r_h3 {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_img_r_h3 {
    margin-top: 55px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .l_img_r_h3 .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .l_img_r_h3 .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.l_img_r_h3 .heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.l_img_r_h3 .heading-3:not(:first-child) {
  margin-top: 0;
}

.l_img_r_h3 .heading-3:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .l_img_r_h3 .heading-3:not(:last-child) {
    margin-bottom: 20px;
  }
}

.l_img_r_h3 .paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

.l_img_r_h3 .paragraph:not(:first-child) {
  margin-top: 10px;
}

.l_img_r_h3 .paragraph:not(:last-child) {
  margin-bottom: 25px;
}

.l_img_r_h3 .link-button {
  margin-top: 0;
  margin-bottom: 0;
}

.l_img_r_h3 .link-button:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .l_img_r_h3 .link-button:not(:first-child) {
    margin-top: 40px;
  }
}

.l_img_r_h3 .link-button:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l_img_r_h3 .link-button:not(:last-child) {
    margin-bottom: 40px;
  }
}
@charset "UTF-8";

/* コンテナ */

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

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

@media screen and (min-width: 1050px) {
  .container {
    max-width: calc(1050px + 100px * 2);
    padding-right: 100px;
    padding-left: 100px;
  }
}

.container--full {
  max-width: none;
}
@charset "utf-8";

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


#page-top div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  max-width: 1090px;
}
#page-top div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: #333333;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  letter-spacing: .2em;
  font-weight: 400;
}
#page-top div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a,
#page-top div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a:hover {
  color: #a51269;
}
/* ==========================================================================

    figure

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.figure:not(:first-child),
.division-top-img {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.figure:not(:first-child),
	.division-top-img {
		margin-top: 30px;
	}
}

.figure:not(:last-child),
.division-bottom-img {
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.figure:not(:last-child),
	.division-bottom-img {
		margin-bottom: 30px;
	}
}

.figure {
	text-align: center;
	margin: 0 auto;
}

.figure img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
	.figure img {
		max-width: 100% !important;
	}
}

.figure--column1 {
	max-width: 700px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.figure--column1 {
		max-width: 450px;
	}
}

.figcaption {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .15em;
	margin-top: 15px;
	text-align: left;
}
@media screen and (max-width: 414px) {
	.figcaption {
		font-size: 12px;
	}
}

.figure.figure--smallbottom:not(:last-child) {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.figure.figure--smallbottom:not(:last-child) {
		margin-bottom: 25px;
	}
}
@charset "UTF-8";

/* 見出し */

.heading-1 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
@charset "UTF-8";

/* h2 */

.section-heading2 {
  margin-top: 60px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .section-heading2 {
    margin-top: 80px;
    margin-bottom: 45px;
  }
}

.heading-2 {
  position: relative;
}

.heading-2:not(:first-child) {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .heading-2:not(:first-child) {
    margin-top: 80px;
  }
}

.heading-2:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .heading-2:not(:last-child) {
    margin-bottom: 45px;
  }
}

.heading-2__decoration {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 0.7em;
  font-weight: 800;
  font-family: 'chathura', sans-serif;
  text-transform: capitalize;
  color: #3B1E87;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* IE11はテキストグラデーションを単色(point_color)に */
_:-ms-lang(x)::-ms-backdrop, .heading-2__decoration {
  background: none;
}

@media screen and (min-width: 768px) {
  .heading-2__decoration {
    margin-left: 30px;
    font-size: 30px;
    letter-spacing: .05em;
  }
}
.heading-2__decoration:after {
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: -5px;
  left: -20px;
  opacity: .2;
  background: linear-gradient(to right, #A51269 0%,#3B1E87 100%);
}
@media screen and (min-width: 768px) {
  .heading-2__decoration:after {
    left: -30px;
  }
}

.heading-2__inner {
  display: block;
  margin-top: 10px;
  font-size: 2.2rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .heading-2__inner {
    margin-top: 13px;
    font-size: 3.2rem;
  }
}

.heading-2--reverse {
  color: #ffffff;
}

.heading-2--reverse .heading-2__decoration {
  color: #fff;
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: #fff;
}
.heading-2--reverse .heading-2__decoration:after {
  background: #ffffff;
}
@charset "UTF-8";

/* h3 */

.section-heading3 {
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section-heading3 {
    margin-top: 55px;
    margin-bottom: 30px;
  }
}

.heading-3 {
  font-size: 1.8rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
}

.heading-3::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
}

.heading-3::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
}

@media screen and (min-width: 768px) {
  .heading-3 {
    font-size: 2.4rem;
  }
}

.heading-3:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .heading-3:not(:first-child) {
    margin-top: 55px;
  }
}

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

@media screen and (min-width: 768px) {
  .heading-3:not(:last-child) {
    margin-bottom: 30px;
  }
}

.heading-3-decoration {
  position: relative;
  padding-left: 11px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .15em;
  color: #333333;
}

.heading-3-decoration:not(:last-child) {
  margin-bottom: 15px;
}

.heading-3-decoration::before {
  content: '';
  width: 5px;
  height: 2px;
  background-color: #3B1E87;
  position: absolute;
  top: 9px;
  left: 0;
}
@charset "UTF-8";

/* h4 */

.section-heading4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section-heading4 {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}

.heading-4 {
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .heading-4 {
    font-size: 2.0rem;
  }
}

.heading-4:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .heading-4:not(:first-child) {
    margin-top: 45px;
  }
}

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

@media screen and (min-width: 768px) {
  .heading-4:not(:last-child) {
    margin-bottom: 25px;
  }
}
@charset "UTF-8";

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* h5 */

.section-heading5 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.heading-5 {
  color: #333333;
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .heading-5 {
    font-size: 1.8rem;
  }
}

.heading-5:not(:first-child) {
  margin-top: 30px;
}

.heading-5:not(:last-child) {
  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;
}
@media screen and (max-width:767px) {
  .heading-5--icon .heading-5--icon__image {
    margin-right: 10px;
    width: 35px;
  }
}

.heading-5--icon .heading-5--text {
  width: calc(100% - 55px);
}
@charset "UTF-8";

/* 画像 */

.image {
  margin-left: auto;
  margin-right: auto;
}

.image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

.image__anchor {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
@media screen and (min-width: 1050px) {
  .image__anchor:hover {
    opacity: .7;
  }
}
@charset "UTF-8";

/* リード文 */

.lead {
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 2em;
  font-weight: 500;
}

.lead::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
}

.lead::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
}

@media screen and (min-width: 768px) {
  .lead {
    font-size: 1.7rem;
  }
}

.lead:not(:first-child) {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .lead:not(:first-child) {
    margin-top: 60px;
  }
}

.lead:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .lead:not(:last-child) {
    margin-bottom: 60px;
  }
}

.section-lead {
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-lead {
    margin-top: 60px;
  }
}
@charset "UTF-8";

/* リンクボタン */


.section-button {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-button {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.link-button {
  max-width: 280px;
}

.link-button:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .link-button:not(:first-child) {
    margin-top: 40px;
  }
}

.link-button:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .link-button:not(:last-child) {
    margin-bottom: 40px;
  }
}

.link-button__anchor {
  display: inline-block;
  border-radius: 100px;
  color: #ffffff;
  background: linear-gradient(to right, #A51269, #3B1E87);
  padding: 10px 48px 8px 20px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* 日本語フォント指定 */
.link-button--ja .link-button__anchor {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 10px 48px 8px 20px;
}
_:-ms-lang(x)::-ms-backdrop, .link-button--ja .link-button__anchor {
  padding: 8px 48px 10px 20px;
}
@media screen and (min-width: 768px) {
  .link-button--ja .link-button__anchor {
    font-size: 1.4rem;
    padding: 16px 55px 13px 20px;
  }
  _:-ms-lang(x)::-ms-backdrop, .link-button--ja .link-button__anchor {
    padding: 13px 55px 16px 20px;
  }
}
/* 英語フォント指定 */
.link-button--en .link-button__anchor {
  font-family: 'chathura', sans-serif;
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 0.7em;
  font-weight: 500;
  text-transform: capitalize;
  padding: 7px 44px 7px 15px;
}
@media screen and (min-width: 768px) {
  .link-button--en .link-button__anchor {
    padding: 16px 60px 13px 20px;
  }
}

.link-button__anchor__inner {
  position: relative;
  z-index: 1;
}

.link-button__anchor::after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS4wMDkiIGhlaWdodD0iNC4wMjMiIHZpZXdCb3g9IjAgMCAyMS4wMDkgNC4wMjMiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS0zNi4yNCwyOS40ODZoMTkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTM1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM2Ljc0IC0yNS45NzcpIiBmaWxsPSIjZmZmIiBzdHJva2U9InJnYmEoMCwwLDAsMCkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .link-button__anchor:after {
    width: 30px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS4wMDkiIGhlaWdodD0iNC4wMjQiIHZpZXdCb3g9IjAgMCAzMS4wMDkgNC4wMjQiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS00Ni4yNCwyOS40ODZoMjkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTQ1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2Ljc0IC0yNS45NzcpIiBmaWxsPSIjZmZmIiBzdHJva2U9InJnYmEoMCwwLDAsMCkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
  }
}

.link-button__anchor__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  right: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .link-button__anchor__icon {
    width: 28px;
    height: 28px;
  }
}

@media screen and (min-width: 1050px) {
  .link-button__anchor:hover {
    opacity: .8;
  }
  .link-button__anchor:hover::after {
    right: 10px;
  }
}


.link-button--center {
  margin: 0 auto;
  text-align: center;
}

.link-button--reverse .link-button__anchor {
  background: none;
  border: 1px solid #ffffff;
}

/* 記事内CTAボタン用 */

.hs-cta-wrapper .custom-cta-button {
	background: linear-gradient(to right, #A51269 0%,#3B1E87 100%);
	border-radius: 50px;
	box-sizing: border-box;
	color: #ffffff;
	display: inline-block;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .2em;
  line-height: 1.5em;
  min-width: 450px;
  text-align: left;
  padding: 16px 100px 16px 50px;
  position: relative;
  transition: .5s;
  box-sizing: border-box!important;
}
@media screen and (max-width: 767px) {
	.hs-cta-wrapper .custom-cta-button {
		display: block;
		margin: 0 auto;
		max-width: 450px;
		min-width: inherit;
		padding: 16px 60px 16px 30px;
	}
}

.hs-cta-wrapper .custom-cta-button:after {
  content: none;
}

.hs-cta-wrapper .custom-cta-button:before {
    background: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS4wMDkiIGhlaWdodD0iNC4wMjQiIHZpZXdCb3g9IjAgMCAzMS4wMDkgNC4wMjQiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS00Ni4yNCwyOS40ODZoMjkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTQ1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2Ljc0IC0yNS45NzcpIiBmaWxsPSIjZmZmIiBzdHJva2U9InJnYmEoMCwwLDAsMCkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
	content: "";
	display: block;
	height: 3px;
	width: 30px;
  	top: calc(50% - 2px);
    left: auto;
  	right: 50px;
  	transition: .5s;
	position: absolute;
}
@media screen and (max-width: 767px) {
	.hs-cta-wrapper .custom-cta-button:before {
		right: 30px;
	}
}
@media screen and (min-width: 1050px) {
	.hs-cta-wrapper .custom-cta-button:hover {
		opacity: .8;
    color: #ffffff;
	}
	.hs-cta-wrapper .custom-cta-button:hover:before {
		right: 40px;
	}
  .hs-cta-wrapper .custom-cta-button:hover:after {
    background-color: inherit;
  }
}
@charset "UTF-8";

/* テキストリンク */


/* 日本語フォント指定 */
.link-text--ja {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .link-text--ja {
    font-size: 1.4rem;
  }
}

/* 日本語フォント指定 */
.link-text--en {
  font-family: 'chathura', sans-serif;
  font-size: 30px;
  letter-spacing: .07em;
  line-height: 0.8em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .link-text--en {
    font-size: 30px;
  }
}

.section-text-button {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .section-text-button {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.link-text::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
}

.link-text::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
}

.link-text:not(:first-child) {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .link-text:not(:first-child) {
    margin-top: 25px;
  }
}

.link-text:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .link-text:not(:last-child) {
    margin-bottom: 25px;
  }
}

.link-text__anchor {
  color: #3B1E87;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* IE11はテキストグラデーションを単色(point_color)に */
_:-ms-lang(x)::-ms-backdrop, .link-text__anchor {
  background: none;
}
@media screen and (min-width: 768px) {
  .link-text__anchor {
    padding-left: 40px;
  }
}
.link-text__anchor::after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY0MTQiIGRhdGEtbmFtZT0i44OR44K5IDY0MTQiIGQ9Ik0tMzYuMjQsMjkuNDg2aDE5Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC0zNS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .link-text__anchor::after {
    width: 30px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMjkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY2MTYiIGRhdGEtbmFtZT0i44OR44K5IDY2MTYiIGQ9Ik0tNDYuMjQsMjkuNDg2aDI5Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC00NS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Ni4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=");
  }
}

.link-text__anchor__icon {
  display: block;
  width: 5px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .link-text__anchor__icon {
    top: calc(50% - 4px);
    width: 6px;
    height: 8px;
  }
}
@media screen and (min-width: 1050px) {
  .link-text__anchor:hover:after {
    left: 5px;
  }
}

.link-text--reverse .link-text__anchor {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}
.link-text--reverse .link-text__anchor::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS4wMDkiIGhlaWdodD0iNC4wMjQiIHZpZXdCb3g9IjAgMCAzMS4wMDkgNC4wMjQiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS00Ni4yNCwyOS40ODZoMjkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTQ1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2Ljc0IC0yNS45NzcpIiBmaWxsPSIjZmZmIiBzdHJva2U9InJnYmEoMCwwLDAsMCkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
}
@media screen and (min-width: 768px) {
  .link-text--reverse .link-text__anchor::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS4wMDkiIGhlaWdodD0iNC4wMjQiIHZpZXdCb3g9IjAgMCAzMS4wMDkgNC4wMjQiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS00Ni4yNCwyOS40ODZoMjkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTQ1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2Ljc0IC0yNS45NzcpIiBmaWxsPSIjZmZmIiBzdHJva2U9InJnYmEoMCwwLDAsMCkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
  }
}
/* ==========================================================================

    link

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.link {
	color: #333333;
	display: inline-block;
	text-decoration: none;
	position: relative;
	transition: .5s;
	word-break: break-all;
	padding-left: 25px;
}
@media screen and (max-width: 767px) {
	.link {
		padding-left: 22px;
	}
}
@media screen and (min-width: 1050px) {
	.link:hover {
		color: #3B1E87;
		text-decoration: none;
	}
}

.link:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY3MjUiIGRhdGEtbmFtZT0i44OR44K5IDY3MjUiIGQ9Ik0tMzYuMjQsMjkuNDg2aDE5Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC0zNS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=") no-repeat center;
  background-size: contain;
	content: "";
  height: 3px;
	left: 0;
	position: absolute;
	top: calc(50% - 3px);
  width: 20px;
}
.link:after {
	background-color: #333333;
	bottom: 7px;
	content: "";
	height: 1px;
	left: 25px;
	position: absolute;
	transition: .5s;
	width: calc(100% - 25px);
}
@media screen and (max-width: 767px) {
	.link:after {
		left: 22px;
		width: calc(100% - 22px);
	}
}
@media all and (-ms-high-contrast:none){
.link:before {
  }
}
@media screen and (min-width: 1050px) {
	.link:hover:after {
		background-color: #3B1E87;
	}
}

.link--window:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkiIGhlaWdodD0iMTEuMDA0IiB2aWV3Qm94PSIwIDAgMTkgMTEuMDA0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i5ZCI5L2TXzM3IiBkYXRhLW5hbWU9IuWQiOS9kyAzNyIgZD0iTTIwODEwLDEwMjgxdi0xMWgxMnY1aDN2LTEuNzgyYS4yMi4yMiwwLDAsMSwuMzc3LS4xNTFsMy41NTUsMi41NTZhLjIyLjIyLDAsMCwxLS4xNTIuMzc3SDIwODIydjVabTExLTF2LTRoLTR2LS4zMTlhLjY3NC42NzQsMCwwLDEsLjY2LS42OGgzLjM0di00aC0xMHY5Wm0tNC00djBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA4MDkuOTk4IC0xMDI2OS45OTgpIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudCkiLz4KPC9zdmc+Cg==") no-repeat center;
  background-size: contain;
	content: "";
  height: 11px;
  left: 2px;
  position: absolute;
  top: calc(50% - 5px);
  width: 19px;
}


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

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

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

.heading-link a {
	color: #0F0F0F;
	display: inline-block;
	padding-left: 40px;
	position: relative;
	text-decoration: none;
	transition: .5s;
}
@media screen and (max-width: 767px) {
	.heading-link a {
  	padding-left: 30px;
	}
}

.heading-link a:before {
	background: linear-gradient(to right, #A51269, #3B1E87);
	border-radius: 100%;
	content: "";
	left: 0;
	height: 28px;
	position: absolute;
	top: 3px;
	transition: .5s;
	width: 28px;
}
@media screen and (max-width: 767px) {
	.heading-link a:before {
		height: 24px;
    top: 1px;
		width: 24px;
	}
}

.heading-link a:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS4wMDkiIGhlaWdodD0iNC4wMjMiIHZpZXdCb3g9IjAgMCAyMS4wMDkgNC4wMjMiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS0zNi4yNCwyOS40ODZoMTkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTM1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM2Ljc0IC0yNS45NzcpIiBmaWxsPSIjZmZmIiBzdHJva2U9InJnYmEoMCwwLDAsMCkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	left: 7px;
	height: 3px;
	position: absolute;
	transition: .5s;
	top: 15px;
	width: 15px;
}
@media screen and (max-width: 767px) {
	.heading-link a:after {
    top: 11px;
		left: 5px;
	}
}
@media screen and (min-width: 1050px) {
	.heading-link a:hover {
		color: #3B1E87;
	}
	.heading-link a:hover:before {
		opacity: .7;
	}
	.heading-link a:hover:after {
		left: 10px;
	}
}

/* .link-id {
	margin-top: -60px;
	padding-top: 60px;
} */
/* ==========================================================================

    loading

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


body {
  overflow: hidden;
  overflow-x: hidden;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


body::before {
  content: "";
  left: 0;
  height: 100vh;
  position: fixed;
  transition: 0.3s;
  top: 0;
  width: 100vw;
  z-index: 20;
  background-color: #ffffff;
}

body.is-load-active {
  overflow: inherit;
  overflow-x: hidden;
}

body.is-active::before {
  opacity: 0;
}

body.is-hide::before {
  content: none;
}
@charset "UTF-8";

/* 段落 */

.section-paragraph {
  margin-bottom: 20px;
  margin-top: 20px;
}

.paragraph {
  color: #333333;
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 2em;
  font-weight: 400;
}

.paragraph::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
}

.paragraph::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
}

.paragraph:not(:first-child) {
  margin-top: 20px;
}

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

@media screen and (min-width: 768px) {
  .paragraph {
    font-size: 1.6rem;
  }
}

.paragraph--reverse {
  color: #ffffff;
}
@charset "UTF-8";

/* セクション */

.section {
  margin-top: 60px;
  margin-bottom: 80px;
}

@media screen and (min-width: 1050px) {
  .section {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}

.section:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 1050px) {
  .section:not(:last-child) {
    margin-bottom: 80px;
  }
}

.section--bg {
  background-color: #EDF0F7;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (min-width: 1050px) {
  .section--bg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}



.section-minimal {
  margin-top: 40px;
  margin-bottom: 80px;
}

@media screen and (min-width: 1050px) {
  .section-minimal {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
/* ==========================================================================

    tag-list

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* 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;
    margin-top: -7.5px;
}

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

.tag-list__item {
    background: linear-gradient(to right, #EDD0E1, #D8D2E7);
    color: #0F0F0F;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 1;
    padding: 9px 20px;
    text-align: center;
    margin: 7.5px 0;
}
_:-ms-fullscreen, :root .tag-list__item {
    padding: 5px 20px 7px 20px;
}

.tag-list__item:not(:last-child) {
    margin-right: 15px;
}

.heading-icon-columns .heading-4:not(:last-child) {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .tag-list__item {
    font-size: 11px;
    padding: 6px 15px;
    letter-spacing: .2em;
  }
}
/* ==========================================================================

    view

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.view--is-desktop {
	display: block;
}
@media screen and (max-width:1049px) {
	.view--is-desktop {
		display: none !important;
	}
}
.view--is-desktop-lower {
		display: block
}
@media screen and (max-width:767px) {
	.view--is-desktop-lower {
		display: none !important;
	}
}

.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 !important;
}
@media screen and (max-width:767px) {
	.view--is-palmtop {
		display: block !important;
	}
}


/* サイト全体で共通のモジュール */
/* ==========================================================================

    sound-link

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


/* 001：h+p */
.heading_paragraph {
  margin-bottom: 60px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .heading_paragraph {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@charset "UTF-8";

/* home-message */

.home-message {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .home-message {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.home-message__heading {
  font-size: 1.4rem;
  letter-spacing: .35em;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif;
  position: relative;
}

@media screen and (min-width: 768px) {
  .home-message__heading {
    font-size: 1.6rem;
  }
}

.home-message__heading::before {
  content: '';
  display: block;
  width: calc((100vw - 100%) / 2);
  height: 1px;
  position: absolute;
  top: 0;
  right: 100%;
  border-top: 1px solid #707070;
}

.home-message__heading__inner {
  font-size: 30px;
  font-weight: 700;
  font-family: 'chathura', sans-serif;
  line-height: 1.2;
  letter-spacing: .05em;
  display: inline-block;
  border-top: 1px solid #707070;
  padding-top: 7px;
}
@charset "UTF-8";

/* home-main */

.home-main {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .home-main {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.home-main__row:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .home-main__row:not(:first-child) {
    margin-top: 50px;
  }
}

.home-main__row__content {
  padding: 75px 30px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  position: relative;
}

@media screen and (min-width: 768px) {
  .home-main__row__content {
    padding: 100px 80px;
  }
}

.home-main__row__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #A51269, #3B1E87);
  opacity: .5;
}

.home-main__row__content__image {
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: .3s;
  z-index: -1;
}

@media screen and (min-width: 1050px) {
  .home-main__row__content {
    overflow: hidden;
  }
  .home-main__row__content:hover .home-main__row__content__image {
    transform: scale(1.05);
  }
  .home-main__row__content:hover .link-button__anchor {
    opacity: .8;
  }
  .home-main__row__content:hover .link-button__anchor:after {
    right: 10px;
  }
}

.home-main__row__content__box {
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.home-main__row--reverse .home-main__row__content {
  margin-right: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
}
@charset "utf-8";

/* home-sub */

.home-sub {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .home-sub {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 80px;
  }
}

.home-sub::before {
  content: '';
  width: 100vw;
  height: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #EDF0F7;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .home-sub::before {
    height: 78%;
  }
}

.home-sub__inner {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .home-sub__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-sub__columns:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .home-sub__columns:not(:first-child) {
    margin-top: 50px;
  }
}

.home-sub__columns__column:not(:first-child) {
  margin-top: 1px;
}

@media screen and (min-width: 768px) {
  .home-sub__columns__column:not(:first-child) {
    margin-top: 0;
    margin-left: 1px;
  }
}

.home-sub__content {
  display: block;
  position: relative;
}

.home-sub__content__image {
  overflow: hidden;
}

.home-sub__content__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

a:hover .home-sub__content__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.home-sub__content__image::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #A51269, #3B1E87);
  opacity: .5;
}

.home-sub__content__heading {
  font-size: 1.8rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home-sub__content__heading {
    font-size: 2.2rem;
  }
}

.home-sub__content__heading::before {
  content: attr(data-decoration-text);
  display: block;
  color: #ffffff;
  font-family: 'chathura', sans-serif;
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 5px;
}
@charset "UTF-8";

/* home-blog */

.home-blog .heading-2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .home-blog .heading-2 {
    margin-bottom: 30px;
  }
}

.home-blog__container {
  position: relative;
}

.home-blog__slider {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .home-blog__slider {
    margin-top: 30px;
  }
}
.home-blog__slider .slick-meta-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.home-blog__slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 768px) {
  .home-blog__slider__list {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.home-blog__slider__list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .home-blog__slider__list__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.home-blog__slider__list__item:focus {
  outline: none;
}

.home-blog__slider__list__item__card {
  display: block;
  width: 100%;
}

.home-blog__slider__list__item__card:focus {
  outline: none;
}

.home-blog__slider__list__item__card__head__image {
  overflow: hidden;
}


.home-blog__slider__list__item__card__head__image img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  transition: .5s;
}
.home-blog__slider__list__item__card:hover .home-blog__slider__list__item__card__head__image img {
  transform: scale(1.05);
}

.home-blog__slider__list__item__card__body {
  margin-top: 20px;
}

.home-blog__slider__list__item__card__body__category {
  margin: -5px;
}
.home-blog__slider__list__item__card__body__category__inner {
  display: inline-block;
  margin: 5px;
  padding: 5px 20px;
  font-size: 12px;
  letter-spacing: .2em;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to right,#edd0e1,#d8d2e7);
}

.home-blog__slider__list__item__card__body__date {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .2em;
}
@media screen and (max-width: 767px) {
  .home-blog__slider__list__item__card__body__date {
    font-size: 1.3rem;
  }
}

.home-blog__slider__list__item__card__body__heading {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 2em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .home-blog__slider__list__item__card__body__heading {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .home-blog__slider__list__item__card:hover .link-text__anchor {
    padding-right: 50px;
  }
}

.home-blog__slider__nav {
  width: 70px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  top: calc(50% - 10px);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 30px 3px;
  background-position: center;
  background-color: #fff;
  box-shadow: inset 0 1px 1px 0 #A51269, inset 0 0 0 1px #3B1E87;
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1049px) {
  .home-blog__slider__nav {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .home-blog__slider__nav {
    width: 60px;
    height: 35px;
    background-size: 20px 3px;
  }
}
.home-blog__slider__nav.home-blog__slider__nav--prev {
  left: -35px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAiIGhlaWdodD0iMy4wMTQiIHZpZXdCb3g9IjAgMCAzMCAzLjAxNCI+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjEiIHkxPSIwLjUiIHgyPSIwIiB5Mj0iMC41IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2E1MTI2OSIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzYjFlODciLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS0xNi4yNCwyOS40ODZILTQ2LjAxOWEuMjIxLjIyMSwwLDAsMS0uMTU2LS4zNzdsMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDEsLjM3Ny4xNTZ2MS43NzlILTE2LjlhLjY3Ni42NzYsMCwwLDEsLjY2LjY4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDYuMjQgLTI2LjQ4NikiIGZpbGw9InVybCgjbGluZWFyLWdyYWRpZW50KSIvPgo8L3N2Zz4K");
}
@media screen and (max-width: 767px) {
  .home-blog__slider__nav.home-blog__slider__nav--prev {
    left: -20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY0MTQiIGRhdGEtbmFtZT0i44OR44K5IDY0MTQiIGQ9Ik0tMTYuMjQxLDI5LjQ4NkgtMzYuMDE5YS4yMjEuMjIxLDAsMCwxLS4xNTYtLjM3N2wzLjU1OC0yLjU1OGEuMjIxLjIyMSwwLDAsMSwuMzc3LjE1NnYxLjc3OUgtMTYuOWEuNjc2LjY3NiwwLDAsMSwuNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=");
  }
}
@media screen and (min-width: 768px) {
  .home-blog__slider__nav.home-blog__slider__nav--prev:hover {
    background-position: 10px center;
  }
}
@media screen and (min-width: 1050px) {
  .home-blog__slider__nav.home-blog__slider__nav--prev {
    left: -85px;
  }
}
@media screen and (min-width: 1449px) {
  .home-blog__slider__nav.home-blog__slider__nav--prev {
    left: -120px;
  }
}

.home-blog__slider__nav.home-blog__slider__nav--next {
  right: -35px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMjkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY0MTQiIGRhdGEtbmFtZT0i44OR44K5IDY0MTQiIGQ9Ik0tNDYuMjQsMjkuNDg2aDI5Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC00NS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Ni4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=");
}
@media screen and (max-width: 767px) {
  .home-blog__slider__nav.home-blog__slider__nav--next {
    right: -20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY0MTQiIGRhdGEtbmFtZT0i44OR44K5IDY0MTQiIGQ9Ik0tMzYuMjQsMjkuNDg2aDE5Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC0zNS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=");
  }
}
@media screen and (min-width: 768px) {
  .home-blog__slider__nav.home-blog__slider__nav--next:hover {
    background-position: 30px center;
  }
}
@media screen and (min-width: 1050px) {
  .home-blog__slider__nav.home-blog__slider__nav--next {
    right: -85px;
  }
}
@media screen and (min-width: 1449px) {
  .home-blog__slider__nav.home-blog__slider__nav--next {
    right: -120px;
  }
}

.home-blog__slider__nav:hover {
  cursor: pointer;
}


.home-blog .link-button:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .home-blog .link-button:not(:first-child) {
    margin-top: 30px;
  }
}
@charset "UTF-8";

/* home-news */


@media screen and (min-width: 1050px) {
  .home-news__columns {
    display: flex;
    flex-wrap: nowrap;
  }
  .home-news__columns .home-news__columns__column:nth-child(1) {
    width: calc(35% - 50px);
    margin-right: 50px;
  }
  .home-news__columns .home-news__columns__column:nth-child(2) {
    width: 65%;
  }
}


.home-news__menu {
  margin-bottom: 20px;
}

.home-news__menu__laptop-wider__list {
  display: none;
}

@media screen and (min-width: 768px) {
  .home-news__menu__laptop-wider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-news__menu__laptop-wider__list__item {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .15em;
  padding: 0px 20px;
  color: #333333;
  -webkit-transition: color .3s;
  transition: color .3s;
  cursor: pointer;
  border-left: 1px solid #999999;
}

.home-news__menu__laptop-wider__list__item:last-child {
  border-right: 1px solid #999999;
}
.home-news__menu__laptop-wider__list__item.is-current {
  color: #3B1E87;
}


.home-news__menu__laptop-wider__list__item:after {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  bottom: -20px;
  left: -1px;
  background: linear-gradient(to right,#edd0e1,#d8d2e7);
  transition: .5s;
}
.home-news__menu__laptop-wider__list__item:hover:after {
  width: 100%;
}
.home-news__menu__laptop-wider__list__item.is-current:after {
  width: 100%;
  background: linear-gradient(to right, #A51269 0%,#3B1E87 100%);
}

@media screen and (min-width: 768px) {
  .home-news__menu__palmtop {
    display: none;
  }
}

.home-news__menu__palmtop__label {
  display: block;
  position: relative;
}

.home-news__menu__palmtop__label__icon {
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  width: 8px;
  height: 8px;
}

.home-news__menu__palmtop__label__icon__arrow {
}

.home-news__menu__palmtop__label__select {
  display: block;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: transparent;
  box-shadow: inset 0 1px 1px 0 #A51269, inset 0 0 0 1px #3B1E87;
  border-radius: 50px;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: .15em;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  padding: 10px 15px;
}

.home-news__content__list {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.home-news__content__list__item:not(:first-child) {
  border-top: 1px solid #999999;
}

.home-news__content__list__item__anchor {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.home-news__content__list__item__anchor .home-news__content__list__item__content__body .paragraph {
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .home-news__content__list__item__anchor:hover .home-news__content__list__item__content__body .paragraph {
    color: #3B1E87;
  }
}

@media screen and (min-width: 768px) {
  .home-news__content__list__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.home-news__content__list__item__content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-news__content__list__item__content__head__date {
  font-size: 1.6rem;
  letter-spacing: .2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .home-news__content__list__item__content__head__date {
    font-size: 1.3rem;
  }
}

.home-news__content__list__item__content__head__category {
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .home-news__content__list__item__content__head__category {
    margin-left: 20px;
  }
}

.home-news__content__list__item__content__head__category__inner {
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  letter-spacing: .2em;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to right,#edd0e1,#d8d2e7);
  min-width: 95px;
}

@media screen and (min-width: 768px) {
  .home-news__content__list__item__content__head__category__inner {
    font-size: 1.3rem;
    min-width: 120px;
  }
}

.home-news__content__list__item__content__body {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .home-news__content__list__item__content__body {
    margin-top: 0;
    margin-left: 20px;
  }
}
@charset "UTF-8";

/* home-know */

.home-know {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .home-know {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.home-know__row {
  margin-left: -20px;
}

@media screen and (min-width: 768px) {
  .home-know__row {
    margin-left: 0;
  }
}

.home-know__row:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .home-know__row:not(:first-child) {
    margin-top: 50px;
  }
}

.home-know__row__anchor {
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .home-know__row__anchor:hover .home-know__row__content__box::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.home-know__row__content {
  height: 398px;
}

.home-know__row__content__image {
  content: "";
  height: 398px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% calc(50% + 114px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .home-know__row__content__image {
    background-position: calc(50% + 150px) 50%;
  }
}

@media screen and (min-width: 1050px) {
  .home-know__row__content__image {
    background-position: calc(50% + 200px) 50%;
  }
  .home-know__row__anchor:hover .home-know__row__content__image {
    transform: scale(1.05);
  }
}

.home-know__row__content__box {
  width: 100%;
  height: 228px;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  padding-left: 30px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .home-know__row__content__box {
    padding-left: 50px;
    width: 300px;
    height: 400px;
  }
}

@media screen and (min-width: 1050px) {
  .home-know__row__content__box {
    padding-left: 60px;
    width: 400px;
    height: 400px;
  }
}

.home-know__row__content__box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3B1E87;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.home-know__row__content__box__inner {
  position: relative;
  z-index: 1;
}

.home-know__row__content__box__inner__heading {
  color: #ffffff;
}

.home-know__row__content__box__inner__heading::before {
  content: attr(data-decoration-text);
  display: block;
  font-size: 2.5rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .35em;
  font-weight: 700;
}

.home-know__row__content__box__inner__heading__text {
  display: block;
  margin-top: 9px;
  font-size: 1.6rem;
  letter-spacing: .15em;
  line-height: 2em;
}

.home-know__row__content__box__inner .link-text {
  margin-top: 23px;
}

.home-know__row__content__box__inner .link-text__anchor {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}

.home-know__row__content__box__inner .link-text__anchor:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45OTkiIGhlaWdodD0iMy4wMTQiIHZpZXdCb3g9IjAgMCAxOS45OTkgMy4wMTQiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjcwNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjcwNCIgZD0iTS0zNi4yNCwyOS40ODZoMTkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTM1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM2LjI0IC0yNi40ODYpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=");
}

@media screen and (min-width: 768px) {
  .home-know__row__content__box__inner .link-text__anchor:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS45OTkiIGhlaWdodD0iMy4wMTQiIHZpZXdCb3g9IjAgMCAyOS45OTkgMy4wMTQiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjY3MyIgZGF0YS1uYW1lPSLjg5HjgrkgNjY3MyIgZD0iTS00Ni4yNCwyOS40ODZoMjkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTQ1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2LjI0IC0yNi40ODYpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=");
  }
}
@media screen and (min-width: 1050px) {
  .home-know__row__anchor:hover .link-text__anchor:after {
    left: 5px;
  }
}

.home-know__row__content__box__inner .link-text__anchor__icon__arrow {
  fill: #ffffff;
}

.home-know__row__content__box__inner .link-text__anchor:hover .link-text__anchor__icon__arrow {
  fill: #ffffff;
}

.home-know__row--reverse {
  margin-left: 0;
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .home-know__row--reverse {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .home-know__row--reverse .home-know__row__content__image {
    background-position: calc(50% - 150px) 50%;
  }
}

@media screen and (min-width: 768px) {
  .home-know__row--reverse .home-know__row__content__image {
    background-position: calc(50% - 200px) 50%;
  }
}

.home-know__row--reverse .home-know__row__content__box {
  margin-left: auto;
  margin-right: 0;
}

.home-know__row--reverse .home-know__row__content__box::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

@media screen and (min-width: 768px) {
  .home-know__row--reverse .home-know__row__anchor:hover .home-know__row__content__box::before {
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
}
@charset "UTF-8";

/* home-conversion */

.home-conversion {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .home-conversion {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-bottom: 100px;
  }
}

.home-conversion::before {
  content: '';
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333333;
}

@media screen and (min-width: 768px) {
  .home-conversion::before {
    height: 280px;
  }
}

.home-conversion > .container {
  position: relative;
  z-index: 1;
}

.home-conversion__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .home-conversion__columns {
    margin-left: 0;
    margin-right: 0;
  }
}

.home-conversion__columns__column {
  width: 50%;
}

.home-conversion__anchor {
  display: block;
  height: 100%;
  background-color: #3B1E87;
}

@media screen and (min-width: 768px) {
  .home-conversion__anchor:hover .home-conversion__content__box::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (min-width: 768px) {
  .home-conversion__anchor:hover .home-conversion__content--reverse .home-conversion__content__box::before {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.home-conversion__content {
  padding-bottom: 190px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .home-conversion__content {
    padding-bottom: 150px;
  }
}

.home-conversion__content__image {
  width: 100%;
  padding-top: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .home-conversion__content__image {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1050px) {
  .home-conversion__anchor:hover .home-conversion__content__image {
    transform: scale(1.05);
  }
}

.home-conversion__content--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 0;
  padding-top: 190px;
}

@media screen and (min-width: 768px) {
  .home-conversion__content--reverse {
    padding-top: 150px;
  }
}

.home-conversion__content--reverse .home-conversion__content__image {
  bottom: auto;
  top: 0;
}

.home-conversion__content--reverse .home-conversion__content__box::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.home-conversion__content__box {
  width: 100%;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  padding: 40px 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .home-conversion__content__box {
    padding: 60px 50px;
  }
}

.home-conversion__content__box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0F0F0F;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.home-conversion__content__box__inner {
  position: relative;
  z-index: 1;
}

.home-conversion__content__box__inner__heading {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .home-conversion__content__box__inner__heading {
    margin-bottom: 30px;
  }
}

.home-conversion__content__box__inner__heading::after {
  content: attr(data-decoration-text);
  display: block;
  font-size: 30px;
  font-family: 'chathura', sans-serif;
  line-height: 1.2;
  letter-spacing: .05em;
  margin-top: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .home-conversion__content__box__inner__heading::after {
    margin-top: 5px;
  }
}

.home-conversion__content__box__inner__heading__text {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .home-conversion__content__box__inner__heading__text {
    font-size: 2.4rem;
  }
}
@charset "UTF-8";

/* strength-reason */

.strength-reason {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .strength-reason {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.strength-reason__title {
  position: relative;
  width: 100vw;
  margin: 60px calc(50% - 50vw) 0;
  height: 360px;
  background-color: #E6E6E6;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .strength-reason__title {
    margin: 80px calc(50% - 50vw) 0;
  }
}

.strength-reason__title__box {
  background: linear-gradient(to right, #A51269, #3B1E87);
  width: 230px;
  height: 230px;
  position: absolute;
  top: calc(50% - 115px);
  left: calc(50% - 115px);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .strength-reason__title__box {
    width: 250px;
    height: 250px;
    top: calc(50% - 125px);
    left: calc(50% - 125px);
  }
}

.strength-reason__title__box__number {
  color: #ffffff;
  text-align: center;
  font-family: 'chathura', sans-serif;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .05em;
}

.strength-reason__title__box__heading {
  color: #ffffff;
  font-family: 'chathura', sans-serif;
  font-size: 50px;
  letter-spacing: .05em;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(250px - 40px);
  word-break: break-word;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .strength-reason__title__box__heading {
    font-size: 60px;
  }
}
@charset "utf-8";

/* CTA */

.section-cta {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-cta {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.cta__anchor,
.cta a {
  display: block;
}

.cta__anchor img,
.cta a img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.cta:not(:first-child) {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .cta:not(:first-child) {
    margin-top: 80px;
  }
}

.cta:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .cta:not(:last-child) {
    margin-bottom: 80px;
  }
}
@charset "UTF-8";

/* case-others */

.case-others {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .case-others {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.case-others__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case-others__list__item {
  width: 100%;
}

@media screen and (min-width: 560px) {
  .case-others__list__item {
    width: calc(100% / 2);
  }
}

@media screen and (min-width: 1050px) {
  .case-others__list__item {
    width: calc(100% / 3);
  }
}

.case-others__list__item:nth-child(n+2) {
  margin-top: 40px;
}

@media screen and (min-width: 560px) {
  .case-others__list__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .case-others__list__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 560px) {
  .case-others__list__item:nth-child(n+3) {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .case-others__list__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1050px) {
  .case-others__list__item:nth-child(n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .case-others__list__item:nth-child(n+4) {
    margin-top: 40px;
  }
}

.case-others__list__item__card {
  display: block;
}

.case-others__list__item__card__head {
  position: relative;
}

.case-others__list__item__card__head__image {
  overflow: hidden;
}

.case-others__list__item__card__head__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}
@media screen and (min-width: 1050px) {
  a:hover .case-others__list__item__card__head__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  a:hover .link-text__anchor:after {
    left: 5px;
  }
}

.case-others__list__item__card__head__image::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #A51269, #3B1E87);
  opacity: .5;
}

.case-others__list__item__card__head__heading {
  font-size: 1.7rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .case-others__list__item__card__head__heading {
    font-size: 2.2rem;
  }
}

.case-others__list__item__card__body {
  padding: 28px 10px 0 10px;
}

@media screen and (min-width: 768px) {
  .case-others__list__item__card__body {
    padding: 28px 25px 0 25px;
  }
}

.case-others__list__item__card__body__number {
  font-size: 30px;
  font-weight: 700;
  font-family: 'chathura', sans-serif;
  letter-spacing: .05em;
  line-height: 1.2em;
}
@charset "utf-8";

/* strength-know */

.strength-know {
  background-color: #EDF0F7;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .strength-know {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@charset "utf-8";

/* h+btn */

.h-btn {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .h-btn {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
/*
@media screen and (max-width: 767px) {
  .h-btn .l_img_r_h2,
  .h-btn .l_h2_r_img {
    margin-top: 60px;
  }
}
*/
@charset "utf-8";

/* subttl＋h */

.service-outline {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .service-outline {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@charset "UTF-8";

/* service-flow */

.service-flow {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .service-flow {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.service-flow__list__item:not(:first-child) {
  margin-top: 50px;
  position: relative;
}

.service-flow__list__item:not(:first-child)::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  border-color: #3B1E87 transparent transparent transparent;
  position: absolute;
  top: -33px;
  left: calc(50% - 9px);
}

.service-flow__list__item__box {
  background-color: #EDF0F7;
  padding: 20px;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .service-flow__list__item__box {
    padding: 28px 25px;
  }
}

@media screen and (min-width: 768px) {
  .service-flow__list__item__box__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .service-flow__list__item__box__columns__column:nth-child(1) {
    -ms-flex-preferred-size: 225px;
    flex-basis: 225px;
  }
}

.service-flow__list__item__box__columns__column:nth-child(2) {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .service-flow__list__item__box__columns__column:nth-child(2) {
    -ms-flex-preferred-size: calc(100% - 225px);
    flex-basis: calc(100% - 225px);
    margin-top: 0;
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@charset "UTF-8";

/* service-question */

.service-question {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .service-question {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.service-question__list__item:not(:first-child) {
  padding-top: 30px;
  margin-top: 27px;
  border-top: 1px dotted #BBBBBB;
}

@media screen and (min-width: 768px) {
  .service-question__list__item:not(:first-child) {
    padding-top: 40px;
    margin-top: 37px;
  }
}

.service-question__list__item__question::before {
  content: attr(data-decoration-text);
  font-family: 'chathura', sans-serif;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: .05em;
  line-height: .5em;
  background-color: #333333;
  width: 123px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  padding: 4px 5px 5px;
}

@media screen and (min-width: 768px) {
  .service-question__list__item__question::before {
    line-height: .7em;
    width: 146px;
    padding: 4px 5px 3px;
  }
}

.service-question__list__item__question__inner {
  display: block;
  margin-top: 16px;
}

.service-question__list__item__answer {
  margin-top: 17px;
}

@media screen and (min-width: 768px) {
  .service-question__list__item__answer {
    margin-top: 25px;
  }
}

.service-question__list__item__answer::before {
  content: attr(data-decoration-text);
  font-family: 'chathura', sans-serif;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: .05em;
  line-height: .5em;
  background-color: #3B1E87;
  width: 123px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  padding: 4px 5px 5px;
}

@media screen and (min-width: 768px) {
  .service-question__list__item__answer::before {
    line-height: .7em;
    width: 146px;
    padding: 4px 5px 3px;
  }
}

.service-question__list__item__answer__inner {
  display: block;
  margin-top: 16px;
}
@charset "UTF-8";

/* service-others */

.service-others {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .service-others {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.service-others__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-others__list__item {
  width: 100%;
}

@media screen and (min-width: 560px) {
  .service-others__list__item {
    width: calc(100% / 2);
  }
}

@media screen and (min-width: 1050px) {
  .service-others__list__item {
    width: calc(100% / 3);
  }
}

.service-others__list__item:nth-child(n+2) {
  margin-top: 40px;
}

@media screen and (min-width: 560px) {
  .service-others__list__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .service-others__list__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 560px) {
  .service-others__list__item:nth-child(n+3) {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .service-others__list__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1050px) {
  .service-others__list__item:nth-child(n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .service-others__list__item:nth-child(n+4) {
    margin-top: 40px;
  }
}

.service-others__list__item__card {
  display: block;
}

.service-others__list__item__card__head {
  position: relative;
}

.service-others__list__item__card__head__image {
  overflow: hidden;
}

.service-others__list__item__card__head__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99), -webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}
@media screen and (min-width: 1050px) {
  a:hover .service-others__list__item__card__head__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  a:hover .link-text__anchor:after {
    left: 5px;
  }
}

.service-others__list__item__card__head__image::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #A51269 0%,#3B1E87 100%);
  opacity: .5;
}

.service-others__list__item__card__head__heading {
  font-size: 1.7rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service-others__list__item__card__head__heading {
    font-size: 2.2rem;
  }
}

.service-others__list__item__card__body {
  padding: 28px 10px 0 10px;
}

@media screen and (min-width: 768px) {
  .service-others__list__item__card__body {
    padding: 28px 25px 0 25px;
  }
}

.service-others__list__item__card__body__number {
  font-size: 30px;
  font-family: 'chathura', sans-serif;
  letter-spacing: .05em;
  line-height: 1.2em;
}
@charset "UTF-8";

/* case-lead */

.case-lead {
  margin-top: 0;
  background-color: #EDF0F7;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .case-lead {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .case-lead__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media screen and (min-width: 768px) {
  .case-lead__block__image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.case-lead__block__image__box {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .case-lead__block__image__box {
    width: 200px;
    height: 200px;
  }
}

@media screen and (min-width: 1050px) {
  .case-lead__block__image__box {
    width: 250px;
    height: 250px;
  }
}

.case-lead__block__image__box__logo img {
  max-width: 100%;
  vertical-align: bottom;
}
/* IE対応 */
@media all and (-ms-high-contrast: none) {
  .case-lead__block__image__box__logo {
    min-width: 100%;
    text-align: center;
  }
}

.case-lead__block__text {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .case-lead__block__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.case-lead__block__text__heading {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
  margin-top: 30px;
}
@media screen and (min-width: 1050px) {
  .case-lead__block__text__heading {
    font-weight: 700;
  }
}

.case-lead__block__text__heading::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
}

.case-lead__block__text__heading::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
}

@media screen and (min-width: 768px) {
  .case-lead__block__text__heading {
    font-size: 3.2rem;
  }
}

.case-lead__block__text__client {
  border-top: 1px solid #333333;
  padding-top: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .case-lead__block__text__client {
    margin-top: 45px;
  }
}

.case-lead__block__text__client__name {
  font-size: 1.3rem;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .case-lead__block__text__client__name {
    font-size: 1.6rem;
  }
}

.case-lead__block__text__client__name::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
}

.case-lead__block__text__client__name::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
}
@charset "utf-8";

/* 019：h＋大画像＋説明文 */

.heading_bigimage_description {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .heading_bigimage_description {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@charset "UTF-8";

/* 説明リスト */

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

.description-list__group {
  border-bottom: 1px dotted #BBBBBB;
}

@media screen and (min-width: 768px) {
  .description-list__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.description-list__group:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .description-list__group:not(:first-child) {
    margin-top: 0;
  }
}

.description-list__group__term {
  color: #333333;
  font-size: 1.3rem;
  letter-spacing: .15em;
  line-height: 2em;
  font-weight: 500;
}

.description-list__group__term::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
}

.description-list__group__term::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
}

@media screen and (min-width: 768px) {
  .description-list__group__term {
    max-width: 200px;
    min-width: 200px;
    font-size: 1.6rem;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.description-list__group__desc {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .description-list__group__desc {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
  }
}

.description-list__group__desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px dotted #BBBBBB;
  width: 1px;
  height: calc(100% - 10px);
}

@media screen and (min-width: 768px) {
  .description-list__group__desc::before {
    top: 20px;
    height: calc(100% - 40px);
  }
}

.description-list .paragraph {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .2em;
  color: #414141;
}
@charset "UTF-8";

/* glossary-index */

.glossary-index {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .glossary-index {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.glossary-index__list {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}

.glossary-index__list__item {
  padding-top: 40px;
  padding-bottom: 40px;
}

.glossary-index__list__item:not(:first-child) {
  border-top: 1px solid #BBBBBB;
}

.glossary-index__list__item__heading {
  font-size: 2.2rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500;
}

.glossary-index__list__item__heading::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
}

.glossary-index__list__item__heading::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
}

@media screen and (min-width: 768px) {
  .glossary-index__list__item__heading {
    font-size: 3.2rem;
  }
}

.glossary-index__list__item__word-list {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .glossary-index__list__item__word-list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media screen and (min-width: 768px) {
  .glossary-index__list__item__word-list__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100% / 3);
  }
}

@media screen and (min-width: 1050px) {
  .glossary-index__list__item__word-list__item {
    width: calc(100% / 4);
  }
}

.glossary-index__list__item__word-list__item:nth-child(n+2) {
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .glossary-index__list__item__word-list__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .glossary-index__list__item__word-list__item:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1050px) {
  .glossary-index__list__item__word-list__item:nth-child(n+4) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1050px) {
  .glossary-index__list__item__word-list__item:nth-child(n+5) {
    margin-top: 30px;
  }
}

.glossary-index__list__item__word-list__item__anchor {
  display: block;
  text-decoration: underline;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 2em;
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .glossary-index__list__item__word-list__item__anchor {
    font-size: 1.6rem;
  }
}

.glossary-index__list__item__word-list__item__anchor::before {
  content: '';
  position: absolute;
  top: 1em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333333;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.glossary-index__list__item__word-list__item__anchor:hover {
  color: #3B1E87;
  text-decoration: underline;
}
@charset "utf-8";

/* paragraph */

.section-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
}
@charset "utf-8";

/* h＋btn_右img固定 */

.heading_button_right_image_fixed {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .heading_button_right_image_fixed {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@charset "UTF-8";

/* faq-question */

.faq-question {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .faq-question {
    margin-top: 30px;
    margin-bottom: 55px;
  }
}

.faq-question__list__item {
  border-left: 1px dotted #333333;
  border-right: 1px dotted #333333;
}

.faq-question__list__item:first-child {
  border-top: 1px dotted #333333;
}

.faq-question__list__item:last-child {
  border-bottom: 1px dotted #333333;
}

.faq-question__list__item:not(:first-child) {
  border-top: 1px dotted #333333;
}

.faq-question__list__item__question {
  padding: 11px calc(15px + 36px) 9px 15px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media screen and (min-width: 768px) {
  .faq-question__list__item__question {
    padding: 16px calc(20px + 60px) 14px 20px;
  }
}

.faq-question__list__item__question:hover {
  background-color: #EDF0F7;
}

.faq-question__list__item__question.is-active {
  border-bottom: 1px dotted #BBBBBB;
  background-color: #EDF0F7;
}

.faq-question__list__item__question__inner {
  font-size: 1.6rem;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .faq-question__list__item__question__inner {
    font-size: 2.0rem;
  }
}

.faq-question__list__item__question__button {
  pointer-events: none;
  position: absolute;
  padding: 0;
  width: 36px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  border-left: 1px dotted #333333;
}

@media screen and (min-width: 768px) {
  .faq-question__list__item__question__button {
    width: 60px;
  }
}

.faq-question__list__item__question__button::before, .faq-question__list__item__question__button::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 5px);
  width: 10px;
  height: 2px;
  background-color: #0F0F0F;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (min-width: 768px) {
  .faq-question__list__item__question__button::before, .faq-question__list__item__question__button::after {
    width: 14px;
    right: calc(50% - 7px);
  }
}

.is-active .faq-question__list__item__question__button::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-question__list__item__question__button::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.is-active .faq-question__list__item__question__button::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-question__list__item__answer {
  display: none;
  padding: 11px 15px 9px;
}

@media screen and (min-width: 768px) {
  .faq-question__list__item__answer {
    padding: 16px 20px 14px 20px;
  }
}

.faq-question__list__item__answer__inner {
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 2em;
}

@media screen and (min-width: 768px) {
  .faq-question__list__item__answer__inner {
    font-size: 1.6rem;
  }
}

.faq-question__list__item__answer__inner__box {
  padding-left: 10px;
  padding-right: 10px;
}
.faq-question__list__item__answer__inner__box:first-child {
  padding-top: 12px;
}
.faq-question__list__item__answer__inner__box:last-child {
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .faq-question__list__item__answer__inner__box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-question__list__item__answer__inner__box:first-child {
    padding-top: 18px;
  }
  .faq-question__list__item__answer__inner__box:last-child {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1050px) {
  .faq-question__list__item__answer__inner__box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.faq-question__list__item__answer__inner__box:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .faq-question__list__item__answer__inner__box:not(:first-child) {
    margin-top: 26px;
  }
}
.faq-question__list__item__answer__inner__box__text.natural p::after {
  margin-bottom: 0;
}
.faq-question__list__item__answer__inner__box__image {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .faq-question__list__item__answer__inner__box__image {
    flex-direction: row;
    justify-content: center;
  }
}
.faq-question__list__item__answer__inner__box__image__item {
  max-width: 100%;
  margin-top: -3px;
}
.faq-question__list__item__answer__inner__box__image__item img {
  display: block;
  width: 100%;
}
.faq-question__list__item__answer__inner__box__image__item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .faq-question__list__item__answer__inner__box__image__item {
    max-width: calc(50% - 15px);
    margin-top: 5px;
  }
  .faq-question__list__item__answer__inner__box__image__item:not(:first-child) {
    margin-top: 5px;
  }
  .faq-question__list__item__answer__inner__box__image__item:nth-child(n+3) {
    margin-top: 30px;
  }
  .faq-question__list__item__answer__inner__box__image__item:nth-child(odd) {
    margin-right: 30px;
  }
  .faq-question__list__item__answer__inner__box__image__item:last-child {
    margin-right: 0;
  }
  .faq-question__list__item__answer__inner__box__image--single .faq-question__list__item__answer__inner__box__image__item {
    max-width: calc(100% - 186px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1050px) {
  .faq-question__list__item__answer__inner__box__image--single .faq-question__list__item__answer__inner__box__image__item {
    max-width: calc(100% - 350px);
  }
}
/* ==========================================================================

    table

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.table {
  width: 100%;
}

@media screen and (max-width:600px) {
  .js-table-scroll {
    margin-right: -20px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
  }
  .js-table-scroll>.table {
    width: 600px
  }
  .js-table-scroll:before, .js-table-scroll:after {
    content: "";
  }
  .js-table-scroll:before {
    background: -moz-linear-gradient(top,  rgba(146,0,109,0.02) 0%, rgba(163,15,107,0.2) 1%, rgba(163,18,107,0.28) 2%, rgba(162,20,106,0.3) 3%, rgba(156,20,106,0.3) 8%, rgba(156,20,109,0.3) 9%, rgba(152,20,109,0.3) 10%, rgba(146,20,109,0.3) 19%, rgba(142,20,113,0.3) 20%, rgba(132,23,113,0.3) 29%, rgba(132,23,116,0.3) 32%, rgba(126,23,116,0.3) 35%, rgba(123,23,116,0.3) 41%, rgba(119,23,119,0.3) 42%, rgba(109,23,119,0.3) 53%, rgba(106,23,123,0.3) 55%, rgba(106,26,123,0.3) 57%, rgba(99,26,123,0.3) 61%, rgba(93,26,126,0.3) 70%, rgba(86,26,126,0.3) 73%, rgba(83,26,129,0.3) 79%, rgba(79,26,129,0.3) 80%, rgba(76,26,129,0.3) 84%, rgba(76,30,129,0.3) 85%, rgba(73,30,132,0.3) 87%, rgba(66,30,132,0.3) 95%, rgba(63,30,136,0.3) 97%, rgba(57,28,135,0.28) 98%, rgba(56,26,133,0.2) 99%, rgba(36,0,146,0.02) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(146,0,109,0.02) 0%,rgba(163,15,107,0.2) 1%,rgba(163,18,107,0.28) 2%,rgba(162,20,106,0.3) 3%,rgba(156,20,106,0.3) 8%,rgba(156,20,109,0.3) 9%,rgba(152,20,109,0.3) 10%,rgba(146,20,109,0.3) 19%,rgba(142,20,113,0.3) 20%,rgba(132,23,113,0.3) 29%,rgba(132,23,116,0.3) 32%,rgba(126,23,116,0.3) 35%,rgba(123,23,116,0.3) 41%,rgba(119,23,119,0.3) 42%,rgba(109,23,119,0.3) 53%,rgba(106,23,123,0.3) 55%,rgba(106,26,123,0.3) 57%,rgba(99,26,123,0.3) 61%,rgba(93,26,126,0.3) 70%,rgba(86,26,126,0.3) 73%,rgba(83,26,129,0.3) 79%,rgba(79,26,129,0.3) 80%,rgba(76,26,129,0.3) 84%,rgba(76,30,129,0.3) 85%,rgba(73,30,132,0.3) 87%,rgba(66,30,132,0.3) 95%,rgba(63,30,136,0.3) 97%,rgba(57,28,135,0.28) 98%,rgba(56,26,133,0.2) 99%,rgba(36,0,146,0.02) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(146,0,109,0.02) 0%,rgba(163,15,107,0.2) 1%,rgba(163,18,107,0.28) 2%,rgba(162,20,106,0.3) 3%,rgba(156,20,106,0.3) 8%,rgba(156,20,109,0.3) 9%,rgba(152,20,109,0.3) 10%,rgba(146,20,109,0.3) 19%,rgba(142,20,113,0.3) 20%,rgba(132,23,113,0.3) 29%,rgba(132,23,116,0.3) 32%,rgba(126,23,116,0.3) 35%,rgba(123,23,116,0.3) 41%,rgba(119,23,119,0.3) 42%,rgba(109,23,119,0.3) 53%,rgba(106,23,123,0.3) 55%,rgba(106,26,123,0.3) 57%,rgba(99,26,123,0.3) 61%,rgba(93,26,126,0.3) 70%,rgba(86,26,126,0.3) 73%,rgba(83,26,129,0.3) 79%,rgba(79,26,129,0.3) 80%,rgba(76,26,129,0.3) 84%,rgba(76,30,129,0.3) 85%,rgba(73,30,132,0.3) 87%,rgba(66,30,132,0.3) 95%,rgba(63,30,136,0.3) 97%,rgba(57,28,135,0.28) 98%,rgba(56,26,133,0.2) 99%,rgba(36,0,146,0.02) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 3px;
    box-sizing: border-box;
    content: "SWIPE";
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    left: 50%;
    line-height: 60px;
    height: 120px;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
    padding-top: 35px;
    position: absolute;
    transition: .5s;
    top: 50%;
    width: 120px;
    z-index: 1;
  }

  .js-table-scroll:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNjEgOCI+CiAgPHBhdGggaWQ9IuODkeOCuV8zNiIgZGF0YS1uYW1lPSLjg5HjgrkgMzYiIGQ9Ik04MjguMDI1LDI3Ny43NzgsODIyLjEzOSwyNzFsLTEuNjE2LDIuNWE2OC40NzksNjguNDc5LDAsMCwwLTI0LjM2MS00LjA5NGMtMjAuMjQyLDAtMjkuNTI0LDYuODI2LTI5LjkwOSw3LjExNmwuNzEyLjk0NWMuMDkxLS4wNjksOS4zOTItNi44NzgsMjkuMi02Ljg3OGE2Ny42NzEsNjcuNjcxLDAsMCwxLDIzLjY4MywzLjk2bC0xLjQ1NiwyLjI1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjYuMjUzIC0yNjkuNDEyKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    height: 8px;
    left: calc(50% - 30px);
    position: absolute;
    top: calc(50% - 20px);
    width: 61px;
    z-index: 2;
  }

  .js-table-scroll.is-checked:before, .js-table-scroll.is-checked:after {
    opacity: 0;
  }
}


/* style1 : normal */
.section-table1 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.table-normal__table {
  border: 1px dotted #BBBBBB;
}
@media screen and (max-width: 767px) {
  .table-normal__table {
    width: 750px;
  }
}

 .table-normal__head__row__header.table__head__row__header--title {
  background-color: #ffffff;
}

.table-normal__head__row__header {
  color: #333333;
  background-color: #EDF0F7;
  border-bottom: 1px dotted #BBBBBB;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 2;
  padding: 15px 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table-normal__head__row__header {
    font-size: 13px;
  }
}

 .table-normal__head__row__header:not(:last-child) {
  border-right: 1px dotted #BBBBBB;
}

.table-normal__body__row__header {
  border-right: 1px dotted #BBBBBB;
  box-sizing: border-box;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 2;
  padding: 20px 15px;
  text-align: left;
  width: 250px;
}
@media screen and (max-width: 1049px) {
  .table-normal__body__row__header {
    padding: 15px 15px;
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .table-normal__body__row__header {
    font-size: 13px;
    width: 150px;
  }
}

.table-normal__body__row:not(:last-child) {
  border-bottom: 1px dotted #BBBBBB;
}

.table-normal__body__row__data {
  font-size: 16px;
  letter-spacing: .2em;
  line-height: 2;
  color: #333333;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  padding: 15px 15px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table-normal__body__row__data {
    font-size: 13px;
    padding: 15px 15px;
  }
}

.table-normal__body__row__data:not(:last-child) {
  border-right: 1px dotted #BBBBBB;
}


/* style2 : combination */
.section-table2 {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-table2 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.table-combination__table {
  border: 1px dotted #BBBBBB;
}

.table-combination__head__row__header.table__head__row__header--title {
  background-color: #333333;
  color: #ffffff;
}

.table__head__row__header--logo {
  background-color: #3B1E87;
  border-right: 1px dotted #BBBBBB;
  vertical-align: middle;
  width: 350px;
}

.table__head__row__header--logo img {
  display: table-cell;
  margin: 0 auto;
}

.table-combination__head__row__header {
  color: #333333;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .17em;
  line-height: 1.5;
  padding: 10px 20px;
  width: 350px;
}

 .table-combination__head__row__header:not(:last-child) {
  border-right: 1px dotted #BBBBBB;
}

@media screen and (max-width: 1049px) {
  .table-combination__body__row {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    flex-wrap: wrap;
  }
}

.table-combination__body__row:not(:last-child) {
  border-bottom: 1px dotted #BBBBBB;
}

.table-combination__body__row__header {
  box-sizing: border-box;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5;
  padding: 20px 15px;
  vertical-align: middle;
  width: 252px;
}

.table-combination__body__row__header:not(:last-child) {
  border-right: 1px dotted #BBBBBB;
  border-bottom: 1px dotted #BBBBBB;
}
@media screen and (max-width: 1049px) {
  .table-combination__body__row__header {
    border-right: none;
    padding: 20px 15px;
    text-align: center;
  }
  .table-combination__body__row__header:not(:last-child) {
    border-right: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table-combination__body__row__header {
    font-size: 15px;
    padding: 15px 15px;
    text-align: center;
  }
  .table-combination__body__row__header:not(:last-child) {
    width: 100%;
  }
}

.table-combination__body__row__data {
  padding: 20px 15px;
  box-sizing: border-box;
  width: 260px;
}
@media screen and (max-width: 1049px) {
  .table-combination__body__row__data {
    padding: 20px 15px;
    width: 50%;
  }
  .table-combination__body__row__data:last-child {
    border-left: none;
  }
}

.table-combination__body__row__data:not(:last-child) {
  border-right: 1px dotted #BBBBBB;
}

.table-combination__body__row__data:last-child {
  background-color: #EDF0F7;
}

@media screen and (max-width: 767px) {
  .table-combination__body__row__data {
    padding: 15px 15px;
  }
}

.table-comparison__body__row__data .list--default>.list__item:before {
    background-color: #333333;
    content: "";
    height: 3px;
    position: absolute;
    top: 13px;
    left: 0;
    width: 3px;
    border-radius: 3px;
}


/* style3 : comparison */
.section-table3 {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-table3 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.table-comparison__table {
  border: 1px solid #BBBBBB;
}

.table-comparison__head__row__header {
  border-bottom: 1px solid #BBBBBB;
}

.table-comparison__head__row__header.table__head__row__header--logo {
  background-color: #3B1E87;
  border-right: 1px solid #BBBBBB;
  vertical-align: middle;
  width: 350px;
}
@-moz-document url-prefix() {
  .table-comparison__head__row__header.table__head__row__header--logo {
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    min-height: 40px;
  }
}
@media screen and (max-width: 1049px) {
  .table-comparison__head__row__header.table__head__row__header--logo {
    display: table-cell;
    min-height: inherit;
  }
}

@media screen and (max-width: 767px) {
  .table-comparison__head__row__header.table__head__row__header--logo {
    width: 200px;
  }
}

.table-comparison__head__row__header.table__head__row__header--logo img {
  display: table-cell;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .table-comparison__head__row__header.table__head__row__header--logo img {
    max-width: 130px;
  }
}

.table-comparison__head__row__header {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .table-comparison__head__row__header {
    font-size: 16px;
    padding: 5px 20px;
    width: 200px;
  }
}

 .table-comparison__head__row__header:not(:last-child) {
  border-right: 1px solid #BBBBBB;
}

.table-comparison__body__row:not(:last-child) {
  border-bottom: 1px solid #BBBBBB;
}

.table-comparison__body__row__header {
  background-color: #EDF0F7;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5;
  padding: 9px 20px;
  text-align: center;
}
@media all and (-ms-high-contrast:none){
  .heading-2:before {
    padding: 13px 20px 9px 20px;
  }
}

@media screen and (max-width: 767px) {
  .table-comparison__body__row__header {
    font-size: 15px;
    padding: 6px 20px;
    text-align: left;
  }
}

.table-comparison__body__row__data {
  padding: 20px 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .table-comparison__body__row__data {
    padding: 9px 25px;
  }
}

.table-comparison__body__row__data:first-child:before {
  content: "";
  background-color: #3B1E87;
  height: 100%;
  left: 0;
  opacity: .05;
  position: absolute;
  top: 0;
  width: 100%;
}

.table-comparison__body__row__data:not(:last-child) {
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}

.table-comparison__body__row__data:first-of-type .data_circle {
  border: 3px solid ;
  height: 26px;
  width: 26px;
}

.table-comparison__body__row__data:first-of-type .data_circle {
  border: 3px solid ;
  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 #3B1E87 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: #3B1E87;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}


/* style4 : assessment */
.section-table4 {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-table4 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.table-assessment__table {
  border: 1px solid #BBBBBB;
}

.table-assessment__head__row__header {
  border-bottom: 1px solid #BBBBBB;
}

.table-assessment__head__row__header.table__head__row__header--title {
  background-color: #333333;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .table-assessment__head__row__header.table__head__row__header--title {
    width: 180px;
  }
}


.table-assessment__head__row__header.table__head__row__header--logo {
  background-color: #3B1E87;
  border-right: 1px solid #BBBBBB;
  vertical-align: middle;
  width: 350px;
}
@-moz-document url-prefix() {
  .table-assessment__head__row__header.table__head__row__header--logo {
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    min-height: 40px;
  }
}
@media screen and (max-width: 1049px) {
  .table-assessment__head__row__header.table__head__row__header--logo {
    width: 157px;
  }
}
@media screen and (max-width: 767px) {
  .table-assessment__head__row__header.table__head__row__header--logo {
    width: 130px;
  }
}

.table__head__row__header--logo img {
  display: table-cell;
  margin: 0 auto;
}

.table-assessment__head__row__header {
  color: #333333;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5;
  padding: 10px 24px;
  text-align: center;
  width: 350px;
}
@media screen and (max-width: 1049px) {
  .table-assessment__head__row__header {
    width: 157px;
  }
}
@media screen and (max-width: 767px) {
  .table-assessment__head__row__header {
    font-size: 16px;
    padding: 5px 20px;
    width: 130px;
  }
}

 .table-assessment__head__row__header:not(:last-child) {
  border-right: 1px solid #BBBBBB;
}

.table-assessment__body__row__header {
  border-right: 1px solid #BBBBBB;
  background-color: #EDF0F7;
  color: #333333;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: .2em;
  line-height: 2;
  padding: 17px 20px;
}
@media screen and (max-width: 767px) {
  .table-assessment__body__row__header {
    font-size: 13px;
    padding: 10px 20px;
  }
}

.table-assessment__body__row:not(:last-child) {
  border-bottom: 1px solid #BBBBBB;
}

.table-assessment__body__row__data {
  padding: 20px 25px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table-assessment__body__row__data {
    padding: 10px 25px;
  }
}

.table-assessment__body__row__data:not(:last-child) {
  border-right: 1px solid #BBBBBB;
}

.table-assessment__body__row__data:first-of-type {
  color: #3B1E87;
  position: relative;
}

.table-assessment__body__row__data:first-of-type:before {
  background-color: #3B1E87;
  content: "";
  height: 100%;
  left: 0;
  opacity: .05;
  position: absolute;
  top: 0;
  width: 100%;
}

.data_circle {
  box-sizing: border-box;
  border: 2px solid #333333;
  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 #333333 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: 16px;
  position: relative;
  margin: 0 auto;
  width: 0;
}

.data_cross:before,
.data_cross:after {
  background-color: #333333;
  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 #3B1E87;
  height: 26px;
  width: 26px;
}
@media screen and (max-width: 767px) {
  .table-assessment__body__row__data:first-of-type .data_circle {
    height: 22px;
    width: 22px;
  }
}

.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 #3B1E87 transparent;
}
@media screen and (max-width: 767px) {
  .table-assessment__body__row__data:first-of-type .data_triangle:before {
    border-width: 0 13px 21px 13px;
  }
}

.table-assessment__body__row__data:first-of-type .data_triangle:after {
  border-width: 0 9px 14px 9px;
  left: 6px;
  top: 6px;;
}
@media screen and (max-width: 767px) {
  .table-assessment__body__row__data:first-of-type .data_triangle:after {
    border-width: 0 7px 12px 7px;
  }
}

.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: #3B1E87;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}
@media screen and (max-width: 767px) {
  .table-assessment__body__row__data:first-of-type .data_cross:before,
  .table-assessment__body__row__data:first-of-type .data_cross:after {
    height: 23px;
  }
}
/* ==========================================================================

    list

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-list--default {
  margin-bottom: 20px;
  margin-top: 20px;
}

.section-list--line {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-list--line {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.section-list--check {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-list--check {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.section-list--number {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-list--number {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.division-top-list--default,
.list--default:not(:first-child) {
  margin-top: ;
}
@media screen and (max-width: 767px) {
  .division-top-list--default,
  .list--default:not(:first-child) {
    margin-top: ;
  }
}

.division-bottom-list--default,
.list--default:not(:last-child) {
  margin-bottom: ;
}
@media screen and (max-width: 767px) {
  .division-bottom-list--default,
  .list--default:not(:last-child) {
    margin-bottom: ;
  }
}

.division-top-list--line,
.list--line:not(:first-child) {
  margin-top: ;
}
@media screen and (max-width: 767px) {
  .division-top-list--line,
  .list--line:not(:first-child) {
    margin-top: ;
  }
}

.division-bottom-list--line,
.list--line:not(:last-child) {
  margin-bottom: ;
}
@media screen and (max-width: 767px) {
  .division-bottom-list--line,
  .list--line:not(:last-child) {
    margin-bottom: ;
  }
}

.division-top-list--check,
.list--check:not(:first-child) {
  margin-top: ;
}
@media screen and (max-width: 767px) {
  .division-top-list--check,
  .list--check:not(:first-child) {
    margin-top: ;
  }
}

.division-bottom-list--check,
.list--check:not(:last-child) {
  margin-bottom: ;
}
@media screen and (max-width: 767px) {
  .division-bottom-list--check,
  .list--check:not(:last-child) {
    margin-bottom: ;
  }
}

.division-top-list--number,
.list--number:not(:first-child) {
  margin-top: ;
}
@media screen and (max-width: 767px) {
  .division-top-list--number,
  .list--number:not(:first-child) {
    margin-top: ;
  }
}

.division-bottom-list--number,
.list--number:not(:last-child) {
  margin-bottom: ;
}
@media screen and (max-width: 767px) {
  .division-bottom-list--number,
  .list--number:not(:last-child) {
    margin-bottom: ;
  }
}

.list__item:not(:first-child) {
  margin-top: 5px
}

.list__item:not(:last-child) {
  margin-bottom: 5px
}
@media screen and (max-width: 767px) {
  .list__item:not(:first-child) {
    margin-top: 10px
  }

  .list__item:not(:last-child) {
    margin-bottom: 10px
  }
}


/* ドット */
.list--default>.list__item {
  list-style-type: none;
  padding-left: 15px;
  position: relative;
}

.list--default>.list__item:before {
  background-color: #BBBBBB;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
}
@media all and (-ms-high-contrast:none){
  .list--default>.list__item:before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .list--default>.list__item:before {
    top: 10px;
  }
}


/* ライン */
.list--line .list__item {
  padding-left: 15px;
  position: relative;
}

.list--line .list__item:before {
  color: #333333;
  content: "-";
  left: 0;
  line-height: 1;
  position: absolute;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .list--line .list__item:before {
    top: 6px;
  }
}


/* チェック */
.list.list--check .list__item {
  position: relative;
}

.list.list--check .list__item .paragraph {
  font-size: 18px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list.list--check .list__item .paragraph {
    font-size: 15px;
    line-height: 1.5;
  }
}

.list.list--check .list__item:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYuMjQ4IiBoZWlnaHQ9IjExLjQ1NCIgdmlld0JveD0iMCAwIDE2LjI0OCAxMS40NTQiPgogIDxkZWZzPgogICAgPGxpbmVhckdyYWRpZW50IGlkPSJsaW5lYXItZ3JhZGllbnQiIHgxPSIwLjUiIHgyPSIwLjUiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2E1MTI2OSIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzYjFlODciLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJjaGVjayIgZD0iTTIxMS43MzEsMzUyLjI0MWwtNS4zODctNS4xNDcsMS44ODQtMS45NzMsMy42LDMuNDMyLDguOTg1LTcuNzY3LDEuNzg0LDIuMDYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwNi4zNDQgLTM0MC43ODcpIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudCkiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 15px;
  height: 10px;
}
@media all and (-ms-high-contrast:none){
  .list.list--check .list__item:before {
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .list.list--check .list__item:before {
    top: 5px;
  }
}


/* 数字 */
.list--number {
  counter-reset: number;
}

.list--number .list__item {
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list--number .list__item {
    padding-left: 25px;
  }
}

.list--number .list__item:before {
  color: #333333;
  content: counter(number) ".";
  counter-increment: number;
  left: 0;
  line-height: 2;
  position: absolute;
  top: 0;
  text-transform: none;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .list--number .list__item:before {
    font-size: 13px;
  }
}
/* ==========================================================================

    sub_navigation

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.sub-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
}

/* タブ */
.section-tab,
.section-index {
  margin-bottom: 50px;
  margin-top: 50px;
}

.section-anchor {
  margin-bottom: 60px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .section-anchor {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.sub-navigation.sub-navigation--tab {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;;
}

.sub-navigation--tab__list {
  flex: 1;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 1049px) {
  .sub-navigation--tab__list {
    flex: inherit;
    width: calc(25% - 4px);
  }
}

.sub-navigation--tab__list:not(:first-child) {
  margin-left: 2px;
}

.sub-navigation--tab__list__link {
  display: block;
  padding: 15px 10px 10px 10px;
  border-bottom: 8px solid #EDF0F7;
  font-size: 17px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: .15em;
  position: relative;
  transition: .5s;
}
@media only screen and (max-width: 767px) {
  .sub-navigation--tab__list__link {
    font-size: 14px;
  }
}

.sub-navigation--tab__list__link a {
  color: #0F0F0F;
  transition: .5s;
}

.sub-navigation--tab__list__link:before,
.sub-navigation--tab__list__link:after {
  content: "";
  width: 2px;
  display: inline-block;
  position: absolute;
  left: calc(50% - 1px);
}
.sub-navigation--tab__list__link:before {
  content: "";
  height: 0;
  bottom: -8px;
  background-color: #ffffff;
  z-index: 2;
  transition: .2s .3s;
}
.sub-navigation--tab__list__link:after {
  content: "";
  height: 0;
  bottom: -28px;
  transition: .3s;
  background-color: #3B1E87;
}
.sub-navigation--tab__list__link .tab__list__link__text {
  display: block;
  position: relative;
  padding-top: 15px;
}

.sub-navigation--tab__list__link:hover {
  cursor: pointer;
  border-bottom: 8px solid #3B1E87;
  color: #0F0F0F;
}
.sub-navigation--tab__list__link:hover:before {
  height: 8px;
}
.sub-navigation--tab__list__link:hover:after {
  height: 23px;
}
.sub-navigation--tab__list:hover .sub-navigation--tab__list__link {
  border-bottom: 8px solid #3B1E87;
}
.sub-navigation--tab__list:hover .sub-navigation--tab__list__link a {
  color: #3B1E87;
}
.sub-navigation--tab__list:hover .sub-navigation--tab__list__link:before {
  height: 8px;
}
.sub-navigation--tab__list:hover .sub-navigation--tab__list__link:after {
  height: 20px;
}
.sub-navigation--tab__list:hover .sub-navigation--tab__list__link .sub-navigation--tab__list__link__text:before,
.sub-navigation--tab__list__link:hover .sub-navigation--tab__list__link__text:before {
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .sub-navigation--tab__list {
    flex: inherit;
    width: calc(50% - 1px);
  }
  .sub-navigation--tab__list:not(:first-child) {
    margin-left: 0;
  }
  .sub-navigation--tab__list:nth-child(2n) {
    margin-left: 2px;
  }
  .sub-navigation--tab__list .tab__list__link {
    padding: 0 10px 5px 10px;
    font-size: 14px;
  }
  .sub-navigation--tab__list .tab__list__link__text:before {
    width: 35px;
    height: 4px;
    left: calc(50% - 18px);
  }
}


/* アンカーリンク */
.linkin-page {
  -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;;
}
@media screen and (max-width: 1049px) {
  .linkin-page {
    margin-left: 0;
    margin-right: 0;
  }
}

.linkin-page:not(:first-child) {
  margin-top: 60px
}
@media screen and (max-width: 767px) {
  .linkin-page:not(:first-child) {
    margin-bottom: 40px;
  }
}

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

.linkin-page:not(:last-child) {
  margin-bottom: 40px
}
@media screen and (max-width: 767px) {
  .linkin-page:not(:last-child) {
    margin-bottom: 40px
  }
}

.division-bottom-linkin-page {
  margin-bottom: 60px
}
@media screen and (max-width: 767px) {
  .division-bottom-linkin-page {
    margin-bottom: 40px
  }
}

.linkin-page__item {
  box-sizing: border-box;
  width: calc(25% - 23px);
}

.linkin-page__item:nth-child(n+5)  {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .linkin-page__item:not(:nth-child(4n+4)) {
    margin-right: 30px;
  }
}

@media screen and (max-width:767px) {
  .linkin-page__item {
    padding: 0;
    width: 100%;
  }
  .linkin-page__item:not(:first-child) {
    margin-top: 25px;
  }
}
.linkin-page__item a {
  border-top: 1px solid #333333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  text-decoration: none;
  transition: .5s;
}
.linkin-page__item a:hover {
  border-top: 1px solid #3B1E87;
}
@media screen and (max-width:767px) {
  .linkin-page__item a {
    display: block;
  }
}

.linkin-page__item__text {
  color: #0F0F0F;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  letter-spacing: .2em;
  line-height: 1.5;
  transition: .5s;
}
@media screen and (max-width:767px) {
  .linkin-page__item__text {
    font-size: 13px;
  }
  .linkin-page__item__text:not(:first-child) {
    margin-top: 5px;
  }
}

.linkin-page__item a:hover .linkin-page__item__text {
  color: #3B1E87;
}

.linkin-page__item__text__inner {
  display: block;
  padding-top: 15px;
  padding-right: 25px;
  position: relative;
}

.linkin-page__item a .linkin-page__item__text__inner:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 5px;
  display: inline-block;
  border-bottom: solid 1px #0F0F0F;
  border-right: solid 1px #0F0F0F;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: .5s;
}

.linkin-page__item a:hover .linkin-page__item__text__inner:before {
  border-color: #3B1E87;
}
@media screen and (max-width: 767px) {
  .linkin-page__item a .linkin-page__item__text__inner:before {
    height: 6px;
    width: 6px;
  }
}


/* 目次のスタイル */
.sub-navigation--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) {
  .sub-navigation--anchor {
    margin-left: 0;
    margin-right: 0;
  }
}

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

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

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

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

.sub-navigation--anchor__item {
  box-sizing: border-box;
  margin-top: 20px;
  width: 10%;
}
.sub-navigation--anchor__item a {
  text-align: center;
  border-left: 2px solid #BBBBBB;
  display: block;
  padding: 18px 10px;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 1050px) {
  .sub-navigation--anchor__item:nth-child(10n+10) {
      border-right: 2px solid #BBBBBB;
  }
}

.sub-navigation--anchor__item:last-child a {
  border-right: 2px solid #BBBBBB!important;
}
.sub-navigation--anchor__item a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: calc(50% - 2.5px);
  display: inline-block;
  border-bottom: solid 2px #3B1E87;
  border-right: solid 2px #3B1E87;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  transition: .5s;
}
.sub-navigation--anchor__item a:hover:before {
  bottom: -3px;
}

.sub-navigation--anchor__item__text {
  color: #0F0F0F;
  display: block;
  font-size: 16px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.5;
  transition: .5s;
}
@media screen and (max-width:767px) {
  .sub-navigation--anchor__item__text {
    font-size: 14px;
  }
}

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

}
@media screen and (max-width:767px) {
  .sub-navigation--anchor__item {
    padding: 0;
    width: 25%;
  }
  .sub-navigation--anchor__item a {
    padding: 13px 5px;
    font-size: 14px;
  }
  .sub-navigation--anchor__item:nth-child(5n) a {
    border-right: none;
  }
  .sub-navigation--anchor__item:nth-child(n+6) {
    margin-top: 0;
  }
  .sub-navigation--anchor__item:nth-child(n+5) {
    margin-top: 20px;
  }
  .sub-navigation--anchor__item:nth-child(4n) a {
    border-right: 2px solid #BBBBBB;
  }
}
@charset "utf-8";

/* movie */

.section-movie {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .section-movie {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/* ==========================================================================

    sound-link

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-sound-link {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-sound-link {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

/* IE対応 */
@media all and (-ms-high-contrast:none) {
  .section-sound-link {
    transition: .5s;
  }
}

@media screen and (max-width: 1049px) and (min-width: 768px) {
  .sound-link-column.columns--four.columns--to-one {
    margin-left: 15px;
    margin-right: -15px;
  }
  .sound-link-column.columns--four.columns--to-one>.columns__column  {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }

  .columns--four.columns--to-one>.columns__column:nth-child(n+3) {
    margin-top: 0;
  }
  .columns--four.columns--to-one>.columns__column:nth-child(n+5) {
    margin-top: 35px;
  }
}


@media screen and (max-width: 767px) {
  .sound-link {
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  }

  .sound-link-column.columns--four.columns--to-one>.columns__column:nth-child(n+2) {
      margin-top: 20px;
  }
}

.sound-link__inner {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sound-link__inner {
    margin-right: 15px;
    width: 100px;
  }
}

.sound-link > .paragraph {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sound-link > .paragraph {
    text-align: left;
    width: calc(100% - 115px);
  }

  .sound-link > .paragraph:not(:first-child) {
    margin-top: 0;
  }
}

.sound-link__inner:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NiA0NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIzLDBBMjMsMjMsMCwxLDAsNDYsMjMsMjMsMjMsMCwwLDAsMjMsMFpNMTcuODEsMzIuOWwtLjYxLS43OSwxMi40OC05LjZMMTcuMiwxMi45bC42MS0uNzksMTMuNTEsMTAuNFoiLz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: calc(50% - 23px);
  height: 46px;
  position: absolute;
  top: calc(50% - 15px);
  transition: background-image .5s;
  transform: translateY(-50%);
  width: 46px;
}
@media screen and (max-width: 1049px) {
  .sound-link__inner:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwLDBBMTAsMTAsMCwxLDAsMjAsMTAsMTAsMTAsMCwwLDAsMTAsMFpNNy45MSwxNC41M2wtLjYxLS43OSw1LjE0LTRMNy4zLDUuODQsNy45MSw1bDYuMTcsNC43NVoiLz48L2c+PC9nPjwvc3ZnPg==");
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sound-link__inner:before {
    left: calc(50% - 7.5px);
    height: 15px;
    top: calc(50% - 11px);
    width: 15px;
  }
}

.sound-link__inner:after {
  color: #ffffff;
  content: "Play";
  font-family: 'chathura', sans-serif;
  font-size: 30px;
  left: 50%;
  letter-spacing: .05em;
  line-height: 1.5;
  position: absolute;
  text-transform: none;
  transform: translateX(-50%);
  transition: .5s;
  top: calc(50% + 1px);
}
@media screen and (max-width: 1049px) {
  .sound-link__inner:after {
    top: calc(50% - 5px);
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .sound-link__inner:after {
    top: calc(50% - 12px);
  }
}

.sound-link a {
  color: #333333;
  text-decoration: none;
  transition: .5s;
}

@media screen and (min-width: 1050px) {
  .sound-link:hover a {
    color: #3B1E87;
  }
}

.sound-link__inner__bg {
  max-width: 240px;
  width: 100%;
}

@media screen and (max-width: 1049px) {
  .sound-link__inner__bg {
    height: auto;
  }
}

.sound-link .sound-link__inner__bg path {
  transition: opacity .5s;
}
.sound-link .sound-link__inner__bg .default {
  fill: #BBBBBB;
}
.sound-link .sound-link__inner__bg .hov {
  fill: #3B1E87;
  opacity: 0;
}
.sound-link:hover .sound-link__inner__bg .default {
  opacity: 0;
}
.sound-link:hover .sound-link__inner__bg .hov {
  opacity: 1;
}
/* ==========================================================================

    map

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-map {
	margin-bottom: 40px;
	margin-top: 40px;	
}
@media screen and (max-width: 767px) {
	.section-map {
		margin-bottom: 20px;
		margin-top: 20px;	
	}
}

.map .hs-responsive-embed-inner-wrapper {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.2% !important;
}

.map iframe {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	position: absolute !important;
}
/* ==========================================================================

    zoom

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.section-zoom {
  margin-bottom: 60px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-zoom {
    margin-bottom: 40px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .change {
    max-width: 450px;
    margin: 0 auto;
  }
}

.change .flex {
  margin-top: 55px;
  margin-left: -25px;
  margin-right: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
}
@media screen and (max-width: 1049px) {
  .change .flex {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

.change .flex .flex__item {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1049px) {
  .change .flex .flex__item {
    padding-left: 0;
    padding-right: 0;
  }
}

.change .flex .change__main {
  position: relative;
  max-width: 620px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;;
}
@media screen and (max-width: 1049px) {
  .change .flex .change__main {
    margin-top: 25px;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .change .flex .change__main {
    margin-top: 20px;
  }
}

.change .flex .change__main .change__main__inner {
  position: relative;
}
.change .flex .change__main .change__main__inner:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  opacity: .6;
}

.change .flex .change__main .change__main__inner:after {
  content: "";
  display: block;
  width: 22px;
  height: 21px;
  position: absolute;
  right: 12px;
  bottom: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS4zOSAyMC42NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7fS5jbHMtMntmaWxsOiM3MDcwNzA7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTUxIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNTEiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTMyIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxMzIiPjxnIGlkPSLlkIjkvZNfMjIiIGRhdGEtbmFtZT0i5ZCI5L2TIDIyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNy43NCwyMC42NmwtNS4yOS01LjI5YTguMjYsOC4yNiwwLDEsMSwzLjQxLTMuODlMMjEuMzksMTdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjAsMTdsLTQuODItNC44My0uNDgtLjQ3LjI2LS42MmE3LjI2LDcuMjYsMCwxLDAtMywzLjQxbC42Ny0uMzkuNTQuNTUsNC41OSw0LjU4TDIwLDE3bTEuNDIsMC0zLjY1LDMuNjUtNS4yOS01LjI5YTguMjUsOC4yNSwwLDEsMSwzLjQxLTMuODlaIi8+PC9nPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTUwIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNTAiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTQ5IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNDkiPjxnIGlkPSLmpZXlhoblvaJfMyIgZGF0YS1uYW1lPSLmpZXlhoblvaIgMyI+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI4LjI1IiBjeT0iOC4yNSIgcj0iNS4xNiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTguMjUsMTMuNDFBNS4wOSw1LjA5LDAsMCwxLDQuNjEsMTEuOWE1LjE0LDUuMTQsMCwwLDEsMC03LjI5aDBhNS4xNiw1LjE2LDAsMCwxLDguOCwzLjY0LDUuMTYsNS4xNiwwLDAsMS01LjE2LDUuMTZaTTUuMzEsNS4zMWE0LjE2LDQuMTYsMCwwLDAsMCw1Ljg4LDQuMTYsNC4xNiwwLDEsMCwyLjk0LTcuMUE0LjE2LDQuMTYsMCwwLDAsNS4zMSw1LjMxWiIvPjwvZz48L2c+PC9nPjwvZz48ZyBpZD0i6ZW35pa55b2iXzg2NSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgODY1Ij48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjUuODkiIHk9IjcuNzUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjYuMzkiIHk9IjcuNzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48L2c+PGcgaWQ9IumVt+aWueW9ol84NjYiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDg2NiI+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3Ljg5IiB5PSI1Ljc1IiB3aWR0aD0iMSIgaGVpZ2h0PSI1Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSI3Ljg5IiB5PSI2LjI1IiB3aWR0aD0iMSIgaGVpZ2h0PSI0Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
}
@media screen and (max-width: 1049px) {
  .change .flex .change__main .change__main__inner:before,
  .change .flex .change__main .change__main__inner:after {
    display: none;
  }
}

.change .flex .change__main img {
  width: 100%;
  vertical-align: bottom;
}

.change .flex .change_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;;
}

.change__thumb {
  margin-top: 28px;
  margin-left: -14px;
  margin-right: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
}
@media screen and (max-width: 767px) {
  .change__thumb {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.change__thumb .change__thumb__item {
  box-sizing: border-box;
  width: 25%;
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (max-width: 1049px) {
  .change__thumb .change__thumb__item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .change__thumb .change__thumb__item {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.change__thumb .change__thumb__item:nth-child(n+5) {
  margin-top: 28px;
}
@media screen and (max-width: 1049px) {
  .change__thumb .change__thumb__item:nth-child(n+5) {
    margin-top: auto;
  }
  .change__thumb .change__thumb__item:nth-child(n+6) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .change__thumb .change__thumb__item:nth-child(n+6) {
    margin-top: auto;
  }
  .change__thumb .change__thumb__item:nth-child(n+5) {
    margin-top: 10px;
  }
}

.change__thumb .change__thumb__item img {
  max-width: 100%;
  width: 100%;
}

.zoomContainer {
  z-index: 10;
}
@media screen and (max-width: 1049px) {
  .zoomContainer {
    display: none;
  }
}

.zoomLens {
  width: 150px!important;
  height: 135px!important;
  background-position: center!important;
  background-size: 21px 19px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS4zOSAyMC42NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7fS5jbHMtMntmaWxsOiM3MDcwNzA7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTUxIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNTEiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTMyIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxMzIiPjxnIGlkPSLlkIjkvZNfMjIiIGRhdGEtbmFtZT0i5ZCI5L2TIDIyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNy43NCwyMC42NmwtNS4yOS01LjI5YTguMjYsOC4yNiwwLDEsMSwzLjQxLTMuODlMMjEuMzksMTdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjAsMTdsLTQuODItNC44My0uNDgtLjQ3LjI2LS42MmE3LjI2LDcuMjYsMCwxLDAtMywzLjQxbC42Ny0uMzkuNTQuNTUsNC41OSw0LjU4TDIwLDE3bTEuNDIsMC0zLjY1LDMuNjUtNS4yOS01LjI5YTguMjUsOC4yNSwwLDEsMSwzLjQxLTMuODlaIi8+PC9nPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTUwIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNTAiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTQ5IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNDkiPjxnIGlkPSLmpZXlhoblvaJfMyIgZGF0YS1uYW1lPSLmpZXlhoblvaIgMyI+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI4LjI1IiBjeT0iOC4yNSIgcj0iNS4xNiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTguMjUsMTMuNDFBNS4wOSw1LjA5LDAsMCwxLDQuNjEsMTEuOWE1LjE0LDUuMTQsMCwwLDEsMC03LjI5aDBhNS4xNiw1LjE2LDAsMCwxLDguOCwzLjY0LDUuMTYsNS4xNiwwLDAsMS01LjE2LDUuMTZaTTUuMzEsNS4zMWE0LjE2LDQuMTYsMCwwLDAsMCw1Ljg4LDQuMTYsNC4xNiwwLDEsMCwyLjk0LTcuMUE0LjE2LDQuMTYsMCwwLDAsNS4zMSw1LjMxWiIvPjwvZz48L2c+PC9nPjwvZz48ZyBpZD0i6ZW35pa55b2iXzg2NSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgODY1Ij48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjUuODkiIHk9IjcuNzUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjYuMzkiIHk9IjcuNzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48L2c+PGcgaWQ9IumVt+aWueW9ol84NjYiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDg2NiI+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3Ljg5IiB5PSI1Ljc1IiB3aWR0aD0iMSIgaGVpZ2h0PSI1Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSI3Ljg5IiB5PSI2LjI1IiB3aWR0aD0iMSIgaGVpZ2h0PSI0Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
}
/* ==========================================================================

    checklist

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


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

.checklist .checklist__item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #BBBBBB;
}
@media screen and (max-width:767px) {
  .checklist .checklist__item {
    display: block;
    padding: 25px 0;
  }
}

.checklist .checklist__item:first-child {
  padding-top: 0;
}

.checklist .checklist__item .checklist__item__title {
  width: 180px;
  margin-right: 40px;
  font-size: 16px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  letter-spacing: .2em;
}
@media screen and (max-width:767px) {
  .checklist .checklist__item .checklist__item__title {
    font-size: 14px;
  }
}

.checklist .checklist__item .checklist__item__contents {
  width: calc(100% - 220px);
}
@media screen and (max-width:1049px) {
  .checklist .checklist__item .checklist__item__title {
    width: 160px;
    margin-right: 20px;
  }
  .checklist .checklist__item .checklist__item__contents {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width:767px) {
  .checklist .checklist__item .checklist__item__title {
    width: 100%;
  }
  .checklist .checklist__item .checklist__item__contents {
    margin-top: 15px;
    width: 100%;
    max-width: 365px;
  }
}
@media screen and (max-width:375px) {
  .checklist .checklist__item .checklist__item__contents {
    max-width: none;
  }
}

.checklist .checklist__item .checklist__item__contents ul {
  display: flex;
  flex-wrap: wrap;
}

.checklist .checklist__item .checklist__item__contents > ul li {
  display: inline-block;
  padding-right: 20px;
  transition: .5s;
  width: calc(25% - 20px);
}

@media screen and (min-width: 1050px) {
  .checklist .checklist__item .checklist__item__contents > ul li:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media screen and (max-width:1049px) and (min-width: 768px) {
  .checklist .checklist__item .checklist__item__contents > ul li {
    width: calc(33.333% - 20px);
  }
  .checklist .checklist__item .checklist__item__contents > ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .checklist .checklist__item .checklist__item__contents ul li {
    width: calc(50% - 8px);
    padding-right: 5px;
  }
  .checklist .checklist__item .checklist__item__contents ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.checklist .checklist__item .checklist__item__contents ul li:hover {
  cursor: pointer;
  color: #0F0F0F;
}
.checklist .checklist__item .checklist__item__contents .transportation {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .checklist .checklist__item .checklist__item__contents .transportation {
    display: block;
  }
  .checklist .checklist__item .checklist__item__contents .transportation:not(:first-child) {
    margin-top: 20px;
  }
}
.checklist .checklist__item .checklist__item__contents .transportation .transportation__item--title {
  width: 60px;
  margin-right: 30px;
  font-size: 16px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .checklist .checklist__item .checklist__item__contents .transportation .transportation__item--title {
    font-size: 13px;
  }
}
.checklist .checklist__item .checklist__item__contents .transportation .transportation__item--contents {
  width: calc(100% - 100px);
}
.checklist .checklist__item .checklist__item__contents .transportation .transportation__item ul li {
  width: 33.333%;
}
@media screen and (max-width:1049px) {
  .checklist .checklist__item .checklist__item__contents .transportation .transportation__item ul li {
    width: 50%;
  }
}
@media screen and (max-width:767px) {
  .checklist .checklist__item .checklist__item__contents .transportation .transportation__item--contents {
    width: 100%;
    margin-top: 15px;
  }
  .checklist .checklist__item .checklist__item__contents .transportation .transportation__item ul li {
    width: calc(50% - 5px);
    padding-right: 5px;
  }
}

.checklist input {
  display: none;
}
.checklist label {
  color: #414141;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: .2em;
  padding-left: 30px;
  min-height: 20px;
  display: inline-block;
  position:relative;
}
@media screen and (max-width:767px) {
  .checklist label {
    font-size: 13px;
    padding: 2px 0 0 30px;
  }
}

.checklist .checklist__item__contents__list__text:before {
  border: 1px solid #3B1E87;
  border-radius: 100%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  transition: .5s;
  top: 4px;
  width: 20px;
}
.checklist .checklist__item__contents__list__item__input:checked + .checklist__item__contents__list__text:before {
  background-color: #3B1E87;
}
.checklist .checklist__item__contents__list__item__input:checked + .checklist__item__contents__list__text:after{
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 4px;
  height: 9px;
  transform: rotate(45deg);
}

.checklist__item__contents__list__item__input:checked + .checkbox-list__item__text {
  color: #3B1E87;
}

.checklist__item__contents__list__item__input:checked + .checkbox-list__item__text .checkbox-list__item__text__icon {
  fill: #3B1E87;
}

.checklist__item__contents__dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
}
@media screen and (max-width:767px) {
  .checklist__item__contents__dl {
    display: block;
  }
}

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

.checklist__item__contents__dl__dd {
  font-size: 16px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: .2em;
  margin-right: 20px;
  width: 60px;
}
@media screen and (max-width:767px) {
  .checklist__item__contents__dl__dd {
    font-size: 13px;
    margin-bottom: 10px;
    width: 100%;
  }
}

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

.checklist__item__contents__dl__dt__list__item {
  padding-right: 20px;
  width: calc(33.3333% - 20px);
}
@media screen and (max-width:767px) {
  .checklist__item__contents__dl__dt__list__item {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width:1050px) {
  .checklist__item__contents__dl__dt__list__item:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width:1049px) and (min-width: 768px) {
  .checklist__item__contents__dl__dt__list__item {
    width: calc(50% - 20px);
  }
  .checklist__item__contents__dl__dt__list__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
/* ==========================================================================

    checkbox

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








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

.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-bottom-checkbox {
    margin-bottom: 30px;
  }
}

.checkbox-list {
  border-bottom: 1px dotted #BBBBBB;
  border-top: 1px dotted #BBBBBB;
  padding: 25px 0;
}

.checkbox-list__item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .checkbox-list__item:not(:last-child) {
    margin-bottom: 5px;
  }
}

.checkbox-list__item__input {
  display: none;
}

.checkbox-list__item__text {
  color: #BBBBBB;
  display: block;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .2em;
  line-height: 2;
  padding-left: 30px;
  position: relative;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .checkbox-list__item__text {
    font-size: 15px;
  }
}

.checkbox-list__item__text__icon {
  height: 20px;
  left: 0;
  position: absolute;
  transition: .5s;
  top: 6px;
  width: 20px;
}
.checkbox-list__item__text__icon path {
  transition: opacity .5s;
}
.checkbox-list__item__text__icon .default {
  fill: #BBBBBB;
}
.checkbox-list__item__text__icon .hov {
  fill: #333333;
  opacity: 0
}
.checkbox-list__item__text__icon .active {
  fill: #3B1E87;
  opacity: 0
}
@media screen and (max-width: 767px) {
  .checkbox-list__item__text__icon {
    height: 18px;
    width: 18px;
  }
}

@media screen and (min-width: 1050px) {
  .checkbox-list__item:hover .checkbox-list__item__text {
    color: #0F0F0F;
  }

  .checkbox-list__item:hover .checkbox-list__item__text__icon .default {
    opacity: 0;
  }
  .checkbox-list__item:hover .checkbox-list__item__text__icon .hov {
    opacity: 1;
  }
}

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

.checkbox-list__item__input:checked + .checkbox-list__item__text .checkbox-list__item__text__icon .default {
  opacity: 0;
}
.checkbox-list__item__input:checked + .checkbox-list__item__text .checkbox-list__item__text__icon .active {
  opacity: 1;
}
/* ==========================================================================

    name

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-name {
	margin-bottom: 60px;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.section-name {
		margin-bottom: 40px;
		margin-top: 20px;
	}
}

.name .figure {
	margin-top: 10px;
	margin-left: auto;
	margin-right: 0;
	max-width: 500px;
}
.name .figure .img--is-palmtop {
	display: none;
}
@media screen and (max-width: 767px) {
	.name .figure {
		max-width: 280px;
	}
	.name .figure .img--is-desktop-lower {
		display: none;
	}
	.name .figure .img--is-palmtop {
		display: inline-block;
	}
}
.name .figure img {
	display: inline-block;
	width: inherit;
}
.name .natural:not(:last-child) {
	margin-bottom: 20px;
}
/* ==========================================================================

    entry-button

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








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

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

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

.entry-button {
	text-align: center;
}

.entry-button a {
	background: linear-gradient(to right, #A51269 0%,#3B1E87 100%);
	border-radius: 50px;
	box-sizing: border-box;
	color: #ffffff;
	display: inline-block;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: .2em;
	line-height: 1.5em;
	min-width: 450px;
	text-align: left;
	padding: 16px 100px 16px 50px;
	position: relative;
	transition: .5s;
}
@media screen and (max-width: 767px) {
	.entry-button a {
		display: block;
		margin: 0 auto;
		max-width: 450px;
		min-width: inherit;
		padding: 16px 60px 16px 30px;
	}
}

.entry-button.is-active a {
	pointer-events: inherit;
}

.entry-button a:after {
	content: attr(data-entry);
	display: block;
	font-family: 'chathura', sans-serif;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: .2em;
	line-height: 1em;
	letter-spacing: .05em;
	text-transform: capitalize;
	transition: .5s;
	width: 100%;
}

.entry-button a:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS4wMDkiIGhlaWdodD0iNC4wMjQiIHZpZXdCb3g9IjAgMCAzMS4wMDkgNC4wMjQiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS00Ni4yNCwyOS40ODZoMjkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTQ1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2Ljc0IC0yNS45NzcpIiBmaWxsPSIjZmZmIiBzdHJva2U9InJnYmEoMCwwLDAsMCkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
	content: "";
	display: block;
	height: 3px;
	width: 30px;
  	top: calc(50% - 2px);
  	right: 50px;
  	transition: .5s;
	position: absolute;
}
@media screen and (max-width: 767px) {
	.entry-button a:before {
		right: 30px;
	}
}
@media screen and (min-width: 1050px) {
	.entry-button a:hover {
		opacity: .8;
	}
	.entry-button a:hover:before {
		right: 40px;
	}
}
/* ==========================================================================

    img_caption

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-image-caption {
	margin-bottom: 60px;
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.section-image-caption {
		margin-bottom: 40px;
		margin-top: 40px;
	}
}
/* ==========================================================================

    group-image

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-group-image {
	margin-bottom: 40px;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.section-group-image {
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

.group-image {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .group-image {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }
}

.group-image .columns__column {
  padding-left: 0;
  padding-right: 0;
  width: calc(50% - 1px);
}
@media screen and (max-width: 767px) {
  .group-image .columns__column {
    width: 100%;
  }
}

.group-image .columns__column .columns {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
	flex-wrap: wrap;
	margin-left: 0;
	width: 100%;
}

.group-image .columns__column .columns .columns__column {
  margin-bottom: 1px;
  margin-right: 1px;
  width: calc(50% - .5px);
  padding-left: 0;
  padding-right: 0;
}

.group-image .columns__column .columns .columns__column:nth-of-type(even) {
  margin-right: 0;
}

.group-image .columns__column .columns .columns__column:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.group-image .columns__column:nth-child(1),
.group-image .columns__column:nth-child(2) {
  margin-top: 0;
}

.group-image .columns__column:nth-child(odd) {
  margin-right: 1px;
}
@media screen and (max-width: 767px) {
  .columns--two.group-image > .columns__column:first-child {
    margin-bottom: 1px;
  }
  .columns--two>.columns__column:not(:last-child) {
    -webkit-box-flex: inherit;
    flex: inherit;
  }

  .columns--two.group-image>.columns__column:first-child {
    -webkit-box-flex: inherit;
    flex: inherit;
  }

  .columns--two.group-image > .columns__column:nth-child(2) {
    margin-top: 1px;
  }

  _::-webkit-full-page-media, _:future, :root .columns--two.group-image > .columns__column:nth-child(2) {
    margin-top: 2px;
  }

  _::-webkit-full-page-media, _:future, :root .group-image .columns__column .columns .columns__column {
    margin-bottom: 2px;
  }
}

.group-image img {
	display: block;
	max-width: 100%;
	width: 100%;
}
/* ==========================================================================

    logo-area

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.section-logo-area {
	margin-top: 80px;
	margin-bottom: 80px;
  }
  @media screen and (max-width: 767px) {
	.section-logo-area {
	  margin-top: 60px;
	  margin-bottom: 60px;
	}
  }
}

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

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

.logo-area {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 130px 30px 0;
	position: relative;
	width: calc(100% - 100px);
	font-size: 17px;
}
@media screen and (max-width: 1049px) {
	.logo-area {
		padding: 130px 50px 0;
	}
}
@media screen and (max-width: 767px) {
	.logo-area {
		padding: 130px 20px 0;
		width: 100%;
		font-size: 15px;
	}
}

.logo-area.logo-area--bg-none {
	padding: 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.logo-area.logo-area--bg-none {
		padding: 0;
	}
}

.logo-area.logo-area--bg-none .logo-area__inner__iamge {
	padding-top: 0;
}

.logo-area .logo-area__bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 270px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media screen and (max-width: 1450px) {
	.logo-area .logo-area__bg {
		left: 50%;
		transform: translateX(-50%);
	}
}

.logo-area .logo-area__inner {
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 0 80px;
	position: relative;
	margin: 0 auto;
	max-width: 890px;
}
@media screen and (max-width: 767px) {
	.logo-area .logo-area__inner {
		padding: 0 25px;
	}
}

.logo-area .logo-area__inner:before {
	background-color: #ffffff;
	border-radius: 5px 5px 0 0;
	content: "";
	left: 0;
	height: 140px;
	position: absolute;
	top: 0;
	width: 100%;
}

.logo-area .logo-area__inner__iamge {
	padding-top: 40px;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.logo-area .logo-area__inner__iamge {
		padding-top: 30px;
	}
}

.logo-area .logo-area__inner__iamge img {
	max-width: 500px;
}
@media screen and (max-width: 767px) {
	.logo-area .logo-area__inner__iamge img {
		max-width: 194px;
	}
}

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

.logo-area .logo-area__inner__text p {
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: .2em;
	line-height: 2;
	position: relative;
}
@media screen and (max-width: 767px) {
	.logo-area .logo-area__inner__text p {
		font-size: 15px;
	}
}
/* ==========================================================================

    logo-area

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.section-bg-on-text {
	margin-bottom: 80px;
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.section-bg-on-text {
		margin-bottom: 60px;
		margin-top: 60px;
	}
}

@media screen and (min-width: 768px) {
	.section-bg-on-text .bg-on-text__inner .bg-on-text__button:not(:first-child) {
		margin-top: 30px;
	}
}

.bg-on-text {
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
	-webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
	box-sizing: border-box;
	min-height: 220px;
	padding: 50px 0;
	position: relative;
	width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
	.bg-on-text {
		padding: 30px 0 40px 0;
	}
}

.bg-on-text__image {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: .5s;
	position: absolute;
}
@media screen and (min-width: 1050px) {
	.bg-on-text:hover .bg-on-text__image {
		transform: scale(1.05);
	}
	.bg-on-text:hover .link-text .link-text__anchor:after {
		left: 5px;
	}
}

.bg-on-text--button {
	padding: 100px 0 80px 0;
}
@media screen and (max-width: 767px) {
	.bg-on-text--button {
		padding: 60px 0 40px 0;
	}
}

@media screen and (max-width: 767px) {
	.bg-on-text--button .bg-on-text__inner {
		max-width: 450px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1050px) {
	.bg-on-text:hover .button--text.button--white a:before, .button--text.button--white .button--text__link:before {
		width: 110px;
	}
}

.bg-on-text--repeat {
	margin: 0;
	padding: 90px 0 100px 0;
}
@media screen and (max-width: 767px) {
	.bg-on-text--repeat {
		padding: 70px 0 40px 0;
	}
}

.bg-on-text--repeat:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.bg-on-text--repeat:not(:last-child) {
		margin-bottom: 40px;
	}
}
.bg-on-text--repeat:nth-child(odd) {
	width: calc(100% - 200px);
	margin-left: 200px;
}
.bg-on-text--repeat:nth-child(even) {
	width: calc(100% - 200px);
}
@media screen and (max-width: 1449px) {
	.bg-on-text--repeat:nth-child(odd) {
		width: calc(100% - 100px);
		margin-left: 100px;
	}
	.bg-on-text--repeat:nth-child(even) {
		width: calc(100% - 100px);
	}
}
@media screen and (max-width: 767px) {
	.bg-on-text--repeat:nth-child(odd) {
		width: calc(100% - 20px);
		margin-left: 20px;
	}
	.bg-on-text--repeat:nth-child(even) {
		width: calc(100% - 20px);
	}
}

.bg-on-text:before {
	background: linear-gradient(to right, #A51269, #3B1E87);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: .5s;
	width: 100%;
	opacity: .5;
	z-index: 1;
}
@media screen and (min-width: 1050px) {
	.bg-on-text.bl-hover:before {
		opacity: .5;
	}
}

.bg-on-text__container {
	padding-left: 200px;
	padding-right: 200px;
}
@media screen and (max-width: 1449px) {
	.bg-on-text__container {
		padding-left: 100px;
		padding-right: 100px;
	}
}
@media screen and (max-width: 1049px) {
	.bg-on-text__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (max-width: 767px) {
	.bg-on-text__container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.bg-on-text--repeat:nth-child(odd) .bg-on-text__container {
	padding-left: 80px;
	padding-right: calc(50% - 200px);
}
@media screen and (max-width: 1449px) {
	.bg-on-text--repeat:nth-child(odd) .bg-on-text__container {
		padding-left: 80px;
		padding-right: 100px;
	}
}
@media screen and (max-width: 1049px) {
	.bg-on-text--repeat:nth-child(odd) .bg-on-text__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (max-width: 767px) {
	.bg-on-text--repeat:nth-child(odd) .bg-on-text__container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.bg-on-text__inner {
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.bg-on-text__inner .heading-2:not(:last-child) {
		margin-bottom: 20px;
	}
}

.cta-heading-2--main {
	color: #ffffff !important;
}

.bg-on-text__inner__text {
	color: #ffffff;
	margin: 0 auto;
	max-width: 950px;
}

.bg-on-text__inner__text p {
	color: #ffffff;
}


.bg-on-text .bg-on-text__inner .link-button--reverse .link-button__anchor {
	background: linear-gradient(to right, #A51269, #3B1E87);
	color: #ffffff;
	border: none;
	-webkit-transition: all .3s;
  	transition: all .3s;
}
@media screen and (min-width: 1050px) {
	.bg-on-text:hover .bg-on-text__inner .link-button--reverse .link-button__anchor:after {
		right: 10px;
	}
}

@media screen and (min-width: 1050px) {
	.bg-on-text:hover .button--white.button--default a, .button--white.button--default button {
		background-color: #3B1E87;
	    color: #ffffff;
	}
}
@media screen and (min-width: 1050px) {
	.bg-on-text:hover .button--white.button--default a:before, .button--white.button--default button:before {
		background-color: #ffffff;
		width: 30px;
	}
}

.bg-on-text__inner .bg-on-text__button--center {
	position: relative;
	left: calc(50% - 70px)
}
@media screen and (max-width: 767px) {
	.bg-on-text__inner .bg-on-text__button--center {
		left: 0;
	}
}

/* ttl＋背景img（背景あり） */

.bg-on-text-wrap--two {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.bg-on-text-wrap--two:after {
	  height: 50px;
	}
}
.bg-on-text-wrap--two .bg-on-text {
	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;
}
.bg-on-text-wrap--two .bg-on-text:last-child {
	margin-left: 2px;
	margin-right: 100px;
}
.bg-on-text-wrap--two .bg-on-text:after {
	position: absolute;
	background-color: #0F0F0F;
	content: "";
	left: 15px;
	top: 15px;
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	transition: .5s;
	opacity: 0;
	z-index: 1;
}
.bg-on-text-wrap--two .bg-on-text__container {
	padding-left: 20px;
	padding-right: 20px;
}
.bg-on-text-wrap--two .bg-on-text__inner {
	padding-bottom: 0;
}
.bg-on-text-wrap--two .bg-on-text__inner .heading-2 {
	width: 100%;
  position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
	transition: .5s;
}
@media screen and (min-width: 1050px) {
	.bg-on-text-wrap--two .bg-on-text.bl-hover .heading-2 {
		opacity: .3;
	}
}
.bg-on-text-wrap--two .bg-on-text__inner .heading-2:not(:last-child) {
  margin-bottom: 0;
}
.bg-on-text-wrap--two .hov-area {
	box-sizing: border-box;
	padding: 0 40px;
	position: relative;
	width: 100%;
	transition: .5s;
	opacity: 0;
	z-index: 3;
}
.bg-on-text-wrap--two .hov-area .bg-on-text__button {
	position: relative;
  bottom: auto;
  left: auto;
}
@media screen and (min-width: 1050px) {
	.bg-on-text-wrap--two .bg-on-text.bl-hover:after {
		opacity: .5;
	}
	.bg-on-text-wrap--two .bg-on-text.bl-hover .hov-area {
		opacity: 1;
	}
}
@media screen and (max-width: 1049px) {
	.bg-on-text-wrap--two .bg-on-text {
		margin-left: 50px;
		padding: 0 20px;
		min-height: 260px;
	}
	.bg-on-text-wrap--two .bg-on-text:last-child {
		margin-right: 50px;
	}
	.bg-on-text-wrap--two .bg-on-text__container {
    padding-left: 0;
    padding-right: 0;
	}
	.bg-on-text-wrap--two .hov-area {
		display: none;
	}
	.bg-on-text-wrap--two .bg-on-text__inner .heading-2 {
		width: 100%;
	  position: relative;
		top: auto;
	  left: auto;
	  transform: translate(0, 0);
	}
}
@media screen and (max-width: 767px) {
	.bg-on-text-wrap--two .bg-on-text {
		margin-left: 0;
	}
	.bg-on-text-wrap--two .bg-on-text:last-child {
		margin-right: 0;
	}
}

.bg-on-text-wrap {
	position: relative;
	padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.bg-on-text-wrap {
		padding-bottom: 50px;
	}
}
.bg-on-text-wrap:after {
	background-color: #333333;
	content: "";
	height: 210px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.bg-on-text-wrap:after {
	  height: 150px;
	}
}

.bg-on-text--center {
	max-width: 1050px;
	margin: 0 auto;
}
.bg-on-text--center .bg-on-text__inner {
	max-width: none;
}

.bg-on-text__inner .h2-wrap:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
	.bg-on-text__inner .h2-wrap:not(:last-child) {
		margin-bottom: 45px;
	}
}

@media screen and (min-width: 768px) {
	.bg-on-text--center .button--text,
	.bg-on-text--center .heading-2 {
		text-align: center;
	}
	.bg-on-text--center .heading-2:before {
		left: calc(50% - 25px);
	}
}
@media screen and (max-width: 1449px) {
	.bg-on-text--center {
		width: calc(100% - 200px);
	}
}
@media screen and (max-width: 1049px) {
	.bg-on-text--center {
		width: calc(100% - 100px);
	}
}
@media screen and (max-width: 767px) {
	.bg-on-text--center {
		width: calc(100% - 40px);
	}
	.bg-on-text--center {
		max-width: 1050px;
		margin: 0 auto;
	}
}
/* ==========================================================================

    h2-media

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-h2-media {
	margin-bottom: 60px;
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.section-h2-media {
		margin-bottom: 40px;
		margin-top: 60px;
	}
}
/* ==========================================================================

  bg-image-bottom

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-bg-image-bottom {
    margin-bottom: 45px;
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .section-bg-image-bottom {
      margin-bottom: 25px;
      margin-top: 50px;
  }
}

.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 {
    box-sizing: border-box;
    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: #EDF0F7;
}
/* ==========================================================================

    bg-image-top

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-bg-image-top {
  margin-top: 80px;
  margin-bottom: 20px;
}

.bg-image-top {
    position: relative;
}

.bg-image-top__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-top__bg {
        height: 300px;
    }
}

.bg-image-top__inner {
    box-sizing: border-box;
    padding-top: 450px;
    max-width: calc(100% - 300px);
    padding-left: 150px;
    padding-right: 100px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1449px) {
    .bg-image-top__inner {
        padding-left: 80px;
        max-width: calc(100% - 100px);
    }
}
@media screen and (max-width: 1049px) {
    .bg-image-top__inner {
        max-width: calc(100% - 80px);
        padding-top: 320px;
        padding-left: 50px;
        padding-right: 60px;
    }
}
@media screen and (max-width: 767px) {
    .bg-image-top__inner {
        max-width: calc(100% - 50px);
        padding-top: 280px;
        padding-left: 20px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
}

.bg-image-top__inner:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: calc(100% - 350px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.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-top__inner:before {
        height: calc(100% - 230px);
    }
}

.section--bg .bg-image-top .bg-image-top__inner:before {
    background-color: #EDF0F7;
}


/* 026_h2_lead_img */
.division-top-bg-image-bottom {
    margin-top: 70px;
}
.division-bottom-bg-image-bottom {
    margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .division-top-bg-image-bottom {
      margin-top: 50px;
  }
  .division-bottom-bg-image-bottom {
      margin-bottom: 25px;
  }
}

.bg-image-top--bottom {
    position: relative;
}

.bg-image-top--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-top--bottom__bg {
        height: 300px;
    }
}
@media screen and (max-width: 767px) {
    .bg-image-top--bottom__bg {
        height: 150px;
    }
}

.bg-image-top--bottom__inner {
    box-sizing: border-box;
    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-top--bottom__inner {
        max-width: calc(100% - 100px);
    }
}
@media screen and (max-width: 1049px) {
    .bg-image-top--bottom__inner {
        max-width: calc(100% - 50px);
        padding-bottom: 270px;
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media screen and (max-width: 767px) {
    .bg-image-top--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-top--bottom__inner:before {
        height: calc(100% - 230px);
    }
}
@media screen and (max-width: 767px) {
    .bg-image-top--bottom__inner:before {
        height: calc(100% - 130px);
    }
}
.bg-image-top__inner .heading-2 .heading-2__decoration {
  font-size: 120px;
  color: #3b1e87;
  line-height: 0.6;
  margin-left: -70px;
  margin-bottom: -70px;
  opacity: .1;
  background: 0;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
@media screen and (max-width: 1049px) {
  .bg-image-top__inner .heading-2 .heading-2__decoration {
    margin-left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .bg-image-top__inner .heading-2 .heading-2__decoration {
    margin-left: -10px;
    font-size: 52px;
  }
}
.bg-image-top__inner .heading-2 .heading-2__inner {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .bg-image-top__inner .heading-2 .heading-2__inner {
    margin-top: -15px;
  }
}


.bg-image-top--bottom .bg-image-top--bottom__inner .lead:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .bg-image-top--bottom .bg-image-top--bottom__inner .lead:not(:first-child) {
    margin-top: 30px;
  }
}
.section--bg .bg-image-top--bottom .bg-image-top--bottom__inner:before {
  background-color: #EDF0F7;
}

/* 028_deformationimg_h3 */
.bg-image-top.bg-image-top--heading3:not(:first-child) {
  margin-top: 55px;
}
.bg-image-top.bg-image-top--heading3 .bg-image-top__bg {
  height: 400px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 1199px) {
  .bg-image-top.bg-image-top--heading3 .bg-image-top__bg {
    width: calc(100% - 100px);
  }
}
.bg-image-top.bg-image-top--heading3:nth-child(odd) .bg-image-top__bg {
  left: inherit;
  right: 0;
}
.bg-image-top.bg-image-top--heading3:nth-child(even) .bg-image-top__bg {
  left: 0;
}
.bg-image-top.bg-image-top--heading3 .bg-image-top__inner {
  max-width: calc(100% - 450px);
  padding: 380px 80px 0px 80px;
}
.bg-image-top.bg-image-top--heading3:nth-child(odd) .bg-image-top__inner {
  margin-left: 450px;
}
.bg-image-top.bg-image-top--heading3 .bg-image-top__inner:before {
  right: 0;
  height: calc(100% - 320px);
}
@media screen and (max-width: 1199px) {
  .bg-image-top.bg-image-top--heading3 .bg-image-top__inner {
    max-width: calc(100% - 350px);
  }
  .bg-image-top.bg-image-top--heading3:nth-child(odd) .bg-image-top__inner {
    margin-left: 350px;
  }
}

@media screen and (max-width: 1049px) {
  .bg-image-top.bg-image-top--heading3 .bg-image-top__bg {
    height: 280px;
    width: calc(100% - 50px);
  }
  .bg-image-top.bg-image-top--heading3 .bg-image-top__inner {
    max-width: calc(100% - 100px);
    padding: 265px 50px 0 50px;
  }
  .bg-image-top.bg-image-top--heading3:nth-child(odd) .bg-image-top__inner {
    margin-left: 100px;
  }
  .bg-image-top.bg-image-top--heading3 .bg-image-top__inner:before {
    height: calc(100% - 210px);
  }
}

@media screen and (max-width: 767px) {
  .bg-image-top.bg-image-top--heading3 .bg-image-top__bg {
    height: 150px;
    width: 100%;
  }
  .bg-image-top.bg-image-top--heading3 .bg-image-top__inner {
    max-width: calc(100% - 20px);
    padding: 145px 30px 0 30px;
  }
  .bg-image-top.bg-image-top--heading3:nth-child(odd) .bg-image-top__inner {
    margin-left: 20px;
  }
  .bg-image-top.bg-image-top--heading3 .bg-image-top__inner:before {
    height: calc(100% - 120px);
  }
  .bg-image-top.bg-image-top--heading3 .bg-image-top__inner .heading-3:not(:last-child) {
    margin-top: 0;
  }
  .bg-image-top__inner .heading-3:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* ==========================================================================

    bg-image-lr

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-bg-image-lr {
  margin-bottom: 30px;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .section-bg-image-lr {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

.bg-image-lr {
  position: relative;
}

.bg-image-lr__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  right: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 200px);
}

@media screen and (max-width: 1049px) {
  .bg-image-lr__bg {
    height: 280px;
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 767px) {
  .bg-image-lr__bg {
    height: 150px;
    width: 100%;
  }
}

.bg-image-lr__inner {
  box-sizing: border-box;
  padding-top: 380px;
  max-width: calc(100% - 450px);
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1049px) {
  .bg-image-lr__inner {
    max-width: calc(100% - 80px);
    padding-top: 265px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .bg-image-lr__inner {
    max-width: calc(100% - 20px);
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}

.bg-image-lr__inner::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: calc(100% - 320px);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 1049px) {
  .bg-image-lr__inner::before {
    height: calc(100% - 210px);
  }
}

@media screen and (max-width: 767px) {
  .bg-image-lr__inner::before {
    height: calc(100% - 120px);
  }
}
/* ==========================================================================

    bg-image-lr

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-heading-category {
    margin-bottom: 80px;
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .section-heading-category {
        margin-bottom: 60px;
        margin-top: 60px;
    }
}

.heading-category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  margin-bottom: 40px;
}

.heading-category .heading-2 {
  max-width: 50%;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .heading-category .heading-2 {
    margin-right: 20px;
  }
}

.heading-category .tag-list {
  max-width: 50%;
}


@media only screen and (max-width: 767px) {
  .heading-category {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
/* ==========================================================================

    2column_h2_img

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-2column_h2_img {
  margin-top: 80px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .section-2column_h2_img {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
/* ==========================================================================

    2column_h3_img

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-2column_h3_img {
  margin-top: 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-2column_h3_img {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
/* ==========================================================================

    heading-icon-columns

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

.heading-icon-columns:not(:first-child) {
  margin-top: 40px;
}
.heading-icon-columns.in-icon:not(:first-child) {
  margin-top: 50px;
}

.heading-icon-columns__icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
  margin-top: -5px;
}
@media screen and (max-width: 1049px) {
  .heading-icon-columns__icon-list {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .heading-icon-columns__icon-list {
    max-width: 80px;
    margin-top: 0;
  }
}

.heading-icon-columns__icon-list.view--is-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
}
@media screen and (max-width: 1049px) {
  .heading-icon-columns__icon-list.view--is-desktop {
    display: none;
  }
}

.heading-icon-columns__icon-list.view--is-laptop-lower {
  display: none;
}
@media screen and (max-width: 1049px) {
  .heading-icon-columns__icon-list.view--is-laptop-lower {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  }
}

@media screen and (min-width: 768px) {
  .heading-icon-columns__icon-list__item:not(:last-child) {
    margin-right: 10px;
    max-width: 80px;
  }
}

.heading-icon-columns__icon-list__item {
  position: relative;
  margin: 5px 0;
}

@media screen and (max-width: 767px) {
  .heading-icon-columns__icon-list__item {
    margin-top: 0;
    max-width: 35px;
  }

  .heading-icon-columns__icon-list__item:nth-child(odd) {
    margin-right: 10px;
  }

  .heading-icon-columns__icon-list__item:nth-child(n+3) {
    margin-top: 5px;
  }

  .heading-icon-columns > .columns__column:first-child {
    -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  }

  .heading-icon-columns > .columns__column:first-child .figure {
    margin: inherit;
    max-width: 450px;
    margin-right: auto;
    width: calc(100% - 90px);
  }
  .heading-icon-columns.in-icon > .columns__column:first-child .figure {
    margin-right: 10px;
  }
}

@media screen and (min-width: 1050px) {
  .heading-icon-columns__icon-list__item:before {
    content: attr(data-icon-ballon);
    background-color: rgba(84,84,96,.8);
    border-radius: 4px;
    bottom: 40px;
    width: 250px;
    color: #ffffff;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .35em;
    left: 50%;
    opacity: 0;
    padding: 10px 20px;
    position: absolute;
    transition: .5s;
    transform: translateX(-50%);
    z-index: 2;
  }

  .heading-icon-columns__icon-list__item:after {
    content: "";
    border-style: solid;
    border-width: 13px 12.5px 0 12.5px;
    border-color: rgba(84,84,96,.8) transparent transparent transparent;
    bottom: 27px;
    content: "";
    height: 0;
    left: calc(50% - 12.5px);
    opacity: 0;
    position: absolute;
    transition: .5s;
    width: 0;
    z-index: 2;
  }

  .heading-icon-columns__icon-list__item:hover:before,
  .heading-icon-columns__icon-list__item:hover:after {
      opacity: 1;
    }
}

@media screen and (max-width: 1049px) {
  .heading-icon-columns .figure:not(:last-child) {
    margin-bottom: 10px;
  }
}
/* ==========================================================================

    category-columns

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.section-leftimg_ttlL_category {
  margin-top: 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-leftimg_ttlL_category {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

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

.columns.category-columns > .columns__column {
}

@media screen and (max-width: 1049px) and (min-width: 768px) {
  .columns.category-columns > .columns__column:nth-child(2) .heading-3 {
    display: none;
  }

  .columns.category-columns > .columns__column:nth-child(2) .tag-list {
    display: none;
  }
}

.columns.category-columns > .columns__column .heading-3:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .columns.category-columns > .columns__column .heading-3:not(:last-child) {
    margin-bottom: 15px;
  }
}

.columns.category-columns > .columns__column .heading-4:not(:first-child) {
  margin-top: 30px;
}

.columns.category-columns > .columns__column .heading-4:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 1049px) {
  .columns.category-columns  {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .columns.category-columns > .columns__column {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .columns.category-columns > .columns__column:first-child {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  }
  .columns.category-columns > .columns__column:first-child .figure {
    margin-right: 30px;
    width: 190px;
  }
  .columns.category-columns > .columns__column:first-child .figure:not(:last-child) {
    margin-bottom: 0;
  }
  .columns.category-columns > .columns__column:first-child > div {
    width: calc(100% - 230px);
  }
  .columns.category-columns > .columns__column:nth-child(2) .heading-4:not(:first-child) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .columns.category-columns > .columns__column:first-child .figure {
    margin: 0 auto;
    max-width: 180px;
    width: inherit;
  }
}
/* ==========================================================================

    h2_1clm_p_img

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-h2_1clm_p_img {
  margin-top: 80px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .section-h2_1clm_p_img {
    margin-top: 60px;
    margin-bottom: 25px;
  }
}
/* ==========================================================================

    title-wrap-columns

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */







.title-wrap-columns {
    border: 1px solid #BBBBBB;
    box-sizing: border-box;
    padding: 40px 70px;
    position: relative;
}
@media screen and (max-width: 1449px) {
    .title-wrap-columns {
        padding: 40px 45px;
    }
}
@media screen and (max-width: 1049px) {
    .title-wrap-columns {
        padding: 40px 35px;
    }
}
@media screen and (max-width: 767px) {
    .title-wrap-columns {
        padding: 30px 20px;
    }
}


.section-h3_lead_border {
  padding-top: 55px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .section-h3_lead_border {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

.title-wrap-columns:not(:first-child) {
    padding-top: 55px;
}
@media screen and (max-width: 767px) {
    .title-wrap-columns:not(:first-child) {
        padding-top: 40px;
    }
}

.title-wrap-columns:not(:last-child) {
    margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
    .title-wrap-columns:not(:last-child) {
        margin-bottom: 40px;
    }
}

.title-wrap-columns__heading {
    background: linear-gradient(to right, #EDD0E1, #D8D2E7);
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    left: 50%;
    letter-spacing: .17em;
    line-height: 1.5;
    max-width: calc(100% - 100px);
    min-width: 283px;
    position: absolute;
    padding: 7px 30px;
    text-align: center;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .title-wrap-columns__heading {
        font-size: 18px;
        max-width: calc(100% - 90px);
        min-width: 187px;
        padding: 6px 20px;
    }
}


.title-wrap-columns .lead:not(:last-child) {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .title-wrap-columns .lead:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .title-wrap-columns .columns {
        max-width: 450px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .title-wrap-columns .columns--two>.columns__column:not(:first-child) {
        margin-top: 20px;
    }
}
/* ==========================================================================

    border-wrap

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */







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

.section-heading4_p_img_border {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .section-heading4_p_img_border {
    margin-bottom: 30px;
  }
}

.border-wrap {
  border: 1px solid #BBBBBB;
  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: 40px;
}
@media screen and (max-width: 1049px) {
  .border-wrap {
    padding: 40px 30px;
  }
}

@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: 30px;
  }
  .border-wrap .columns--two-one>.columns__column:nth-child(2) {
    margin-top: 10px;
  }
}
/* ==========================================================================

    square_column2

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */







.section-bgimg_on_h3_p {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .section-bgimg_on_h3_p {
    margin-top: 40px;
  }
}
.section-bgimg_on_h3_p {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .section-bgimg_on_h3_p {
    margin-bottom: 30px;
  }
}
.square_column2 {
    padding: 50px 0;
    position: relative;
}
.square_column2:not(:first-child) {
    margin-top: -15px;
}
@media screen and (max-width: 1049px) {
    .square_column2 {
        padding: 30px 0;
    }
    .square_column2:not(:first-child) {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .square_column2 {
        padding: 160px 0 0 0;
    }
    .square_column2:not(:last-child) {
        margin-bottom: 30px;
    }
}

.square_column2 .square_column2__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_column2 .square_column2__bg {
      height: 253px;
      width: calc(100% - 20px);
      max-width: 450px;
    }
}
@media screen and (max-width: 366px) {
    .square_column2 .square_column2__bg {
      height: 190px;
      width: calc(100% - 20px);
    }
}

.square_column2:nth-child(odd) .square_column2__bg {
    left: 0;
}

.square_column2:nth-child(even) .square_column2__bg {
    right: 0;
}

.square_column2 > .square_column2__inner {
  min-height: 350px;
  background-color: #EDF0F7;
  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_column2 > .square_column2__inner {
        padding: 50px;
        width: calc(50% + 70px);
        margin-left: calc(50% - 100px);
    }
}
@media screen and (max-width: 767px) {
    .square_column2 > .square_column2__inner {
        min-height: inherit;
        padding: 30px;
        width: calc(100% - 20px);
        margin-left: 20px;
    }
}

.square_column2:nth-child(even) .square_column2__inner {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .square_column2:nth-child(even) .square_column2__inner {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .square_column2 .square_column2__inner .heading-3:not(:last-child) {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .square_column2 .square_column2__inner .button--default a {
      margin: 0;
  }
}
/* ==========================================================================

    case-introduction

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */







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


.case-introduction {
  position: relative;
  min-height: 370px;
}
.case-introduction:not(:first-child) {
  margin-top: 55px;
}
.case-introduction:before {
  background-color: #EDF0F7;
  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 {
    position: relative;
    width: 100%;
    min-width: auto;
    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;
  }
}
/* ==========================================================================

    case-detail

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */







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


/* 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: #EDF0F7;
  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 130px 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 130px 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--text {
    padding-bottom: 50px;
  }
  .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--text {
    padding-bottom: 50px;
  }
  .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: -50px;
  }
  .case-detail:nth-child(even) .columns.case-detail__columns .columns__column.case-detail__columns__column--img {
    right: -30px;
    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;
  }
}
/* ==========================================================================

    h2_btn_img_widebg

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */







.section-h2_btn_img_widebg {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-h2_btn_img_widebg {
    margin-top: 40px;
  }
}
.section-h2_btn_img_widebg {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-h2_btn_img_widebg {
    margin-bottom: 40px;
  }
}


.h2_btn_img_widebg {
  min-height: 485px;
  position: relative;
  box-sizing: border-box;
  padding: 50px 0 70px 0;
}
.h2_btn_img_widebg:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 1049px) {
  .h2_btn_img_widebg {
    padding: 0 0 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .h2_btn_img_widebg {
    padding: 0 0 30px 0;
  }
 .h2_btn_img_widebg:not(:first-child) {
    margin-top: 40px;
  }
  .h2_btn_img_widebg .container,
  .h2_btn_img_widebg .row-fluid [class*="span"] .container {
    min-width: inherit!important;
  }
}
@media screen and (max-width: 599px) {
  .h2_btn_img_widebg:not(:first-child) {
     margin-top: 30px;
   }
}

.h2_btn_img_widebg:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  bottom: 0;
  background-color: #EDF0F7;
  width: calc(100% - 100px);
  height: calc(100% - 50px);
}
@media screen and (max-width: 1049px) {
  .h2_btn_img_widebg:before {
    height: 100%;
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 767px) {
  .h2_btn_img_widebg:before {
    width: calc(100% - 317px);
  }
}
@media screen and (max-width: 599px) {
  .h2_btn_img_widebg:before {
    width: calc(100% - 40px);
  }
}


.h2_btn_img_widebg .columns {
  z-index: 1;
}
@media screen and (max-width: 1049px) {
  .h2_btn_img_widebg .columns--two>.columns__column {
    width: calc(100% - 70px);
  }
  .h2_btn_img_widebg:nth-child(even) .columns--two>.columns__column {
    margin-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .h2_btn_img_widebg .columns--two>.columns__column {
    width: calc(100% - 277px);
  }
  .h2_btn_img_widebg:nth-child(even) .columns--two>.columns__column {
    margin-left: 277px;
  }
  .h2_btn_img_widebg .columns--two>.columns__column .link-button {
    max-width: 240px;
  }
}
@media screen and (max-width: 599px) {
  .h2_btn_img_widebg .columns--two>.columns__column {
    width: 100%;
  }
  .h2_btn_img_widebg:nth-child(even) .columns--two>.columns__column {
    margin-left: 0;
  }
}

.h2_btn_img_widebg:nth-child(even) .columns .columns__column:nth-child(1) {
  order: 2;
}
.h2_btn_img_widebg:nth-child(even) .columns .columns__column:nth-child(2) {
  order: 1;
}

.h2_btn_img_widebg:nth-child(odd):before {
  left: 0;
}
.h2_btn_img_widebg:nth-child(even):before {
  right: 0;
}

@media screen and (max-width: 767px) {
  .h2_btn_img_widebg:nth-child(odd):after {
    right: 0;
  }
}

.h2_btn_img_widebg .heading-2 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .h2_btn_img_widebg .heading-2 {
    margin-top: 0;
    padding-top: 60px;
  }
}
@media screen and (max-width: 1049px) {
  .h2_btn_img_widebg .heading-2 {
    margin-bottom: 30px;
    width: calc(100% - 130px);
  }
  .h2_btn_img_widebg .natural {
    width: calc(100% - 130px);
  }
  .h2_btn_img_widebg:nth-child(even) .heading-2,
  .h2_btn_img_widebg:nth-child(even) .natural,
  .h2_btn_img_widebg:nth-child(even) .button {
    margin-left: 130px;
  }
}
@media screen and (max-width: 767px) {
  .h2_btn_img_widebg .heading-2 {
    margin-bottom: 20px;
    width: calc(100% - 40px);
  }
  .h2_btn_img_widebg .natural {
    width: calc(100% - 40px);
  }
  .h2_btn_img_widebg:nth-child(even) .heading-2,
  .h2_btn_img_widebg:nth-child(even) .natural,
  .h2_btn_img_widebg:nth-child(even) .button {
    margin-left: 40px;
  }
  .h2_btn_img_widebg:nth-child(odd) .button {
    margin-right: 40px;
  }
}


.h2_btn_img_widebg .view--is-desktop.figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: calc(50% - 25px);
  height: 415px;
  top: 0;
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .h2_btn_img_widebg .view--is-desktop.figure {
    height: 297px;
  }
}
.h2_btn_img_widebg:nth-child(odd) .view--is-desktop.figure {
  right: 0;
  margin-top: 0;
}
.h2_btn_img_widebg:nth-child(even) .view--is-desktop.figure {
  left: 0;
  margin-top: 0;
}
.h2_btn_img_widebg .figure.view--is-laptop-lower {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}
.h2_btn_img_widebg:nth-child(even) .figure.view--is-laptop-lower {
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .h2_btn_img_widebg .figure.view--is-laptop-lower img {
    max-width: 450px;
  }
}
/* ==========================================================================

    h2_btn_img_bg

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.section-h2_btn_img_bg {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-h2_btn_img_bg {
    margin-top: 40px;
  }
}
.section-h2_btn_img_bg {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-h2_btn_img_bg {
    margin-bottom: 40px;
  }
}


.h2_btn_img_bg {
  position: relative;
  box-sizing: border-box;
}
.h2_btn_img_bg:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .h2_btn_img_bg:not(:first-child) {
    margin-top: 30px;
  }
}

.h2_btn_img_bg .figure {
  position: relative;
  width: calc(100% + 50px);
  padding-bottom: 50px;
}
.h2_btn_img_bg:nth-child(even) .figure {
  left: -50px;
}
@media screen and (max-width: 1049px) {
  .h2_btn_img_bg .figure {
    width: 100%;
  }
  .h2_btn_img_bg:nth-child(even) .figure {
    left: 0;
  }
}
.h2_btn_img_bg .figure:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  bottom: 0;
  background-color: #EDF0F7;
  width: 100%;
  height: 270px;
}
@media screen and (max-width: 1049px) {
  .h2_btn_img_bg .figure:before {
    height: 152px;
  }
}
@media screen and (max-width:414px) {
  .h2_btn_img_bg .figure {
    padding-bottom: 0;
  }
  .h2_btn_img_bg .figure:before {
    height: 138px;
    bottom: -100px;
  }
}
.h2_btn_img_bg:nth-child(odd) .figure:before {
  left: -100px;
}
.h2_btn_img_bg:nth-child(even) .figure:before {
  right: -100px;
}
@media screen and (max-width:414px) {
  .h2_btn_img_bg:nth-child(odd) .figure:before {
    left: -20px;
  }
  .h2_btn_img_bg:nth-child(even) .figure:before {
    right: -20px;
  }
}
.h2_btn_img_bg .columns {
  z-index: 1;
}
.h2_btn_img_bg .heading-2:not(:first-child) {
  margin-top: 0;
}


@media screen and (min-width:415px) and (max-width:767px) {
  .h2_btn_img_bg .columns--two {
    max-width: 666px;
    margin: 0 auto;
  }
  .h2_btn_img_bg .columns--two>.columns__column {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .h2_btn_img_bg .columns--two>.columns__column .view--is-palmtop {
    display: none!important;
  }
  .h2_btn_img_bg .columns--two>.columns__column.view--is-desktop-lower {
    display: block!important;
  }
}
@media screen and (max-width:414px) {
  .h2_btn_img_bg .columns--two {
    margin-left: 0;
    margin-right: 0
  }
  .h2_btn_img_bg .columns--two>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .h2_btn_img_bg .columns--two>.columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .h2_btn_img_bg .columns--two>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .h2_btn_img_bg .heading-2:not(:first-child) {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}


.h2_btn_img_bg:nth-child(even) .columns .columns__column:nth-child(1) {
  order: 2;
}
.h2_btn_img_bg:nth-child(even) .columns .columns__column:nth-child(2) {
  order: 1;
}

.h2_btn_img_bg:nth-child(odd):before {
  left: 0;
}
.h2_btn_img_bg:nth-child(even):before {
  right: 0;
}


.h2_btn_img_bg .columns__column.view--is-desktop-lower {
  position: relative;
}

.h2_btn_img_bg .figure.view--is-palmtop {
  margin-bottom: 20px;
}
/* ==========================================================================

    h3_img_2color_bg

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */









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

.heading-2.heading-2--h3_img_2color_bg .heading-2__decoration {
  font-size: 120px;
  color: #3B1E87;
  margin-left: 0;
  margin-bottom: -70px;
  opacity: .1;
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.heading-2.heading-2--h3_img_2color_bg .heading-2__decoration:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .heading-2.heading-2--h3_img_2color_bg .heading-2__decoration {
    font-size: 52px;
    margin-bottom: -10px;
  }
}
.heading-2.heading-2--h3_img_2color_bg .heading-2__inner {
  margin-top: -20px;
}

.h3_img_2color_bg {
  min-height: 350px;
  position: relative;
  box-sizing: border-box;
  padding: 60px 0 90px 0;
}
.h3_img_2color_bg {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .h3_img_2color_bg {
    width: calc(100% - 177px);
    padding: 40px 0;
  }
 .h3_img_2color_bg {
    margin-top: 30px;
  }
  .h3_img_2color_bg .container,
  .h3_img_2color_bg .row-fluid [class*="span"] .container {
    min-width: inherit!important;
  }
}
@media screen and (max-width: 414px) {
  .h3_img_2color_bg {
    width: calc(100% - 40px);
  }
}

.h3_img_2color_bg:before,
.h3_img_2color_bg:after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}
.h3_img_2color_bg:before {
  top: 0;
  background: #EDF0F7;
  width: calc(100% - 300px);
  height: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
  .h3_img_2color_bg:before {
    width: 100%;
    height: 100%;
  }
}
.h3_img_2color_bg:after {
  bottom: 30px;
    background: linear-gradient(to bottom, #A51269, #3B1E87);  width: 570px;
  height: 160px;
  opacity: .1;
}
@media screen and (max-width: 1049px) {
  .h3_img_2color_bg:after {
    width: 300px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .h3_img_2color_bg:after {
    width: 230px;
    height: 100px;
    bottom: 0;
  }
}
.h3_img_2color_bg .columns {
  z-index: 1;
  min-height: 200px;
}



.h3_img_2color_bg:nth-child(even) .columns .columns__column:nth-child(1) {
  order: 2;
}
.h3_img_2color_bg:nth-child(even) .columns .columns__column:nth-child(2) {
  order: 1;
}
@media screen and (max-width: 767px) {
  .h3_img_2color_bg:nth-child(even) {
    margin-left: 177px;
  }
}
@media screen and (max-width: 414px) {
  .h3_img_2color_bg:nth-child(even) {
    margin-left: 40px;
  }
}

.h3_img_2color_bg:nth-child(odd):before {
  left: 0;
  border-radius: 0 15px 0 0;
}
.h3_img_2color_bg:nth-child(even):before {
  right: 0;
  border-radius: 15px 0 0 0;
}
.h3_img_2color_bg:nth-child(odd):after {
  right: 300px;
  border-radius: 15px 0 0 0;
}
.h3_img_2color_bg:nth-child(even):after {
  left: 300px;
  border-radius: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  .h3_img_2color_bg:nth-child(odd):after {
    right: 0;
  }
  .h3_img_2color_bg:nth-child(even):after {
    left: 0;
  }
}

.h3_img_2color_bg .columns__column.view--is-desktop-lower {
  position: relative;
}
.h3_img_2color_bg .columns__column.view--is-desktop-lower .figure {
  position: absolute;
  width: calc(100% - 50px);
  bottom: -100px;
}
@media screen and (max-width: 1049px) {
  .h3_img_2color_bg .columns__column.view--is-desktop-lower .figure {
    bottom: -30px;
  }
}

.h3_img_2color_bg .figure.view--is-palmtop {
  margin-bottom: 20px;
}
/* ==========================================================================

    migratorylink

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.section-h2_img_filmcolor_bg {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .section-h2_img_filmcolor_bg {
    margin-top: 50px;
  }
}
.section-h2_img_filmcolor_bg {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section-h2_img_filmcolor_bg {
    margin-bottom: 50px;
  }
}


.migratorylink {
  width: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 70px 50px;
}
@media screen and (max-width: 1049px) {
  .migratorylink {
    padding: 60px 5px 40px 5px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .migratorylink {
    padding: 50px 20px;
  }
}
.migratorylink:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #EDF0F7;
  opacity: .6;
}
.migratorylink .migratorylink__svg {
  position: absolute;
  display: block;
  z-index: 2;
  width: 775px;
  height: 340px;
  bottom: 0;
  right: 0;
  opacity: .1;
}
.migratorylink .migratorylink__svg path {
  fill: #3B1E87;
}
@media screen and (max-width: 1049px) {
  .migratorylink .migratorylink__svg {
    width: 592px;
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .migratorylink .migratorylink__svg {
    width: 617px;
    height: 270px;
  }
}
@media screen and (max-width: 414px) {
  .migratorylink .migratorylink__svg {
    width: 252px;
    height: 110px;
  }
}

.migratorylink .columns {
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1049px) {
  .migratorylink .columns .columns__column.view--is-desktop-lower {
    padding-left: 0;
  }
}
.migratorylink .columns .heading-2:not(:last-child) {
  margin-bottom: 30px;
}
.migratorylink .columns .button--default {
  z-index: 3;
}
.migratorylink .columns .button--default:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 1049px) {
  .migratorylink .columns .natural:not(:last-child) {
    margin-bottom: 0;
  }
  .migratorylink .columns .heading-2:not(:last-child) {
    margin-bottom: 20px;
  }
  .migratorylink .columns .button--default:not(:first-child) {
    margin-top: 20px;
  }
  .migratorylink .button.view--is-laptop-lower {
    margin-top: 20px;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .migratorylink .figure.view--is-palmtop {
    text-align: left;
  }
  .migratorylink .columns .natural:not(:last-child) {
    margin-top: 20px;
  }
  .migratorylink .button.view--is-laptop-lower {
    margin-top: 25px;
  }
  .migratorylink .figure:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* ==========================================================================

    slideimg

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








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

.slideimg-wrap {
  counter-reset: number;
}
.slideimg {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .slideimg {
    padding: 60px 0 60px;
  }
}
.slideimg:nth-child(odd) {
  background-color: #EDF0F7;
}
.slideimg .container {
  max-width: 1350px!important;
}

.slideimg:nth-child(odd) .columns .columns__column:nth-child(1) {
  order: 2;
}
.slideimg:nth-child(odd) .columns .columns__column:nth-child(2) {
  order: 1;
}
@media screen and (max-width: 1049px) {
  .slideimg .columns {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .slideimg .columns .columns__column {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .slideimg:nth-child(odd) .columns .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;;
  }
  .slideimg:nth-child(odd) .columns .columns__column:nth-child(2) {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;;
  }
  .slideimg:nth-child(even) .columns .columns__column:nth-child(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slideimg .columns {
    max-width: 450px;
    margin: 0 auto;
  }
  .slideimg:nth-child(odd) .columns .columns__column:nth-child(2) {
    margin-top: 20px;
  }
  .slideimg:nth-child(even) .columns .columns__column:nth-child(2) {
    margin-top: 20px;
  }
}

.heading-2--point {
  position: relative;
}
@media screen and (max-width: 1049px) {
  .heading-2--point {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .heading-2--point {
    padding-top: 0;
  }
}

.heading-2.heading-2--point {
  padding-top: 20px;
}
.heading-2.heading-2--point .heading-2__inner--main {
  position: relative;
}
.heading-2.heading-2--point:before {
  content: "Point" counter(number, decimal-leading-zero);
  counter-increment: number;
  color: #3B1E87;
  font-family: 'chathura', sans-serif;
  font-weight: 500;
  font-size: 120px;
  letter-spacing: .05em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -35px;
}
@media screen and (max-width: 1049px) {
  .heading-2.heading-2--point {
    text-align: center;
    margin-bottom: 30px;
  }
  .heading-2.heading-2--point:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .heading-2.heading-2--point {
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .heading-2.heading-2--point:before {
    top: 0;
    font-size: 52px;
  }
}
.slideimg:nth-child(odd) .heading-2.heading-2--point:before {
  color: #ffffff;
}
.slideimg:nth-child(even) .heading-2.heading-2--point:before {
  color: #EDF0F7;
}
.heading-2.heading-2--point .heading-2__inner.heading-2__inner--sub:before {
	display: none;
}

@media screen and (max-width: 1049px) {
  .slideimg .button--default a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  .slideimg .button--default a {
    margin-left: 20px;
  }
}

.slideimg .slideimg_slick {
  padding-bottom: 40px;
}
.slideimg .slideimg_slick img {
  width: 100%
}
.slideimg .slick-prev,
.slideimg .slick-next {
  padding: 0px;
  font-size: 0px;
  line-height: 0;
  position: absolute;
  transform: none;
  cursor: pointer;
  border: 0px;
  outline: 0px;
  width: 40px;
  height: 40px;
  background-color: #0F0F0F;
  top: inherit;
  bottom: 0;
  background-position: center;
  background-size: 15px 3px;
	background-repeat: no-repeat;
  z-index: 5;
  transition: .5s;
}
.slideimg .slick-prev {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTQuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTQuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3Qgd2lkdGg9IjE0Ljk5OSIgaGVpZ2h0PSIzLjAxNCIgZmlsbD0ibm9uZSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IuODquODlOODvOODiOOCsOODquODg+ODiV8zMjUiIGRhdGEtbmFtZT0i44Oq44OU44O844OI44Kw44Oq44OD44OJIDMyNSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzIC0xNy45OTgpIj4KICAgICAgPGcgaWQ9IuODquODlOODvOODiOOCsOODquODg+ODiV8zMjYiIGRhdGEtbmFtZT0i44Oq44OU44O844OI44Kw44Oq44OD44OJIDMyNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMgMTcuOTk4KSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMyAtMTcuOTk4KSI+CiAgICAgICAgICA8cGF0aCBpZD0i44OR44K5XzY3MDgiIGRhdGEtbmFtZT0i44OR44K5IDY3MDgiIGQ9Ik0tMTYuMjQxLDI5LjQ4NkgtMzEuMDE5YS4yMjEuMjIxLDAsMCwxLS4xNTYtLjM3N2wzLjU1OC0yLjU1OGEuMjIxLjIyMSwwLDAsMSwuMzc3LjE1NnYxLjc3OUgtMTYuOWEuNjc2LjY3NiwwLDAsMSwuNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0NC4yNCAtOC40ODgpIiBmaWxsPSIjZmZmIi8+CiAgICAgICAgPC9nPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
}
.slideimg .slick-next {
  right: inherit;
  left: 41px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTQuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTQuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3Qgd2lkdGg9IjE0Ljk5OSIgaGVpZ2h0PSIzLjAxNCIgZmlsbD0ibm9uZSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IuODquODlOODvOODiOOCsOODquODg+ODiV8zMjYiIGRhdGEtbmFtZT0i44Oq44OU44O844OI44Kw44Oq44OD44OJIDMyNiIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzIC0xNy45OTgpIj4KICAgICAgPHBhdGggaWQ9IuODkeOCuV82NzA4IiBkYXRhLW5hbWU9IuODkeOCuSA2NzA4IiBkPSJNLTMxLjI0LDI5LjQ4NmgxNC43NzhhLjIyMS4yMjEsMCwwLDAsLjE1Ni0uMzc3bC0zLjU1OC0yLjU1OGEuMjIxLjIyMSwwLDAsMC0uMzc3LjE1NnYxLjc3OUgtMzAuNThhLjY3Ni42NzYsMCwwLDAtLjY2LjY4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDQuMjQgLTguNDg4KSIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");
}
.slideimg .slick-prev:hover,
.slideimg .slick-next:hover {
  background-color: #3B1E87;
}

.slideimg .slick-dots {
  list-style: none;
  padding: 0px;
  text-align: right;
  z-index: 2;
  width: calc(100% - 100px);
  margin-left: 100px;
  position: absolute;
  bottom: 13px;
}
@media screen and (max-width: 767px) {
  .slideimg .slick-dots {
    bottom: 8px;
  }
}
.slideimg .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  margin: 0 10px;
  width: 5px;
  height: 5px;
}
.slideimg .slick-dots li:last-child {
  margin-right: 0;
}
.slideimg .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: 0;
  border-radius: 0;
  width: 3px;
  height: 3px;
  background-color: #0F0F0F;
}
.slideimg .slick-dots li button:hover,
.slideimg .slick-dots li button:focus,
.slideimg .slick-dots li.slick-active button {
  width: 5px;
  height: 5px;
  background-color: #0F0F0F;
}
@media screen and (max-width: 767px) {
  .slideimg .slideimg_slick {
    padding-bottom: 30px;
  }
  .slideimg .slick-prev,
  .slideimg .slick-next {
    width: 30px;
    height: 30px;
    background-size: 11px 2px;
  }
  .slideimg .slick-next {
    left: 31px;
  }
  .slideimg .slick-dots li {
    margin: 0 7.5px;
  }
}

@media screen and (max-width: 1049px) {
  .slideimg .link-button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:768px) and (max-width:1049px) {
	.slideimg .link-button {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
  .slideimg .link-button {
    margin-left: inherit;
    margin-right: inherit;
  }
}
/* ==========================================================================

    ballon-columns

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */







.section-talk {
    padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .section-talk {
    padding-top: 40px;
  }
}

.section-talk {
    margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .section-talk {
    margin-bottom: 40px;
  }
}

.ballon-columns-wrapper:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .ballon-columns-wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
}

.ballon-columns {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .ballon-columns {
    display: block;
    padding-top: 30px;
  }
}

.ballon-columns:before {
  background-color: #EDF0F7;
  content: "";
  height: 230px;
  position: absolute;
  top: 0;
  width: calc(100% + 200px);
  z-index: -1;
}
@media screen and (min-width: 1500px)  {
  .ballon-columns:before {
    width: calc(100% + 500px);
  }
}
@media screen and (max-width: 1049px) {
  .ballon-columns:before {
    height: 210px;
  }
}
@media screen and (max-width: 767px) {
  .ballon-columns:before {
    height: 100%;
    max-height: 560px;
    left: -20px;
    right: inherit;
    width: calc(50% + 50px);
  }
}
@media screen and (max-width: 414px) {
  .ballon-columns:before {
    width: 100%;
  }
}

.ballon-columns-wrapper:nth-child(odd) .ballon-columns:before {
  right: -200px;
}
@media screen and (min-width: 1500px)  {
  .ballon-columns-wrapper:nth-child(odd) .ballon-columns:before {
    right: -500px;
  }
}

.ballon-columns-wrapper:nth-child(even) .ballon-columns:before {
  left: -200px;
}
@media screen and (min-width: 1500px)  {
  .ballon-columns-wrapper:nth-child(even) .ballon-columns:before {
    left: -500px;
  }
}
@media screen and (max-width: 767px) {
  .ballon-columns-wrapper:nth-child(even) .ballon-columns:before {
    left: inherit;
    right: -20px;
  }
}



.ballon-columns .natural p {
  color: #0F0F0F;
  letter-spacing: .15em;
}

.ballon-columns__content {
  box-sizing: border-box;
  padding: 0 50px;
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .ballon-columns__content {
    padding: 0;
    width: calc(50% + 50px);
  }
  .ballon-columns__content .natural {
    padding-right: 20px;
  }
}
@media screen and (max-width: 414px) {
  .ballon-columns__content {
    width: 100%;
  }
}

.ballon-columns-wrapper:nth-child(even) .ballon-columns__content {
  order: 2;
}
@media screen and (max-width: 767px) {
  .ballon-columns-wrapper:nth-child(even) .ballon-columns__content {
    margin-left: auto;
  }

  .ballon-columns-wrapper:nth-child(even) .ballon-columns__content .natural {
    padding-left: 30px;
    padding-right: 0;
  }
}

.ballon-columns__content figure:not(:last-child) {
  margin-bottom: 20px;
}

.ballon-columns__ballon {
  background-color: #ffffff;
  border: 1px solid #BBBBBB;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
  width: calc(50% + 25px);
}
@media screen and (max-width: 767px) {
  .ballon-columns__ballon {
    max-width: 600px;
    margin-top: 35px;
    padding: 20px;
    width: 100%;
  }
}

.ballon-columns-wrapper:nth-child(even) .ballon-columns__ballon {
  order: 1;
}

.ballon-columns__ballon:before {
  border-style: solid;
  border-width: 17px 17px 17px 0;
  border-color: transparent #ffffff transparent transparent;
  content: "";
  height: 0;
  left: -16px;
  position: absolute;
  top: 42px;
  width: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ballon-columns__ballon:before {
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 15px 15px 15px;
    left: 40px;
    top: -15px;
  }
}

.ballon-columns-wrapper:nth-child(even) .ballon-columns__ballon:before {
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #ffffff;
  left: inherit;
  right: -16px;
}
@media screen and (max-width: 767px) {
  .ballon-columns-wrapper:nth-child(even) .ballon-columns__ballon:before {
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 15px 15px 15px;
    right: 42px;
    top: -15px;
  }
}

.ballon-columns__ballon:after {
  border-style: solid;
  border-width: 19px 19px 19px 0;
  border-color: transparent #BBBBBB transparent transparent;
  content: "";
  height: 0;
  left: -18px;
  position: absolute;
  top: 40px;
  width: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ballon-columns__ballon:after {
    border-color: transparent transparent #BBBBBB transparent;
    border-width: 0 17px 17px 17px;
    left: 38px;
    top: -17px;
  }
}

.ballon-columns-wrapper:nth-child(even) .ballon-columns__ballon:after {
  border-width: 19px 0 19px 19px;
  border-color: transparent transparent transparent #BBBBBB;
  left: inherit;
  right: -18px;
}
@media screen and (max-width: 767px) {
  .ballon-columns-wrapper:nth-child(even) .ballon-columns__ballon:after {
    border-color: transparent transparent #BBBBBB transparent;
    border-width: 0 17px 17px 17px;
    right: 40px;
    top: -17px;
  }
}
/* ==========================================================================

    0：用語集リンク

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.section-category_textbutton {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-category_textbutton {
    margin-top: 25px;
  }
}
.section-category_textbutton {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-category_textbutton {
    margin-bottom: 25px;
  }
}

.columns--two>.columns__column.category-items:nth-child(n+3) {
    margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .columns--two>.columns__column.category-items:not(:first-child),
  .columns--two>.columns__column.category-items:nth-child(n+3) {
      margin-top: 15px;
  }
}

.glossary-link .tag-list__item {
  font-size: 14px;
  padding: 7px 20px;
}
.glossary-link .tag-list:not(:last-child) {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.glossary-link .tag-list__item {
		font-size: 11px;
	}

	.glossary-link .tag-list:not(:last-child) {
		margin-bottom: 0;
	}

	.glossary-link .tag-list__item {
		margin-bottom: 0;
	}
}

.glossary-link__link {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #BBBBBB;
}
@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: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 700;
	color: #333333;
	display: inline-block;
	padding-left: 40px;
	position: relative;
	text-decoration: none;
	transition: .5s;
}
.glossary-link__link a:hover {
  color: #3B1E87;
}

@media screen and (max-width: 767px) {
	.glossary-link__link a {
    font-size: 14px;
		padding-left: 35px;
	}
}

.glossary-link__link a:before {
  background: linear-gradient(to right, #A51269, #3B1E87);	border-radius: 100%;
	content: "";
	left: 0;
	height: 28px;
	position: absolute;
	top: 0;
	transition: .5s;
	width: 28px;
}
@media screen and (max-width: 767px) {
	.glossary-link__link a:before {
    height: 24px;
		top: calc(50% - 12px);
		width: 24px;
	}
}

.glossary-link__link a:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC45OTkiIGhlaWdodD0iMy4wMTQiIHZpZXdCb3g9IjAgMCAxNC45OTkgMy4wMTQiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjcwNiIgZGF0YS1uYW1lPSLjg5HjgrkgNjcwNiIgZD0iTS0zMS4yNCwyOS40ODZoMTQuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTMwLjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxLjI0IC0yNi40ODYpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=");
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
  left: 7px;
  height: 3px;
  position: absolute;
  transition: .5s;
  top: calc(50% - 2px);
  width: 15px;
}
.glossary-link__link a:hover:after {
  left: 10px;
}

@media screen and (max-width: 767px) {
  .glossary-link__link a:after {
    left: 5px;s
	}
}
.glossary-link__link a:hover:before {
	opacity: .7;
}

@media only screen and (max-width: 767px) {
  .glossary-link {
    margin-top: 0;
    display: block;
    padding-right: 0;
  }
}
/* ==========================================================================

    check-list-columns

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */







.section-h2_check_img {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-h2_check_img {
    margin-top: 60px;
  }
}
.section-h2_check_img {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .section-h2_check_img {
    margin-bottom: 40px;
  }
}


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

.check-list-columns {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 767px) {
  .check-list-columns {
    margin-left: 0;
    margin-right: 0;
  }
}
.check-list-columns:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .check-list-columns:not(:first-child) {
    margin-top: 25px;
  }
}

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

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

.check-list .check-list__item {
  font-size: 17px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: .17em;
  line-height: 2;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .check-list .check-list__item {
    font-size: 15px;
  }
}

.check-list .check-list__item:not(:last-child) {
  margin-bottom: 10px;
}

.check-list .check-list__item:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBpZD0iY2hlY2siIGQ9Ik0yMTIuNTc0LDMzNS4xNzlhMTAsMTAsMCwxLDAsMTAsMTBBMTAsMTAsMCwwLDAsMjEyLjU3NCwzMzUuMTc5Wm0tMi4xLDE0LjM5Mi00LjEzMS0zLjk0NywxLjQ0NS0xLjUxMywyLjc1NywyLjYzMiw2Ljg5LTUuOTU2LDEuMzY4LDEuNTgyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwMi41NzQgLTMzNS4xNzkpIiBmaWxsPSIjMGYwZjBmIi8+Cjwvc3ZnPgo=);
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .check-list .check-list__item:before {
    height: 18px;
    top: 6px;
    width: 18px;
  }
}
/* ==========================================================================

    illust_column

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.section-h3_check_img {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .section-h3_check_img {
    margin-top: 40px;
  }
}
.section-h3_check_img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-h3_check_img {
    margin-bottom: 30px;
  }
}

.illust_column {
    position: relative;
}

.illust_column__image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(50% - 50px);
}

.illust_column__image img {
    width: 100%;
}

@media screen and (max-width: 1049px) {
    .illust_column__image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 550px;
        position: static;
        transform: inherit;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .illust_column__image {
        max-width: 450px;
    }
}

.illust_column__inner {
    box-sizing: border-box;
    padding: 0 50px 0 100px;
    position: relative;
    width: calc(50% + 50px);
}
@media screen and (max-width: 1049px) {
    .illust_column__inner {
        padding: 0 50px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .illust_column__inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1049px) {
    .illust_column .natural {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 767px) {
    .illust_column .natural {
        margin-bottom: 15px;
    }
}
/* ==========================================================================

    square_column1

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

.square_column1 {
    padding: 90px 0;
    position: relative;
}
@media screen and (max-width: 1049px) {
    .square_column1 {
        padding: 30px 0;
    }
}
@media screen and (max-width: 767px) {
    .square_column1 {
        padding: 120px 0 0 0;
    }
    .square_column1:not(:last-child) {
        margin-bottom: 60px;
    }
}

.square_column1 .square_column1__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_column1 .square_column1__bg {
        height: calc(100% - 40px);
        width: calc(50% + 100px);
    }
}
@media screen and (max-width: 414px) {
    .square_column1 .square_column1__bg {
        max-height: 237px;
        width: calc(100% - 20px);
    }
}

.square_column1:nth-child(odd) .square_column1__bg {
    right: 0;
}

.square_column1:nth-child(even) .square_column1__bg {
    left: 0;
}

.square_column1 > .square_column1__inner {
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
    padding: 50px 100px;
    position: relative;
    width: calc(50% + 150px);
    z-index: 0;
}
@media screen and (max-width: 1049px) {
    .square_column1 > .square_column1__inner {
        padding: 50px;
        width: calc(50% + 200px);
    }
}
@media screen and (max-width: 767px) {
    .square_column1 > .square_column1__inner {
        padding: 50px 30px 0 20px;
        width: calc(100% - 20px);
    }
}

.square_column1:nth-child(even) .square_column1__inner {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .square_column1 .square_column1__inner .button--default a {
        margin: 0;
    }
}

@media screen and (min-width: 1050px) {
    .square_column1 .square_column1__inner .heading-2 {
        margin-bottom: 35px;
    }
}
/* ==========================================================================

    link-arrow-columns

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.link-arrow-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
}

.link-arrow-columns:not(:first-child),
.section-2column_ttl_bgimg {
    padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .link-arrow-columns:not(:first-child),
    .section-2column_ttl_bgimg {
        padding-top: 60px;
    }
}

.link-arrow-columns:not(:last-child),
.section-2column_ttl_bgimg {
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .link-arrow-columns:not(:last-child),
    .section-2column_ttl_bgimg {
        margin-bottom: 40px;
    }
}

.link-arrow-columns__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
}

.link-arrow-columns__item a {
  color: #ffffff;
  display: block;
  padding: 73px 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1049px) {
  .link-arrow-columns__item a {
    padding: 73px 25px;
  }
}
@media screen and (max-width: 1049px) {
  .link-arrow-columns__item a {
    padding: 48px 20px;
  }
}

.link-arrow-columns__item a:after {
  background: linear-gradient(to right, #A51269, #3B1E87);  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: .5s;
  transition-timing-function: ease-in;
  width: 100%;
  opacity: .7;
}

.link-arrow-columns__item__image {
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  transition: .5s;
}
@media screen and (min-width: 1050px) {
  .link-arrow-columns__item a:hover .link-arrow-columns__item__image {
  	transform: scale(1.05);
  }
}

.link-arrow-columns__item__heading {
  margin-top: 25px;
  box-sizing: border-box;
  display: block;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: .2em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .link-arrow-columns__item__heading {
    font-size: 18px;
  }
}

.link-arrow-columns__item__decoration {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 1.2em;
  font-weight: 800;
  font-family: 'chathura', sans-serif;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .link-arrow-columns__item__decoration {
    margin-left: 30px;
    font-size: 30px;
    letter-spacing: .05em;
  }
}
.link-arrow-columns__item__decoration:after {
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: -20px;
  opacity: .2;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .link-arrow-columns__item__decoration:after {
    left: -30px;
  }
}

.link-arrow-columns__item__button {
  margin-top: 25px;
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  width: 70px;
  height: 50px;
  border-radius: 25px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 30px 5px;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS4wMDkiIGhlaWdodD0iNC4wMjMiIHZpZXdCb3g9IjAgMCAyMS4wMDkgNC4wMjMiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS0zNi4yNCwyOS40ODZoMTkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTM1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM2Ljc0IC0yNS45NzcpIiBmaWxsPSIjZmZmIiBzdHJva2U9InJnYmEoMCwwLDAsMCkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (min-width: 1050px) {
  .link-arrow-columns__item a:hover .link-arrow-columns__item__button {
    background-position: 30px center;
  }
}
@media screen and (max-width: 767px) {
  .link-arrow-columns__item__button {
    margin-top: 25px!important;
    width: 60px;
    height: 35px;
    background-size: 20px 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS4wMDkiIGhlaWdodD0iNC4wMjMiIHZpZXdCb3g9IjAgMCAyMS4wMDkgNC4wMjMiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjQxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNjQxNCIgZD0iTS0zNi4yNCwyOS40ODZoMTkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTM1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM2Ljc0IC0yNS45NzcpIiBmaWxsPSIjZmZmIiBzdHJva2U9InJnYmEoMCwwLDAsMCkiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
  }
}
/* ==========================================================================

    2column_ttl_bgimg_bgband

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-2column_ttl_bgimg_bgband {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-2column_ttl_bgimg_bgband {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/* ==========================================================================

    h3_img_alternate_bg

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








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

.heading-2.heading-2--h3_img_alternate_bg .heading-2__decoration {
  text-transform: none;
  margin-left: 0;
  background: none;
  -webkit-text-fill-color: inherit;
  font-family: 'chathura', sans-serif;
  font-weight: 500;
  font-size: 120px;
  letter-spacing: .05em;
  line-height: 0.5;
  color: #3B1E87;
  margin-bottom: -45px;
  opacity: .1;
}
@media screen and (max-width: 767px) {
  .heading-2.heading-2--h3_img_alternate_bg .heading-2__decoration {
    font-size: 52px;
    margin-bottom: 0;
  }
}
.heading-2.heading-2--h3_img_alternate_bg .heading-2__decoration:after {
  content: none;
}

.heading-2.heading-2--h3_img_alternate_bg .heading-2__inner {
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .heading-2.heading-2--h3_img_alternate_bg .heading-2__inner {
    margin-top: -10px;
  }
}

.h3_img_alternate_bg {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .h3_img_alternate_bg {
    margin-top: 30px;
  }
}

.h3_img_alternate_bg .h3_img_alternate_bg__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
}
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column {
  width: 50%;
  box-sizing: border-box;
  padding: 70px 50px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #EDF0F7;
}
@media screen and (max-width: 1049px) {
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column {
    padding: 70px 30px;
  }
}

.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:first-child:before,
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n):before,
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n+1):before {
  background-color: #BBBBBB;
  opacity: .1;
}

@media screen and (max-width: 767px) {
  .h3_img_alternate_bg .h3_img_alternate_bg__columns {
    display: block;
  }
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column {
    width: 100%;
    padding: 40px 30px;
    border-radius: 30px;
  }
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:first-child,
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n),
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n+1) {
    background: inherit;
  }
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(odd):before {
    background-color: #BBBBBB;
    opacity: .1;
  }
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(even):before {
    background-color: #EDF0F7;
  }
}
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner {
  max-width: 525px;
  margin: 0 auto;
}
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner .figure:not(:last-child) {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner .figure:not(:last-child) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner .figure {
    max-width: 450px;
    margin: 0 auto;
  }
}
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner .natural {
  margin-top: 30px;
}
/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.section-img_h4_btn {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .section-img_h4_btn {
    margin-top: 40px;
  }
}
.section-img_h4_btn {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-img_h4_btn {
    margin-bottom: 30px;
  }
}

.module69-columns .heading-4:not(:first-child) {
  margin-top: -5px;
}

.module69-columns .heading-4:not(:last-child) {
  margin-bottom: -10px;
}

.module69-columns .link-button:not(:first-child) {
  margin-bottom: 0;
}

@media screen and (min-width:768px) and (max-width:1049px) {
  .module69-columns.columns--three>.columns__column {
    width: 33%;
  }
}
/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.section-h2_img_ttlL_btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-h2_img_ttlL_btn {
    margin-top: 60px;
  }
}
.section-h2_img_ttlL_btn {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-h2_img_ttlL_btn {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .section-h2_img_ttlL_btn .link-button {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/* ==========================================================================

    relation-link

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.section-3column_h2_link_txt_bgimg {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-3column_h2_link_txt_bgimg {
    margin-top: 60px;
  }
}
.section-3column_h2_link_txt_bgimg {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .section-3column_h2_link_txt_bgimg {
    margin-bottom: 30px;
  }
}


.relation-link .heading-2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .relation-link .heading-2 {
    margin-bottom: 25px;
  }
}

.relation-link .bg_img-columns--three {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .relation-link .bg_img-columns--three {
    display: block;
  }
}
.relation-link .bg_img-columns--three .bg_img-columns__column {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  width: 33.333%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1050px) {
  .relation-link .bg_img-columns--three .bg_img-columns__column:hover:before {
    background-color: #0F0F0F;
    opacity: .6;
  }
}

.relation-link .bg_img-columns__column .bg_img-columns__column__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: .5s;
}
@media screen and (min-width: 1050px) {
  .relation-link .bg_img-columns__column:hover .bg_img-columns__column__image {
    transform: scale(1.05);
  }
}

.relation-link.relation-link--1 .bg_img-columns--three .bg_img-columns__column {
  padding: 60px 55px 80px;
}
@media screen and (min-width: 1050px) {
  .relation-link--1 .bg_img-columns--three .bg_img-columns__column.bl-hover .heading-link a:after {
    left: 10px;
  }
}
.relation-link.relation-link--2 .bg_img-columns--three .bg_img-columns__column {
  padding: 70px 80px;
}
@media screen and (max-width: 1449px) {
  .relation-link.relation-link--1 .bg_img-columns--three .bg_img-columns__column {
    padding: 60px 40px;
  }

}
@media screen and (max-width: 1049px) {
  .relation-link.relation-link--1 .bg_img-columns--three .bg_img-columns__column {
    padding: 50px 40px;
  }
  .relation-link.relation-link--2 .bg_img-columns--three .bg_img-columns__column {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 767px) {
  .relation-link .bg_img-columns--three .bg_img-columns__column {
    width: 100%;
  }
  .relation-link.relation-link--1 .bg_img-columns--three .bg_img-columns__column {
    padding: 40px 20px 50px 20px;
  }
  .relation-link.relation-link--2 .bg_img-columns--three .bg_img-columns__column {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 414px) {
  .relation-link.relation-link--2 .bg_img-columns--three .bg_img-columns__column {
    padding: 50px 20px;
  }
}

.relation-link .bg_img-columns--three .bg_img-columns__column:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #A51269, #3B1E87);
  position: absolute;
  z-index: 0;
  transition: .5s;
  opacity: .5;
}
.relation-link .bg_img-columns--three .bg_img-columns__column .heading-link a:before {
  background: #ffffff;
}
@media screen and (min-width: 1050px) {
  .relation-link .bg_img-columns--three .bg_img-columns__column.bl-hover .heading-link a:before {
    opacity: .7;
  }
}
.relation-link .bg_img-columns--three .bg_img-columns__column .heading-link a:after {
background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY0MTQiIGRhdGEtbmFtZT0i44OR44K5IDY0MTQiIGQ9Ik0tMzYuMjQsMjkuNDg2aDE5Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC0zNS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=");
}


.relation-link .bg_img-columns--three .bg_img-columns__column .heading-3 {
  position: relative;
}
@media screen and (max-width: 1049px) {
  .relation-link .bg_img-columns--three .bg_img-columns__column .heading-3:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .relation-link .bg_img-columns--three .bg_img-columns__column .heading-3:not(:last-child) {
    margin-bottom: 15px;
  }
}
.relation-link .bg_img-columns--three .bg_img-columns__column .heading-3__inner {
  color: #ffffff;
}

.relation-link .bg_img-columns--three .bg_img-columns__column .natural p {
  color: #ffffff;
  position: relative;
  z-index: 1;
}



/* 3：h2＋link＋txt＋img */


.relation-link.relation-link--2 .bg_img-columns__column__inner {
  display: table;
  width: 100%;
  height: 100%;
}
.relation-link.relation-link--2 .bg_img-columns__column__inner .heading-3 {
  display: table-cell;
  vertical-align: middle;
}
.relation-link--2 .heading-link a {
  color: #ffffff;
  padding-left: 0;
  padding-bottom: 40px;
}
.relation-link--2 .heading-link a:before {
  top: inherit;
  left: calc(50% - 14px);
  bottom: 0;
}
.relation-link--2 .heading-link a:after {
  top: inherit;
  left: calc(50% - 7px);
  bottom: 12px;
}
@media screen and (min-width: 1050px) {
  .relation-link--2 .bl-hover .heading-link a:after {
    left: calc(50% - 3px);
  }
}
@media screen and (max-width: 767px) {
  .relation-link--2 .heading-link a:before {
    left: calc(50% - 12px);
  }
  .relation-link--2 .heading-link a:after {
    left: calc(50% - 7px);
    bottom: 10px;
  }
}

/* 3：h2＋link */

.relation-link.relation-link--3 {
  padding: 60px 0;
  background-color: #EDF0F7;
}
@media screen and (max-width: 767px) {
  .relation-link.relation-link--3 {
    padding: 50px 0;
  }
}
.relation-link.relation-link--3 .heading-2 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .relation-link.relation-link--3 .heading-2 {
    margin-bottom: 30px;
  }
}

.relation-columns {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
}
.relation-columns .relation-columns__column {
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
}
.relation-columns .relation-columns__column:nth-child(n+4) {
  margin-top: 30px;
}
.relation-columns .heading-link a {
  font-size: 18px;
  padding-top: 5px;
  letter-spacing: .2em;
  line-height: 1.5;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1050px) {
  .relation-columns .heading-link a:hover,
  .relation-columns .heading-link a:hover:before {
    color: #3B1E87;
  }
}
@media screen and (max-width: 767px) {
  .relation-columns .heading-link a {
    font-size: 15px;
    padding-top: 4px;
    padding-left: 35px;
  }
  .relation-columns {
    margin-left: 0;
    margin-right: 0;
  }
  .relation-columns .relation-columns__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .relation-columns .relation-columns__column:nth-child(n+4) {
    margin-top: 20px;
  }
  .relation-columns .relation-columns__column:not(:first-child) {
    margin-top: 20px;
  }
}


/* 1：2columns+link（2カラム） */

.division-top-relation-link-2column {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .division-top-relation-link-2column {
    margin-top: 60px;
  }
}
.division-bottom-relation-link-2column {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .division-bottom-relation-link-2column {
    margin-bottom: 60px;
  }
}


.relation-link--2column .bg_img-columns--two {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .relation-link--2column .bg_img-columns--two {
    display: block;
  }
}

.relation-link--2column .bg_img-columns--two .bg_img-columns__column:before {
  content: "";
  background-color: inherit;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNy45NyA3Ljk3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTt9LmNscy0ye2ZpbGw6dXJsKCPmlrDopo/jg5Hjgr/jg7zjg7Pjgrnjgqbjgqnjg4Pjg4FfMyk7fTwvc3R5bGU+PHBhdHRlcm4gaWQ9IuaWsOimj+ODkeOCv+ODvOODs+OCueOCpuOCqeODg+ODgV8zIiBkYXRhLW5hbWU9IuaWsOimj+ODkeOCv+ODvOODs+OCueOCpuOCqeODg+ODgSAzIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB2aWV3Qm94PSIwIDAgOCA4Ij48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiLz48cmVjdCB4PSI0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeT0iNCIgd2lkdGg9IjQiIGhlaWdodD0iNCIvPjwvcGF0dGVybj48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHJlY3QgY2xhc3M9ImNscy0yIiB3aWR0aD0iNy45NyIgaGVpZ2h0PSI3Ljk3Ii8+PC9nPjwvZz48L3N2Zz4=");
  background-size: 8px;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .3;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1050px) {
  .relation-link--2column .bg_img-columns--two .bg_img-columns__column:hover:before {
    background-color: inherit;
  }
}
.bg_img-columns__column__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 1.8s;
  transition-timing-function: cubic-bezier(.17,.67,.71,.84);
}
@media screen and (min-width: 1050px) {
  .relation-link--2column .bg_img-columns--two .bg_img-columns__column:hover .bg_img-columns__column__bg {
    transform: scale(1.08);
  }
}

.relation-link--2column .bg_img-columns--two .bg_img-columns__column {
  box-sizing: border-box;
  width: 50%;
  min-height: 450px;
  overflow: hidden;
  padding: 70px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1049px) {
  .relation-link--2column .bg_img-columns--two .bg_img-columns__column {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 767px) {
  .relation-link--2column .bg_img-columns--two .bg_img-columns__column {
    min-height: 200px;
    width: 100%;
    padding: 50px 35px;
  }
}
@media screen and (max-width: 414px) {
  .relation-link--2column .bg_img-columns--two .bg_img-columns__column {
    padding: 50px 20px;
  }
}

.bg_img-columns--two__column__inner .heading-2 {
  position: relative;
  z-index: 5;
}
.bg_img-columns--two__column__inner .heading-2:before {
  position: relative;
  content: attr(data-text);
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  letter-spacing: .35em;
  line-height: 1.5;
  text-transform: none;
  opacity: 0;
  transition: .4s;
  transition-timing-function: ease-in;
  text-transform: none;
  transform: translateX(-80px);
}
@media screen and (max-width: 767px) {
  .bg_img-columns--two__column__inner .heading-2:before {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.bg_img-columns--two__column__inner .heading-2__inner--ja {
  color: ;
  display: inline-block;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 20px;
  letter-spacing: .2em;
  line-height: 1;
  padding: 2px 0 2px 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_img-columns--two__column__inner .heading-2__inner--ja {
    font-size: 14px;
  }
}
.bg_img-columns--two__column__inner .heading-2__inner--ja:before {
  content: "";
  background-color: #ffffff;
  height: 100%;
  left: 0;
  transform-origin: left top;
  transform: scale(0,1);
  transition: transform .2s;
  transition-timing-function: ease-in;
  transition-delay: .6s;
  top: 0;
  width: 100%;
  position: absolute;
}
.heading-2__inner--ja__inner {
  display: inline-block;
  opacity: 0;
  transition: .3s;
  transition-delay: 1s;
  transform: translateX(-30px);
}

.bg_img-columns--two__column__inner .heading-2.is-active:before {
  opacity: 1;
  transform: translateX(0);
}
.bg_img-columns--two__column__inner .heading-2.is-active .heading-2__inner--ja:before {
  transform: scale(1,1);
}
.bg_img-columns--two__column__inner .heading-2.is-active .heading-2__inner--ja__inner {
  transform: translateX(0px);
  opacity: 1;
}

.bg_img-columns--even .heading-2__inner--ja__inner {
  transition-delay: 2.1s;
}
.bg_img-columns--even .bg_img-columns--two__column__inner .heading-2.is-active:before {
  transition-delay: 1.2s;
}
.bg_img-columns--even .bg_img-columns--two__column__inner .heading-2.is-active .heading-2__inner--ja:before {
  transition-delay: 1.8s;
}

/* IE */

@media all and (-ms-high-contrast: none) {
  .bg_img-columns--two__column__inner .heading-2__inner--ja {
    padding: 11px 0 2px 5px;
  }
}
/* ==========================================================================

    3column_h2_link_bgimg

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.section-3column_h2_link_bgimg {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-3column_h2_link_bgimg {
    margin-top: 60px;
  }
}
.section-3column_h2_link_bgimg {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .section-3column_h2_link_bgimg {
    margin-bottom: 30px;
  }
}
/* ==========================================================================

    icon-list

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */






.section-3column_icon_txt_link {
  margin-top: 30px;
}
.section-3column_icon_txt_link {
  margin-bottom: 30px;
}

.icon-list {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    counter-reset: number;
    flex-wrap: wrap;
}

.icon-list__item {
    border-radius: 3px;
    box-sizing: border-box;
    padding: 30px 20px;
    position: relative;
    transition: .5s;
    width: calc(33.3333% - 20px);
    z-index: 0;
}

.icon-list__item:after {
    background-color: #EDF0F7;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 1;
    transition: .5s;
    width: 100%;
    z-index: -1;
}

@media screen and (min-width: 1050px) {
  .icon-list__item:hover:after {
      background-color: #3B1E87;
      opacity: .05;
  }
}
@media screen and (max-width: 1049px) and (min-width: 768px) {
    .icon-list__item {
        width: calc(50% - 12.5px);
    }
    .icon-list__item:nth-child(odd) {
        margin-right: 25px;
    }
    .icon-list__item:nth-child(n+3) {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .icon-list__item {
        padding: 25px 20px;
        width: 100%;
    }
    .icon-list__item:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1050px) {
    .icon-list__item:not(:nth-child(3n+3)) {
        margin-right: 30px;
    }

    .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;
    position: absolute;
    transition: .5s;
}

.icon-list__item .icon-list__item__title__icon__src--hover {
    opacity: 0;
}

.icon-list__item:hover .icon-list__item__title__icon__src {
    opacity: 0;
}

.icon-list__item:hover .icon-list__item__title__icon__src--hover {
    opacity: 1;
}

.icon-list__item__title__text {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .17em;
    line-height: 1.5;
    width: calc(100% - 75px);
}
@media screen and (max-width: 767px) {
    .icon-list__item__title__text {
        font-size: 16px;
    }
}

.icon-list__item__title__text a {
    color: #0F0F0F;
    text-decoration: none;
    transition: .5s;
}

@media screen and (max-width: 767px) {
    .icon-list__item  .natural {
        margin-bottom: 15px;
    }
}

.icon-list__item  .natural p {
    transition: .5s;
}

.icon-list__item:hover .icon-list__item__title__text,
.icon-list__item:hover .icon-list__item__title__text a,
.icon-list__item:hover .natural p {
    color: #3B1E87;
}
/* ==========================================================================

    three-column-bg

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */







.section-3column_img_h3_bgtxt {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .section-3column_img_h3_bgtxt {
    margin-top: 40px;
  }
}
.section-3column_img_h3_bgtxt {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-3column_img_h3_bgtxt {
    margin-bottom: 30px;
  }
}

.three-column-bg .columns {
  margin-left: -15px;
  margin-right: -15px;
}
.three-column-bg .columns .columns__column {
    padding-left: 15px;
    padding-right: 15px;
}
.three-column-bg .figure img {
  display: block;
}
.three-column-bg .columns .columns__column .figure:not(:last-child) {
    margin-bottom: 0;
}

@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: 30px;
  background-color: #EDF0F7;
}
@media screen and (max-width:1049px) {
  .three-column-bg .three-column-bg__inner {
    padding: 25px 20px;
  }

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

    case-list

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.section-3column_squarebgimg_ttl_category {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .section-3column_squarebgimg_ttl_category {
    margin-top: 30px;
  }
}
.section-3column_squarebgimg_ttl_category {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-3column_squarebgimg_ttl_category {
    margin-bottom: 30px;
  }
}

.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: linear-gradient(to right, #A51269, #3B1E87);
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 2;
  transition: .5s;
}
@media screen and (min-width: 1050px) {
  .case-list .columns__column.bl-hover .case-list__figure:before {
    opacity: 0.5;
  }
}
.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);
}
@media screen and (min-width: 1050px) {
  .case-list .columns__column.bl-hover .case-list__figure .case-list__figure__inner {
    -webkit-transform: scale(1.05) rotateZ(0);
    transform: scale(1.05) rotateZ(0);
  }
  .case-list .columns__column.bl-hover .heading-link a {
    color: #3B1E87;
  }
  .case-list .columns__column.bl-hover .heading-link a:before {
    opacity: .7;
  }
  .case-list .columns__column.bl-hover .heading-link a:after {
  	left: 10px;
  }
}

.case-list .heading-3:not(:last-child) {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.case-list .case-list__inner .tag-list__item {
  font-size: 14px;
  padding: 6px 20px;
}
@media only screen and (max-width: 767px) {
  .case-list .case-list__inner .tag-list__item {
    font-size: 12px;
  }
}
/* ==========================================================================

    point

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








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

.point {
  counter-reset: number;
  padding: 80px 0 60px 0;
  background-color: #EDF0F7;
}
@media screen and (max-width: 1049px) {
  .point {
    padding: 75px 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .point {
    padding: 60px 0 30px 0;
  }
}

.point .heading-2:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 1049px) {
  .point .heading-2:not(:last-child) {
    margin-bottom: 20px;
  }
}
.point .point__lead {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .point .point__lead {
    text-align: left;
  }
}
.point .point-columns {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
  margin-left: -15px;
  margin-right: -15px
}
@media screen and (max-width: 1049px) {
  .point .point-columns {
    margin-left: 0;
    margin-right: 0
  }
}
@media screen and (max-width: 767px) {
  .point .point-columns .point-columns__column:not(:first-child) {
    margin-top: 20px;
  }
}
.point .point-columns .point-columns__column {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.333%;
}
@media screen and (max-width: 1049px) {
  .point .point-columns .point-columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .point .point-columns .point-columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
}
@media screen and (max-width: 767px) {
  .point .point-columns .point-columns__column:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1050px) {
  .point .point-columns .point-columns__column:nth-child(n+4) {
    margin-top: 30px;
  }
}
.point .point-columns .point-columns__column .point-columns__column__inner {
  position: relative;
  background-color: #ffffff;
  padding: 50px 30px 35px;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .point .point-columns .point-columns__column .point-columns__column__inner {
    padding: 35px 20px 25px;
  }
}
.point .point-columns .point-columns__column .point-columns__column__inner:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 7px;
  background-color: #EDF0F7;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .point .point-columns .point-columns__column .point-columns__column__inner:before {
    height: 5px;
  }
}

.heading-3.heading-3--point {
  text-align: center;
  position: relative;
  padding-top: 35px;
  margin-bottom: 10px;
}
.heading-3.heading-3--point:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: linear-gradient(to right, #A51269, #3B1E87);
  position: absolute;
  top: 22px;
  left: calc(50% - 5px);
  margin-top: auto;
}
.heading-3.heading-3--point:after {
  content: "Point" counter(number, decimal-leading-zero);
  counter-increment: number;
  color: #3B1E87;
  font-family: 'chathura', sans-serif;
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
  width: auto;
}
/* ==========================================================================

    reason-column

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.section-3column_h2_link_bg {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-3column_h2_link_bg {
    margin-top: 60px;
  }
}
.section-3column_h2_link_bg {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section-3column_h2_link_bg {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .reason-column .columns {
    max-width: 500px;
  }
  .reason-column .columns--three>.columns__column:not(:first-child) {
    margin-top: 40px;
  }
}
.reason-column .heading-3:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .reason-column .heading-3:not(:first-child) {
    margin-top: 20px;
  }
}
/* ==========================================================================

    point-list

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








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

.point-list {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    counter-reset: number;
    flex-wrap: wrap;
}
@media screen and (max-width: 1049px) {
    .point-list {
        display: block;
    }
}

.point-list__item {
    border: 1px solid #BBBBBB;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 30px 40px 30px;
    position: relative;
    width: calc(33.3333% - 33.333px);
}
@media screen and (max-width: 1049px) {
    .point-list__item {
        width: 100%;
        padding: 0 30px 40px 38px;
    }
    .point-list__item:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .point-list__item {
        padding: 0 20px 30px 20px;
    }
    .point-list__item:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1050px) {
    .point-list__item:not(:nth-child(3n+3)) {
        margin-right: 50px;
    }
    .point-list__item:nth-child(n+4) {
        margin-top: 40px;
    }
}

.point-list__item__deco {
    display: flex;
    flex-direction: row;
    align-items: start;
    width: fit-content;
    max-width: calc(100% - 50px);
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
    word-break: break-word;
    position: relative;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #A51269, #3B1E87);
    border-image-slice: 1;
}

@media screen and (max-width: 1049px) {
    .point-list__item__deco {
      margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .point-list__item__deco:before {
      
    }
}

.point-list__item__deco:before {
    color: #3B1E87;
    content: attr(data-english);
    font-family: 'chathura', sans-serif;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: .05em;
    line-height: 1;
    padding-left: 23px;
    padding-top: 11px;
    padding-right: 10px;
    text-transform: none;
}

.point-list__item__deco:after {
    content: counter(number);
    counter-increment: number;
    margin-top: -6px;
    padding-right: 24px;
    color: #3B1E87;
    font-family: 'chathura', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .point-list__item__deco:before {
      padding-top: 5px;
      padding-left: 0;
    }

    .point-list__item__deco:after {
      margin-top: -1px;
      padding-right: 30px;
      font-size: 40px;
    }
}


.section-point .natural {
  margin-top: 7px;
}
/* ==========================================================================

    anchor

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.section-3column_icon_ttl_anchor {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-3column_icon_ttl_anchor {
    margin-top: 30px;
  }
}
.section-3column_icon_ttl_anchor {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-3column_icon_ttl_anchor {
    margin-bottom: 30px;
  }
}


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

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

.anchor__item {
  box-sizing: border-box;
  width: calc(33.333% - 20px);
}

.anchor__item:nth-child(n+4)  {
  margin-top: 20px;
}

@media screen and (min-width: 1050px) {
  .anchor__item:not(:nth-child(3n+3)) {
    margin-right: 30px;
  }
}

@media screen and (max-width:1049px) {
  .anchor__item {
    box-sizing: border-box;
    width: calc(50% - 25px);
  }
  .anchor__item:nth-child(-n+3) {
    margin-top: 20px;
  }
  .anchor__item:nth-child(odd) {
    margin-right: 50px;
  }
}

@media screen and (max-width:767px) {
  .anchor__item {
    margin-bottom: 20px;
    padding: 0;
    width: calc(50% - 15px);
  }
  .anchor__item:nth-child(-n+3) {
    margin-top: 15px;
  }
  .anchor__item:nth-child(odd) {
    margin-right: 30px;
  }
}
.anchor__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .anchor__item a {
    display: block;
  }
}

.anchor__item__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 15px;
  text-align: center;
  width: 60px;
  position: relative;
}
@media screen and (max-width:767px) {
  .anchor__item__image {
    max-width: 50px;
    margin: 0 auto;
  }
}

.anchor__item__image__src {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
  max-width: 80px;
  position: absolute;
  transition: .5s;
}

.anchor__item a:hover .anchor__item__image__src {
  opacity: 0;
}

.anchor__item__image__src.anchor__item__image__src--hover {
  opacity: 0;
}

.anchor__item a:hover .anchor__item__image__src.anchor__item__image__src--hover {
  opacity: 1;
}


.anchor__item__text {
  color: #0F0F0F;
  display: block;
  font-size: 18px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: .17em;
  line-height: 1.5;
  transition: .5s;
  width: calc(100% - 75px);
}
@media screen and (max-width:767px) {
  .anchor__item__text {
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .anchor__item__text:not(:first-child) {
    margin-top: 5px;
  }
}

.anchor__item a:hover .anchor__item__text {
  color: #3B1E87;
}

.anchor__item__text__inner {
  display: block;
  padding-right: 10px;
  position: relative;
}


.anchor__item a .anchor__item__text__inner:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  display: inline-block;
  border-bottom: solid 2px #3B1E87;
  border-right: solid 2px #3B1E87;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  transition: .5s;
  opacity: 0;
}
@media screen and (max-width: 1049px) {
  .anchor__item a .anchor__item__text__inner:after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .anchor__item a .anchor__item__text__inner:after {
    height: 6px;
    width: 6px;
  }
}

.anchor__item a:hover .anchor__item__text__inner:after {
  opacity: 1;
}
/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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

.four-column_img_h5_btn-columns .heading-5:not(:first-child) {
    margin-top: 20px;
}

.four-column_img_h5_btn-columns .heading-5:not(:last-child) {
    margin-bottom: -10px;
}

.four-column_img_h5_btn-columns .figure:not(:last-child) {
    margin-bottom: 20px;
}
/* ==========================================================================

    columns

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */






.section-title_P_txtL_dotted_line {
  margin-top: 30px;
}

.section-title_P_txtL_dotted_line {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mesh-columns.columns {
    margin-left: 0;
    margin-right: 0;
  }
}

.mesh-columns .mesh-columns__column {
  padding: 50px 25px;
  position: relative;
  transition: .5s;
}
@media screen and (max-width: 1049px) {
  .mesh-columns {
    flex-wrap: wrap;
  }
  .mesh-columns .mesh-columns__column {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .mesh-columns .mesh-columns__column {
    border-bottom: 1px dotted #BBBBBB;
  }

  .mesh-columns .mesh-columns__column {
    padding: 30px 15px;
  }
  .mesh-columns > .mesh-columns__column:nth-child(n+5) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1050px) {
  .mesh-columns .mesh-columns__column:not(:nth-child(4n)) {
    border-right: 1px dotted #BBBBBB;
  }

  .mesh-columns .mesh-columns__column:nth-child(n+5) {
    border-top: 1px dotted #BBBBBB;
  }

  .mesh-columns.columns--four>.columns__column:nth-child(n+5) {
    margin-top: 0;
  }
}

@media screen and (max-width: 1049px) and (min-width: 768px) {
  .mesh-columns .mesh-columns__column:not(:nth-child(3n)) {
    border-right: 1px dotted #BBBBBB;
  }

  .mesh-columns .mesh-columns__column:nth-child(n+4) {
    border-top: 1px dotted #BBBBBB;
  }

  .mesh-columns.columns--four>.columns__column:nth-child(n+4) {
    margin-top: 0;
  }
}


@media screen and (max-width: 1049px) {
  .mesh-columns.columns--four>.columns__column {
    width: 33.33333%;
  }
}

@media screen and (max-width: 767px) {
  .mesh-columns.columns--four>.columns__column {
    width: 100%;
    margin: 0;
  }
}

.mesh-columns__column:after {
  background: #3B1E87;
  content: "";
  left: 0;
  height: 100%;
  opacity: 0;
  transition: .5s;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1050px) {
  .mesh-columns__column:hover:after {
    opacity: .05;
  }
}

.heading-5--icon__image {
  position: relative;
}

.heading-5--icon__image__src {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
  max-width: 40px;
  opacity: 1;
  position: absolute;
  transition: .5s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .heading-5--icon__image__src {
    max-width: 35px;
  }
}

.mesh-columns__column .heading-5 {
  transition: .5s;
}

.mesh-columns__column:hover .link-text__anchor::after {
  left: 5px;
}

.mesh-columns__column:hover .heading-5--icon__image__src {
  opacity: 0;
}

.heading-5--icon__image__src.heading-5--icon__image__src--hover {
  opacity: 0;
}

.mesh-columns__column:hover .heading-5--icon__image__src--hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .mesh-columns__column .natural {
    margin-bottom: 10px;
  }
  .mesh-columns__column .button--text {
    margin-top: 5px;
  }
}

.mesh-columns__column p {
  transition: .5s;
}

.mesh-columns__column:hover .heading-5 {
  color: #3B1E87;
}
.mesh-columns__column:hover .natural p {
  color: #3B1E87;
}
.mesh-columns__column:hover .link-text__anchor {
  color: #3B1E87;
}
.mesh-columns__column:hover .link-text__anchor {
  color: #3B1E87;
}
.mesh-columns__column:hover .link-text__anchor .link-text__anchor__icon__arrow {
  fill: #3B1E87;
}
/* ==========================================================================

    text-decoration

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








.section-4column_bgtxt {
    padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-4column_bgtxt {
    padding-top: 25px;
  }
}

.section-4column_bgtxt {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-4column_bgtxt {
    margin-bottom: 25px;
  }
}

.text-decoration-list {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .text-decoration-list {
        margin-left: -20px;
        margin-right: -20px;
    }
}


.text-decoration-list__item {
    display: table;
    background: linear-gradient(to right, #EDD0E1, #D8D2E7);
    box-sizing: border-box;
    font-family: #0F0F0F;
    font-family: 'chathura', sans-serif;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: .05em;
    line-height: 1.3;
    padding: 0 20px;
    text-align: center;
    text-transform: none;
    width: calc(25% - 22.5px);
}

@media screen and (min-width: 1050px) {
    .text-decoration-list__item:not(:nth-child(4n)) {
        margin-right: 30px;
    }

    .text-decoration-list__item:nth-child(n+5) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1049px) and (min-width: 768px) {
    .text-decoration-list__item {
        width: calc(33.333% - 13.3333px);
    }

    .text-decoration-list__item:not(:nth-child(3n)) {
        margin-right: 20px;
    }

    .text-decoration-list__item:nth-child(n+4) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .text-decoration-list__item {
        line-height: 1.15;
        width: calc(50% - 7px);
    }

    .text-decoration-list__item:nth-child(odd) {
        margin-right: 14px;
    }

    .text-decoration-list__item:nth-child(n+3) {
        margin-top: 15px;
    }
}
.text-decoration-list__item__text {
  display: table-cell;
  vertical-align: middle;
}
/* ==========================================================================

    flex_entry_button

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








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

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

.section-flex_entry_button .button-flex-wrap .entry-button:not(:last-child) {
  margin-bottom: 0;
}
.section-flex_entry_button .button-flex-wrap .entry-button a {
  min-width: auto;
}


@media screen and (min-width: 768px) {
  .section-flex_entry_button .button-flex-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .section-flex_entry_button .button-flex-wrap .entry-button:not(:last-child) {
    margin-bottom: 15px;
  }
  .section-flex_entry_button .button-flex-wrap .entry-button {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 510px;
  }
}
@media screen and (max-width: 767px) {
  .section-flex_entry_button .button-flex-wrap .entry-button {
    margin: 0 auto;
    text-align: center;
  }
  .section-flex_entry_button .button-flex-wrap .entry-button:not(:first-child) {
    margin-top: 10px;
  }
  .section-flex_entry_button .button-flex-wrap .entry-button .entry-button__anchor {
    text-align: left;
  }
}
/* ==========================================================================

    flex_button

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */








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

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

.section-flex_button .button-flex-wrap .link-button:not(:last-child) {
  margin-bottom: 0;
}
.section-flex_button .button-flex-wrap .link-button a {
  min-width: auto;
}


@media screen and (min-width: 768px) {
  .section-flex_button .button-flex-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .section-flex_button .button-flex-wrap .link-button:not(:last-child) {
    margin-bottom: 15px;
  }
  .section-flex_button .button-flex-wrap .link-button {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 510px;
  }
}
@media screen and (max-width: 767px) {
  .section-flex_button .button-flex-wrap .link-button {
    margin: 0 auto;
    text-align: center;
  }
  .section-flex_button .button-flex-wrap .link-button:not(:first-child) {
    margin-top: 10px;
  }
  .section-flex_button .button-flex-wrap .link-button .link-button__anchor {
    text-align: left;
  }
}
@charset "UTF-8";

/* hero */


.hero {
  position: relative;
}
.hero:before {
  content: "";
  display: block;
  width: 225px;
  height: 125px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(-1,-1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDQ5Ljk5OCIgaGVpZ2h0PSIyNTAiIHZpZXdCb3g9IjAgMCA0NDkuOTk4IDI1MCI+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+CiAgICAgIDxyZWN0IHdpZHRoPSI0NDkuOTk4IiBoZWlnaHQ9IjI1MCIgZmlsbD0ibm9uZSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IuODquODlOODvOODiOOCsOODquODg+ODiV8yMzIiIGRhdGEtbmFtZT0i44Oq44OU44O844OI44Kw44Oq44OD44OJIDIzMiIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPHBhdGggaWQ9IuODkeOCuV82NjE2IiBkYXRhLW5hbWU9IuODkeOCuSA2NjE2IiBkPSJNLTE3MTExLjc0Ni04NTQ4LjQyM2g0NTBsLTQ1MCwyNTBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzExMS43NDYgODU0OC40MjMpIiBmaWxsPSIjZmZmIi8+CiAgPC9nPgo8L3N2Zz4K);
}
@media screen and (max-width: 1049px) {
  .hero:before {
    width: 180px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hero:before {
    width: 117px;
    height: 65px;
  }
}


.hero-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  position: relative;
}



.hero__heading {
  position: relative;
}

.hero__heading__decoration {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 0.7em;
  font-weight: 800;
  font-family: 'chathura', sans-serif;
  text-transform: capitalize;
  color: #3B1E87;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* IE11はテキストグラデーションを単色(point_color)に */
_:-ms-lang(x)::-ms-backdrop, .hero__heading__decoration {
  background: none;
}

@media screen and (min-width: 768px) {
  .hero__heading__decoration {
    margin-left: 30px;
    font-size: 45px;
    letter-spacing: .05em;
  }
}
.hero__heading__decoration:after {
  content: '';
  width: calc(100% + 25px);
  height: 13px;
  position: absolute;
  bottom: -5px;
  left: -20px;
  opacity: .2;
  background: linear-gradient(to right, #A51269 0%,#3B1E87 100%);
}
@media screen and (min-width: 768px) {
  .hero__heading__decoration:after {
    width: 100%;
    height: 20px;
    left: -30px;
  }
}

.hero__heading__inner {
  display: block;
  margin-top: 10px;
  font-size: 2.6rem;
  letter-spacing: .22em;
  line-height: 1.5em;
  font-weight: 600;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .hero__heading__inner {
    font-size: 4.0rem;
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 1050px) {
  .hero__heading__inner {
    font-size: 5.0rem;
  }
}

.hero__image {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .hero__image {
    height: 840px;
  }
}

@media screen and (min-width: 1050px) {
  .hero__image {
    height: 600px;
  }
}

.hero-minimal {
  position: relative;
  padding-top: 160px;
}

.hero-minimal::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  background: linear-gradient(to bottom,#E2DDED 0%,rgba(255,255,255,0) 100%);
  height: 600px;
  z-index: -1;
}
.hero-minimal__heading__decoration {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 0.7em;
  font-weight: 800;
  font-family: 'chathura', sans-serif;
  text-transform: capitalize;
  color: #3B1E87;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* IE11はテキストグラデーションを単色(point_color)に */
_:-ms-lang(x)::-ms-backdrop, .hero-minimal__heading__decoration {
  background: none;
}

@media screen and (min-width: 1050px) {
  .hero-minimal__heading__decoration {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .hero-minimal__heading__decoration {
    margin-left: 30px;
    font-size: 45px;
    letter-spacing: .05em;
  }
}
.hero-minimal__heading__decoration:after {
  content: '';
  width: calc(100% + 25px);
  height: 13px;
  position: absolute;
  bottom: -5px;
  left: -20px;
  opacity: .2;
  background: linear-gradient(to right, #A51269 0%,#3B1E87 100%);
}
@media screen and (min-width: 768px) {
  .hero-minimal__heading__decoration:after {
    width: 100%;
    height: 20px;
    left: -30px;
  }
}

.hero-minimal__heading__inner {
  display: block;
  margin-top: 10px;
  font-size: 2.6rem;
  letter-spacing: .22em;
  line-height: 1.5em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .hero-minimal__heading__inner {
    font-size: 4.0rem;
  }
}

@media screen and (min-width: 1050px) {
  .hero-minimal__heading__inner {
    font-size: 5.0rem;
  }
}
@charset "UTF-8";

/* top_kv */

@media screen and (min-width: 1050px) {
  .home-hero {
    position: relative;
  }
}

.home-hero .container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1050px) {
  .home-hero .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.home-hero__heading {
  position: relative;
}
@media screen and (max-width: 1049px) {
  .home-hero__heading {
    max-width: inherit;
  }
}


.home-hero__heading__decoration {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 800;
  font-family: 'chathura', sans-serif;
  text-transform: capitalize;
  color: #3B1E87;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* IE11はテキストグラデーションを単色(point_color)に */
_:-ms-lang(x)::-ms-backdrop, .home-hero__heading__decoration {
  background: none;
}
@media screen and (min-width: 768px) {
  .home-hero__heading__decoration {
    margin-left: 30px;
    font-size: 42px;
    letter-spacing: .05em;
  }
}
@media screen and (min-width: 1270px) {
  .home-hero__heading__decoration {
    font-size: 45px;
  }
}
@media screen and (max-height: 600px) {
  .home-hero__heading__decoration {
    font-size: 42px;
  }
}

.home-hero__heading__decoration:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 5px;
  left: -20px;
  opacity: .2;
  background: linear-gradient(to right, #A51269 0%,#3B1E87 100%);
}
@media screen and (min-width: 768px) {
  .home-hero__heading__decoration:after {
    height: 20px;
    left: -30px;
  }
}

.home-hero__heading__inner {
  display: block;
  font-size: 2.6rem;
  letter-spacing: .22em;
  line-height: 1.5em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .home-hero__heading__inner {
    font-size: 4.0rem;
  }
}
@media screen and (min-width: 1050px) {
  .home-hero__heading__inner {
    font-size: 3rem;
    z-index: 5;
    position: relative;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .home-hero__heading__inner {
    font-size: 2.6rem;
  }
}
@media screen and (max-height: 600px) {
  .home-hero__heading__inner {
    font-size: 3.0rem;
  }
}

.home-hero__heading__inner .word {
  display: inline-block;
}
@media screen and (min-width: 1050px) {
  .home-hero__heading__inner .word {
    display: block;
  }
}

.home-hero .link-button:not(:last-child) {
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .home-hero .link-button:not(:last-child) {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1300px) {
  .home-hero .link-button:not(:last-child) {
    padding-left: 10%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1150px) {
  .home-hero .link-button:not(:last-child) {
    padding-left: 5%;
  }
}

.home-hero__scroll {
  display: none;
  font-family: 'chathura', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 1050px) {
  .home-hero__scroll {
    display: block;
    font-size: 3rem;
    padding-bottom: 35px;
  }
}

.home-hero__scroll:after {
  content: '';
  display: block;
  width: 3px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzLjAxNCIgaGVpZ2h0PSIzOS45OTkiIHZpZXdCb3g9IjAgMCAzLjAxNCAzOS45OTkiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjU0MiIgZGF0YS1uYW1lPSLjg5HjgrkgNjU0MiIgZD0iTS01Ni4yNCwyOS40ODZoMzkuNzc4YS4yMjEuMjIxLDAsMCwwLC4xNTYtLjM3N2wtMy41NTgtMi41NThhLjIyMS4yMjEsMCwwLDAtLjM3Ny4xNTZ2MS43NzlILTU1LjU4YS42NzYuNjc2LDAsMCwwLS42Ni42OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI5LjUgNTYuMjQpIHJvdGF0ZSg5MCkiIGZpbGw9IiNhNTEyNjkiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: calc(50% - 2px);
  transition: .5s;
}
.home-hero__scroll:hover:after {
  bottom: -15px;
}


.home-hero__box {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1050px) {
  .home-hero__box {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.home-hero__box__contents {
  width: 100%;
  box-sizing: border-box;
  padding: 42px 20px 40px;
}
@media screen and (min-width: 768px) {
  .home-hero__box__contents {
    padding: 53px 64px 50px 50px;
  }
}
@media screen and (min-width: 1050px) {
  .home-hero__box__contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 315px;
    padding: 134px 20px 20px 0;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .home-hero__box__contents {
    width: 287px;
  }
}

.home-hero .link-button {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .home-hero .link-button {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1050px) {
  .home-hero .link-button {
    margin-top: 27px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .home-hero .link-button {
    margin-top: 14px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .home-hero .link-button__anchor {
    padding: 14px 55px 12px 20px;
    font-size: 1.3rem;
  }
}
@charset "UTF-8";

/* top_lead */

.home-section-lead {
  margin: 60px 0;
}

@media screen and (min-width: 768px) {
  .home-section-lead {
    margin: 100px 0;
  }
}
@charset "UTF-8";

/* top_whats */

.home-whats {

}

@media screen and (max-width: 767px) {
  .home-whats {

  }
}

.home-whats .home-whats__flow {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .home-whats .home-whats__flow {
    margin-top: 30px;
  }
}

.home-whats .home-whats__flow .home-whats__flow__main {
  margin-bottom: 30px;
  position: relative;
  padding: 30px 60px 0px 60px;
  box-sizing: border-box;
  background: linear-gradient(to right, #A51269, #3B1E87);
}

.home-whats .home-whats__flow .home-whats__flow__main:before {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: #ffffff;
}

.home-whats .home-whats__flow .home-whats__flow__main.home-whats__flow__main--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .home-whats .home-whats__flow .home-whats__flow__main.home-whats__flow__main--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home-whats .home-whats__flow .home-whats__flow__main.home-whats__flow__main--pctb {
    display: none
  }
}

.home-whats .home-whats__flow .home-whats__flow__main img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.home-whats .home-whats__flow .home-whats__flow__main .home-whats__flow__main__caption {
  position: relative;
  bottom: 0;
  transform: translate(0, 50%);
  z-index: 1;
  display: inline-block;
  background: linear-gradient(to right, #A51269, #3B1E87);
  padding: 9px 17px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2em;
}

.home-whats .home-whats__flow .home-whats__flow__big-data {
  max-width: 257px;
  margin-top: 0;
}


.home-whats .home-whats__point__columns {
  margin-top: 50px;
  padding-top: 5px;
  counter-reset: number 0;
}

@media screen and (min-width: 768px) {
  .home-whats .home-whats__point__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (min-width: 1050px) {
  .home-whats .home-whats__point__columns {
    flex-wrap: inherit;
  }
}

.home-whats .home-whats__point__columns .home-whats__point__columns__column {
  position: relative;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px rgba(0,0,0,.3);
  background-color: #fff;
}
.home-whats .home-whats__point__columns .home-whats__point__columns__column:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 10px;
  position: absolute;
  left: calc(50% - 20px);
  top: -5px;
  background: linear-gradient(to right, #A51269, #3B1E87);
}
@media screen and (min-width: 768px) {
  .home-whats .home-whats__point__columns .home-whats__point__columns__column {
    width: 33%;
    margin-left: 25px;
    margin-right: 25px;
  }
  .home-whats .home-whats__point__columns .home-whats__point__columns__column:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1049px) {
  .home-whats .home-whats__point__columns .home-whats__point__columns__column {
    width: calc(50% - 50px);
  }
  .home-whats .home-whats__point__columns .home-whats__point__columns__column:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .home-whats .home-whats__point__columns .home-whats__point__columns__column {
    width: 100%;
  }
  .home-whats .home-whats__point__columns .home-whats__point__columns__column:not(:first-child) {
    margin-top: 25px;
  }
}
.home-whats .home-whats__point__columns .home-whats__point__columns__column .home-whats__point__columns__column__title {
  margin-bottom: 0;
  text-align: center;
  padding: 30px 20px 70px 20px;
  background: linear-gradient(to right, #EDD0E1, #D8D2E7);
}
@media screen and (max-width: 767px) {
  .home-whats .home-whats__point__columns .home-whats__point__columns__column .home-whats__point__columns__column__title {
    padding: 25px 20px 60px 20px;
  }
}
.home-whats .home-whats__point__columns .home-whats__point__columns__column .home-whats__point__columns__column__title .home-whats__point__columns__column__title__inner {
  display: inline-block;
  position: relative;
}
.home-whats .home-whats__point__columns .home-whats__point__columns__column .home-whats__point__columns__column__title .home-whats__point__columns__column__title__inner:before {
  counter-increment: number 1;
  content: 'Point' counter(number, decimal-leading-zero);
  position: relative;
  display: block;
  font-size: 3rem;
  letter-spacing: .07em;
  line-height: 1em;
  font-weight: bold;
  font-family: 'chathura', sans-serif;
  color: #3B1E87;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* IE11はテキストグラデーションを単色(point_color)に */
_:-ms-lang(x)::-ms-backdrop, .home-whats .home-whats__point__columns .home-whats__point__columns__column .home-whats__point__columns__column__title .home-whats__point__columns__column__title__inner:before {
  background: none;
}

.home-whats .home-whats__point__columns .home-whats__point__columns__column .home-whats__point__columns__column__title__figure {
  position: relative;
  max-width: 130px;
  margin-top: -40px;
  margin-bottom: 0;
}

.home-whats .home-whats__point__columns .home-whats__point__columns__column .home-whats__point__columns__column__text {
  padding: 0 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  .home-whats .home-whats__point__columns .home-whats__point__columns__column .home-whats__point__columns__column__text {
    padding: 0 20px 20px 20px;
  }
}

.home-whats .home-whats__merit {
  margin-top: 100px;
}
@media screen and (max-width: 1049px) {
  .home-whats .home-whats__merit {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home-whats .home-whats__merit {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1049px) {
  .home-whats .home-whats__merit .home-whats__merit__columns {
    margin-left: 0;
    margin-right: 0;
  }
  .home-whats .home-whats__merit .home-whats__merit__columns__column {
    width: 100%;
    padding: 0;
  }
  .home-whats .home-whats__merit .home-whats__merit__columns__column:not(:last-child) {
    -webkit-box-flex: inherit;
    flex: inherit;
  }
  .home-whats .home-whats__merit .home-whats__merit__columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .home-whats .home-whats__merit .home-whats__merit__columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }
}
.home-whats .home-whats__merit__buttons {
  margin-top: 50px;
}
.home-whats .home-whats__merit__buttons .link-button:not(:first-child) {
  margin-top: 10px;
}
.home-whats .home-whats__merit__buttons .link-button:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .home-whats .home-whats__merit__buttons {
    display: flex;
  }
  .home-whats .home-whats__merit__buttons .link-button:not(:first-child) {
    margin-top: 0;
    margin-left: 20px;
  }
}
@charset "UTF-8";

/* top_function */

.home-function {
}

@media screen and (min-width: 768px) {
  .home-function {
  }
}
.home-function .heading-2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .home-function .heading-2 {
    margin-bottom: 40px;
  }
}

.home-function .home-function__columns {
  margin-top: 40px;
  padding-top: 5px;
  counter-reset: number 0;
}

@media screen and (min-width: 768px) {
  .home-function .home-function__columns {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (min-width: 1050px) {
  .home-function .home-function__columns {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.home-function .home-function__columns .home-function__columns__column {
  box-sizing: border-box;
}
.home-function .home-function__columns .home-function__columns__column>a {
  position: relative;
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px rgba(0,0,0,.3);
  height: 100%;
}
.home-function .home-function__columns .home-function__columns__column>a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 10px;
  position: absolute;
  left: calc(50% - 20px);
  top: -5px;
  z-index: 3;
  background: linear-gradient(to right, #A51269, #3B1E87);
}
.home-function .home-function__columns .home-function__columns__column>a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right,#edd0e1,#d8d2e7);
  opacity: .5;
  transition: .5s;
  z-index: 1;
}
.home-function .home-function__columns .home-function__columns__column>a:hover:after {
  height: 100%;
}

@media screen and (min-width: 1050px) {
  .home-function .home-function__columns .home-function__columns__column {
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .home-function .home-function__columns .home-function__columns__column:nth-child(n+4) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1049px) {
  .home-function .home-function__columns .home-function__columns__column {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .home-function .home-function__columns .home-function__columns__column:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-function .home-function__columns .home-function__columns__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .home-function .home-function__columns .home-function__columns__column:nth-child(n+3) {
    margin-top: inherit;
  }
  .home-function .home-function__columns .home-function__columns__column:not(:first-child) {
    margin-top: 25px;
  }
}
.home-function .home-function__columns .home-function__columns__column .home-function__columns__column__title {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 18px 30px;
  background: linear-gradient(to right, #EDD0E1, #D8D2E7);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .home-function .home-function__columns .home-function__columns__column .home-function__columns__column__title {
    font-size: 15px;
    padding: 18px 20px;
  }
}

.home-function .home-function__columns .home-function__columns__column .home-function__columns__column__title .home-function__columns__column__title__inner {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .home-function .home-function__columns .home-function__columns__column .home-function__columns__column__title .home-function__columns__column__title__inner {
    padding-right: 20px;
  }
}
.home-function .home-function__columns .home-function__columns__column .home-function__columns__column__title .home-function__columns__column__title__inner:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMjkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY2MTYiIGRhdGEtbmFtZT0i44OR44K5IDY2MTYiIGQ9Ik0tNDYuMjQsMjkuNDg2aDI5Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC00NS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Ni4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .home-function .home-function__columns .home-function__columns__column .home-function__columns__column__title .home-function__columns__column__title__inner:before {
    width: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkuOTk5IiBoZWlnaHQ9IjMuMDE0IiB2aWV3Qm94PSIwIDAgMTkuOTk5IDMuMDE0Ij4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iMC41IiB4Mj0iMSIgeTI9IjAuNSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNhNTEyNjkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2IxZTg3Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8cGF0aCBpZD0i44OR44K5XzY2MTYiIGRhdGEtbmFtZT0i44OR44K5IDY2MTYiIGQ9Ik0tMzYuMjQsMjkuNDg2aDE5Ljc3OGEuMjIxLjIyMSwwLDAsMCwuMTU2LS4zNzdsLTMuNTU4LTIuNTU4YS4yMjEuMjIxLDAsMCwwLS4zNzcuMTU2djEuNzc5SC0zNS41OGEuNjc2LjY3NiwwLDAsMC0uNjYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4yNCAtMjYuNDg2KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+Cjwvc3ZnPgo=");
  }
}
.home-function .home-function__columns .home-function__columns__column>a:hover .home-function__columns__column__title .home-function__columns__column__title__inner:before {
  right: -10px;
}

.home-function .home-function__columns .home-function__columns__column .home-function__columns__column__title__figure {
  position: relative;
  width: 80px;
  margin: -45px 10px -10px auto;
  z-index: 2;
}

.home-function .home-function__columns .home-function__columns__column .home-function__columns__column__text {
  margin-top: 0;
  padding: 25px 30px 30px 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .home-function .home-function__columns .home-function__columns__column .home-function__columns__column__text {
    padding: 25px 20px 30px 20px;
  }
}


.home-function__button {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .home-function__button {
    margin-top: 30px;
  }
}
@charset "UTF-8";

/* top_industry */

.home-industry {
}

@media screen and (min-width: 768px) {
  .home-industry {
  }
}

.home-industry .heading-2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .home-industry .heading-2 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1049px) {
  .home-industry .columns.columns--two {
    margin-left: 0;
    margin-right: 0;
  }
  .home-industry .columns--two>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .home-industry .columns--two>.columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}


.home-industry .home-industry__columns {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1049px) {
  .home-industry .home-industry__columns {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) {
  .home-industry .home-industry__columns {
    margin-top: 0;
    padding-top: 5px;
    counter-reset: number 0;

  }
}

.home-industry .home-industry__columns .home-industry__columns__column .home-industry__columns__column__inner {
  position: relative;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px rgba(0,0,0,.3);
  height: 100%;
  background-color: #fff;
}
.home-industry .home-industry__columns .home-industry__columns__column .home-industry__columns__column__inner:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 10px;
  position: absolute;
  left: calc(50% - 20px);
  top: -5px;
  z-index: 2;
  background: linear-gradient(to right, #A51269, #3B1E87);
}
.home-industry .home-industry__columns .home-industry__columns__column {
  box-sizing: border-box;
}
@media screen and (min-width: 1050px) {
  .home-industry .home-industry__columns .home-industry__columns__column {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333%;
  }
  .home-industry .home-industry__columns .home-industry__columns__column:nth-child(n+4) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1049px) {
  .home-industry .home-industry__columns .home-industry__columns__column {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-industry .home-industry__columns .home-industry__columns__column:nth-child(n+4) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .home-industry .home-industry__columns .home-industry__columns__column {
    width: 50%;
  }
  .home-industry .home-industry__columns .home-industry__columns__column:nth-child(n+4) {
    margin-top: inherit;
  }
  .home-industry .home-industry__columns .home-industry__columns__column:nth-child(n+3) {
    margin-top: 25px;
  }
}
.home-industry .home-industry__columns .home-industry__columns__column .home-industry__columns__column__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: .2em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 15px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-industry .home-industry__columns .home-industry__columns__column .home-industry__columns__column__title {
    font-size: 15px;
    padding: 15px 10px;
  }
}
.home-industry .home-industry__columns .home-industry__columns__column .home-industry__columns__column__title .home-industry__columns__column__title__inner {
  display: inline-block;
  position: relative;
}
.home-industry .home-industry__columns .home-industry__columns__column .home-industry__columns__column__title .home-industry__columns__column__title__inner:before {
  counter-increment: number 1;
  content: 'Point' counter(number, decimal-leading-zero);
  position: relative;
  display: block;
  font-size: 3rem;
  letter-spacing: .07em;
  line-height: 1em;
  font-weight: bold;
  font-family: 'chathura', sans-serif;
  color: #3B1E87;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* IE11はテキストグラデーションを単色(point_color)に */
_:-ms-lang(x)::-ms-backdrop, .home-industry .home-industry__columns .home-industry__columns__column .home-industry__columns__column__title .home-industry__columns__column__title__inner:before {
  background: none;
}

.home-industry .home-industry__columns .home-industry__columns__column .home-industry__columns__column__title__figure {
  position: relative;
  padding: 25px 20px 0 20px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home-industry .home-industry__columns .home-industry__columns__column .home-industry__columns__column__title__figure {
    padding: 25px 10px 0 10px;
  }
}
.home-industry .home-industry__columns .home-industry__columns__column .home-industry__columns__column__title__figure:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(to right, #EDD0E1, #D8D2E7);
}

.home-industry .home-industry__columns .home-industry__columns__column .home-industry__columns__column__title__figure img {
  position: relative;
  z-index: 1;
}

.home-industry .home-industry__columns .home-industry__columns__column .home-industry__columns__column__text {
  padding: 0 30px 30px 30px;
}
@charset "UTF-8";

/* top_plan */


.hone-plan {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .hone-plan {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .hone-plan__table {
    min-width: 625px;
  }
}

.plan-columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (max-width: 1049px) {
  .plan-columns {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .plan-columns {
    margin-top: 35px;
  }
}
.plan-columns .plan-columns__column {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 1049px) {
  .plan-columns .plan-columns__column {
    width: 33.333%;
  }
  .plan-columns .plan-columns__column:first-child {
    display: none;
  }
}
.plan-columns .plan-columns__column:not(:first-child) .plan-columns__column__inner {
  box-shadow: 1px 1px 5px rgba(0,0,0,.3);
  background-color: #ffffff;
  height: 100%;
}
.plan-columns .plan-columns__column .plan-columns__column__inner .plan-columns__column__inner__title {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  padding: 6px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan-columns .plan-columns__column .plan-columns__column__inner .plan-columns__column__inner__title {
    font-size: 15px;
  }
}
.plan-columns .plan-columns__column:nth-child(2) .plan-columns__column__inner .plan-columns__column__inner__title {
  background-color: #566680;
}
.plan-columns .plan-columns__column:nth-child(3) .plan-columns__column__inner .plan-columns__column__inner__title {
  background-color: #0C6571;
}
.plan-columns .plan-columns__column:nth-child(4) .plan-columns__column__inner .plan-columns__column__inner__title {
  background-color: #124BA5;
}
.plan-columns .plan-columns__column .plan-columns__column__inner .plan-columns-textwrap {
  padding: 30px 20px 0px 20px;
}
.plan-columns .plan-columns__column .plan-columns__column__inner .plan-columns__column__inner__paragraph .under-line {
  display: inline-block;
  text-decoration: underline;
}
.plan-columns .plan-columns__column .plan-columns__column__inner .plan-columns__column__inner__target {
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #999999;
}
@media screen and (max-width: 767px) {
  .plan-columns .plan-columns__column .plan-columns__column__inner .plan-columns__column__inner__target {
    font-size: 13px;
  }
}

.price-columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}
.price-columns:first-child:after {
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background: #999999;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
}

.price-columns__sptitle,
.price-columns__sptitle__inner {
  display: none;
}

@media screen and (max-width: 1049px) {
  .price-columns__sptitle {
    display: block;
    margin-bottom: 15px;
  }
  .price-columns__column:nth-child(3) .price-columns__sptitle .price-columns__sptitle__inner {
    display: block;
    width: 100%;
    text-align: center;
  }
  .price-columns__sptitle__inner {
    font-size: 18px;
    letter-spacing: .2em;
  }
}
@media screen and (max-width: 767px) {
  .price-columns__sptitle__inner {
    font-size: 15px;
  }
}
.price-columns .price-columns__column {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}
.price-columns:last-child .price-columns__column:not(:first-child) {
  padding-bottom: 30px;
}
@media screen and (max-width: 1049px) {
  .price-columns .price-columns__column {
    width: 33.333%;
  }
  .price-columns .price-columns__column:first-of-type {
    display: none;
  }
}
.price-columns:last-child .price-columns__column:not(:first-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  display: inline-block;
  border-style: solid;
  border-width: 10px 20px 0 20px;
}
.price-columns:last-child .price-columns__column:nth-child(2):after {
  border-color: #566680 transparent transparent transparent;
}
.price-columns:last-child .price-columns__column:nth-child(3):after {
  border-color: #0C6571 transparent transparent transparent;
}
.price-columns:last-child .price-columns__column:nth-child(4):after {
  border-color: #124BA5 transparent transparent transparent;
}
.price-columns:not(:first-child) .price-columns__column .price-columns__column__title {
  margin-top: 10px;
}
.price-columns .price-columns__column .price-columns__column__title {
  padding-right: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: right;
}
.price-columns .price-columns__column:not(:first-child) .price-columns__column__inner {
  box-shadow: 1px 1px 5px rgba(0,0,0,.3);
  background-color: #ffffff;
  height: 100%;
  position: relative;
}
.price-columns .price-columns__column:not(:first-child) .price-columns__column__inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #ffffff;
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (min-width: 1050px) {
  .price-columns:first-child .price-columns__column:first-child,
  .price-columns:first-child .price-columns__column .price-columns__column__inner .price-columns-textwrap {
    padding-top: 20px;
  }
}
.price-columns:last-child .price-columns__column .price-columns__column__inner .price-columns-textwrap {
  padding-bottom: 30px;
}
.price-columns .price-columns__column .price-columns__column__inner .price-columns-textwrap {
  padding: 10px 20px 20px 20px;
}
@media screen and (max-width: 1049px) {
  .price-columns .price-columns__column .price-columns__column__inner .price-columns-textwrap {
    padding: 25px 20px 20px 20px;
  }
}
.price-columns .price-columns__column .price-columns__column__inner .price-columns__column__inner__paragraph {
}
.price-columns .price-columns__column .price-columns__column__inner .price-columns__column__inner__price-month {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: .2em;
  line-height: 1;
}
.price-columns .price-columns__column .price-columns__column__inner .price-columns__column__inner__price-month-supplement {
  margin-top: 10px;
  text-align: center;
  color: #999999;
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price-columns .price-columns__column .price-columns__column__inner .price-columns__column__inner__price-month {
    font-size: 18px;
  }
}
.price-columns .price-columns__column .price-columns__column__inner .price-columns__column__inner__price-month .price-columns__column__inner__price-month__unit {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .price-columns .price-columns__column .price-columns__column__inner .price-columns__column__inner__price-month .price-columns__column__inner__price-month__unit {
    font-size: 13px;
  }
}


.detail-wrap {
  margin-top: 20px;
  position: relative;
}
.detail-wrap:before,
.detail-wrap:after {
  content: "";
  display: block;
  width: calc(25% - 7.5px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1049px) {
  .detail-wrap:before,
  .detail-wrap:after {
    width: calc(33.333% - 7.5px);
  }
}
.detail-wrap:before {
  left: calc(25% + 2px);
  background-color: #EEEFF2;
}
@media screen and (max-width: 1049px) {
  .detail-wrap:before {
    left: 0;
  }
}
.detail-wrap:after {
  left: calc(50% + 5px);
  background-color: #E6EFF0;
}
@media screen and (max-width: 1049px) {
  .detail-wrap:after {
    left: calc(33.333% + 5px);
  }
}
.detail-wrap__inner {
  position: relative;
}
.detail-wrap__inner:before {
  content: "";
  display: block;
  width: calc(25% - 7.5px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: calc(75% + 7.5px);
  background-color: #E6ECF6;
}
@media screen and (max-width: 1049px) {
  .detail-wrap__inner:before {
    width: calc(33.333% - 7.5px);
    left: calc(66.666% + 7.5px);
  }
}

.detail-wrap .detail-item {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .detail-wrap .detail-item {
    padding-top: 20px;
  }
}
.detail-wrap .detail-item:last-child {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .detail-wrap .detail-item:last-child {
    padding-bottom: 20px;
  }
}

.detail__big-title {
  padding-bottom: 10px;
  border-bottom: solid 1px #999999;
}
@media screen and (max-width: 1049px) {
  .detail__big-title {
    text-align: center;
  }
}
.detail__big-title .detail__big-title__inner {
  display: inline-block;
  max-width: calc(25% - 10px);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .detail__big-title .detail__big-title__inner {
    font-size: 15px;
  }
}
.detail-columns {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.detail-columns .detail-columns__column {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}
.detail-columns .detail-columns__column:nth-child(n+5) {
  margin-top: 10px;
}
@media screen and (max-width: 1049px) {
  .detail-columns .detail-columns__column {
    width: 33.333%;
  }
  .detail-columns .detail-columns__column:first-child,
  .detail-columns .detail-columns__column:nth-child(4n+1) {
    display: none;
  }
}
.detail-columns .detail-columns__column .detail-columns__column__inner {
  position: relative;
  height: 100%;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
}
.detail-columns .detail-columns__column:not(:first-child) .detail-columns__column__inner .paragraph {
  line-height: 1.2;
}
.detail-columns .detail-columns__column .detail-columns__column__inner .paragraph .small {
  font-size: 12px;
}
.detail-columns .detail-columns__column:first-child .detail-columns__column__inner,
.detail-columns .detail-columns__column:nth-child(4n+1) .detail-columns__column__inner {
  text-align: left;
}
@media screen and (max-width: 1049px) {
  .detail-columns .detail-columns__column:first-child .detail-columns__column__inner,
  .detail-columns .detail-columns__column:nth-child(4n+1) .detail-columns__column__inner {
    text-align: center;
  }
}
@media screen and (min-width: 1050px) {
  .detail-columns__column__inner.tips:before {
    content: attr(data-icon-ballon);
    background-color: #3B1E87;;
    bottom: 100%;
    width: 300px;
    color: #ffffff;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .32em;
    left: 0;
    opacity: 0;
    box-sizing: border-box;
    padding: 15px;
    position: absolute;
    transition: .5s;
    z-index: -1;
  }

  .detail-columns__column__inner.tips:after {
    content: "";
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: rgba(59,30,135,1) transparent transparent transparent;
    bottom: calc(100% - 10px);
    content: "";
    height: 0;
    left: 30px;
    opacity: 0;
    position: absolute;
    transition: .5s;
    width: 0;
    z-index: -1;
  }

  .detail-columns__column__inner.tips:hover:before,
  .detail-columns__column__inner.tips:hover:after {
      opacity: 1;
      z-index: 2;
    }
  .detail-columns .detail-columns__column .detail-columns__column__inner.tips .detail-columns__column__inner__small_title {
    cursor: pointer;
  }
  .detail-columns .detail-columns__column .detail-columns__column__inner.tips .detail-columns__column__inner__small_title span {
    display: inline-block;
    position: relative;

    text-decoration: underline;
  }
  .detail-columns .detail-columns__column .detail-columns__column__inner.tips .detail-columns__column__inner__small_title span:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8ZyBpZD0i44Kw44Or44O844OXXzY1MzIiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDY1MzIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzYgLTUyNzkpIj4KICAgIDxnIGlkPSLmpZXlhoblvaJfODQ3NyIgZGF0YS1uYW1lPSLmpZXlhoblvaIgODQ3NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzM2IDUyNzkpIiBmaWxsPSIjZmZmIiBzdHJva2U9IiMzNjI0ODIiIHN0cm9rZS13aWR0aD0iMSI+CiAgICAgIDxjaXJjbGUgY3g9IjgiIGN5PSI4IiByPSI4IiBzdHJva2U9Im5vbmUiLz4KICAgICAgPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjcuNSIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogICAgPHBhdGggaWQ9IuODkeOCuV82NjcyIiBkYXRhLW5hbWU9IuODkeOCuSA2NjcyIiBkPSJNMi45MTItMS43NUg0Ljc4OFYwSDIuOTEyWk0uNjg2LTYuODE4YTQuMDQyLDQuMDQyLDAsMCwxLC4yMzEtMS40QTIuOTczLDIuOTczLDAsMCwxLDEuNTg5LTkuM2EzLjAyNSwzLjAyNSwwLDAsMSwxLjA2NC0uNjkzLDMuNzc4LDMuNzc4LDAsMCwxLDEuMzkzLS4yNDUsMy42NzgsMy42NzgsMCwwLDEsMS4yLjE4OSwyLjg4OCwyLjg4OCwwLDAsMSwuOTY2LjU0NiwyLjUxMiwyLjUxMiwwLDAsMSwuNjUxLjg4OSwyLjkxOCwyLjkxOCwwLDAsMSwuMjM4LDEuMiwzLjAyMSwzLjAyMSwwLDAsMS0uMTA1Ljg0NywyLjIsMi4yLDAsMCwxLS4yOC42MTYsMi41MzgsMi41MzgsMCwwLDEtLjQuNDYycS0uMjI0LjItLjQ0OC40LS4yNjYuMjI0LS40OS40MzRhMi41MiwyLjUyLDAsMCwwLS4zOTIuNDY5LDIuMDY3LDIuMDY3LDAsMCwwLS4yNTkuNjA5LDMuNDQyLDMuNDQyLDAsMCwwLS4wOTEuODU0SDMuMTIyYTcuMyw3LjMsMCwwLDEsLjA2My0xLjA0MywyLjk2MywyLjk2MywwLDAsMSwuMi0uNzQ5LDIuMzUyLDIuMzUyLDAsMCwxLC4zNDMtLjU2NywzLjkzLDMuOTMsMCwwLDEsLjQ4My0uNDgzcS4yMjQtLjIuNDI3LS4zNjRBMi40ODUsMi40ODUsMCwwLDAsNS02LjI5M2ExLjYsMS42LDAsMCwwLC4yNTItLjQ1NSwxLjc3NiwxLjc3NiwwLDAsMCwuMDkxLS42QTEuNjI5LDEuNjI5LDAsMCwwLDUuMi04LjA3MWExLjUsMS41LDAsMCwwLS4zNTctLjQ4M0ExLjM4OSwxLjM4OSwwLDAsMCw0LjQtOC44MmExLjI4NSwxLjI4NSwwLDAsMC0uNDItLjA4NCwxLjQ3OSwxLjQ3OSwwLDAsMC0xLjI4MS41NjcsMi41MjYsMi41MjYsMCwwLDAtLjQxMywxLjUxOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM0MC4zMTQgNTI5MikiIGZpbGw9IiMzYjFlODciLz4KICA8L2c+Cjwvc3ZnPgo=);
  }
}


.home-plan .button-link-wrap {
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px solid #999999;
}
.home-plan .button-link-wrap .link-button:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .home-plan .button-link-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -15px;
  }
  .home-plan .button-link-wrap .link-button:not(:last-child) {
    margin-bottom: 15px;
  }
  .home-plan .button-link-wrap .link-button {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .home-plan .button-link-wrap .link-button {
    margin: 0 auto;
    text-align: center;
  }
  .home-plan .button-link-wrap .link-button:not(:first-child) {
    margin-top: 10px;
  }
  .home-plan .button-link-wrap .link-button .link-button__anchor {
    text-align: left;
  }
}
@charset "UTF-8";

/* top_flow */

.home-flow {
  counter-reset: number 0;
}

@media screen and (min-width: 768px) {
  .home-flow {
  }
}

.home-flow__list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .home-flow__list {
    margin-top: 30px;
  }
}

.home-flow__list__paragraph {
  text-align: center;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 1049px) {
  .home-flow__list__paragraph {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .home-flow__list__paragraph {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 25px;
  }
}

.home-flow__list__paragraph .sp{
  display: none;
}
@media screen and (max-width: 767px) {
  .home-flow__list__paragraph .sp{
    display: block;
  }
}


.home-flow__list__item:not(:first-child) {
  margin-top: 50px;
  position: relative;
}

.home-flow__list__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -30px;
  left: calc(50% - 20px);
  display: inline-block;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #3B1E87 transparent transparent transparent;
}

.home-flow__list__item__box {
  box-shadow: 1px 1px 5px rgba(0,0,0,.3);
  border-radius: 5px;

}

@media screen and (min-width: 768px) {
  .home-flow__list__item__box {
  }
}

@media screen and (min-width: 768px) {
  .home-flow__list__item__box__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-flow__list__item__box__columns__column:nth-child(1) {
  position: relative;
  background: linear-gradient(to right, #EDD0E1, #D8D2E7);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.home-flow__list__item__box__columns__column:nth-child(1):before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 10px;
  position: absolute;
  left: calc(50% - 20px);
  top: -5px;
  background: linear-gradient(to right, #A51269, #3B1E87);
}
@media screen and (min-width: 768px) {
  .home-flow__list__item__box__columns__column:nth-child(1) {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }
}
@media screen and (min-width: 1050px) {
  .home-flow__list__item__box__columns__column:nth-child(1) {
    padding: 20px 30px;
    -ms-flex-preferred-size: 290px;
    flex-basis: 290px;
  }
}


.home-flow__list__item__box__columns__column:nth-child(2) {
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .home-flow__list__item__box__columns__column:nth-child(2) {
    -ms-flex-preferred-size: calc(100% - 250px);
    flex-basis: calc(100% - 250px);
    margin-top: 0;
    padding: 30px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .home-flow__list__item__box__columns__column:nth-child(2) {
    padding: 20px;
  }
}

.home-flow__list__item__box__columns__column .paragraph .small {
  font-size: 1.3rem;
  display: block;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .home-flow__list__item__box__columns__column .paragraph .small {
    font-size: 1rem;
  }
}

.home-flow__h3 {
  font-size: 18px;
  font-weight: 500;
  padding-left: 95px;
  position: relative;
  letter-spacing: .2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .home-flow__h3 {
    text-align: center;
    padding-left: 0;
    padding-top: 25px;
    font-size: 15px;
  }
}

.home-flow__h3:before {
  counter-increment: number 1;
  content: 'Step' counter(number, decimal-leading-zero);
  font-size: 3rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: .07em;
  line-height: 1em;
  font-weight: bold;
  font-family: 'chathura', sans-serif;
  color: #3B1E87;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background: linear-gradient(to right, #A51269, #3B1E87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* IE11はテキストグラデーションを単色(point_color)に */
_:-ms-lang(x)::-ms-backdrop, .home-flow__h3:before {
  background: none;
}
@media screen and (max-width: 767px) {
  .home-flow__h3:before {
    font-size: 2.7rem;
    left: 50%;
    top: -8px;
    transform: translateY(0);
    transform: translateX(-50%);
  }
}
@charset "UTF-8";

/* top_casestudy */

.home-casestudy {
  margin: 60px 0;
}

@media screen and (min-width: 768px) {
  .home-casestudy {
    margin: 100px 0;
  }
}

.home-case {
  overflow: hidden;
  position: relative;
}
.home-case:before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .home-case:before {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .home-case.bl-hover:before {
    transform: scale(1.05);
  }
  .home-case.bl-hover .link-button__anchor {
    opacity: .8;
  }
  .home-case.bl-hover .link-button__anchor::after {
    right: 10px;
  }
}
.home-case .home-case__inner {
  width: 50%;
  margin-left: auto;
  box-sizing: border-box;
  padding: 80px 50px;
  position: relative;
}
@media screen and (min-width: 1050px) {
  .home-case .home-case__inner {
    padding: 120px;
  }
}
@media screen and (max-width: 767px) {
  .home-case .home-case__inner {
    margin-top: 200px;
    width: 100%;
    padding: 30px 20px;
  }
}
.home-case .home-case__inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right,#a51269,#3b1e87);
  opacity: .7;
}

.home-case .home-case__inner .home-case__natural {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .home-case .home-case__inner .home-case__natural {
    margin-top: 30px;
  }
}
.home-case .home-case__inner .home-case__natural>p {
  color: #fff;
}
.home-case .link-button:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .home-case .link-button:not(:first-child) {
    margin-top: 30px;
  }
}
/* ==========================================================================

    title-wrap-columns

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

.sitemap-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

.sitemap-list-01 {
  box-sizing: border-box;
  display: block;
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 1049px) {
  .sitemap-list-01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-list-01 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* 用語集第2階層非表示 用語集復活後コメントアウトする */
/* .sitemap-list-01:nth-child(6) .sitemap-list__child {
  display: none;
} */

.sitemap-list-01:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 1049px) {
  .sitemap-list-01:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-list-01:nth-child(n+2) {
    margin-top: 40px;
  }
}

.sitemap-list-02,
.sitemap-list-03,
.sitemap-list-04,
.sitemap-list-05,
.sitemap-list-06,
.sitemap-list-07 {
  margin-top: 10px;
}

.sitemap-list-02 {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .sitemap-list-02 {
    padding-left: 20px;
  }
}
.sitemap-list-03 {
  padding-left: 10px;
}
.sitemap-list-05,
.sitemap-list-06,
.sitemap-list-07 {
  padding-left: 10px;
}

.sitemap__link {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .2em;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  color: #0F0F0F;
  transition: all .3s;
}
@media screen and (min-width: 1050px) {
  .sitemap__link:hover {
    color: #3B1E87;
  }
}

.sitemap-list-01 > a.sitemap__link {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .sitemap-list-01 > a.sitemap__link {
    font-size: 18px;
  }
}

.sitemap-list-02 > a.sitemap__link {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sitemap-list-02 > a.sitemap__link {
    font-size: 16px;
  }
}
.sitemap-list-03 > a.sitemap__link {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sitemap-list-03 > a.sitemap__link {
    font-size: 15px;
  }
}
.sitemap-list-04 > a.sitemap__link {
  font-size: 16px;
}
.sitemap-list-05 > a.sitemap__link {
  font-size: 15px;
}
.sitemap-list-06 > a.sitemap__link {
  font-size: 14px;
}
.sitemap-list-07 > a.sitemap__link {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .sitemap-list-04 > a.sitemap__link,
  .sitemap-list-05 > a.sitemap__link,
  .sitemap-list-06 > a.sitemap__link {
    font-size: 13px;
  }
}

.sitemap__link .sitemap__link__inner {
  display: inline-block;
  position: relative;
}

.sitemap-list-01 > a.sitemap__link .sitemap__link__inner {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .sitemap-list-01 > a.sitemap__link .sitemap__link__inner {
    padding-left: 20px;
  }
}

.sitemap-list-01 > a.sitemap__link .sitemap__link__inner:before {
  content: "";
  width: 13px;
  height: 2px;
  top: 18px;
  left: 0;
  background-color: #0F0F0F;
  position: absolute;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .sitemap-list-01 > a.sitemap__link .sitemap__link__inner:before {
    width: 10px;
    top: 13px;
  }
}

.sitemap-list-01 > a.sitemap__link .sitemap__link__inner:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgOC4zOTEgMTYuNDEzIj4KICA8cGF0aCBpZD0i44OR44K5XzY1NTEiIGRhdGEtbmFtZT0i44OR44K5IDY1NTEiIGQ9Ik0xMy4wNTgsOS42MjJsNyw3LjUtNyw3LjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMi4zNTEgLTguOTE1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTAxYzUxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 7px;
  height: 15px;
  bottom: 1px;
  right: 0;
  margin-left: 20px;
  position: relative;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .sitemap-list-01 > a.sitemap__link .sitemap__link__inner:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjM1NSIgaGVpZ2h0PSIxMy40MDgiIHZpZXdCb3g9IjAgMCA2LjM1NSAxMy40MDgiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjU5OCIgZGF0YS1uYW1lPSLjg5HjgrkgNjU5OCIgZD0iTTEzLjA1OCw5LjYyMmw1LDYtNSw2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIuMzU0IC04LjkxOCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzEwMWM1MSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4K");
    width: 5px;
    height: 12px;
    bottom: 0;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1050px) {
  .sitemap-list-01 > a.sitemap__link:hover .sitemap__link__inner:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgOC4zOTEgMTYuNDEzIj4KICA8cGF0aCBpZD0i44OR44K5XzY1NTEiIGRhdGEtbmFtZT0i44OR44K5IDY1NTEiIGQ9Ik0xMy4wNTgsOS42MjJsNyw3LjUtNyw3LjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMi4zNTEgLTguOTE1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMkU0MzlGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=");
  }
  .sitemap-list-01 > a.sitemap__link:hover .sitemap__link__inner:before {
    background-color: #3B1E87;
  }
}

.sitemap-list-02 > a.sitemap__link .sitemap__link__inner:before {
  content: "";
  width: 5px;
  height: 1px;
  top: 15px;
  left: -20px;
  background-color: #0F0F0F;
  position: absolute;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .sitemap-list-02 > a.sitemap__link .sitemap__link__inner:before {
    top: 12px;
    left: -10px;
  }
}

.sitemap-list-02 > a.sitemap__link .sitemap__link__inner:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgNi4zNTUgMTMuNDA4Ij4KICA8cGF0aCBpZD0i44OR44K5XzY1MzUiIGRhdGEtbmFtZT0i44OR44K5IDY1MzUiIGQ9Ik0xMy4wNTgsOS42MjJsNSw2LTUsNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjM1NCAtOC45MTgpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxMDFjNTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 6px;
  height: 13px;
  bottom: 0;
  right: 0;
  margin-left: 10px;
  position: relative;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .sitemap-list-02 > a.sitemap__link .sitemap__link__inner:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjM3NSIgaGVpZ2h0PSIxMC40MTIiIHZpZXdCb3g9IjAgMCA1LjM3NSAxMC40MTIiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjU5NyIgZGF0YS1uYW1lPSLjg5HjgrkgNjU5NyIgZD0iTTEzLjA1OCw5LjYyMmw0LDQuNS00LDQuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjM1MiAtOC45MTYpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxMDFjNTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cg==");
    width: 5px;
    height: 10px;
    bottom: 1px;
  }
}
@media screen and (min-width: 1050px) {
  .sitemap-list-02 > a.sitemap__link:hover .sitemap__link__inner:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgNi4zNTUgMTMuNDA4Ij4KICA8cGF0aCBpZD0i44OR44K5XzY1MzUiIGRhdGEtbmFtZT0i44OR44K5IDY1MzUiIGQ9Ik0xMy4wNTgsOS42MjJsNSw2LTUsNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjM1NCAtOC45MTgpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyRTQzOUYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cg==");
  }
}

.sitemap-list-03 > a.sitemap__link .sitemap__link__inner:before {
  content: "";
  width: 2px;
  height: 2px;
  bottom: 11px;
  left: -15px;
  background-color: #0F0F0F;
  position: absolute;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .sitemap-list-03 > a.sitemap__link .sitemap__link__inner:before {
    bottom: 9px;
  }
}

.sitemap-list-03 > a.sitemap__link .sitemap__link__inner:after,
.sitemap-list-04 > a.sitemap__link .sitemap__link__inner:after,
.sitemap-list-05 > a.sitemap__link .sitemap__link__inner:after,
.sitemap-list-06 > a.sitemap__link .sitemap__link__inner:after,
.sitemap-list-07 > a.sitemap__link .sitemap__link__inner:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgNS4zNDMgMTEuNDA2Ij4KICA8cGF0aCBpZD0i44OR44K5XzY1NTkiIGRhdGEtbmFtZT0i44OR44K5IDY1NTkiIGQ9Ik0xMy4wNTgsOS42MjJsNCw1LTQsNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjM1NSAtOC45MTkpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxMDFDNTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 5px;
  height: 11px;
  right: 0;
  bottom: 0;
  margin-left: 15px;
  position: relative;
  transition: all .3s;
}
.sitemap-list-03 > a.sitemap__link .sitemap__link__inner:after {
  bottom: 1px;
}
@media screen and (max-width: 767px) {
  .sitemap-list-03 > a.sitemap__link .sitemap__link__inner:after,
  .sitemap-list-04 > a.sitemap__link .sitemap__link__inner:after,
  .sitemap-list-05 > a.sitemap__link .sitemap__link__inner:after,
  .sitemap-list-06 > a.sitemap__link .sitemap__link__inner:after,
  .sitemap-list-07 > a.sitemap__link .sitemap__link__inner:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjM3NSIgaGVpZ2h0PSIxMC40MTIiIHZpZXdCb3g9IjAgMCA1LjM3NSAxMC40MTIiPgogIDxwYXRoIGlkPSLjg5HjgrlfNjYxNSIgZGF0YS1uYW1lPSLjg5HjgrkgNjYxNSIgZD0iTTEzLjA1OCw5LjYyMmw0LDQuNS00LDQuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjM1MiAtOC45MTYpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxMDFjNTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cg==");
    width: 5px;
    height: 10px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 1050px) {
  .sitemap-list__child > li > a.sitemap__link:hover .sitemap__link__inner:before {
    background-color: #3B1E87;
  }
  .sitemap-list-03 > a.sitemap__link:hover .sitemap__link__inner:after,
  .sitemap-list-04 > a.sitemap__link:hover .sitemap__link__inner:after,
  .sitemap-list-05 > a.sitemap__link:hover .sitemap__link__inner:after,
  .sitemap-list-06 > a.sitemap__link:hover .sitemap__link__inner:after,
  .sitemap-list-07 > a.sitemap__link:hover .sitemap__link__inner:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgNS4zNDMgMTEuNDA2Ij4KICA8cGF0aCBpZD0i44OR44K5XzY1NTkiIGRhdGEtbmFtZT0i44OR44K5IDY1NTkiIGQ9Ik0xMy4wNTgsOS42MjJsNCw1LTQsNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjM1NSAtOC45MTkpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyRTQzOUYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cg==");
  }
}
/* ==========================================================================

    blog_related_articles

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

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



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





/* Global colors
--------------------------------------*/

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


/* 英字のフォント */



/* html 要素 */


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




/* small要素 */




/* sub、sup 要素 */




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


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



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



/* 左右内側の余白 */




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




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

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.blog-article__foot__related-articles {
  margin-top: 60px;
  padding-top: 35px;
  border-top: 1px solid #BBBBBB;
}
@media screen and (min-width: 768px) {
  .blog-article__foot__related-articles {
    margin-top: 80px;
  }
}

.blog-article__foot__related-articles__heading {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.8;
  font-weight: 700;
  color: #0F0F0F;
}
@media screen and (min-width: 768px) {
  .blog-article__foot__related-articles__heading {
    font-size: 2.4rem;
  }
}

.blog-article__foot__related-articles__list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .blog-article__foot__related-articles__list {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .blog-article__foot__related-articles__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
  }
}

.blog-article__foot__related-articles__list__item:not(:first-child) {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .blog-article__foot__related-articles__list__item:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .blog-article__foot__related-articles__list__item__image {
    -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;;
    padding-left: 7px;
    padding-right: 7px;
  }
}

.blog-article__foot__related-articles__list__item__body {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .blog-article__foot__related-articles__list__item__body {
    -webkit-box-flex: 1.86;
  -ms-flex: 1.86;
  flex: 1.86;;
    margin-top: 0;
    padding-left: 7px;
    padding-right: 7px;
  }
}

.blog-article__foot__related-articles__list__item__body__heading {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.92;
  font-weight: 500;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .blog-article__foot__related-articles__list__item__body__heading {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.blog-article__foot__related-articles__list__item__body__text {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .blog-article__foot__related-articles__list__item__body__text {
    font-size: 1.4rem;
  }
}

.blog-article__foot__related-articles__list__item__body__text:not(:first-child) {
  margin-top: 15px;
}

.blog-article__foot__related-articles__list__item__body__text:not(:last-child) {
  margin-bottom: 20px;
}

.blog-article__foot__related-articles .link-button {
  max-width: 134px;
}
@media screen and (min-width: 768px) {
  .blog-article__foot__related-articles .link-button {
    max-width: 140px;
  }
}

.blog-article__foot__related-articles .link-button {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .blog-article__foot__related-articles .link-button {
    margin-top: 0;
  }
}

.blog-article__foot__related-articles .link-button:not(:first-child) {
  margin-top: 10px;
}

.blog-article__foot__related-articles .link-button--en .link-button__anchor {
  width: 100%;
  box-sizing: border-box;
  padding: 7px 35px 7px 28px;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .blog-article__foot__related-articles .link-button--en .link-button__anchor {
    padding: 7px 38px 7px 28px;
  }
}

.blog-article__foot__related-articles .link-button__anchor::after {
  width: 14px;
  height: 3px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIzIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAyLjk4NmgxMy44MDdhLjIyNS4yMjUgMCAwIDAgLjEzMy0uMzcyTDEwLjgyNy4wNjhhLjE5MS4xOTEgMCAwIDAtLjMzLjE1NXYxLjc3MUguNTc1YS42MzguNjM4IDAgMCAwLS41NzguNjc3WiIvPjwvc3ZnPg==");
  right: 15px;
}
@media screen and (min-width: 768px) {
  .blog-article__foot__related-articles .link-button__anchor:after {
    width: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS45OTkiIGhlaWdodD0iMy4wMTQiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDNoMTUuNzc4YS4yMjEuMjIxIDAgMCAwIC4xNTYtLjM3N0wxMi4zNzYuMDY1YS4yMjEuMjIxIDAgMCAwLS4zNzcuMTU2VjJILjY2YS42NzYuNjc2IDAgMCAwLS42Ni42OFoiLz48L3N2Zz4=");
  }
}
@media screen and (min-width: 1050px) {
  .blog-article__foot__related-articles .link-button__anchor:hover {
    opacity: .8;
  }
  .blog-article__foot__related-articles .link-button__anchor:hover::after {
    right: 10px;
  }
}
/* ==========================================================================

    tab_case_study

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

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



/* ブレイクポイント
--------------------------------------*/





/* Global colors
--------------------------------------*/

/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */




/* 文字のウェイト
--------------------------------------*/


/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/



/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */

















/* 行間
--------------------------------------*/



/* 文字間
--------------------------------------*/




/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section-tab-case-study {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-tab-case-study {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}


.tab-case-study__tab__list {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .tab-case-study__tab__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
  }
}
@media screen and (min-width: 1050px) {
  .tab-case-study__tab__list.tab-case-study__tab__list--over3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.tab-case-study__tab__list__item__button {
  position: relative;
  width: 100%;
  padding: 16px 15px;
  color: #3B1E87;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .2em;
  background-color: #ffffff;
  border-radius: 33px;
  border: none;
  transition: .5s;
}
.tab-case-study__tab__list__item__button.active {
  color: #ffffff;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .tab-case-study__tab__list__item__button {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1050px) {
  .tab-case-study__tab__list__item__button:hover {
    color: #ffffff;
    background-color: transparent;
  }
}

.tab-case-study__tab__list__item__button:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 33px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(to right, rgba(143, 99, 214, 1), rgba(59, 30, 135, 1));
  box-shadow: 0 0 6px rgba(59, 30, 135, .4);
  z-index: -1;
  opacity: 1;
  transition: .5s;
}


.tab-case-study__contents {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .tab-case-study__contents {
    margin-top: 48px;
  }
}

.tab-case-study__contents .sub-navigation.sub-navigation--tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2px;
}
.tab-case-study__contents .sub-navigation.sub-navigation--tab.tab.filter.sub-navigation--tab--1 {
  grid-template-columns: 1fr;
}
.tab-case-study__contents .sub-navigation.sub-navigation--tab.tab.filter.sub-navigation--tab--2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1050px) {
  .tab-case-study__contents .sub-navigation.sub-navigation--tab {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .tab-case-study__contents .sub-navigation.sub-navigation--tab.tab.filter.sub-navigation--tab--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.tab-case-study__contents .sub-navigation--tab__list {
  flex: inherit;
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .tab-case-study__contents .sub-navigation--tab__list {
    flex: inherit;
  }
}

.tab-case-study__contents__box {
  margin-top: 40px;
  padding: 40px 15px;
  background-color: #EDF0F7;
}
@media screen and (min-width: 768px) {
  .tab-case-study__contents__box {
    margin-top: 60px;
    padding: 80px 30px;
  }
}
@media screen and (min-width: 1050px) {
  .tab-case-study__contents__box {
    padding: 80px 50px;
  }
}

.tab-case-study__contents__box > .heading-2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .tab-case-study__contents__box > .heading-2 {
    margin-bottom: 33px;
  }
}

.tab-case-study__contents__box > .heading-2 .tab-case-study__contents__box__h2__no-en-inner {
  margin-top: 0;
}

.tab-case-study__contents__box__list-wrap {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .tab-case-study__contents__box__list-wrap {
    margin-top: 62px;
  }
}

.tab-case-study__contents__box__list {
  background-color: #ffffff;
  margin-top: 20px;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .tab-case-study__contents__box__list {
    margin-top: 40px;
    padding: 60px 45px;
  }
}
@media screen and (min-width: 1050px) {
  .tab-case-study__contents__box__list {
    padding: 60px 60px;
  }
}

.tab-case-study__contents__box__list__h3 .heading-2__inner {
  font-size: 1.8rem;
}
.tab-case-study__contents__box__list__h3 .heading-2__inner.tab-case-study__contents__box__list__h3__no-en-inner {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .tab-case-study__contents__box__list__h3 .heading-2__inner {
    font-size: 2.4rem;
  }
}

.tab-case-study .figure {
  margin-top: 20px;
  margin-bottom: 25px;
}
.tab-case-study .figure.figure--bottom {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .tab-case-study .figure {
    margin-top: 40px;
    margin-bottom: 44px;
  }
  .tab-case-study .figure.figure--bottom {
    margin-bottom: 0;
  }
}

.tab-case-study__contents__box__list__link-list__box:not(:first-child) {
  margin-top: 23px;
}

.heading-3.tab-case-study__contents__box__list__link-list__box__h4 {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .heading-3.tab-case-study__contents__box__list__link-list__box__h4 {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}

.tab-case-study__contents__box__list__link-list__box__h4.heading-link a {
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .tab-case-study__contents__box__list__link-list__box__h4.heading-link a {
    padding-left: 38px;
  }
}
.tab-case-study__contents__box__list__link-list__box__h4.heading-link a:before {
  top: -2px;
}
.tab-case-study__contents__box__list__link-list__box__h4.heading-link a:after {
  top: 8px;
}
@media screen and (min-width: 768px) {
  .tab-case-study__contents__box__list__link-list__box__h4.heading-link a:before {
    top: 0px;
  }
  .tab-case-study__contents__box__list__link-list__box__h4.heading-link a:after {
    top: 12px;
  }
}

.tab-case-study__contents__box__list__link-list__box .paragraph--has-space {
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .tab-case-study__contents__box__list__link-list__box .paragraph--has-space {
    padding-left: 38px;
  }
}