@charset "UTF-8";

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


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

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

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

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

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

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

@font-face {
  font-family: "Quicksand-Light";
  font-style: 100;
  src: url("https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/fonts/Quicksand-Light.woff") format("woff"),
      url("https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/fonts/Quicksand-Light.woff2") format("woff2"),
      url("https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/fonts/Quicksand-Light.otf") format("opentype");
}

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

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

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

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

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

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

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

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

  50% {
      opacity: 1;
      -webkit-transform: translate(0px,-5px) rotate(0deg);
      transform: translate(0px,-5px) rotate(0deg);
  }

  100% {
      opacity: 1;
      -webkit-transform: translate(20px,5px) rotate(5deg);
      transform: translate(20px,5px) rotate(5deg);
  }
}

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

  50% {
      opacity: 1;
      -webkit-transform: translate(0px,-5px) rotate(0deg);
      transform: translate(0px,-5px) rotate(0deg);
  }

  100% {
      opacity: 1;
      -webkit-transform: translate(20px,5px) rotate(5deg);
      transform: translate(20px,5px) rotate(5deg);
  }
}


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

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

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

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

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

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

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

@keyframes fade-in-bound {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  70% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(4px);
    opacity: 1;
  }
}

/* サイト全体で共通な自然なスタイル */
.natural {
  display: block;
}
.natural:not(:last-child) {
  margin-bottom: 20px;
}

.natural h2 {
  padding: 12px 12px 12px 20px;
  background-color: #f7fafb;
  border-left: 5px solid #008db8;
  color: #0c1112;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: .15em;
  line-height: 1.5;
}
@media screen and (max-width:1049px) {
  .natural h2 {
    font-size: 26px;
  }
}
@media screen and (max-width:767px) {
  .natural h2 {
    padding: 10px 10px 10px 15px;
    font-size: 20px;
    border-left: 4px solid #008db8;
  }
}

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

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

.natural h3 {
  padding-bottom: 5px;
  border-bottom: 3px double #0c1112;
  color: #0c1112;
  font-size: 20px;
  font-weight: bold;
  font-family: 'NotoSansCJKjp', sans-serif;
	letter-spacing: .17em;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.natural h3 {
  	font-size: 18px;
	}
}

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

.natural h4 {
  border-left: 3px solid #008db8;
  padding-left: 10px;
  color: #0c1112;
  font-size: 18px;
  font-weight: bold;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .natural h4 {
    font-size: 17px;
  }
}

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

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

.natural h5 {
  color: #090909;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .17em;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .natural h5 {
    font-size: 15px;
  }
}

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

.natural p {
  color: #090909;
	font-family: 'NotoSansCJKjp', sans-serif;
	font-size: 16px;
	letter-spacing: .2em;
	line-height: 2;
}
@media screen and (max-width:767px) {
  .natural p {
    font-size: 13px;
	}
}

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

.natural figure figcaption,
.natural caption {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .17em;
  margin-bottom: 5px;
  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 li,.natural dt {
  margin-top: 2.5px
}

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

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

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

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

.natural a {
  color: #090909;
  display: inline-block;
  text-decoration: none;
  transition: .5s;
  position: relative;
  word-break: break-all;
}

.natural a:hover {
  color: #008db8;
}

.natural a:after {
  background-color: #525872;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s;
  width: 100%;
}

.natural a:hover:after {
  background-color: #008db8};
}

.natural a[target="_blank"] {
}

.natural a[target="_blank"]:before {
}

.natural a[href$=".pdf"]:before {
	content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZyBpZD0i44Kw44Or44O844OX5YyWXzc5MyIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5fljJYgNzkzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTguNSAtNjkwKSI+CiAgICA8cGF0aCBpZD0i44OR44K5XzE4NDAiIGRhdGEtbmFtZT0i44OR44K5IDE4NDAiIGQ9Ik0xMDUuODU5LDY5My45MjhsLS45NTMuMjUyLjkzOCwzLjUwNy0yLjU2NiwyLjU2OC43LjcsMi41NjYtMi41NjcsMy41MDguOTM5LjI1NC0uOTU2LTMuNTA4LS45MzdaIi8+CiAgICA8cGF0aCBpZD0i44OR44K5XzE4NDEiIGRhdGEtbmFtZT0i44OR44K5IDE4NDEiIGQ9Ik0xMDguNDA2LDY5MEgxMDAuNXYzaC0ydjJoMnY5aDEyVjY5NFptMy4wOTQsMTNoLTEwdi04aDJ2LTJoLTJ2LTJIMTA4bDEuNiwxLjU2NywxLjksMS44NTRaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat center;
  background-size: contain;
  width: 11px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -7px;
  position: absolute;
}

.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: 10px
}
.natural ul:not(:last-child) {
  margin-bottom: 10px
}
.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: 16px;
  letter-spacing: .2em;
  line-height: 2;
}

.natural ul > li:before {
  background-color: #008db8;
  content: "";
  height: 4px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
}
@media screen and (max-width: 767px) {
  .natural ul > li:before {
    top: 10px;
  }
}


.natural ol:not(:first-child) {
  margin-top: 10px
}
.natural ol:not(:last-child) {
  margin-bottom: 10px
}
.natural ol > li:not(:first-child) {
  margin-top: 5px
}

.natural ol > li:not(:last-child) {
  margin-bottom: 5px
}
.natural ol > li {
  list-style-type: none;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  letter-spacing: .2em;
  line-height: 2;
}
.natural ol {
  counter-reset: number;
}

.natural ol >li {
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .natural ol >li {
    padding-left: 30px;
  }
}

.natural ol >li:before {
  color: #090909;
  content: counter(number) ".";
  counter-increment: number;
  font-family: 'NotoSansCJKjp', sans-serif;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 8px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .natural ul >li,
  .natural ol >li {
    font-size: 13px;
  }
}



.natural table {
  margin: 30px 0px;
  border: 1px dotted #d9e4e7;
}
.natural table tbody tr:not(:last-child) {
  border-bottom: 1px dotted #d9e4e7;
}

.natural table tbody tr td {
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 2;
  color: #090909;
  font-family: 'NotoSansCJKjp', sans-serif;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .natural table tbody tr td {
    font-size: 13px;
    padding: 9px 15px;
  }
}

.natural table tbody tr td:not(:last-child) {
  border-right: 1px dotted #d9e4e7;
}

.natural .movie-link {
  display: block;
}
.natural .movie.movie-link:after {
  content: "PLAY";
  bottom: inherit;
  background-color: inherit;
  left: calc(50% + 5px);
  height: auto;
  position: absolute;
  transition: .5s;
  width: auto;
}
.natural .movie.movie-link:hover:after {
  background-color: inherit;
}

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

    初期化の設定

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

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

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

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

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

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

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

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

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

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

table {
    border-collapse: collapse
}

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

table {
    border-spacing: 0
}

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

sub {
    bottom: -.2em
}

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

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

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

html body [disabled] {
    cursor: default
}

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

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

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

[hidden],template {
    display: none
}

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

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

sub,sup {
    font-size: 78.5714285714%
}

small {
    font-size: 85.7142857143%
}

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

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

sub,sup {
    line-height: 0
}

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

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

pre,textarea {
    overflow: auto
}

button {
    overflow: visible
}

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

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

sub,sup {
    position: relative
}

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

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

caption,th {
    text-align: left
}

abbr[title] {
    text-decoration: none
}

button,select {
    text-transform: none
}

sup {
    top: -.6em
}

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

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

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

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

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

ul {
  list-style-type: none;
}

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

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

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

::selection {
	background: rgba(214, 0, 127, .2);
}

::-moz-selection {
	background: rgba(214, 0, 127, .2);
}

html {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #333;
  font-weight: 400;
  word-wrap: break-word;
  font-size: 16px;
}

@media print, screen and (max-width: 767px) {
  html {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

html.is-fixed, body.is-fixed {
  overflow: hidden;
  height: 100%;
}

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

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

img {
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}

@media print, screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

picture {
  display: block;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number],
select,
textarea {
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  font: inherit;
  background-color: #fff;
  border: none;
  vertical-align: bottom;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bebebe;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bebebe;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=number]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bebebe;
  opacity: 1;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 4px #cccdce;
  box-shadow: 0 0 4px #cccdce;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  vertical-align: -1px;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  font: inherit;
  vertical-align: bottom;
}

textarea {
  resize: vertical;
  vertical-align: bottom;
}

select:focus {
  outline: none;
}

sup,
sub  {
  font-size: .6em;
  margin-left: 5px;
}

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

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

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

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

.stick {
  margin: 0!important;
}

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

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

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

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

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

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

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

.text-lower {
  text-transform: lowercase
}

.text-upper {
  text-transform: uppercase
}

.word {
  display: inline-block;
}

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

    site-header

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



/* ヘッダー
--------------------------------- */

/* body.is-fixed {
  width: 100%;
    height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: -1;
} */

.site-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  background-color: #ffffff;
  box-shadow:0px 0px 8px 5px rgba(89, 102, 106, .12);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  height: 120px;
  left: 50%;
  max-width: 1250px;
  transform: translateX(-50%);
  top: 20px;
  position: fixed;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .site-header {
    width: 95%;
  }
}
@media screen and (max-width: 1049px) {
  .site-header {
    height: 148px;
    top: 20px;
    width: calc(100% - 50px);
  }

  .site-header.is-active {
    height: calc(100% - 100px);
    transition-delay: .5s;
  }
}
@media screen and (max-width: 767px) {
  .site-header {
    height: 114px;
    top: 20px;
    width: calc(100% - 20px);
  }
}


.site-header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  padding-left: 65px;
}
@media screen and (max-width: 1300px) {
  .site-header__inner {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1049px) {
  .site-header__inner {
    display: block;
    padding-right: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-header__inner__logo {
  border-right: 1px solid #d9e4e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  padding: 15px 0;
}
@media screen and (max-width: 1300px) {
  .site-header__inner__logo {
    width: 210px;
  }
}
@media screen and (max-width: 1049px) {
  .site-header__inner__logo {
    border-bottom: 1px solid #d9e4e7;
    border-right: none;
    padding: 0 0 30px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-header__inner__logo {
    padding: 0 0 15px 0;
  }
}

.site-header__inner__logo__company {
  margin-right: 21px;
  width: 74px;
}
@media screen and (max-width: 1300px) {
  .site-header__inner__logo__company {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1049px) {
  .site-header__inner__logo__company {
    width: 71px;
  }
}
@media screen and (max-width: 767px) {
  .site-header__inner__logo__company {
    width: 48px;
  }
}

.site-header__inner__logo__text {
  width: calc(100% - 94px);
}


.site-header__inner__logo__text a {
  color: #0c1112;
  display: block;
}
@media screen and (max-width: 1049px) {
  .site-header__inner__logo__text a {
    display: inline-block;
  }
}

.site-header__inner__logo__text__copy {
    display: block;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 18px;
  letter-spacing: .2em;
  line-height: 1;
  transform: scaleX(.8);
    transform-origin: left;
}
@media screen and (max-width: 1300px) {
  .site-header__inner__logo__text__copy {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1049px) {
  .site-header__inner__logo__text__copy {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .site-header__inner__logo__text__copy {
    font-size: 13px;
  }
}

.site-header__inner__logo__text__link {
  display: block;
  font-family: 'Quicksand-Medium', serif;
  font-size: 14px;
  letter-spacing: .35em;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .site-header__inner__logo__text__link {
    font-size: 11px;
    margin-top: 6px;
  }
}

.site-header__inner__main-menu {
  display: none;
}
@media screen and (max-width: 1049px) {
  .site-header__inner__main-menu {
    display: block;
  }
  .site-header__inner__main-menu ul {
    -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;;
    margin-top: 13px;
  }

  .site-header__inner__main-menu li:not(:nth-child(5)) {
    margin-right: 40px;
  }

  .site-header__inner__main-menu li:nth-child(1),
  .site-header__inner__main-menu li:nth-child(6),
  .site-header__inner__main-menu li:nth-child(7) {
    display: none;
  }

  .site-header__inner__main-menu li a {
    color: #0c1112;
    display: block;
    font-family: 'NotoSansCJKjp-Medium', sans-serif;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .site-header__inner__main-menu ul {
    margin-top: 10px;
  }
  .site-header__inner__main-menu li:not(:nth-child(5)) {
    margin-right: 27px;
  }

  .site-header__inner__main-menu li:nth-child(2) {
  }

  .site-header__inner__main-menu li:nth-child(3) {
  }

  .site-header__inner__main-menu li:nth-child(4) {
    flex-basis: 8em;
  }

  .site-header__inner__main-menu li a {
    font-size: 11px;
    text-align: center;
  }
}

@media screen and (max-width: 340px) {
  .site-header__inner__main-menu li a {
    font-size: 8px;
    text-align: center;
  }
}

@media screen and (max-width: 430px) {
  .site-header__inner__main-menu li:not(:nth-child(5)) {
    margin-right: 0;
  }
}


/* ナビゲーション
--------------------------------- */

@media screen and (max-width: 1049px) {
  .nav {
    background-color: #ffffff;
    background-size: 20px 12px;
    box-shadow: 0px 0px 6px 3px rgba(89,102,106,.05);
    border-radius: 10px;
    box-sizing: border-box;
    display: none;
    left: 0;
    height: 100%;
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .nav .nav__inner {
    box-sizing: border-box;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px 25px 80px 25px;
  }
}

@media screen and (max-width: 767px) {
  .nav .nav__inner {
    padding: 17px 15px 45px 15px;
  }
}

.nav__logo {
  display: none;
}
@media screen and (max-width: 1049px) {
  .nav__logo {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .nav__logo {
    -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;;
  }
}

@media screen and (max-width: 1049px) {
  .nav__logo__company {
    margin-right: 30px;
    width: 74px;
  }
}
@media screen and (max-width: 767px) {
  .nav__logo__company {
    margin-right: 15px;
    width: 48px;
  }
}
@media screen and (max-width: 1049px) {
  .nav__logo__service {
    width: 213px;
  }
}
@media screen and (max-width: 767px) {
  .nav__logo__service {
    width: 107px;
  }
}

.nav .nav__menu {
  padding-left: 30px;
}
@media screen and (max-width: 1300px) {
  .nav .nav__menu {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1049px) {
  .nav .nav__menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.nav__menu__main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
}
@media screen and (max-width: 1049px) {
  .nav__menu__main ul {
    display: block;
  }
}

.nav .nav__menu ul > .hs-menu-item {
  overflow: hidden;
}
@media screen and (min-width: 1050px) {
  .nav .nav__menu ul > .hs-menu-item .word {
  word-break: keep-all;
  }
}


@media screen and (min-width: 1050px) {
.nav .nav__menu ul>.hs-menu-item:nth-child(1) {
  margin-left: 10px;
}
.nav .nav__menu ul > .hs-menu-item:nth-last-child(-n+2) {
  border-left: 1px solid #d9e4e7;
  box-sizing: border-box;
  margin-right: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  right: 0;
  width: 160px;
}
}

@media screen and (max-width: 1300px) and (min-width: 1050px) {
  .nav .nav__menu ul > .hs-menu-item:nth-last-child(-n+2) {
    width: 146px;
  }
}

@media screen and (min-width: 1050px) {
  .nav .nav__menu ul .hs-menu-item:nth-last-child(2) {
    border-bottom: 1px solid #d9e4e7;
    border-radius: 0 10px 0 0;
    top: 0;
  }

  .nav .nav__menu ul .hs-menu-item:last-child {
    border-radius: 0 0 10px 0;
    bottom: 0;
  }

  .nav .nav__menu ul .hs-menu-item:nth-child(-n+4) {
    margin-right: 30px;
  }
  @media screen and (min-width: 1050px) and (max-width: 1150px) {
    .nav .nav__menu ul .hs-menu-item:nth-child(-n+4) {
      margin-right: 5px;
    }
  }
  .nav .nav__menu ul > .hs-menu-item:nth-child(1) {
    display: none;
    flex-basis: 9em;
  }

  .nav .nav__menu ul > .hs-menu-item:nth-child(2) {
    flex-basis: 7em;
  }

  .nav .nav__menu ul > .hs-menu-item:nth-child(3) {
    flex-basis: 13em;
  }

  .nav .nav__menu ul > .hs-menu-item:nth-child(4) {
    flex-basis: 9em;
  }

  .nav .nav__menu ul > .hs-menu-item:nth-child(5) {
    flex-basis: 6em;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1150px) {
  .nav .nav__menu ul .hs-menu-item:nth-child(-n+3) {
    margin-right: 5px;
  }
}

@media screen and (max-width: 1049px) {
  .nav .nav__menu__main ul > .hs-menu-item.hs-menu-depth-1 {
    border-top: 1px dotted #a4adb0;
    position: relative;
  }
}


.nav .nav__menu__main ul > .hs-menu-item.hs-menu-depth-1 > a {
  color: #0c1112;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-size: 16px;
  letter-spacing: .2em;
  line-height: 2.1;
  position: relative;
  transition: .5s;
  transform: scaleX(.8);
  transform-origin: left;
  width: 125%;
}
@media screen and (max-width: 1049px) {
  .nav .nav__menu__main ul > .hs-menu-item.hs-menu-depth-1 > a {
    display: block;
    font-size: 17px;
    padding: 10px 0px;
    width: 125%;
  }
}
@media screen and (max-width: 767px) {
  .nav .nav__menu__main ul > .hs-menu-item.hs-menu-depth-1 > a {
    font-size: 15px;
    padding: 6px 0px;
  }
}

@media screen and (min-width: 1050px) {
  .nav .nav__menu ul > .hs-menu-item:nth-child(-n+5) > a {
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    height: 120px;
    -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
  }

  .nav .nav__menu ul > .hs-menu-item:nth-child(-n+5) > a:before {
    background-color: #d6007f;
    border-radius: 100%;
    bottom: -10px;
    content: "";
    height: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: .5s;
    width: 25px;
  }

}

.nav .nav__menu ul > .hs-menu-item:nth-child(-n+5) > a.is-active:before {
  opacity: 1;
}

.nav .nav__menu ul > .hs-menu-item:nth-child(-n+4) > a:hover:before {
  opacity: 1;
}

@media screen and (min-width: 1050px) {
.nav .nav__menu ul .hs-menu-item:nth-last-child(-n+2) a {
  box-sizing: border-box;
  display: block;
  font-size: 15px;
  padding: 15px 20px;
  position: relative;
}

.nav .nav__menu ul .hs-menu-item:nth-last-child(-n+2) a:after {
  content: "";
  border-radius: 100%;
  height: 22px;
  position: absolute;
  right: -17px;
  width: 28px;
}

.nav .nav__menu ul .hs-menu-item:nth-last-child(2) a:after {
  background-color: #008db8;
  top: -9px;
}

.nav .nav__menu ul .hs-menu-item:last-child a:after {
  background-color: #d6007f;
  bottom: -9px;
}

.nav .nav__menu ul > .hs-menu-item > a:hover {
  color: #d6007f;
}

.nav .nav__menu ul > .hs-menu-item > a.is-active {
  color: #d6007f;
}
}

.nav .nav__menu ul li ul {
  display: none;
}

@media screen and (max-width: 1049px) {
  .nav .nav__menu ul li ul {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    flex-wrap: wrap;
    max-height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
  }

  .nav .nav__menu ul li ul.is-active {
    max-height: 9999px;
    margin-bottom: 15px;
    opacity: 1;
    transition: .5s;
    visibility: visible;
  }

  .nav .nav__menu ul > .hs-menu-item.hs-menu-depth-2 {
    width: calc(25% - 37.5px);
  }

  .nav .nav__menu ul > .hs-menu-item.hs-menu-depth-2 > a {
    box-sizing: border-box;
    color: #0c1112;
    display: block;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 1.5;
    padding-left: 18px;
    position: relative;
  }

  .nav .nav__menu ul > .hs-menu-item.hs-menu-depth-2 > a:before,
  .nav .nav__menu ul > .hs-menu-item.hs-menu-depth-2 > a:after {
    border-radius: 100%;
    content: "";
    height: 6px;
    position: absolute;
    width: 6px;
  }

  .nav .nav__menu ul > .hs-menu-item.hs-menu-depth-2 > a:before {
    background-color: #d6007f;
    left: 0;
    top: 5px;
  }

  .nav .nav__menu ul > .hs-menu-item.hs-menu-depth-2 > a:after {
    background-color: #008db8;
    left: 3px;
    top: 8px;
  }
}
@media screen and (max-width: 1049px) and (min-width: 768px) {
  .nav .nav__menu ul > .hs-menu-item.hs-menu-depth-2:nth-child(n+5) {
    margin-top: 12px;
  }

  .nav .nav__menu ul > .hs-menu-item.hs-menu-depth-2:not(:nth-child(4n+4)) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {

  .nav .nav__menu ul > .hs-menu-item.hs-menu-depth-2 {
    width: calc(50% - 10px);
  }

  .nav .nav__menu ul > .hs-menu-item.hs-menu-depth-2:nth-child(n+3) {
    margin-top: 11px;
  }

  .nav .nav__menu ul > .hs-menu-item.hs-menu-depth-2:nth-child(odd) {
    margin-right: 20px;
  }

  .nav .nav__menu ul>.hs-menu-item.hs-menu-depth-2>a {
    font-size: 13px;
  }
}

.nav__menu__extra {
  display: none;
}
@media screen and (max-width: 1049px) {
  .nav__menu__extra {
    display: block;
    margin-top: 30px;
  }
  .nav__menu__extra ul li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .nav__menu__extra ul li a {
    color: #0c1112;
    display: block;
    font-size: 17px;
    line-height: 1.5;
    padding-top: 10px;
    text-align: center;
    font-family: 'NotoSansCJKjp-Medium', sans-serif;
    letter-spacing: .2em;
    position: relative;
  }
  .nav__menu__extra ul li a:before,
  .nav__menu__extra ul li a:after {
    content: "";
    display: block;
    height: 2px;
    width: 50%;
    position: absolute;
    top: 0;
  }
  .nav__menu__extra ul li a:before {
    left: 0;
    background-color: #d6007f;
  }
  .nav__menu__extra ul li a:after {
    right: 0;
    background-color: #008db8;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu__extra {
    margin-top: 15px;
  }
  .nav__menu__extra ul li a {
    font-size: 13px;
  }
}

@media screen and (min-width: 1050px) {
  .nav__menu__button {
    display: none;
  }
}
@media screen and (max-width: 1049px) {
  .nav__menu__button {
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    width: 56px;
    z-index: 1;
  }
  .nav__menu__button.is-active {
    transform: rotate(180deg);
  }
  .nav__menu__button:before,
  .nav__menu__button:after {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    top: calc(50% - 5px);
    z-index: 1;
    width: 0;
  }
  .nav__menu__button:before {
    border-width: 0 5px 10px 0;
    border-color: transparent #d6007f transparent transparent;
    left: calc(50% - 5px);
  }
  .nav__menu__button:after {
    border-width: 10px 5px 0 0;
    border-color: #008db8 transparent transparent transparent;
    right: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .nav__menu__button {
    height: 43px;
    width: 43px;
  }

  .nav__menu__button:before {
    border-width: 0 4px 8px 0;
    border-color: transparent #d6007f transparent transparent;
    left: calc(50% - 4px);
  }
  .nav__menu__button:after {
    border-width: 8px 4px 0 0;
    border-color: #008db8 transparent transparent transparent;
    right: calc(50% - 4px);
  }
}

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

.nav__menu__second__menu {
  padding-top: 5px;
  display: none;
  left: 40px;
  position: absolute;
  top: 120px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1049px) {
  .nav__menu__second__menu {
    display: block;
  }
}

.nav__menu__second__menu__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 3px rgba(89,102,106,.05);
  box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  overflow: hidden;
  padding: 60px 50px 60px 0px;
  position: relative;
  width: 100%;
}

.nav__menu__second__menu__inner__location {
  background-color: #008db8;
  border-radius: 100%;
  height: 20px;
  position: absolute;
  top: -10px;
  width: 20px;
}

.js-menu-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.nav__menu__second__menu__title {
  box-sizing: border-box;
  width: 235px;
}
.nav__menu__second__menu__title > a {
  display: block;
  position: relative;
}

.nav__menu__second__menu__title > a:before,
.nav__menu__second__menu__title > a:after {
  border-radius: 100%;
  content: "";
  height: 6px;
  position: absolute;
  width: 6px;
}

.nav__menu__second__menu__title > a:before {
  background-color: #d6007f;
  left: calc(50% - 4px);
  top: 0;
}

.nav__menu__second__menu__title > a:after {
  background-color: #008db8;
  left: calc(50% - 2px);
  top: 3px;
}

.nav__menu__second__menu__title__inner {
  display: block;
  padding-top: 18px;
}

.nav__menu__second__menu__title > a .nav__menu__second__menu__title__inner:before {
  content: attr(data-nav-menu);
  color: #1f4551;
  display: block;
  font-family: 'Quicksand-Medium', serif;
  font-size: 12px;
  letter-spacing: .35em;
  line-height: 1;
    text-align: center;
}

.nav__menu__second__menu__title a .nav__menu__second__menu__title__inner .nav__menu__second__menu__title__inner__text {
  color: #0c1112;
  display: block;
  font-size: 22px;
  letter-spacing: .2em;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
  transform: scaleX(.8);
}

.nav__menu__second__menu__title__more {
  color: #0c1112;
  display: block;
  font-family: 'Quicksand-Regular', serif;
  font-size: 14px;
  letter-spacing: .3em;
  line-height: 1;
  margin-top: 37px;
  padding-top: 5px;
  position: relative;
  text-align: center;
}

.nav__menu__second__menu__title__more:before,
.nav__menu__second__menu__title__more:after {
  content: "";
  height: 1px;
  width: 30px;
  position: absolute;
  top: 0;
}

.nav__menu__second__menu__title__more:before {
  background-color: #d6007f;
  left: calc(50% - 30px);
}

.nav__menu__second__menu__title__more:after {
  background-color: #008db8;
  right: calc(50% - 30px);
}

.nav__menu__second__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
  width: calc(100% - 235px);
  padding-left: 50px;
  border-left: 1px dotted #d9e4e7;
}

.nav__menu__second__menu__list__item {
  width: calc(20% - 40px);
}

.nav__menu__second__menu__list__item:not(:nth-child(5n+1)) {
  margin-right: 50px;
}

.nav__menu__second__menu--onayami .nav__menu__second__menu__list__item {
  width: calc(20% - 35px);
}
.nav__menu__second__menu--onayami .nav__menu__second__menu__list__item:not(:nth-child(5n+1)) {
  margin-right: 40px;
}



.nav__menu__second__menu__list__item:nth-child(n+7) {
  margin-top: 50px;
}

.nav__menu__second__menu__list__item__image {
  -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;;
  margin-bottom: 20px;
}
.nav__menu__second__menu--onayami .nav__menu__second__menu__list__item__image {
  margin-bottom: 0px;
}

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

.nav__menu__second__menu__list__item__text {
  color: #5a636b;
  display: block;
  font-family: 'FOT-筑紫A丸ゴシック Std R', TsukuARdGothicStd-R;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: .17em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .nav__menu__second__menu__list__item__text {
    font-size: 18px;
  }
}

.nav__menu__second__menu__list__item__sub_text {
  color: #0c1112;
  display: block;
  font-size: 20px;
  letter-spacing: .3em;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
  transform: scaleX(.8);
}
.nav__menu__second__menu__list__item__sub_text p {
  display: inline;
  vertical-align: middle;
}
@media screen and (max-width: 1300px) {
  .nav__menu__second__menu__list__item__sub_text {
    font-size: 18px;
  }
}

  .nav__menu__second__menu__list-hhc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
  gap: 30px 40px;
  width: calc(100% - 235px);
  padding-left: 60px;
  border-left: 1px dotted #d9e4e7;
}

.nav__menu__second__menu__list-hhc__item {
  width: 220px;
}

.nav__menu__second__menu__list-hhc__item__image {
  -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;;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.nav__menu__second__menu__list-hhc__item__sub_text {
  position: relative;
  color: #0c1112;
  display: block;
  font-family: 'FOT-筑紫A丸ゴシック Std R', TsukuARdGothicStd-R;
  font-size: 20px;
  letter-spacing: .2em;
  line-height: 1.3;
  margin-top: 10px;
  padding-left: 25px;
}
.nav__menu__second__menu__list-hhc__item__sub_text:before,
.nav__menu__second__menu__list-hhc__item__sub_text:after {
  border-radius: 100%;
  content: "";
  height: 10px;
  position: absolute;
  width: 10px;
}

.nav__menu__second__menu__list-hhc__item__sub_text:before {
  background-color: #d6007f;
  left: 0px;
  top: 6px;
}

.nav__menu__second__menu__list-hhc__item__sub_text:after {
  background-color: #008db8;
  left: 5px;
  top: 10px;
}


.nav-button {
  display: none;
  height: 24px;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 45px;
  z-index: 2;
}
@media screen and (max-width: 1049px) {
  .nav-button {
    display: block;
  }
}
.nav-button__bar {
  background-color: #008db8;
  display: block;
  height: 2px;
  left: 0;
  margin: -1px 0 0 0;
  position: absolute;
  transition: .5s;
  top: 50%;
  width: 30px;
}

.nav-button__bar:before,
.nav-button__bar:after {
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transition: .5s;
}

.nav-button__bar:before {
  background-color: #0c1112;
  margin-top: -10px;
  width: 45px;
}

.nav-button__bar:after {
  background-color: #d6007f;
  margin-top: 8px;
  width: 25px;
}

.nav-button.is-active .nav-button__bar {
  background: transparent;
}

.nav-button.is-active .nav-button__bar:before {
  background-color: #008db8;
  margin-top: 0;
  transform: rotate(-45deg);
  width: 25px;
}

.nav-button.is-active .nav-button__bar:after {
  margin-top: 0;
  transform: rotate(-135deg);
  width: 25px;
}

@media screen and (max-width: 767px) {
  .nav-button {
    height: 11px;
    right: 25px;
    top: 25px;
    width: 20px;
  }

  .nav-button__bar {
    margin: -1px 0 0 0;
    height: 1px;
    width: 15px;
  }

  .nav-button__bar:before {
    background-color: #0c1112;
    margin-top: -5px;
    height: 1px;
    width: 20px;
  }

  .nav-button__bar:after {
    background-color: #d6007f;
    margin-top: 5px;
    height: 1px;
    width: 12px;
  }

  .nav-button.is-active .nav-button__bar:before,
  .nav-button.is-active .nav-button__bar:after {
    width: 14px;
  }
}


/* 追従時のスタイル */

@media screen and (max-width: 1049px) {
  .site-header.is-fixed {
    height: 85px;
  }
  .site-header.is-fixed.is-active {
    height: calc(100% - 100px);
  }
  .site-header.is-fixed .site-header__inner__logo {
    padding: 0;
    border-bottom: none;
  }
  .site-header.is-fixed .site-header__inner__main-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-header.is-fixed {
    height: 65px;
  }
}




/* LP用ヘッダー
--------------------------------- */

.lp-header {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.lp-header__inner__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .lp-header__inner__logo {
    padding: 15px 0;
  }
}

.lp-header__inner__logo__company {
  margin-right: 20px;
  width: 53px;
}
@media screen and (max-width: 767px) {
  .lp-header__inner__logo__company {
    width: 41px;
    margin-right: 15px;
  }
}

.lp-header__inner__logo__text {
  box-sizing: border-box;
  padding: 7px 0 0 0;
  margin-bottom: 0;
  line-height: 1;
}


.lp-header__inner__logo__text a {
  color: #0c1112;
}

.lp-header__inner__logo__text__copy {
  display: inline-block;
  margin-right: -20px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 15px;
  letter-spacing: .2em;
  line-height: 1;
  transform: scaleX(.8);
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  .lp-header__inner__logo__text__copy {
    font-size: 13px;
  }
}

.lp-header__inner__logo__text__link {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Quicksand-Medium', serif;
  font-size: 12px;
  letter-spacing: .35em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lp-header__inner__logo__text__link {
    font-size: 11px;
  }
}
/* ==========================================================================

    site-footer

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.site-footer {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-footer {
    margin-top: 80px;
  }
}

.site-footer__inner {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
}
@media screen and (max-width: 1049px) {
  .site-footer__inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__inner {
  }
}


/* ページトップ */
.page-top {
  height: 180px;
  position: absolute;
    right: 30px;
  overflow: hidden;
  top: -143px;
    width: 14px;
  writing-mode: tb-rl;
  z-index: 1;
}
@media screen and (max-width: 1049px) {
  .page-top {
    right: 20px;
      top: -223px;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    height: inherit;
    margin-bottom: 25px;
    padding: 0 20px;
    position: static;
    text-align: right;
    writing-mode: inherit;
    width: inherit;
  }
}

.page-top a {
  color: #0c1112;
  display: block;
  font-family: 'Quicksand-Medium', serif;
  font-size: 14px;
  letter-spacing: .35em;
  line-height: 1;
  padding-top: 80px;
  position: relative;
  text-align: center;
  text-transform: lowercase;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .page-top a {
    display: inline-block;
    font-size: 12px;
    padding-right: 20px;
    padding-top: 18px;
  }
}

.page-top a:before {
  content: "";
  border-style: solid;
  border-width: 0 3.5px 8px 3.5px;
  border-color: transparent transparent #0c1112 transparent;
  height: 0;
  left: calc(50% - 6px);
  position: absolute;
  top: -1px;
  transition: .5s;
  width: 0;
}
@media screen and (max-width: 767px) {
  .page-top a:before {
    left: inherit;
    right: 0;
    top: inherit;
    bottom: 23px;
  }
}

.page-top a:after {
  background-color: #0c1112;
  content: "";
  height: 63px;
  left: calc(50% - 3px);
  position: absolute;
  top: 7px;
  transition: .5s;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .page-top a:after {
    bottom: 0;
    height: 23px;
    left: inherit;
    top: inherit;
      right: 3px;
  }
}

.page-top a:hover {
  color: #d6007f;
}

.page-top a:hover:before {
  border-color: transparent transparent #d6007f transparent;
}

.page-top a:hover:after {
  background-color: #d6007f;
}


/* 会社詳細 */
.site-footer__inner__about {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  background-color: #008db8;
  box-sizing: border-box;
  border-radius: 0 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  height: 435px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
  max-width: 400px;
  position: relative;
  width: 40%;
}
@media screen and (max-width: 1049px) {
  .site-footer__inner__about {
    height: 372px;
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__inner__about {
    border-radius: 0 55px 0 0;
    height: 293px;
  }
}

.site-footer__inner__about__inner {
  text-align: center;
}

.site-footer__inner__about__inner__logo {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 99px;
}
@media screen and (max-width: 767px) {
  .site-footer__inner__about__inner__logo {
    margin-bottom: 20px;
    width: 67px;
  }
}

.site-footer__inner__about__inner__text a {
  color: #ffffff;
  display: block;
}

.site-footer__inner__about__inner__text__subtitile {
  display: block;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 18px;
  letter-spacing: .2em;
  line-height: 1;
  transform: scaleX(.8);
  transform-origin: left;
  width: 125%;
}
@media screen and (max-width: 767px) {
  .site-footer__inner__about__inner__text__subtitile {
    font-size: 14px;
  }
}

.site-footer__inner__about__inner__text__link {
  display: block;
    font-family: 'Quicksand-Medium', serif;
    font-size: 14px;
    letter-spacing: .35em;
    line-height: 1;
    margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .site-footer__inner__about__inner__text__link {
    font-size: 12px;
  }
}

.site-footer__inner__about__copy {
  color: #ffffff;
  font-family: 'FOT-筑紫A丸ゴシック Std R', TsukuARdGothicStd-R;
  font-size: 20px;
  letter-spacing: .17em;
  line-height: 1.3;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .site-footer__inner__about__copy {
    font-size: 18px;
  }
}

.site-footer__inner__about__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .site-footer__inner__about__button {
    margin-top: 30px;
  }
}

.site-footer__inner__about__button a {
  border: 1px solid #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-family: 'Quicksand-Regular', serif;
  font-size: 13px;
  letter-spacing: .3em;
  line-height: 1;
  padding: 13px 10px;
  position: relative;
  text-transform: lowercase;
}

.site-footer__inner__about__button a:before {
  background-color: #d6007f;
  content: "";
  height: 1px;
  left: calc(50% - 15px);
  position: absolute;
  top: -1px;
  transition: .5s;
  width: 30px;
}

.site-footer__inner__about__button a:hover:before {
    transform: scaleX(1.2);
}

/* メニュー */
@media screen and (max-width: 1049px) {
  .site-footer__inner__menu__inner {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__inner__menu__inner {
  display: block;
  }
}

.site-footer__inner__menu {
  background-color: #0c1112;
  box-sizing: border-box;
  height: 375px;
  padding: 80px 87px 45px 87px;
  position: relative;
  width: calc(100% - 400px);
}
@media screen and (max-width: 1200px) {
  .site-footer__inner__menu {
    padding: 80px 50px 45px 50px;
  }
}
@media screen and (max-width: 1049px) {
  .site-footer__inner__menu {
    height: inherit;
    padding: 80px 50px 20px 50px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__inner__menu {
    padding: 40px 20px 20px 20px;
  }
}

@media screen and (min-width: 1050px) {
  .site-footer__inner__menu__main {
    border-bottom: 1px dotted #ffffff;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1049px) {
  .site-footer__inner__menu__main {
    border-right: 1px dotted #ffffff;
    padding-right: 50px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__inner__menu__main {
    border-right: none;
    padding-right: 0;
    width: 100%;
  }
}

.site-footer__inner__menu__main ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  column-gap: 50px;
  max-width: 950px;
  position: relative;
}
@media screen and (max-width: 1049px) {
  .site-footer__inner__menu__main ul {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .site-footer__inner__menu__main ul {
    margin-bottom: 21px;
    padding-bottom: 45px;
  }

  .site-footer__inner__menu__main ul:after {
    border-bottom: 1px dotted #ffffff;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
  }
}

.site-footer__inner__menu__main ul li {
  width: max-content;
}
@media screen and (max-width: 767px) {
  .site-footer__inner__menu__main ul li {
  }
}

@media screen and (max-width: 1447px) {
  .site-footer__inner__menu__main ul li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1049px) {
  .site-footer__inner__menu__main ul li:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

/* 9月末公開時は「ヘルスケアへの想い」非表示 */
.site-footer__inner__menu__main ul li:nth-child(1) {
  display: none;
}

.site-footer__inner__menu__main ul li:nth-child(1) {
  flex-basis: 9em;
}

.site-footer__inner__menu__main ul li:nth-child(2) {
  flex-basis: 7em;
}

.site-footer__inner__menu__main ul li:nth-child(3) {
  flex-basis: 13em;
}
.site-footer__inner__menu__main ul li:nth-child(4) {
  flex-basis: 13em;
}
.site-footer__inner__menu__main ul li:nth-child(5) {
  flex-basis: 8em;
}

.site-footer__inner__menu__main ul li:nth-child(6) {
  flex-basis: 6em;
}

.site-footer__inner__menu__main ul li:nth-child(7) {
  flex-basis: 7em;
}

.site-footer__inner__menu__main ul li:nth-child(8) {
  flex-basis: 6em;
}

.site-footer__inner__menu__main ul li a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  letter-spacing: .2em;
  line-height: 2.1;
  position: relative;
  transition: .5s;
  transform: scaleX(.8);
  transform-origin: left;
  width: 125%;
}
@media screen and (max-width: 767px) {
  .site-footer__inner__menu__main ul li a {
    font-size: 14px;
  }
}

.site-footer__inner__menu ul li a:hover {
  color: #d6007f;
}


/* フッターメニュー */
.site-footer__inner__menu__utility {
  box-sizing: border-box;
}
@media screen and (max-width: 1049px) {
  .site-footer__inner__menu__utility {
    padding-left: 50px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__inner__menu__utility {
    padding-left: 0;
    width: 100%;
  }
}

.site-footer__inner__menu__utility ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
}
@media screen and (max-width: 1049px) {
  .site-footer__inner__menu__utility ul {
    display: block;
  }
}

.site-footer__inner__menu__utility ul li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 1049px) {
  .site-footer__inner__menu__utility ul li:not(:last-child) {
    margin-bottom: 14px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__inner__menu__utility ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.site-footer__inner__menu__utility ul li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 2.4;
  padding-left: 16px;
  position: relative;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .site-footer__inner__menu__utility ul li a {
    font-size: 13px;
  }
}

.site-footer__inner__menu__utility ul li a:hover {
  color: #d6007f;
}

.site-footer__inner__menu__utility ul li a:before {
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: calc(50% - 3px);
  transition: .5s;
  width: 0;
}

.site-footer__inner__menu__utility ul li a:hover:before {
  border-color: transparent transparent transparent #d6007f;
}

/* コピーライト */
.site-footer__copyright {
  bottom: 45px;
  color: #ffffff;
  font-family: 'Quicksand-Medium', serif;
  font-size: 12px;
  letter-spacing: .2em;
  left: 87px;
  line-height: 1.5;
  position: absolute;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .site-footer__copyright {
    left: 50px;
  }
}
@media screen and (max-width: 1049px) {
  .site-footer__copyright {
    margin-top: 90px;
    position: static;
      text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__copyright {
    margin-top: 50px;
    text-align: left;
  }
}

/* パンくず */

.breadcrumb-wrap {
  padding: 11px 0 8px 0;
  background-color: #f7fafb;
}
.hs-breadcrumb-menu-wrapper {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1049px) {
  .breadcrumb-wrap {
    padding: 7px 0 1px 0;
  }
  .hs-breadcrumb-menu-wrapper {
    padding: 0;
    overflow-x: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
    overflow-y: hidden;
  }
  .hs-breadcrumb-menu-wrapper::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
  }
}
@media screen and (max-width: 767px) {
  .hs-breadcrumb-menu-wrapper {
    padding: 0;
  }
}
.hs-breadcrumb-menu {
  -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: nowrap;
  flex-wrap: nowrap;;
}
.hs-breadcrumb-menu-item {
  padding: 0;
  float: inherit;
  text-overflow: ellipsis;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1049px) {
  .hs-breadcrumb-menu-item {
    text-overflow: inherit;
    overflow: visible;
  }
}
.hs-breadcrumb-menu-item .hs-breadcrumb-label {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: .35em;
  line-height: 1.7;
  color: #a4adb0;
}
.hs-breadcrumb-menu-item:first-child a.hs-breadcrumb-label {
  font-family: 'Quicksand-Bold', serif;
}
.hs-breadcrumb-menu-item a.hs-breadcrumb-label {
  color: #090909;
  transition: .5s;
}
.hs-breadcrumb-menu-item a:hover.hs-breadcrumb-label {
  color: #008db8;
}
.hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider:before {
    content: '';
    background-color: #00000c;
    padding-left: 0;
    display: inline-block;
    margin: 0 15px;
    width: 1px;
    height: 13px;
    position: relative;
    top: 2px;
}
@media screen and (max-width: 767px) {
  .hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider:before {
    margin: 0 15px;
  }
}
/* ==========================================================================

    site-content

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.site-content {
  background-color: ;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* サイト全体で共通の新レイアウトスタイル ----------------------------- */
/*lib*/
div:has(> .l-header) {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  div:has(> .l-header) {
    top: -101px;
  }
}

@media print, screen and (max-width: 767px) {
  div:has(> .l-header) {
    /*top: -56px;*/
  }
}

.is-scrollHide .l-header__inner {
  -webkit-box-shadow: 0px 4px 4px #00000029;
  box-shadow: 0px 4px 4px #00000029;
}

.l-header {
  line-height: 1;
  letter-spacing: 0;
  color: #333;
}

.l-header__wrap {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .l-header__wrap {
    padding: 10px 18px;
  }
}

.l-header__logo {
  max-width: 88px;
  height: 60px;
}

.l-header__logo--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  display: none;
}

@media print, screen and (min-width: 1050px) {
  .l-header__logo--block.is-pcsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__logo--block.is-tbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 767px) {
  .l-header__logo--block.is-pcsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 68px;
    height: 36px;
  }
}

.l-header__logo > img {
  aspect-ratio: 88 / 60;
}

.l-header__copy {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

@media print, screen and (max-width: 767px) {
  .l-header__copy {
    font-size: 12px;
  }
}

.l-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 20px;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__main {
    width: 100%;
  }
}

@media print, screen and (max-width: 767px) {
  .l-header__main {
    display: none;
  }
}

.l-header__main--nav__list {
  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;
  margin: -20px;
  gap: 40px 0;
}

.l-header__main--nav__list__item {
  font-size: 15px;
}

.l-header__main--nav__list__item > a {
  display: block;
  padding: 20px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__main--nav__list__item > a {
    font-size: 15px;
    padding: 20px 15px;
  }
}

.l-header__main--nav__list__item > a.is-arrow::after {
  content: "";
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_arrow_down.svg) no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
  background-position: 100%;
  display: inline-block;
  margin-left: 8px;
}

@media print, screen and (min-width: 1050px) {
  .l-header__main--nav__list__item > a:hover {
    color: #B5007C;
  }
  .l-header__main--nav__list__item > a:hover.is-arrow::after {
    content: "";
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_arrow_down_pink.svg) no-repeat;
  }
}

.l-header__main--sub__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__main--sub__nav {
    border-bottom: 1px solid #AABEC4;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.l-header__main--sub__nav > ul {
  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;
  gap: 20px;
}

.l-header__main--sub__nav > ul > li > a {
  font-size: 13px;
  color: #58595E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  gap: 4px;
}

.l-header__main--sub__nav > ul > li > a .is-question, .l-header__main--sub__nav > ul > li > a .is-mail {
  position: relative;
  width: 23px;
  height: 22px;
  /*&::before {
                content: "";
                
                width: 24px;
                height: 24px;
                display: inline-block;
                //margin-right: 5px;
                
              }*/
}

.l-header__main--sub__nav > ul > li > a:hover {
  color: #B5007C;
}

.l-header__main--sub__nav > ul > li > a:hover .is-question > svg #question_mark {
  fill: #B5007C;
}

.l-header__main--sub__nav > ul > li > a:hover .is-question > svg #question_circle {
  stroke: #B5007C;
}

.l-header__main--sub__nav > ul > li > a:hover .is-mail > svg #maii_3, .l-header__main--sub__nav > ul > li > a:hover .is-mail > svg #maii_4 {
  stroke: #B5007C;
}

.l-header__main--nav--category-wrap {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  padding: 1rem;
  padding-bottom: 70px;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  white-space: normal;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px #00000029;
  box-shadow: 0px 4px 4px #00000029;
  opacity: 0;
  display: none;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__main--nav--category-wrap {
    top: 157px;
  }
}

.l-header__main--nav--category-wrap.is-open {
  opacity: 1;
  display: block;
  z-index: 1;
  -webkit-animation: headerfadein 0.25s 0s ease-in-out forwards;
  animation: headerfadein 0.25s 0s ease-in-out forwards;
}

.l-header__main--nav--category__inner {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.l-header__main--nav--category__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 50px;
  position: relative;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__main--nav--category__title {
    font-size: 20px;
    padding: 5px;
    padding-left: 40px;
  }
}

.l-header__main--nav--category__title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: 0;
  width: 40px;
  height: 40px;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__main--nav--category__title::before {
    width: 30px;
    height: 30px;
  }
}

.l-header__main--nav--category__title.is-search::before {
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_search.svg) no-repeat;
  background-size: 40px;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__main--nav--category__title.is-search::before {
    background-size: 30px;
  }
}

.l-header__main--nav--category__title.is-human::before {
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_human.svg) no-repeat;
  background-size: 40px;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__main--nav--category__title.is-human::before {
    background-size: 30px;
  }
}

.l-header__main--nav--category__title.is-bill::before {
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_bill.svg) no-repeat;
  background-size: 40px;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__main--nav--category__title.is-bill::before {
    background-size: 30px;
  }
}

.l-header__main--nav--category__title.is-question::before {
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_question.svg) no-repeat;
  background-size: 40px;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__main--nav--category__title.is-question::before {
    background-size: 30px;
  }
}

.l-header__main--nav--category__title.is-book::before {
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_book.svg) no-repeat;
  background-size: 40px;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__main--nav--category__title.is-book::before {
    background-size: 30px;
  }
}

.l-header__main--nav--category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 1100px) and (min-width: 767px) {
  .l-header__main--nav--category__list {
    gap: 2.27vw;
  }
}

.is-col4 .l-header__main--nav--category__list__item {
  max-width: 240px;
  width: 25%;
}

@media (max-width: 1100px) and (min-width: 767px) {
  .is-col4 .l-header__main--nav--category__list__item {
    max-width: 21.81vw;
  }
}

.is-col3 .l-header__main--nav--category__list__item {
  max-width: 330px;
  width: 33%;
}

@media (max-width: 1100px) and (min-width: 767px) {
  .is-col3 .l-header__main--nav--category__list__item {
    max-width: 30vw;
  }
}

.l-header__main--nav--category__list__link {
  display: block;
  padding: 20px 20px 40px;
  pointer-events: initial;
  border: 1px solid #AABEC4;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  height: 100%;
}

.l-header__main--nav--category__list__link > .c-icon_arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.l-header__main--nav--category__list__link:hover {
  border: 1px solid #B5007C;
  color: #B5007C;
}

.l-header__main--nav--category__list__link:hover .c-icon_arrow > span {
  background: #B5007C;
}

.l-header__main--nav--category__list__link:hover .l-header__main--nav--category__list__img > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.l-header__main--nav--category__list__link-02 {
  display: block;
  padding: 0;
  pointer-events: initial;
  position: relative;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  height: 100%;
}

.l-header__main--nav--category__list__link-02:hover {
  color: #B5007C;
}

.l-header__main--nav--category__list__link-02:hover .l-header__main--nav--category__list__img-02 > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.l-header__main--nav--category__list__img {
  max-width: 200px;
  margin-inline: auto;
  overflow: hidden;
}

.l-header__main--nav--category__list__img > img {
  display: block;
  height: auto;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.l-header__main--nav--category__list__img.is-product {
  width: 200px;
}

@media (max-width: 1100px) and (min-width: 767px) {
  .l-header__main--nav--category__list__img.is-product {
    width: 18.18vw;
  }
}

.l-header__main--nav--category__list__img.is-product > img {
  aspect-ratio: 200 / 113;
}

.l-header__main--nav--category__list__img.is-onayami {
  width: 113px;
}

@media (max-width: 1100px) and (min-width: 767px) {
  .l-header__main--nav--category__list__img.is-onayami {
    width: 10.27vw;
  }
}

.l-header__main--nav--category__list__img.is-onayami > img {
  aspect-ratio: 113 / 113;
}

.l-header__main--nav--category__list__img-02 {
  max-width: 100%;
  overflow: hidden;
}

.l-header__main--nav--category__list__img-02 > img {
  display: block;
  height: auto;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.l-header__main--nav--category__list__label {
  text-align: center;
  line-height: 1.5;
  margin-top: 12px;
}

.l-header__main--nav--category__list__label-02 {
  text-align: left;
  line-height: 1.5;
  margin-top: 12px;
}

.l-header__main--nav--category--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.l-header__main--nav--category--bottom__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transform: .35s;
  transform: .35s;
}

.l-header__main--nav--category--bottom__button:hover {
  color: #B5007C;
}

.l-header__main--nav--category--bottom__button:hover .c-icon_arrow > span {
  background: #B5007C;
}

.l-header__main--sub__nav--category {
  position: relative;
}

.l-header__main--sub__nav--category-wrap {
  display: none;
  position: absolute;
  top: 48px;
  right: 50%;
  left: -50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin-inline: auto;
}

.l-header__main--sub__nav--category-wrap.is-open {
  display: block;
  -webkit-animation: headerfadein 0.25s 0s ease-in-out forwards;
  animation: headerfadein 0.25s 0s ease-in-out forwards;
}

@media print, screen and (max-width: 767px) {
  .l-header__main--sub__nav--category-wrap {
    display: none !important;
  }
}

.l-header__main--sub__nav--category__inner {
  width: 350px;
  position: relative;
}

.l-header__main--sub__nav--category__inner:before, .l-header__main--sub__nav--category__inner:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -10px;
  margin-top: -24px;
  border: 10px solid transparent;
  border-bottom: 15px solid #000;
}

.l-header__main--sub__nav--category__inner:after {
  top: 1.5px;
  border-bottom: 15px solid #fff;
}

.c-icon_arrow > span {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #000;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  display: block;
}

.c-icon_arrow > span:after {
  content: "";
  position: absolute;
  display: block;
}

.c-icon_arrow > span:after {
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}

.c-icon_arrow.is-white > span {
  background: #fff;
}

.c-icon_arrow.is-white > span:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.c-icon_arrow.is-gray > span {
  background: #F7FAFB;
}

.c-icon_arrow.is-gray > span:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.c-icon_arrow.is-width8 > span:after {
  width: 8px;
  height: 8px;
}

@-webkit-keyframes headerfadein {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes headerfadein {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

.l-header-nav-navtrigger {
  position: relative;
  cursor: pointer;
  z-index: 15;
  /*@include tbl {
		display: none;
		//display: flex;
		align-items: center;
		position: relative;
    margin: -20px -30px;
    padding: 20px 30px;
		cursor: pointer;
    
	}*/
  /*@media (max-width: 1440px) and (min-width: $breakPoint){
		display: block;
	}*/
}

.l-header-nav-navtrigger::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 70%;
  top: 0;
  bottom: 0;
  margin-block: auto;
  background-color: #AABEC4;
}

@media print, screen and (min-width: 768px) {
  .l-header-nav-navtrigger {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .l-header-nav-navtrigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (max-width: 767px) {
  .l-header-nav-navtrigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px -18px;
    padding: 10px 18px;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.l-header-nav-navtrigger__label {
  text-align: center;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header-nav-navtrigger__label {
    margin-top: 7px;
    font-size: 16px;
    font-size: 1rem;
    width: 2.7rem;
  }
}

@media print, screen and (max-width: 767px) {
  .l-header-nav-navtrigger__label {
    margin-top: 7px;
    font-size: 12px;
    width: 36px;
  }
}

.l-header-nav-navtrigger_btn {
  width: 2.5rem;
  height: 2rem;
  padding-inline: 3px;
  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;
  z-index: 15;
}

@media print, screen and (min-width: 1050px) {
  .l-header-nav-navtrigger_btn {
    cursor: pointer;
  }
}

@media print, screen and (max-width: 767px) {
  .l-header-nav-navtrigger_btn {
    height: 14px;
    width: 25px;
    margin-left: 0;
  }
}

.l-header-nav-navtrigger_btn > div {
  width: 25px;
  height: 14px;
  position: relative;
  /*@include sp {
				width: 1.429rem;
				height: 1rem;
			}*/
}

.l-header-nav-navtrigger_btn > div span {
  width: 100%;
  height: 2px;
  display: block;
  background: #00789D;
  position: absolute;
  left: 0px;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header-nav-navtrigger_btn > div span {
    height: 3px;
  }
}

.l-header-nav-navtrigger_btn > div span:nth-child(1) {
  top: 0px;
}

.is-navOpen .l-header-nav-navtrigger_btn > div span:nth-child(1) {
  -webkit-transform: translate3d(0px, 10px, 0px) rotate(45deg);
  transform: translate3d(0px, 10px, 0px) rotate(45deg);
}

@media print, screen and (max-width: 767px) {
  .is-navOpen .l-header-nav-navtrigger_btn > div span:nth-child(1) {
    -webkit-transform: translate3d(0px, 6px, 0px) rotate(45deg);
    transform: translate3d(0px, 6px, 0px) rotate(45deg);
  }
}

.l-header-nav-navtrigger_btn > div span:nth-child(2) {
  top: 6px;
}

.is-navOpen .l-header-nav-navtrigger_btn > div span:nth-child(2) {
  -webkit-transform: translate3d(0px, 0px, 0px) scale(0);
  transform: translate3d(0px, 0px, 0px) scale(0);
}

.l-header-nav-navtrigger_btn > div span:nth-child(3) {
  bottom: 0px;
  background: #B5007C;
  width: 60%;
}

.is-navOpen .l-header-nav-navtrigger_btn > div span:nth-child(3) {
  width: 100%;
  -webkit-transform: translate3d(0px, -10px, 0px) rotate(-45deg);
  transform: translate3d(0px, -10px, 0px) rotate(-45deg);
}

@media print, screen and (max-width: 767px) {
  .is-navOpen .l-header-nav-navtrigger_btn > div span:nth-child(3) {
    -webkit-transform: translate3d(0px, -6px, 0px) rotate(-45deg);
    transform: translate3d(0px, -6px, 0px) rotate(-45deg);
  }
}

.l-header-nav-navtrigger_btn span {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.l-header__global {
  background-color: #fff;
  display: none;
}

@media print, screen and (min-width: 1050px) {
  .l-header__global {
    display: none !important;
  }
}

@media print, screen and (max-width: 1049px) {
  .l-header__global {
    position: absolute;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__global {
    top: 100px;
    right: 0;
  }
}

@media print, screen and (max-width: 767px) {
  .l-header__global {
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 55px;
    left: 0;
    z-index: 16;
  }
}

.l-header__global--wrap {
  overflow-y: auto;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-header__global--wrap {
    height: 635px;
    width: 375px;
    -webkit-box-shadow: 0px 4px 4px #00000029;
    box-shadow: 0px 4px 4px #00000029;
  }
}

@media print, screen and (max-width: 767px) {
  .l-header__global--wrap {
    width: 100%;
  }
}

.l-header__global__inner {
  padding-top: 10px;
  padding-bottom: 47px;
}

.l-header__global--nav__item {
  position: relative;
}

.l-header__global--nav__item::after {
  content: "";
  bottom: 0;
  left: 20px;
  right: 20px;
  border: 0.5px solid #AABEC4;
  display: block;
  position: absolute;
}

.l-header__global--nav--category__title {
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  cursor: pointer;
}

.l-header__global--nav--category__title__text {
  padding: 4px;
  padding-left: 40px;
  font-size: 16px;
  position: relative;
}

.l-header__global--nav--category__title__text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: 0;
  width: 24px;
  height: 24px;
}

.l-header__global--nav--category__title__text.is-default {
  padding-left: 0;
}

.l-header__global--nav--category__title__text.is-search::before {
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_search.svg) no-repeat;
  background-size: 100%;
}

.l-header__global--nav--category__title__text.is-human::before {
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_human.svg) no-repeat;
  background-size: 100%;
}

.l-header__global--nav--category__title__text.is-bill::before {
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_bill.svg) no-repeat;
  background-size: 100%;
}

.l-header__global--nav--category__title__text.is-question::before {
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_question.svg) no-repeat;
  background-size: 100%;
}

.l-header__global--nav--category__title__text.is-book::before {
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_book.svg) no-repeat;
  background-size: 100%;
}

.l-header__global--nav--category__title__text.is-mail::before {
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_mail.svg) no-repeat;
  background-size: 100%;
}

.l-header__global--nav--category__title__text.is-shop::before {
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_shop.svg) no-repeat;
  background-size: 100%;
}

.l-header__global--nav--category--wrap {
  display: none;
  padding: 30px 18px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFE8F8), to(#DEF6FF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FFE8F8 0%, #DEF6FF 100%) 0% 0% no-repeat padding-box;
}

.l-header__global--nav--category--wrap.is-open {
  display: block !important;
}

.l-header__global--nav--category--wrap.is-onayami {
  background: #F2F7F8;
}

.l-header__global--nav--category--wrap.is-white {
  background: #fff;
  padding: 20px 18px;
}

.l-header__global--nav--category--wrap.is-attempt {
  padding: 0 18px 30px;
  background: #fff;
}

.l-header__global--nav--category--wrap.is-faq {
  display: block;
  border: 1px solid;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px #00000029;
  box-shadow: 0px 4px 4px #00000029;
}

.l-header__global--nav--category--wrap.is-mail {
  background: #fff;
  padding: 20px 18px;
  padding-top: 0;
}

.l-header__global--nav--category--subtitle {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.l-header__global--nav--category__list + .l-header__global--nav--category--subtitle {
  margin-top: 20px;
}

.l-header__global--nav--category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 2px;
}

.l-header__global--nav--category__list__item {
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
}

.l-header__global--nav--category__list.is-faq {
  gap: 0;
}

.l-header__global--nav--category__list.is-faq .l-header__global--nav--category__list__item {
  overflow: unset;
  border-radius: 0;
  border-bottom: 1px solid #AABEC4;
  padding-block: 6px;
}

.l-header__global--nav--category__list.is-faq .l-header__global--nav--category__list__item:last-child {
  border-bottom: none;
}

.l-header__global--nav--category__list__link {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-block: 5px;
  font-size: 16px;
}

.l-header__global--nav--category__list__link .c-icon_arrow {
  margin-left: auto;
  margin-right: 10px;
}

.l-header__global--nav--category__list__link .c-icon_arrow > span {
  background: #fff;
}

.l-header__global--nav--category__list__link .c-icon_arrow > span::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

@media print, screen and (min-width: 1050px) {
  .l-header__global--nav--category__list__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .l-header__global--nav--category__list__link:hover {
    color: #B5007C;
  }
  .l-header__global--nav--category__list__link:hover .c-icon_arrow > span::after {
    border-top: 1px solid #B5007C;
    border-right: 1px solid #B5007C;
  }
}

.l-header__global--nav--category__list__img {
  margin-inline: auto;
  /*&.is-onayami {
        max-width: 44px;
        & > img{
          //aspect-ratio: 1 / 1;
          padding: 5px;
        }
      }*/
}

.l-header__global--nav--category__list__img > img {
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.l-header__global--nav--category--attempt__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 10px;
}

.l-header__global--nav--category--attempt__list__img {
  margin-bottom: 15px;
}

.l-header__global--nav--category--attempt__list__label {
  line-height: 1.5;
}

.l-header__global--nav--category--button {
  margin-top: 24px;
  margin-bottom: 5px;
  text-align: center;
}

.l-header__global--nav--category--button__link {
  font-size: 16px;
  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;
  gap: 8px;
}

.l-header__global--nav--bottom {
  margin-top: 20px;
  padding-inline: 18px;
}

.l-header__global--nav--bottom__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.l-header__global--nav--bottom__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  padding: 10px 10px;
  padding-right: 0;
  border-bottom: 1px solid #AABEC4;
}

.l-header__global--banner {
  margin-top: 40px;
  padding-inline: 18px;
}

.l-header__global--banner__link {
  display: block;
}

.l-header__global--close {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.l-header__global--close__wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.l-header__global--nav__close {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 50px;
  cursor: pointer;
}

.l-header__global--nav__close__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .l-header__beneath {
    display: none !important;
  }
}

@media print, screen and (max-width: 767px) {
  .is-navOpen .l-header__beneath {
    visibility: hidden;
  }
}

.l-header__beneath--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
}

.l-header__beneath--tabs::before, .l-header__beneath--tabs::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  top: 40px;
}

.l-header__beneath--tabs::before {
  left: 0;
  background-color: #B5007C;
}

.l-header__beneath--tabs::after {
  right: 0;
  background-color: #008AB4;
}

.l-header__beneath--tabs__item {
  width: 100%;
}

.l-header__beneath--tabs__item > button, .l-header__beneath--tabs__item > a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  text-shadow: none;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0;
  color: #000;
  cursor: pointer;
}

.l-header__beneath--tabs__item > button.is-open, .l-header__beneath--tabs__item > a.is-open {
  color: #B5007C;
}


.l-header__beneath--tabs--panel {
  height: 100%;
  position: relative;
}

.l-header__beneath--tabs--contents {
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 98px;
  left: 0;
  z-index: 16;
  background-color: #fff;
  display: none;
  height: calc(100dvh - 96px);
}

.is-scrollHide .l-header__beneath--tabs--contents {
  height: calc(100dvh - 40px);
}

.l-header__beneath--tabs--contents.is-open {
  display: block;
}

.l-header__beneath--tabs--contents__inner {
  padding-top: 20px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#B5007C), to(#008AB4));
  background: transparent linear-gradient(90deg, #B5007C 0%, #008AB4 100%);
  position: relative;
}

.l-header__beneath--tabs--contents__inner:before, .l-header__beneath--tabs--contents__inner:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  border: 10px solid transparent;
  border-bottom: 15px solid #fff;
}

.l-header__beneath--tabs--contents__inner:after {
  top: 1.5px;
  border-bottom: 15px solid #fff;
}

.l-header__beneath--tabs--contents__inner.is-active-left:before, .l-header__beneath--tabs--contents__inner.is-active-left:after {
  left: 17%;
}

.l-header__beneath--tabs--contents__inner.is-active-center:before, .l-header__beneath--tabs--contents__inner.is-active-center:after {
  left: 50%;
}

.l-header__beneath--tabs--contents__inner.is-active-right:before, .l-header__beneath--tabs--contents__inner.is-active-right:after {
  left: 83%;
}

/*# sourceMappingURL=header.css.map */
/*lib*/
/*div:has(> .l-breadcrumb) {
  margin-top: 100px;
}*/

.l-breadcrumb {
  /*margin-top: 100px;*/
  background-color: #F7FAFB;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (max-width: 767px) {
  .l-breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
    /*height: 100%;*/
  }
}

.l-breadcrumb__img {
  max-width: 16px;
  margin-right: 10px;
}

.l-breadcrumb__list, .l-breadcrumb .hs-breadcrumb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 0;
}

.l-breadcrumb__list__item, .l-breadcrumb__list .hs-breadcrumb-menu-item, .l-breadcrumb .hs-breadcrumb-menu__item, .l-breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #58595E;
  padding: 0;
}

.l-breadcrumb .hs-breadcrumb-menu-item {
  padding: 0;
  padding-block: 2px;
}

.l-breadcrumb .hs-breadcrumb-menu-item:first-child {
  padding-left: 30px;
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_home.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left 3px center;
}

.l-breadcrumb .hs-breadcrumb-menu-divider {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
}

.l-breadcrumb .hs-breadcrumb-menu-divider::before {
  content: none;
}

.l-breadcrumb .hs-breadcrumb-menu-divider::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.l-breadcrumb__link, .l-breadcrumb .hs-breadcrumb-label {
  color: #58595E;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  display: block;
  padding-bottom: 1px;
}

.l-breadcrumb__link, .l-breadcrumb .hs-breadcrumb-label {
  text-decoration: underline;
}

.l-breadcrumb__link:hover, .l-breadcrumb .hs-breadcrumb-label:hover {
  color: #B5007C !important;
  text-decoration: none;
}

.l-breadcrumb .last-crumb .hs-breadcrumb-label {
  text-decoration: none !important;
}

.l-breadcrumb .last-crumb .hs-breadcrumb-label:hover {
  color: #58595E !important;
  text-decoration: none;
}

.l-breadcrumb__link, .l-breadcrumb__text, .l-breadcrumb .hs-breadcrumb-label {
  color: #58595E;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 9rem;
  letter-spacing: 0;
  font-family: initial !important;
  font-weight: normal;
  padding: 0;
}

@media print, screen and (max-width: 767px) {
  .l-breadcrumb__link, .l-breadcrumb__text, .l-breadcrumb .hs-breadcrumb-label {
    max-width: 6rem;
  }
}
.l-recomend-link {
  background-color: #F7FAFB;
  padding-top: 30px;
  padding-bottom: 60px;
}

@media print, screen and (max-width: 767px) {
  .l-recomend-link {
    padding-top: 40px;
  }
}

.l-recomend-link--button {
  display: inline-block;
}

.l-recomend-link--block {
  margin-top: 30px;
  padding-inline: 30px;
}

@media print, screen and (max-width: 767px) {
  .l-recomend-link--block {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-recomend-link--block.is-pctbl {
    display: block;
  }
}

@media print, screen and (max-width: 767px) {
  .l-recomend-link--block.is-pctbl {
    display: none;
  }
}

.l-recomend-link--block__item.is-hidden {
  display: none;
}

@media print, screen and (max-width: 767px) {
  .l-recomend-link--block__item + .l-recomend-link--block__item {
    margin-top: 16px;
  }
}

.l-recomend-link--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 40px;
}

@media print, screen and (max-width: 767px) {
  .l-recomend-link--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.l-recomend-link--list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.l-recomend-link--list__item.is-active .c-icon_arrow > span::after {
  border-top: 1px solid #008AB4;
  border-right: 1px solid #008AB4;
}

.l-recomend-link--list__item:not(.l-recomend-link--list__item.is-active):hover .l-recomend-link--list__link {
  color: #B5007C;
}

.l-recomend-link--list__item:not(.l-recomend-link--list__item.is-active):hover .c-icon_arrow > span::after {
  border-top: 1px solid #B5007C;
  border-right: 1px solid #B5007C;
}

.l-recomend-link--list__link {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.l-recomend-link--list__item.is-active .l-recomend-link--list__link {
  color: #008AB4;
}

@media print, screen and (max-width: 767px) {
  .l-recomend-link--list__link {
    font-size: 14px;
  }
}

.l-footer--block {
  position: relative;
  z-index: 10;
}

div:has(> .l-footer) {
  /*margin-top: 100px;*/
}

div:has(> .l-breadcrumb) + div:has(> .l-footer), div:has(> .l-recomend-link) + div:has(> .l-footer) {
  margin-top: 0;
}

.l-footer {
  background-color: #fff;
  padding-top: 40px;
  position: relative;
}

.l-footer::before, .l-footer::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  top: 0;
}

.l-footer::before {
  left: 0;
  background-color: #B5007C;
}

.l-footer::after {
  right: 0;
  background-color: #008AB4;
}

.l-footer__inner {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .l-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-footer__banner {
  max-width: 500px;
  margin-inline: auto;
}

.l-footer__banner__link {
  border: 1px solid #AABEC4;
  display: grid;
  grid-template-columns: 250px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding: 30px 40px;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .l-footer__banner__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
  }
}

@media print, screen and (min-width: 1050px) {
  .l-footer__banner__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .l-footer__banner__link:hover {
    border: 1px solid #B5007C;
    color: #B5007C;
  }
  .l-footer__banner__link:hover::after {
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_blank_pink.svg) no-repeat;
    background-size: 100%;
  }
}

.l-footer__banner__link::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_blank_black.svg) no-repeat;
  background-size: 100%;
}

.l-footer__banner__img {
  max-width: 250px;
}

@media print, screen and (max-width: 767px) {
  .l-footer__banner__img {
    max-width: 220px;
  }
}

.l-footer__banner__lead {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}

@media print, screen and (max-width: 767px) {
  .l-footer__banner__lead {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-footer__list {
    padding-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer__list__item.is-pctbl {
    display: block;
  }
}

@media print, screen and (max-width: 767px) {
  .l-footer__list__item.is-pctbl {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer__list__item.is-sp {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .l-footer__list__item.is-sp {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer__nav--block {
    display: block !important;
  }
}

@media print, screen and (max-width: 767px) {
  .l-footer__nav--block {
    display: none;
    padding-bottom: 24px;
  }
}

.l-footer__nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}

.l-footer__nav--title {
  font-size: 16px;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .l-footer__nav--title {
    margin-bottom: 16px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-footer__nav--title {
    cursor: pointer;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    border-bottom: 1px solid #AABEC4;
  }
  .l-footer__nav--title > a {
    text-decoration: none;
  }
}

.l-footer__nav--list {
  font-size: 14px;
  margin-top: 20px;
}

@media print, screen and (max-width: 767px) {
  .l-footer__nav--list {
    padding-left: 40px;
  }
}

.l-footer__nav--title__link {
  display: inline-block;
  line-height: 1.5;
}

@media print, screen and (min-width: 1050px) {
  .l-footer__nav--title__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .l-footer__nav--title__link:hover {
    color: #B5007C;
  }
}

@media print, screen and (max-width: 767px) {
  .l-footer__nav--title__lable {
    position: relative;
    padding-left: 40px;
  }
  .l-footer__nav--title__lable:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-block: 0;
    width: 24px;
    height: 24px;
  }
  .l-footer__nav--title__lable.is-default {
    padding-left: 0;
  }
 
  .l-footer__nav--title__lable.is-search::before {
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_search.svg) no-repeat;
    background-size: 100%;
  }
  .l-footer__nav--title__lable.is-human::before {
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_human.svg) no-repeat;
    background-size: 100%;
  }
  .l-footer__nav--title__lable.is-bill::before {
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_bill.svg) no-repeat;
    background-size: 100%;
  }
  .l-footer__nav--title__lable.is-question::before {
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_question.svg) no-repeat;
    background-size: 100%;
  }
  .l-footer__nav--title__lable.is-book::before {
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_book.svg) no-repeat;
    background-size: 100%;
  }
  .l-footer__nav--title__lable.is-mail::before {
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_mail.svg) no-repeat;
    background-size: 100%;
  }
  .l-footer__nav--title__lable.is-shop::before {
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_shop.svg) no-repeat;
    background-size: 100%;
  }

}

@media print, screen and (max-width: 767px) {
  .l-footer__nav--title__link {
    position: relative;
    padding-left: 0px;
    padding-block: 20px;
    width: 100%;
  }
}

.l-footer__nav--list__link {
  display: inline-block;
  text-decoration: underline;
  line-height: 1.5;
}

@media print, screen and (min-width: 1050px) {
  .l-footer__nav--list__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .l-footer__nav--list__link:hover {
    color: #B5007C;
  }
}

.l-footer__nav__button {
  display: none;
}

@media print, screen and (max-width: 767px) {
  .l-footer__nav__button {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer--under__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 20px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer--under__navl {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .l-footer--under__navl {
    display: block;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}

.l-footer--under__navl__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.l-footer--under__navl__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  padding: 10px 10px;
  padding-right: 0;
  border-bottom: 1px solid #AABEC4;
}

@media print, screen and (min-width: 768px) {
  .l-footer--bottom {
    border-top: 1px solid #AABEC4;
  }
}

.l-footer--bottom__wrap {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .l-footer--bottom__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.l-footer--bottom__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}

.l-footer--bottom__list {
  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;
  gap: 0;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-footer--bottom__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px 0;
  }
}

@media print, screen and (max-width: 767px) {
  .l-footer--bottom__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 0;
    margin-top: 16px;
  }
}

.l-footer--bottom__list__item {
  border-left: 1px solid;
  padding-left: 20px;
  padding-right: 20px;
}

.l-footer--bottom__list__item:first-child {
  border-left: 0;
}

.l-footer--bottom__list__item:last-child {
  padding-right: 0;
}

.l-footer--bottom__list__link {
  display: block;
  font-size: 13px;
}

@media print, screen and (min-width: 1050px) {
  .l-footer--bottom__list__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .l-footer--bottom__list__link:hover {
    color: #B5007C;
  }
}

.l-footer--bottom__copyright {
  font-size: 12px;
  color: #58595E;
  line-height: 1.5;
  text-align: right;
}

@media print, screen and (max-width: 767px) {
  .l-footer--bottom__copyright {
    margin-top: 20px;
    text-align: center;
  }
}

.l-footer--pagetop {
  /*position: fixed;
  right: 0;
  bottom: 30px;
  */
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}

@media print, screen and (max-width: 1049px) {
  .l-footer--pagetop {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}

.l-footer--pagetop__link {
  display: block;
  padding: 15px;
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1;
  padding-top: 80px;
  position: relative;
  text-align: center;
  text-transform: lowercase;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  height: 180px;
}

@media print, screen and (max-width: 1049px) {
  .l-footer--pagetop__link {
    height: 23px;
    padding: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.l-footer--pagetop__link::before {
  content: "";
  border-style: solid;
  border-width: 0 3.5px 8px 3.5px;
  border-color: transparent transparent #000 transparent;
  height: 0;
  left: calc(50% - 6px);
  position: absolute;
  top: -1px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 0;
}

@media print, screen and (max-width: 1049px) {
  .l-footer--pagetop__link::before {
    left: inherit;
    right: 0;
    top: inherit;
    bottom: 23px;
  }
}

.l-footer--pagetop__link:after {
  background-color: #000;
  content: "";
  height: 63px;
  left: calc(50% - 3px);
  position: absolute;
  top: 7px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 1px;
}

@media print, screen and (max-width: 1049px) {
  .l-footer--pagetop__link:after {
    bottom: 0;
    height: 23px;
    left: inherit;
    top: inherit;
    right: 3px;
  }
}

@media print, screen and (min-width: 1050px) {
  .l-footer--pagetop__link:hover {
    color: #B5007C;
  }
  .l-footer--pagetop__link:hover::before {
    border-color: transparent transparent #B5007C transparent;
  }
  .l-footer--pagetop__link:hover:after {
    background-color: #B5007C;
  }
}
/*# sourceMappingURL=footer.css.map */

/* サイト全体で共通のモジュール */
/* ==========================================================================

    accordion

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

.division-bottom-accordion {
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  .division-bottom-accordion {
    margin-bottom: 25px
  }
}

.accordion-list .accordion-list__item {
  border: 1px dotted #1f4551;
  box-sizing: border-box;
}
.accordion-list .accordion-list__item:not(:last-child) {
  border-bottom: none;
}

.accordion-list .accordion-list__item .accordion-list__item__title.heading-4 {
  color: #0c1112;
  font-size: 20px;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-weight: 300;
  letter-spacing: .2em;
  line-height: 1.5;
  padding: 15px 80px 15px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .accordion-list .accordion-list__item .accordion-list__item__title.heading-4 {
    font-size: 16px;
    padding: 15px 60px 15px 15px;
  }
}

.accordion-list .accordion-list__item .accordion-list__item__title.heading-4__innder {
  display: block;
  transform: scaleX(.8);
  transform-origin: left;
  width: 125%;
}

.accordion-list .accordion-list__item .accordion-list__item__title.heading-4:after {
  bottom: 0;
  content: "";
  height: 1px;
  left: -20px;
  position: absolute;
  width: calc(100% + 40px);
}

.accordion-list__item__title__button {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  min-height: 60px;
  border-left: 1px dotted #0c1112;
}
@media screen and (max-width: 767px) {
  .accordion-list__item__title__button {
    width: 40px;
    min-height: 40px;
  }
}

.accordion-list__item__title__button:before,
.accordion-list__item__title__button:after {
  background-color: #0c1112;
  content: "";
  height: 14px;
  left: calc(50% - 1px);
  position: absolute;
  top: calc(50% - 7px);
  transition: .5s;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .accordion-list__item__title__button:before,
  .accordion-list__item__title__button:after {
    top: calc(50% - 5px);
    height: 10px;
  }
}

.accordion-list__item__title__button:after {
  transform: rotate(90deg);
}

.accordion-list__item__title__button.is-active:before {
  transform: rotate(90deg);
}

.accordion-list__item__text {
  display: none;
}

.accordion-list__item__text .accordion-list__item__text__inner {
  position: relative;
  padding: 12px 20px;
}
@media screen and (max-width: 767px) {
  .accordion-list__item__text .accordion-list__item__text__inner {
    padding: 12px 15px;
  }
}
.accordion-list__item__text .accordion-list__item__text__inner:before,
.accordion-list__item__text .accordion-list__item__text__inner:after {
  content: "";
  position: absolute;
  height: 1px;
  top: 0;
}
.accordion-list__item__text .accordion-list__item__text__inner:before {
  left: 0;
  width: calc(100% - 60px);
  border-top: 1px dotted #d9e4e7;
}
.accordion-list__item__text .accordion-list__item__text__inner:after {
  right: 0;
  width: 60px;
  border-top: 1px dotted #0c1112;
}
@media screen and (max-width: 767px) {
  .accordion-list__item__text .accordion-list__item__text__inner:before {
    width: calc(100% - 40px);
  }
  .accordion-list__item__text .accordion-list__item__text__inner:after {
    width: 40px;
  }
}
/* ==========================================================================

    anchor

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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

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

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

.division-bottom-anchor {
  margin-bottom: 40px
}
@media screen and (mad-width: 767px) {
  .division-bottom-anchor {
    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: 60px;
  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: #0c1112;
  display: block;
  font-size: 18px;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-weight: bold;
  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: #008db8;
}

.anchor__item__text__inner {
  display: block;
  padding-right: 10px;
  position: relative;
}

.anchor__item a .anchor__item__text__inner:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA4IDYiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDgpIHJvdGF0ZSg5MCkiIGZpbGw9IiMyYzRkZGIiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 11px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 4px);
  transition: .5s;
  right: 0;
  width: 11px;
}
@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: 8px;
    width: 6px;
  }
}

.anchor__item a:hover .anchor__item__text__inner:after {
  opacity: 1;
}
/* ==========================================================================

    award

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


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

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

.award-columns {
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .award-columns {
    padding-left: 120px;
    padding-right: 120px;
    min-height: 235px;
  }
}
@media screen and (min-width: 1050px) {
  .award-columns {
    display: flex;
    align-items: center;
    padding-left: 130px;
    padding-right: 130px;
  }
}
.award-columns:before,
.award-columns:after,
.award-columns__column--figure:before,
.award-columns__column--figure:after {
  content: "";
  position: absolute;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  top: calc(50% - 116px);
  width: 100px;
  height: 235px;
}
@media screen and (max-width: 767px) {
  .award-columns:before,
  .award-columns:after,
  .award-columns__column--figure:before,
  .award-columns__column--figure:after {
    top: calc(50% - 41px);
    width: 35px;
    height: 82px;
  }
}
.award-columns:before,
.award-columns__column--figure:before {
  left: 0;
}
.award-columns:after,
.award-columns__column--figure:after {
  right: 0;
  transform: scale(-1,1);
}

@media screen and (max-width: 767px) {
  .award-columns:before,
  .award-columns:after {
    content: none;
  }
}

.award-columns__column--figure {
  position: relative;
  width: 240px;
  margin-right: 20px;
}
@media screen and (max-width: 1049px) {
  .award-columns__column--figure {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1049px) {
  .award-columns__column--figure {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .award-columns__column--figure:before,
  .award-columns__column--figure:after {
    content: none;
  }
}
@media screen and (max-width: 1049px) {
  .award-columns__column--figure .figure {
    text-align: center;
  }
  .award-columns__column--figure .figure img {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .award-columns__column--figure .figure img {
    max-width: 100px;
  }
}

.award-columns__column--text {
  width: calc(100% - 260px);
}
@media screen and (max-width: 1049px) {
  .award-columns__column--text {
    width: 100%;
    margin-top: 30px;
  }
}
.award-columns__column--text .natural p {
  text-align: center;
  font-size: 25px;
  letter-spacing: .2em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .award-columns__column--text .natural p {
    font-size: 16px;
  }
}

.award .description {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .award .description {
    margin-top: 35px;
  }
}
/* ==========================================================================

    ballon-columns

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */







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

.division-bottom-ballon-columns {
    margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .division-bottom-ballon-columns {
    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: #f7fafb;
  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: #0c1112;
  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 #d9e4e7;
  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 #d9e4e7 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 #d9e4e7 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 #d9e4e7;
  left: inherit;
  right: -18px;
}
@media screen and (max-width: 767px) {
  .ballon-columns-wrapper:nth-child(even) .ballon-columns__ballon:after {
    border-color: transparent transparent #d9e4e7 transparent;
    border-width: 0 17px 17px 17px;
    right: 40px;
    top: -17px;
  }
}
/* ==========================================================================

    balloon_img

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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


.balloon_img {
  max-width: 1250px;
  padding: 0 100px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width:1049px) {
	.balloon_img {
	  padding: 0 50px;
	}
	.balloon_items:not(:first-child) {
		margin-top: 50px;
	}
}
@media screen and (max-width:767px) {
	.balloon_img {
	  padding: 0 20px;
	}
	.balloon_items:not(:first-child) {
		margin-top: 35px;
	}
}
@media screen and (min-width:768px) {
	.balloon_img .heading-2 {
		text-align: center;
	}
}
.balloon_columns {
	max-width: 1150px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
}
@media screen and (max-width:767px) {
	.balloon_columns {
		display: block;
	}
}
.balloon_columns:not(:first-child) {
	margin-top: 50px;
}
@media screen and (max-width:1049px) {
	.balloon_columns:not(:first-child) {
		margin-top: 40px;
	}
}
.balloon_items:nth-of-type(even) .balloon_columns {
  margin-left: auto;
}
.balloon_columns .balloon_columns__column {
  box-sizing: border-box;
}

.balloon_items:nth-of-type(even) .balloon_columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;;
}
@media screen and (min-width:768px) {
	.balloon_items:nth-of-type(even) .balloon_columns__column:nth-child(1) {
	    margin-left: 30px;
	}
	.balloon_items:nth-of-type(odd) .balloon_columns__column:nth-child(2) {
	    margin-left: 30px;
	}
}
@media screen and (max-width:767px) {
  .balloon_items:nth-of-type(even) .balloon_columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;;
  }
}
.balloon_items:nth-of-type(even) .balloon_columns__column:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;;
}
@media screen and (max-width:767px) {
  .balloon_items:nth-of-type(even) .balloon_columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;;
  }
}

.balloon_columns__column.balloon_columns__column--figure {
	width: 340px;
}
.balloon_columns__column.balloon_columns__column--text {
	width: calc(100% - 370px);
}
@media screen and (max-width:767px) {
	.balloon_columns__column.balloon_columns__column--figure {
		width: auto;
	}
	.balloon_columns__column.balloon_columns__column--text {
		width: auto;
		margin-top: 20px;
	}
}

.balloon-text {
	position: relative;
	width: calc(100% - 30px);
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #090909;
}
@media screen and (max-width:1049px) {
	.balloon-text {
		width: 100%;
	}
}
@media screen and (min-width:1049px) {
	.balloon-text:after,
	.balloon-text:before{
	    border: solid transparent;
	    content:'';
	    height:0;
	    width:0;
	    pointer-oddts:none;
	    position:absolute;
	    top:50%;
	}
	.balloon-text:after{
	    border-color: rgba(255, 255, 255, 0);
	    border-top-width:13px;
	    border-bottom-width:13px;
	    border-left-width:21px;
	    border-right-width:21px;
	    margin-top: -13px;

	}
	.balloon-text:before{
	    border-color: rgba(9, 9, 9, 0);
	    border-top-width:14px;
	    border-bottom-width:14px;
	    border-left-width:22px;
	    border-right-width:22px;
	    margin-top: -14px;

	}

	.balloon_items:nth-of-type(odd) .balloon-text {
		margin-left: auto;
	}
	.balloon_items:nth-of-type(odd) .balloon-text:after,
	.balloon_items:nth-of-type(odd) .balloon-text:before {
		right:100%;
	}
	.balloon_items:nth-of-type(odd) .balloon-text:after {
		border-right-color: #ffffff;
	}
	.balloon_items:nth-of-type(odd) .balloon-text:before {
		margin-right: 1px;
		border-right-color: #090909;
	}
	.balloon_items:nth-of-type(even) .balloon-text:after,
	.balloon_items:nth-of-type(even) .balloon-text:before {
		left:100%;
	}
	.balloon_items:nth-of-type(even) .balloon-text:after {
		border-left-color: #ffffff;
	}
	.balloon_items:nth-of-type(even) .balloon-text:before {
		margin-left: 1px;
		border-left-color: #090909;
	}
}
@media screen and (max-width:1049px) {
	.balloon-text:after,
	.balloon-text:before{
	    border: solid transparent;
	    content:'';
	    height:0;
	    width:0;
	    pointer-events:none;
	    position:absolute;
	    top:100%;
	    left:50%;
	}
	.balloon-text:after{
	    border-color: rgba(255, 255, 255, 0);
	    border-top-width:18px;
	    border-bottom-width:18px;
	    border-left-width:10px;
	    border-right-width:10px;
	    margin-left: -10px;
	    border-top-color: #ffffff;
	}
	.balloon-text:before{
	    border-color: rgba(9, 9, 9, 0);
	    border-top-width:19px;
	    border-bottom-width:19px;
	    border-left-width:11px;
	    border-right-width:11px;
	    margin-left: -11px;
	    margin-top: 1px;
	    border-top-color: #090909;
	}
}
@media screen and (max-width:767px) {
	.balloon-text {
		padding: 15px;
	}
}

.balloon-text__inner {
	font-size: 28px;
	letter-spacing: .2em;
	line-height: 1.6;
	font-family: 'FOT-筑紫A丸ゴシック Std R', TsukuARdGothicStd-R;
}

.balloon-text__inner .em {
	font-size: 28px;
  min-height: 40px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
.balloon-text__inner .em:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  width: calc(100% - 5px);
  min-width: 85px;
  height: 4px;
  background-size: contain;
  background-repeat: repeat-x;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NS44NSA0Ljc4Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2Q2MDA3Zjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODUuODIsMi43OGEzLjQzLDMuNDMsMCwwLDEtMi4zMy0uOTQsNy4yMiw3LjIyLDAsMCwwLTkuNjQsMCwzLjM5LDMuMzksMCwwLDEtNC42NiwwLDcuMjMsNy4yMywwLDAsMC05LjY0LDAsMy40MSwzLjQxLDAsMCwxLTQuNjcsMCw3LjIyLDcuMjIsMCwwLDAtOS42NCwwLDMuNDEsMy40MSwwLDAsMS00LjY3LDAsNy4yMSw3LjIxLDAsMCwwLTkuNjMsMCwzLjQxLDMuNDEsMCwwLDEtNC42NywwLDcuMjIsNy4yMiwwLDAsMC05LjY0LDAsMy4zOSwzLjM5LDAsMCwxLTQuNjYsMCw3LjIxLDcuMjEsMCwwLDAtOS42NSwwLDMuMjQsMy4yNCwwLDAsMS0yLjI2LjkySDB2MkguMDZBNS4xOCw1LjE4LDAsMCwwLDMuNjgsMy4zM2E1LjIyLDUuMjIsMCwwLDEsNi45NCwwLDUuMzgsNS4zOCwwLDAsMCw3LjM2LDAsNS4yMiw1LjIyLDAsMCwxLDYuOTQsMCw1LjM5LDUuMzksMCwwLDAsNy4zNywwLDUuMjEsNS4yMSwwLDAsMSw2LjkzLDAsNS4zOSw1LjM5LDAsMCwwLDcuMzcsMCw1LjIyLDUuMjIsMCwwLDEsNi45NCwwLDUuMzksNS4zOSwwLDAsMCw3LjM3LDAsNS4yLDUuMiwwLDAsMSw2LjkzLDAsNS40MSw1LjQxLDAsMCwwLDcuMzgsMCw1LjE5LDUuMTksMCwwLDEsNi45MiwwLDUuMiw1LjIsMCwwLDAsMy43MiwxLjQ4Ii8+PC9nPjwvZz48L3N2Zz4=);
}
@media screen and (max-width:767px) {
	.balloon-text__inner {
		font-size: 18px;
	}
	.balloon-text__inner .em {
		font-size: 24px;
	  min-height: 30px;
	}
}
@media screen and (max-width: 1049px) {
	.balloon_columns__column.balloon_columns__column--text .balloon-text {
		display: none;
	}
}
@media screen and (min-width: 1050px) {
	.balloon_items .natural {
		margin-top: 30px;
	}
}
/* Missing Template at Path: \'eisai\/Assets\/Styles\/Module\/_bg_3columns.css\' */
/* ==========================================================================

    bg_image

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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

.bg_image {
    position: relative;
}

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

.bg_image__inner {
    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__inner {
        padding-left: 80px;
        max-width: calc(100% - 100px);
    }
}
@media screen and (max-width: 1049px) {
    .bg_image__inner {
        max-width: calc(100% - 80px);
        padding-top: 300px;
        padding-left: 50px;
        padding-right: 60px;
    }
}
@media screen and (max-width: 767px) {
    .bg_image__inner {
        max-width: calc(100% - 50px);
        padding-left: 20px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
}

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

.section--bg .bg_image .bg_image__inner:before {
    background-color: #f7fafb;
}
/* ==========================================================================

    billboard

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



/* 共通 */

.billboard {
  position: relative;
}

.billboard-wrapper {
  position: relative;
}

.billboard:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgODYyIDQ5NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODYyIDQ5NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtvcGFjaXR5OjcuMDAwMDAwZS0wMjtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOnVybCgj44K344Kn44Kk44OXXzFfMV8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fQo8L3N0eWxlPgo8bGluZWFyR3JhZGllbnQgaWQ9IuOCt+OCp+OCpOODl18xXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjU0NS45NzYiIHkxPSItMTg5Ljg4NjQiIHgyPSIxMDIuNzYyIiB5Mj0iNTQ3Ljc0NTYiPgoJPHN0b3AgIG9mZnNldD0iNC43NjM3MTllLTA0IiBzdHlsZT0ic3RvcC1jb2xvcjojRDYwMDdGIi8+Cgk8c3RvcCAgb2Zmc2V0PSIwLjUiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkYiLz4KCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDhEQjgiLz4KPC9saW5lYXJHcmFkaWVudD4KPHBhdGggaWQ9IuOCt+OCp+OCpOODl18xIiBjbGFzcz0ic3QwIiBkPSJNMCw0ODZjODcuMywyMC4zLDMyNS4zLDguNywzOTktMTIzczEwNC4yLTIxMy41LDI2NC0yMzRTODYyLDAsODYyLDBIMFY0ODZ6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  content: "";
  left: 0;
  width: 492px;
  height: 265px;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1049px) {
  .billboard:before {
    height: 219px;
    width: 356px;
  }
}
@media screen and (max-width: 767px) {
  .billboard:before {
    height: 151px;
    width: 270px;
  }
}

.billboard__inner  {
  background-color: #f7fbfc;
  margin-left: auto;
  position: relative;
  width: calc(100% - 230px);
  padding-top: 250px;
  padding-right: 100px;
  height: 450px;
  border-radius: 0 0 0 200px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
@media screen and (max-width: 1049px) {
  .billboard__inner  {
    border-radius: 0 0 0 160px;
    width: calc(100% - 75px);
    padding-top: 270px;
    padding-right: 50px;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .billboard__inner  {
    height: 325px;
    padding-top: 180px;
    padding-right: 20px;
    width: calc(100% - 35px);
    border-radius: 0 0 0 100px;
  }
}
.billboard__inner  .tags {
  margin-left: -30px;
}
.billboard__inner .tags .tags__item .tags__item__text {
  border-radius: 0;
  font-size: 16px;
  font-family: 'NotoSansCJKjp', sans-serif;
  min-width: 175px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .billboard__inner  .tags {
    margin-left: -15px;
  }
  .billboard__inner .tags .tags__item .tags__item__text {
    font-size: 13px;
    min-width: 130px;
  }
}
.billboard-wrapper__scroll {
  bottom: -290px;
  height: 143px;
  left: 30px;
  position: absolute;
  overflow: hidden;
  transform: scale(-1, -1);
  width: 14px;
  writing-mode: tb-rl;
  z-index: 10;
}
@media screen and (max-width: 1049px) {
  .billboard-wrapper__scroll {
    bottom: -390px;
    height: 140px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .billboard-wrapper__scroll {
    bottom: -170px;
    left: 5px;
  }
}

.billboard-wrapper__scroll a {
  color: #0c1112;
  display: block;
  font-family: 'Quicksand-Medium', serif;
  font-size: 14px;
  letter-spacing: .35em;
  line-height: 1;
  padding-top: 80px;
  position: relative;
  text-align: center;
  text-transform: lowercase;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .billboard-wrapper__scroll a {
    font-size: 12px;
    letter-spacing: .34em;
  }
}

.billboard-wrapper__scroll a:hover {
  color: #d6007f;
}

.billboard-wrapper__scroll a:before {
  content: "";
  border-style: solid;
  border-width: 0 3.5px 8px 3.5px;
  border-color: transparent transparent #0c1112 transparent;
  height: 0;
  left: calc(50% - 6px);
  position: absolute;
  top: -1px;
  transition: .5s;
  width: 0;
}

.billboard-wrapper__scroll a:hover:before {
  border-color: transparent transparent #d6007f transparent;
}

.billboard-wrapper__scroll a:after {
  background-color: #0c1112;
  content: "";
  height: 63px;
  left: calc(50% - 3px);
  position: absolute;
  top: 7px;
  transition: .5s;
  width: 1px;
}

.billboard-wrapper__scroll a:hover:after {
  background-color: #d6007f;
}


/* 製品画像 */

.billboard-wrapper.product .billboard__inner {
  background-image: none;
}
.billboard-wrapper.product .billboard__inner:after {
  content: "";
  position: absolute;
  right: 140px;
  bottom: 10px;
  width: 493px;
  height: 290px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.billboard-wrapper.product .billboard__inner .heading-1,
.billboard-wrapper.product .billboard__inner .tags {
  width: calc(100% - 490px);
}
@media screen and (max-width: 1299px) {
  .billboard-wrapper.product .billboard__inner:after {
    right: 30px;
  }
  .billboard-wrapper.product .billboard__inner .heading-1,
  .billboard-wrapper.product .billboard__inner .tags {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 1049px) {
  .billboard-wrapper.product .billboard__inner:after {
    width: 340px;
    height: 200px;
  }
  .billboard-wrapper.product .billboard__inner .heading-1,
  .billboard-wrapper.product .billboard__inner .tags {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .billboard-wrapper.product .billboard__inner {
    height: auto;
    min-height: 325px;
  }
  .billboard-wrapper.product .billboard__inner:after {
    width: 140px;
    height: 150px;
    right: 10px;
  }
  .billboard-wrapper.product .billboard__inner .heading-1,
  .billboard-wrapper.product .billboard__inner .tags {
    width: calc(100% - 105px);
  }

}



/* 製品画像 */

.billboard-wrapper.onayami {
  padding-bottom: 80px;
}
.billboard-wrapper.onayami .billboard__inner {
  background-image: none;
}
.billboard-wrapper.onayami .billboard__inner:after {
  content: "";
  position: absolute;
  right: 160px;
  bottom: -60px;
  width: 343px;
  height: 356px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.billboard-wrapper.onayami .billboard__inner .heading-1,
.billboard-wrapper.onayami .billboard__inner .tags {
  width: calc(100% - 380px);
}
@media screen and (max-width: 1049px) {
  .billboard-wrapper.onayami {
    padding-bottom: 60px;
  }
  .billboard-wrapper.onayami .billboard__inner:after {
    bottom: -50px;
    right: 50px;
    width: 274px;
    height: 284px;
  }
  .billboard-wrapper.onayami .billboard__inner .heading-1,
  .billboard-wrapper.onayami .billboard__inner .tags {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 767px) {
  .billboard-wrapper.onayami {
    padding-bottom: 15px;
  }
  .billboard-wrapper.onayami .billboard__inner {
    height: auto;
    min-height: 325px;
  }
  .billboard-wrapper.onayami .billboard__inner:after {
    bottom: -10px;
    width: 141px;
    height: 200px;
    right: 20px;
  }
  .billboard-wrapper.onayami .billboard__inner .heading-1,
  .billboard-wrapper.onayami .billboard__inner .tags {
    width: calc(100% - 135px);
  }

}


/* 特長ページキービジュアル */

.billboard-wrapper.billboard-wrapper--features .billboard__inner {
  padding-top: 300px;
  height: 580px;
}
@media screen and (max-width: 1049px) {
  .billboard-wrapper.billboard-wrapper--features .billboard__inner {
    padding-top: 265px;
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .billboard-wrapper.billboard-wrapper--features .billboard__inner {
    padding-top: 190px;
    height: 375px;
  }
}
/* ==========================================================================

    billboard animation

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



/* animation keyframes */

/* 上下にふわふわ */
@keyframes vertical-updown {
  0% {
    transform: translate(0,0px);
  }
  50% {
    transform: translate(0,12px);
  }
  100% {
    transform: translate(0,0px);
  }
}
@media screen and (max-width: 767px) {
  @keyframes vertical-updown {
    0% {
      transform: translate(0,0px);
    }
    50% {
      transform: translate(0,7px);
    }
    100% {
      transform: translate(0,0px);
    }
  }
}
/* 上下にふわふわ：リバース */
@keyframes vertical-updown_reverse {
  0% {
    transform: translate(0,0);
  }
  50% {
    transform: translate(0,-12px);
  }
  100% {
    transform: translate(0,0px);
  }
}
@media screen and (max-width: 767px) {
  @keyframes vertical-updown_reverse {
    0% {
      transform: translate(0,0);
    }
    50% {
      transform: translate(0,-7px);
    }
    100% {
      transform: translate(0,0px);
    }
  }
}
/* 上下にふわふわ：動き少 */
@keyframes vertical-updown_s {
  0% {
    transform: translate(0,0px);
  }
  50% {
    transform: translate(0,6px);
  }
  100% {
    transform: translate(0,0px);
  }
}
/* 上下にふわふわ：動き少 リバース */
@keyframes vertical-updown_s-reverse {
  0% {
    transform: translate(0,0px);
  }
  50% {
    transform: translate(0,-6px);
  }
  100% {
    transform: translate(0,0px);
  }
}
/* 拡大しながら出現 */
@keyframes scale-appear {
  20% {
    transform: scale(1.2);
    opacity: 1;
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

/* KV右 階段 */
.right-stairs.is-active {
  animation: fade-in ease 1.8s forwards;
  opacity: 0;
}
.right-stairs.right-stairs--02.is-active {
  animation-delay: 1s;
}
.right-stairs.right-stairs--03.is-active {
  animation-delay: 2s;
}

/* KV右 吹き出し */
.billboard .right-notice.is-active {
  transform: scale(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  animation: scale-appear ease-in-out 1s 2s forwards, fade-out ease-in 1.5s 3s forwards;
}


/* 選ばれる理由 */


.billboard.billboard--attraction .main-partner {
  animation: vertical-updown ease 5s infinite;
}
.billboard.billboard--attraction .main-board {
  animation: vertical-updown_s ease 4s infinite;
}


/* バックオフィスのお悩みを解決 */


.billboard.billboard--solution .main-cloud {
  animation: vertical-updown ease 9s infinite;
}
.billboard.billboard--solution .main-coin {
  animation: vertical-updown_reverse ease 8s infinite;
}
.billboard.billboard--solution .main-calculator {
  animation: vertical-updown_s ease 5.5s infinite;
}


/* サービス */


.billboard.billboard--service .main-bang.is-active {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  animation: scale-appear ease 1.5s 1s forwards;
}
.billboard.billboard--service .main-cloud01 {
  animation: vertical-updown_s ease 5.5s infinite;
}
.billboard.billboard--service .main-cloud02 {
  animation: vertical-updown_s-reverse ease 5.5s 1s infinite;
}
.billboard.billboard--service .main-circle01 {
  animation: vertical-updown ease 4s infinite;
}
.billboard.billboard--service .main-circle02 {
  animation: vertical-updown_reverse ease 4s 1s infinite;
}
.billboard.billboard--service .main-circle03 {
  animation: vertical-updown ease 4s 2s infinite;
}
.billboard.billboard--service .main-circle04 {
  animation: vertical-updown_reverse ease 4s 1s infinite;
}
.billboard.billboard--service .main-circle05 {
  animation: vertical-updown ease 4s 2s infinite;
}

/* よくある質問 */


.billboard.billboard--faq .main-bang--01 {
  animation: vertical-updown ease 7s infinite;
}
.billboard.billboard--faq .main-bang--02 {
  animation: vertical-updown_reverse ease 5.5s 2s infinite;
}
.billboard.billboard--faq .main-question--01 {
  animation: vertical-updown ease 7s 3s infinite;
}
.billboard.billboard--faq .main-question--02 {
  animation: vertical-updown_reverse ease 5.5s infinite;
}


/* 導入事例のご紹介 */


.billboard.billboard--case .main-light-bulb--01 {
  animation: vertical-updown_reverse ease 5s infinite;
}
.billboard.billboard--case .main-light-bulb--02 {
  animation: vertical-updown_reverse ease 5s 1s infinite;
}
.billboard.billboard--case .main-light-bulb--03 {
  animation: vertical-updown_reverse ease 5s 2s infinite;
}
.billboard.billboard--case .main-light-bulb--04 {
  animation: vertical-updown_reverse ease 5s 1s infinite;
}
.billboard.billboard--case .main-light-bulb--05 {
  animation: vertical-updown_reverse ease 5s 2s infinite;
}


/* お役立ち資料 */


@keyframes main-diamond {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.billboard.billboard--document .main-diamond {
  transform: scale(0);
}
.billboard.billboard--document .main-diamond.is-active {
  animation: main-diamond ease-in-out 1.5s infinite;
}
.billboard.billboard--document .main-diamond.is-active.main-diamond--02 {
  animation-delay: .9s;
}
.billboard.billboard--document .main-diamond.is-active.main-diamond--03 {
  animation-delay: 1.2s;
}
.billboard.billboard--document .main-diamond.is-active.main-diamond--04 {
  animation-delay: .3s;
}
.billboard.billboard--document .main-diamond.is-active.main-diamond--05 {
  animation-delay: 1.5s;
}
.billboard.billboard--document .main-diamond.is-active.main-diamond--06 {
  animation-delay: .6s;
}

@keyframes main-yellow-card {
  0% {
    transform: translateY(10px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
.billboard.billboard--document .main-yellow-card.is-active {
  animation: main-yellow-card cubic-bezier(0.58, 0.01, 0.36, 0.99) 3s 2s infinite;
}

.billboard.billboard--document .main-purple-card.is-active {
  animation: vertical-updown ease-in-out 3s infinite;
}


/* お問い合わせ */


.billboard.billboard--contact .main-cloud {
  animation: vertical-updown ease-in-out 6s infinite;
}
.billboard.billboard--contact .main-cloud.main-cloud--02 {
  animation-delay: 2s;
}
.billboard.billboard--contact .main-cloud.main-cloud--03 {
  animation-delay: 3s;
}

@keyframes main-mail {
  0% {
    transform: translateY(-40px) scale(0);
    opacity: 1;
  }
  20% {
    transform: translateY(-40px) scale(1.2);
    opacity: 1;
  }
  40% {
    transform: translateY(-40px) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(10px) scale(1);
    opacity: 0;
  }
}
.billboard.billboard--contact .main-mail.is-active {
  animation: main-mail cubic-bezier(0, 0, 0, 1.01) 3s infinite;
}


/* LP */

.billboard.billboard--lp .main-cloud,
.billboard.billboard--lp .main-lp-mail01,
.billboard.billboard--lp .main-lp-mail02 {
  animation: vertical-updown ease-in-out 6s infinite;
}
.billboard.billboard--lp .main-cloud.main-cloud--02,
.billboard.billboard--lp .main-lp-mail01 {
  animation-delay: 2s;
}
.billboard.billboard--lp .main-cloud.main-cloud--03,
.billboard.billboard--lp .main-lp-mail02 {
  animation-delay: 3s;
}


/* 新着情報 */

.billboard.billboard--news .main-new {
  animation: vertical-updown ease-in-out 6s infinite;
}

.billboard.billboard--news .main-blog-mail--02.is-active,
.billboard.billboard--news .main-blog-mail--03.is-active {
  animation: main-blog-mail 3s infinite;
}
.billboard.billboard--news .main-blog-mail--01.is-active {
  animation: main-blog-mail-fadeout 3s infinite;
}
.billboard.billboard--news .main-blog-mail--04.is-active {
  animation: main-blog-mail-fadein 3s infinite;
}

.billboard.billboard--news .main-sound01.is-active {
  transform-origin: top right;
  animation: main-sound ease-in-out 1.5s infinite;
}
.billboard.billboard--news .main-sound02.is-active {
  transform-origin: top left;
  animation: main-sound ease-in-out 1.5s infinite;
}

@keyframes main-blog-mail {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-44px);
  }
  100% {
    transform: translateY(-44px);
  }
}
@keyframes main-blog-mail-fadein {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    transform: translateY(-44px);
    opacity: 1;
  }
  100% {
    transform: translateY(-44px);
    opacity: 1;
  }
}
@keyframes main-blog-mail-fadeout {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(-44px);
    opacity: 0;
  }
  100% {
    transform: translateY(-44px);
    opacity: 0;
  }
}
@media screen and (max-width: 1049px) {
  @keyframes main-blog-mail {
    0% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-41px);
    }
    100% {
      transform: translateY(-41px);
    }
  }
  @keyframes main-blog-mail-fadein {
    0% {
      transform: translateY(0);
      opacity: 0;
    }
    30% {
      transform: translateY(-41px);
      opacity: 1;
    }
    100% {
      transform: translateY(-41px);
      opacity: 1;
    }
  }
  @keyframes main-blog-mail-fadeout {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    30% {
      transform: translateY(-41px);
      opacity: 0;
    }
    100% {
      transform: translateY(-41px);
      opacity: 0;
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes main-blog-mail {
    0% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-21px);
    }
    100% {
      transform: translateY(-21px);
    }
  }
  @keyframes main-blog-mail-fadein {
    0% {
      transform: translateY(0);
      opacity: 0;
    }
    30% {
      transform: translateY(-21px);
      opacity: 1;
    }
    100% {
      transform: translateY(-21px);
      opacity: 1;
    }
  }
  @keyframes main-blog-mail-fadeout {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    30% {
      transform: translateY(-21px);
      opacity: 0;
    }
    100% {
      transform: translateY(-21px);
      opacity: 0;
    }
  }
}

@keyframes main-sound {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
    opacity: .7;
  }
  100% {
    transform: scale(1);
  }
}

.billboard.billboard--news .main-blog-detail-mail.is-active {
  transform: scale(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  animation: scale-appear ease-in-out 1s 1s forwards;
}
/* ==========================================================================

    button

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.button a {
	text-decoration: none;
}

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

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

.button--default.button--white .button-inner .button-inner__text {
	color: #ffffff;
}

/* ３：img＋h4＋btn */
.columns--three .button.button--default.view--is-desktop:not(:first-child) {
  margin-top: 30px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.columns--three.button--text:not(:first-child) {
		margin-top: 20px;
	}
}

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


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

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

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

.button--default {
	position: relative;
	z-index: 1;
}

.button--default a,
.button--default button {
	border: 1px solid #d9e4e7;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	max-width: 260px;
	position: relative;
	text-transform: lowercase;
	transition: .5s;
}
.button--default.button--white a {
	border-color: #ffffff;
}
.button--default .button-inner {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 17px 30px;
}
.button--default .button-inner:before,
.button--default .button-inner:after {
	content: "";
	position: absolute;
	display: inline-block;
	transition: .5s;
}
.button--default .button-inner:before {
	width: 63px;
	height: 1px;
	background-color: #d9e4e7;
	top: 50%;
	right: -14px;
}
.button--default.button--white .button-inner:before {
	background-color: #ffffff;
}
.button--default .button-inner:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 7px;
	border-color: transparent transparent transparent #d9e4e7;
	top: calc(50% - 3px);
	right: -21px;
}
.button--default.button--white .button-inner:after {
	border-color: transparent transparent transparent #ffffff;
}

.button--default .button-inner .button-inner__text {
	display: block;
	color: #0c1112;
	font-family: 'NotoSansCJKjp', sans-serif;
	font-size: 16px;
	letter-spacing: .2em;
	line-height: 1.5;
	transform: scaleX(.8);
  transform-origin: left;
  width: 125%;
}

.button--default.text-center a,
.button--default.text-center button {
	margin: 0 auto;
}

.button--default a:before,
.button--default button:before,
.button--default a:after,
.button--default button:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 5px;
	left: -1px;
	transition: .5s;
}
.button--default a:before,
.button--default button:before {
	background-color: #d6007f;
	bottom: 50%;
}
.button--default a:after,
.button--default button:after {
	background-color: #008db8;
	top: 50%;
}

.button--default a:hover:before,
.button--default button:hover:before,
.button--default a:hover:after,
.button--default button:hover:after {
	height: 10px;
}
.bl-hover .button--default a:before,
.bl-hover .button--default a:after {
	height: 10px;
}

.button--default a:hover .button-inner:before,
.button--default button:hover .button-inner:before,
.button--default a:hover .button-inner:after,
.button--default button:hover .button-inner:after {
	transform: translateX(35px);
}
.bl-hover .button--default a .button-inner:before,
.bl-hover .button--default a .button-inner:after {
	transform: translateX(35px);
}

@media screen and (max-width: 767px) {
	.button--default a {
		max-width: 240px;
	}
	.button--default .button-inner {
		padding: 13.5px 30px;
	}
	.button--default .button-inner .button-inner__text {
		font-size: 14px;
	}
}

/* 3カラム内のボタン幅 */
@media screen and (max-width: 1249px) {
	.columns.columns--three .button--default a {
	  max-width: 230px;
	}
}

.button--center a {
	margin: 0 auto;
}

.button--wide a {
	max-width: 500px;
}
@media screen and (max-width: 767px) {
	.button--wide a {
		max-width: 280px;
	}
}

.button--entry {
	text-align: center;
}

.button--entry a {
	background-color: #d6007f;
	border-radius: 5px;
	box-sizing: border-box;
	color: #ffffff;
	display: inline-block;
	font-family: 'NotoSansCJKjp-Bold', sans-serif;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: .17em;
	line-height: 2;
	min-width: 450px;
	text-align: left;
	padding: 11px 100px 18px 20px;
	position: relative;
	transition: .5s;
}
@media screen and (max-width: 767px) {
	.button--entry a {
		font-size: 15px;
		max-width: 280px;
		min-width: inherit;
		padding: 12px 93px 19px 20px;
	}
}

.button--entry.is-active a {
	pointer-events: inherit;
}

.button--entry a:after {
	content: attr(data-entry);
	color: #ED8D8D;
	display: block;
	font-family: 'Quicksand-Regular', serif;
	font-size: 14px;
	letter-spacing: .35em;
	line-height: 1;
	margin-top: 3px;
	text-transform: lowercase;
	transition: .5s;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.button--entry a:after {
		font-size: 11px;
		margin-top: 8px;
	}
}

.button--entry a:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiNmNDJiNDEiLz4KPC9zdmc+Cg==);
	background-size: 6px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-radius: 100%;
	content: "";
	height: 28px;
	position: absolute;
	right: 20px;
	top: calc(50% - 14px);
	transition: .5s;
	width: 28px;
}

.button--entry a:hover {
	background-color: #008db8;
}

.button--entry a:hover:after {
	color: #f7fafb;
}

.button--entry a:hover:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiMyYzRkZGIiLz4KPC9zdmc+Cg==);
}


/* テキストボタン */

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

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

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

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

.button--text a,
.button--text .button--text__link {
	padding-top: 10px;
	color: #0c1112;
	display: inline-block;
	font-family: 'Quicksand-Regular', serif;
	font-size: 14px;
	letter-spacing: .3em;
	line-height: 1.5;
	position: relative;
	text-transform: lowercase;
	transition: .5s;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.button--text a,
	.button--text .button--text__link {
		padding-top: 7px;
		font-size: 11px;
	}
}

.button--text.button--jp a,
.button--default.button--jp a {
	color: #090909;
	font-family: 'NotoSansCJKjp', sans-serif;
	font-size: 16px;
	letter-spacing: .17em;
	line-height: 2;
	text-transform: inherit;
}

.button--text a:before,
.button--text .button--text__link:before,
.button--text a:after,
.button--text .button--text__link:after {
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}
.button--text a:before,
.button--text .button--text__link:before {
	background-color: #008db8;
	width: 60px;
}
.button--text a:after,
.button--text .button--text__link:after {
	background-color: #d6007f;
	width: 30px;
}
@media screen and (max-width: 767px) {
	.button--text a:before,
	.button--text .button--text__link:before {
		width: 50px;
	}
	.button--text a:after,
	.button--text .button--text__link:after {
		background-color: #d6007f;
		width: 25px;
	}
}

.button--text.text-center a:before,
.button--text.text-center .button--text__link:before {
	left: 50%;
	width: 30px;
}

.button--text.text-center a:after,
.button--text.text-center .button--text__link:after {
	left: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
	.button--text.text-center a:after,
	.button--text.text-center .button--text__link:after {
		left: calc(50% - 25px);
	}
}

.button--text.text-center a:hover:before,
.button--text.text-center .button--text__link:hover:before {
	width: 30px;
}

.button--text.text-center a:hover:after,
.button--text.text-center .button--text__link:hover:after {
	width: 30px;
}

.button--text a:hover:before,
.button--text .button--text__link:hover:before {
	width: 100px;
}
.button--text a:hover:after,
.button--text .button--text__link:hover:after {
	width: 50px;
}

.button--back a:before {
	transform: rotate(180deg);
}

.button--default.button--bg a {
	background-color: #ffffff;
}

/* ボタン位置調整 */
.button.button--text.position-center {
	text-align: center;
}
.button.button--text.position-right {
	text-align: right;
}
.button.button--default.position-center a {
	margin: auto;
}
.button.button--default.position-right a {
	margin-left: auto;
}
/* ==========================================================================

    buy

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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

.buy {
  max-width: 1210px;
  margin: auto;
  padding: 80px;
  background-color: #f7fafb;
  box-sizing: border-box;
}
.buy .buy__inner {
  padding: 20px 75px;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media screen and (max-width: 1049px) {
  .buy {
    padding: 80px 30px;
  }
  .buy .buy__inner {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .buy {
    padding: 60px 20px;
  }
  .buy .buy__inner {
    padding: 20px;
  }
}
.buy .buy__inner .figure.figure--logo img {
  height: 30px;
}

.buy .buy__inner .buy-columns {
  display: flex;
  flex-wrap: wrap;
}
.buy .buy__inner .buy-columns.buy-columns--one {
  justify-content: center;
}
.buy .buy__inner .buy-columns__column {
  width: calc(50% - 25px);
  padding: 30px 0;
}
.buy .buy-columns__column.buy-columns__column--one {
  margin: auto;
}

.buy .buy__inner .buy-columns__column:nth-child(even) {
  margin-left: 50px;
}

.buy .buy__inner .buy-columns__column:nth-child(n+3) {
  margin-top: 0;
  border-top: 1px solid #d9e4e7;
}
.buy .buy__inner .logo-link {
  display: block;
  position: relative;
  padding: 0px 60px 0 25px;
}
.buy .buy__inner .logo-link[target="_blank"]:before,
.buy .buy__inner .logo-link[target="_blank"]:after {
  background-size: contain;
	content: "";
  height: 20px;
  right: 25px;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  transition: .5s;
}
@media screen and (max-width: 1049px) {
  .buy .buy__inner .logo-link[target="_blank"]:before,
  .buy .buy__inner .logo-link[target="_blank"]:after {
    right: 15px;
  }
}
.buy .buy__inner .logo-link[target="_blank"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0ibGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPGcgaWQ9IuODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj4KICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMTA1NSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgMTA1NSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBpZD0i44OR44K5XzE4NSIgZGF0YS1uYW1lPSLjg5HjgrkgMTg1IiBkPSJNMTkuMjYuNzIsMTEuNjEsMmw2LjI1LDYuMjVaIiBmaWxsPSIjMmYzNDM2Ii8+CiAgICA8cGF0aCBpZD0i44OR44K5XzE4NiIgZGF0YS1uYW1lPSLjg5HjgrkgMTg2IiBkPSJNOS4yMSwxMS4xOUEuNTEuNTEsMCwwLDEsOC44NSwxMWEuNS41LDAsMCwxLDAtLjdsNS41NC01LjUzYS40OTUuNDk1LDAsMSwxLC43LjdMOS41NiwxMUEuNDkuNDksMCwwLDEsOS4yMSwxMS4xOVoiIGZpbGw9IiMyZjM0MzYiLz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTg3IiBkYXRhLW5hbWU9IuODkeOCuSAxODciIGQ9Ik0xNi4yLDE5LjM0SDEuMDVhLjUuNSwwLDEsMSwwLTFIMTYuMmEuNS41LDAsMSwxLDAsMVoiIGZpbGw9IiMyZjM0MzYiLz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTg4IiBkYXRhLW5hbWU9IuODkeOCuSAxODgiIGQ9Ik04LjYzLDQuMTlIMS4wNWEuNS41LDAsMCwxLDAtMUg4LjYzYS41LjUsMCwwLDEsMCwxWiIgZmlsbD0iIzJmMzQzNiIvPgogICAgPHBhdGggaWQ9IuODkeOCuV8xODkiIGRhdGEtbmFtZT0i44OR44K5IDE4OSIgZD0iTTEuMDUsMTkuMzRhLjUuNSwwLDAsMS0uNS0uNVYzLjY5YS41LjUsMCwxLDEsMSwwVjE4Ljg0QS41LjUsMCwwLDEsMS4wNSwxOS4zNFoiIGZpbGw9IiMyZjM0MzYiLz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTkwIiBkYXRhLW5hbWU9IuODkeOCuSAxOTAiIGQ9Ik0xNi4yLDE5LjM0YS41LjUsMCwwLDEtLjUtLjVWMTEuMjdhLjUuNSwwLDEsMSwxLDB2Ny41N0EuNS41LDAsMCwxLDE2LjIsMTkuMzRaIiBmaWxsPSIjMmYzNDM2Ii8+CiAgPC9nPgo8L3N2Zz4K) no-repeat center;
}
.buy .buy__inner .logo-link[target="_blank"]:after {
  opacity: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPgogIDxyZWN0IGlkPSLplbfmlrnlvaJfMTA1NSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgMTA1NSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIi8+CiAgPHBhdGggaWQ9IuODkeOCuV8xODUiIGRhdGEtbmFtZT0i44OR44K5IDE4NSIgZD0iTTE5LjI2LjcyLDExLjYxLDJsNi4yNSw2LjI1WiIgZmlsbD0iIzAwOGRiOCIvPgogIDxwYXRoIGlkPSLjg5HjgrlfMTg2IiBkYXRhLW5hbWU9IuODkeOCuSAxODYiIGQ9Ik05LjIxLDExLjE5QS41MS41MSwwLDAsMSw4Ljg1LDExYS41LjUsMCwwLDEsMC0uN2w1LjU0LTUuNTNhLjQ5NS40OTUsMCwxLDEsLjcuN0w5LjU2LDExQS40OS40OSwwLDAsMSw5LjIxLDExLjE5WiIgZmlsbD0iIzAwOGRiOCIvPgogIDxwYXRoIGlkPSLjg5HjgrlfMTg3IiBkYXRhLW5hbWU9IuODkeOCuSAxODciIGQ9Ik0xNi4yLDE5LjM0SDEuMDVhLjUuNSwwLDEsMSwwLTFIMTYuMmEuNS41LDAsMSwxLDAsMVoiIGZpbGw9IiMwMDhkYjgiLz4KICA8cGF0aCBpZD0i44OR44K5XzE4OCIgZGF0YS1uYW1lPSLjg5HjgrkgMTg4IiBkPSJNOC42Myw0LjE5SDEuMDVhLjUuNSwwLDAsMSwwLTFIOC42M2EuNS41LDAsMCwxLDAsMVoiIGZpbGw9IiMwMDhkYjgiLz4KICA8cGF0aCBpZD0i44OR44K5XzE4OSIgZGF0YS1uYW1lPSLjg5HjgrkgMTg5IiBkPSJNMS4wNSwxOS4zNGEuNS41LDAsMCwxLS41LS41VjMuNjlhLjUuNSwwLDEsMSwxLDBWMTguODRBLjUuNSwwLDAsMSwxLjA1LDE5LjM0WiIgZmlsbD0iIzAwOGRiOCIvPgogIDxwYXRoIGlkPSLjg5HjgrlfMTkwIiBkYXRhLW5hbWU9IuODkeOCuSAxOTAiIGQ9Ik0xNi4yLDE5LjM0YS41LjUsMCwwLDEtLjUtLjVWMTEuMjdhLjUuNSwwLDEsMSwxLDB2Ny41N0EuNS41LDAsMCwxLDE2LjIsMTkuMzRaIiBmaWxsPSIjMDA4ZGI4Ii8+Cjwvc3ZnPgo=) no-repeat center;
}

.buy .buy__inner .logo-link[target="_blank"]:hover:before {
  opacity: 0;
}
.buy .buy__inner .logo-link[target="_blank"]:hover:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .buy .buy__inner .buy-columns {
    display: block;
    flex-wrap: wrap;
  }
  .buy .buy__inner .buy-columns__column:nth-child(even) {
    margin-left: 0;
  }
  .buy .buy__inner .buy-columns__column {
    width: 100%;
    padding: 20px 0;
  }
  .buy .buy__inner .buy-columns__column:nth-child(n+3) {
    border-top: none;
  }
  .buy .buy__inner .buy-columns__column:not(:first-child) {
    border-top: 1px solid #d9e4e7;
  }
}
/* ==========================================================================

    care

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


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

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

.care {
  padding-top: 80px;
  position: relative;
}
.care:before,
.care:after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.care:before {
  top: -85px;
  left: -110px;
  width:570px;
  height:300px;
  background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/feature/sahne/shape1.png);
}
.care:after {
  bottom: 30px;
  right: -30px;
  width:268px;
  height:293px;
  background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/feature/sahne/shape3.png);
}
.care .care-wrap {
  position: relative;
  max-width: 1450px;
  margin: 0 auto;
}
.care .care-wrap .heading-3 {
  margin-top: 50px;
}
.care .care-wrap .care-wrap__mainimg {
  width: 420px;
  height: 420px;
  position: absolute;
  top: 20px;
  right: 85px;
}
.care-wrap__columns {
	display: flex;
  align-items: center;
	flex-wrap: nowrap;
}
.care-wrap__columns.care-wrap__columns--1 {
	width: calc(50% - 60px);
	margin-left: 60px;
}
.care-wrap__columns.care-wrap__columns--1 .care-wrap__columns__column.care-wrap__columns__column--figure {
	width: 222px;
	height: 222px;
}
.care-wrap__columns.care-wrap__columns--1 .care-wrap__columns__column.care-wrap__columns__column--text {
	width: calc(100% - 252px);
	margin-left: 30px;
}

.care-wrap__columns.care-wrap__columns--2 {
	width: 50%;
	margin-left: 280px;
}
.care-wrap__columns.care-wrap__columns--2 .care-wrap__columns__column.care-wrap__columns__column--figure {
	width: 305px;
	height: 305px;
  position: relative;
}
.care-wrap__columns.care-wrap__columns--2 .care-wrap__columns__column.care-wrap__columns__column--figure:before {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  top: -65px;
  right: -140px;
  width:184px;
  height:283px;
  background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/feature/sahne/shape2.png);
}
.care-wrap__columns.care-wrap__columns--2 .care-wrap__columns__column.care-wrap__columns__column--text {
	width: calc(100% - 335px);
	margin-left: 30px;
}
@media screen and (min-width: 1420px) {
  .care-wrap__columns.care-wrap__columns--2 .care-wrap__columns__column.care-wrap__columns__column--text {
  	width: calc(100% - 385px);
  }
}

@media screen and (max-width: 1419px) {
  .care-wrap__columns.care-wrap__columns--1 {
    width: calc(65% - 60px);
  }
  .care .care-wrap .care-wrap__mainimg {
    right: -70px;
  }
  .care-wrap__columns.care-wrap__columns--2 {
    width: 60%;
    margin-left: 100px;
  }
}
@media screen and (max-width: 1049px) {
  .care {
    padding-top: 70px;
  }
  .care:before {
    top: -70px;
    left: -280px;
  }
  .care:after {
    bottom: 210px;
    right: -30px;
    width: 235px;
    height: 258px;
  }
  .care-wrap__columns.care-wrap__columns--1 {
    margin-top: 100px;
    width: calc(100% - 220px);
    margin-left: -20px;
  }
  .care-wrap__columns.care-wrap__columns--1 .care-wrap__columns__column.care-wrap__columns__column--figure {
    width: 208px;
    height: 208px;
  }
  .care-wrap__columns.care-wrap__columns--1 .care-wrap__columns__column.care-wrap__columns__column--text {
    width: calc(100% - 233px);
    margin-left: 25px;
  }
  .care-wrap__columns.care-wrap__columns--2 {
    margin-top: 60px;
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
  }
  .care .care-wrap .care-wrap__mainimg {
    width: 300px;
    height: 300px;
    top: 55px;
  }
  .care-wrap__columns.care-wrap__columns--2 .care-wrap__columns__column.care-wrap__columns__column--figure {
    width: 257px;
    height: 257px;
  }
  .care-wrap__columns.care-wrap__columns--2 .care-wrap__columns__column.care-wrap__columns__column--text {
    width: calc(100% - 282px);
    margin-left: 25px;
  }
  .care-wrap__columns.care-wrap__columns--2 .care-wrap__columns__column.care-wrap__columns__column--figure:before {
    top: -60px;
    right: -80px;
    width: 133px;
    height: 148px;
  }
}

@media screen and (max-width: 767px) {
  .care {
    padding-top: 60px;
  }
  .care .care-wrap .heading-3 {
    margin-top: 20px;
  }
  .care:before {
    width: 272px;
    height: 144px;
    top: -35px;
    left: -100px;
  }
  .care:after {
    bottom: inherit;
    top: 355px;
    right: -30px;
    width: 118px;
    height: 130px;
  }
  .care .care-wrap .care-wrap__mainimg {
    width: 177px;
    height: 177px;
    top: 100px;
    right: -20px;
  }
  .care-wrap__columns {
    display: block;
  }
  .care-wrap__columns.care-wrap__columns--1 {
    margin-top: 75px;
    width: 100%;
    margin-left: -20px;
  }
  .care-wrap__columns.care-wrap__columns--1 .care-wrap__columns__column.care-wrap__columns__column--figure {
    width: 134px;
    height: 134px;
  }
  .care-wrap__columns.care-wrap__columns--1 .care-wrap__columns__column.care-wrap__columns__column--text {
    margin-top: 50px;
    width: calc(100% - 40px);
    margin-left: 40px;
  }
  .care-wrap__columns.care-wrap__columns--2 {
    margin-top: 30px;
    width: calc(100% - 40px);
  }
  .care-wrap__columns.care-wrap__columns--2 .care-wrap__columns__column.care-wrap__columns__column--figure {
    width: 164px;
    height: 164px;
    margin-left: 50px;
  }
  .care-wrap__columns.care-wrap__columns--2 .care-wrap__columns__column.care-wrap__columns__column--figure:before {
    top: -30px;
    right: -45px;
    width: 86px;
    height: 95px;
  }
  .care-wrap__columns.care-wrap__columns--2 .care-wrap__columns__column.care-wrap__columns__column--text {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }
}
/* ==========================================================================

    change

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

.division-bottom-change {
  margin-bottom: 45px
}
@media screen and (max-width: 767px) {
  .division-bottom-change {
    margin-bottom: 30px
  }
}

.change {

}
@media screen and (max-width: 767px) {
  .change {
    max-width: 450px;
    margin: 0 auto;
  }
}
.change .flex {
  margin-top: 50px;
  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;
  }
}
@media screen and (max-width: 767px) {
  .change .flex {
    margin-top: 20px;
  }
}
.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: 20px;
    max-width: none;
  }
}
.change .flex .change__main:before {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  opacity: .6;
}
.change .flex .change__main:after {
  content: "";
  display: block;
  width: 22px;
  height: 21px;
  position: absolute;
  right: 37px;
  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:before,
  .change .flex .change__main:after {
    display: none;
  }
}
.change .flex .change__main img {
  width: 100%;
}
.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: 16.666%;
  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+7) {
  margin-top: 28px;
}
@media screen and (max-width: 1049px) {
  .change__thumb .change__thumb__item:nth-child(n+7) {
    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;
  }
}
.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==);
}
/* ==========================================================================

    checkbox

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


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

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

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

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

.checkbox-list__item__input {
  display: none;
}

.checkbox-list__item__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  color: #d9e4e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: .17em;
  line-height: 2;
  position:relative;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .checkbox-list__item__text {
    font-size: 15px;
  }
}

.checkbox-list__item__text__icon {
  fill: #d9e4e7;
  margin-right: 10px;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .checkbox-list__item__text__icon {
    height: 18px;
    width: 18px;
  }
}

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

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

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

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

    cta

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


	.division-top-cta-banner {
		margin-top: 80px;
	}
	@media screen and (max-width: 767px) {
		.division-top-cta-banner {
			margin-top: 60px;
		}
	}
	
	.division-bottom-cta-banner {
		margin-bottom: 80px;
	}
	@media screen and (max-width: 767px) {
		.division-bottom-cta-banner {
			margin-bottom: 60px;
		}
	}
	
	.division-top-cta {
		margin-top: 40px;
	}
	@media screen and (max-width: 767px) {
		.division-top-cta {
			margin-top: 20px;
		}
	}
	
	.division-bottom-cta {
		margin-bottom: 40px;
	}
	@media screen and (max-width: 767px) {
		.division-bottom-cta {
			margin-bottom: 20px;
		}
	}
	
	.division-top-cta1column {
		margin-top: 80px;
	}
	@media screen and (max-width: 767px) {
		.division-top-cta1column {
			margin-top: 60px;
		}
	}
	
	.division-bottom-cta1column {
		margin-bottom: 80px;
	}
	@media screen and (max-width: 767px) {
		.division-bottom-cta1column {
			margin-bottom: 60px;
		}
	}
	
	.division-top-cta-repeat {
		margin-top: 80px;
	}
	@media screen and (max-width: 767px) {
		.division-top-cta-repeat {
			margin-top: 60px;
		}
	}
	
	.division-bottom-cta-repeat {
		margin-bottom: 80px;
	}
	@media screen and (max-width: 767px) {
		.division-bottom-cta-repeat {
			margin-bottom: 60px;
		}
	}
	
	.cta-banner {
		text-align: center;
	}
	@media screen and (max-width: 767px) {
		.cta-banner {
			margin: 0 auto;
			max-width: 450px;
		}
	}
	
	/* cta-area */
	
	.cta-area {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		box-sizing: border-box;
			margin: 0 auto;
		padding: 90px 0 80px 0;
		position: relative;
		width: 100%;
	}
	@media screen and (max-width: 767px) {
		.cta-area {
			padding: 60px 0 50px 0;
		}
	}
	
	.cta-area--cta1column .cta-area__inner {
		max-width: 850px;
		margin: auto;
	}
	@media screen and (max-width: 767px) {
		.cta-area--cta1column .cta-area__inner {
			max-width: 450px;
		}
	}
	
	
	.cta-area--repeat {
		margin: 0;
		padding: 90px 0 100px 0;
	}
	@media screen and (max-width: 767px) {
		.cta-area--repeat {
			padding: 70px 0 40px 0;
		}
	}
	
	.cta-area--repeat .cta-area__inner__text {
		margin: inherit;
		max-width: none;
	}
	.cta-area--repeat:not(:last-child) {
		margin-bottom: 50px;
	}
	@media screen and (max-width: 767px) {
		.cta-area--repeat:not(:last-child) {
			margin-bottom: 40px;
		}
	}
	.cta-area--repeat:nth-child(odd) {
		width: calc(100% - 200px);
		margin-left: 200px;
	}
	.cta-area--repeat:nth-child(even) {
		width: calc(100% - 200px);
	}
	@media screen and (max-width: 1449px) {
		.cta-area--repeat:nth-child(odd) {
			width: calc(100% - 100px);
			margin-left: 100px;
		}
		.cta-area--repeat:nth-child(even) {
			width: calc(100% - 100px);
		}
	}
	@media screen and (max-width: 767px) {
		.cta-area--repeat:nth-child(odd) {
			width: calc(100% - 20px);
			margin-left: 20px;
		}
		.cta-area--repeat:nth-child(even) {
			width: calc(100% - 20px);
		}
	}
	
	.cta-area:before {
		/*background: ;*/
		background: linear-gradient(-70deg, rgba(166, 118, 147, .5) 25%, rgba(43, 43, 43, .3), rgba(110, 155, 169, .5) 75%);
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	@media screen and (max-width: 1049px) {
		.cta-area:before {
			background: linear-gradient(-70deg, rgba(166, 118, 147, .5) 15%, rgba(43, 43, 43, .3), rgba(110, 155, 169, .5) 85%);
		}
	}
	@media screen and (max-width: 767px) {
		.cta-area:before {
			background: linear-gradient(-70deg, rgba(166, 118, 147, .5) -5%, rgba(43, 43, 43, .3), rgba(110, 155, 169, .5) 95%);
		}
	}
	
	.cta-area__container {
		padding-left: 200px;
		padding-right: 200px;
	}
	@media screen and (max-width: 1449px) {
		.cta-area__container {
			padding-left: 100px;
			padding-right: 100px;
		}
	}
	@media screen and (max-width: 1049px) {
		.cta-area__container {
			padding-left: 50px;
			padding-right: 50px;
		}
	}
	@media screen and (max-width: 767px) {
		.cta-area__container {
			padding-left: 20px;
			padding-right: 20px;
		}
	}
	
	.cta-area--repeat:nth-child(odd) .cta-area__container {
		padding-left: 80px;
		padding-right: calc(50% - 200px);
	}
	@media screen and (max-width: 1449px) {
		.cta-area--repeat:nth-child(odd) .cta-area__container {
			padding-left: 80px;
			padding-right: 100px;
		}
	}
	@media screen and (max-width: 1049px) {
		.cta-area--repeat:nth-child(odd) .cta-area__container {
			padding-left: 50px;
			padding-right: 50px;
		}
	}
	@media screen and (max-width: 767px) {
		.cta-area--repeat:nth-child(odd) .cta-area__container {
			padding-left: 20px;
			padding-right: 20px;
		}
	}
	
	
	.cta-area__inner {
		position: relative;
	}
	@media screen and (max-width: 767px)
		.cta-area__inner .heading-2:not(:last-child) {
			margin-bottom: 15px;
		}
	}
	
	.cta-heading-2--main {
		color: #ffffff !important;
	}
	
	
	.cta-area__inner__text {
		color: #ffffff;
		margin: 0 auto;
		max-width: 950px;
	}
	
	.cta-area__inner__text p {
		color: #ffffff;
	}
	
	
	/* フッターCTA */
	
	@media screen and (min-width: 1050px) {
		.bg-cta-wrap {
			display: flex;
		}
	}
	.bg-cta {
		min-height: 528px;
		padding: 70px 0 230px 0;
	}
	.bg-cta--faq {
		background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/modules/bg_home_faq.jpg);
	}
	.bg-cta--pdf {
		background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/modules/bg_home_pdf.jpg);
	}
	@media screen and (max-width: 1049px) {
		.bg-cta.bg-cta--pdf {
			min-height: 415px;
			padding: 70px 0;
		}
		.bg-cta.bg-cta--faq {
			min-height: 528px;
		}
	}
	@media screen and (max-width: 767px) {
		.bg-cta.bg-cta--pdf {
			min-height: 358px;
			padding: 60px 0;
		}
		.bg-cta.bg-cta--faq {
			min-height: 406px;
			padding: 60px 0 100px 0;
		}
		.bg-cta--faq {
			background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/modules/bg_home_faq_sp.jpg);
		}
		.bg-cta--pdf {
			background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/modules/bg_home_pdf_sp.jpg);
		}
	}
	
	.bg-cta .cta-area__inner__text {
		max-width: inherit;
	}
	
	.bg-cta.cta-area:before {
		background: linear-gradient(-70deg,rgba(166,118,147,.2) 25%,rgba(43,43,43,.2),rgba(110,155,169,.2) 75%)
	}
	
	.bg-cta.cta-area::after {
		background: rgba(10,45,55,.25);
			content: "";
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: -2;
	}
	
	.bg-cta .heading-2:not(:last-child) {
		margin-bottom: 25px;
	}
	
	.bg-cta .cta-area__button a  {
		margin: 0;
	}
	
	.cta-wrapper {
		margin-top: -150px;
	 padding: 0 50px;
	}
	@media screen and (max-width: 1049px) {
		.cta-wrapper {
			margin-top: -117px;
		}
	}
	@media screen and (max-width: 767px) {
		.cta-wrapper {
			margin-top: -50px;
			padding: 0 20px;
		}
	}
	
	.cta-wrapper__text {
			background-color: #ffffff;
		border-radius: 0 50px 50px 0;
		box-shadow: 0px 0px 8px 3px rgba(15,46,101,.15);
			box-sizing: border-box;
		font-size: 28px;
		font-weight: bold;
		letter-spacing: .17em;
		line-height: 1.7;
		max-width: 625px;
		padding: 21px 30px;
		position: absolute;
			text-align: center;
			top: -40px;
			z-index: 2;
	}
	@media screen and (max-width: 1049px) {
		.cta-wrapper__text {
			width: 595px;
		}
	}
	@media screen and (max-width: 767px) {
		.cta-wrapper__text {
			font-size: 21px;
			padding: 40px 20px 19px 20px;
			text-align: left;
			top: -45px;
			width: calc(100% - 20px);
		}
	}
	
	.cta-wrapper__text:after {
		content: "Contact";
		display: inline-block;
		font-family: 'Quicksand-Regular', serif;
		font-size: 14px;
		letter-spacing: .35em;
		line-height: 1;
			margin-left: 12px;
		text-transform: uppercase;
	}
	@media screen and (max-width: 767px) {
		.cta-wrapper__text:after {
			font-size: 12px;
			text-transform: uppercase;
			position: absolute;
			left: 20px;
			margin-left: 0;
			top: 25px;
		}
	}
	
	.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(50% - 25px);
	}
	@media screen and (max-width: 767px) {
		.cta-wrapper__list .cta-wrapper__list__item {
			width: 100%;
		}
		.cta-wrapper__list .cta-wrapper__list__item:not(:last-child) {
			margin-bottom: 60px;
		}
	}
	
	.cta-wrapper__list .cta-wrapper__list__item:not(:last-child) {
		margin-right: 50px;
	}
	
	.cta-wrapper__list .cta-wrapper__list__item:hover .button--text a:before {
		width: 100px;
	}
	
	.cta-wrapper__list .cta-wrapper__list__item:hover .button--text a:after {
		width: 50px;
	}
	
	.cta-wrapper__list__item__iamge {
		background-size: cover;
		background-color: #d9e4e7;
		height: 345px;
		position: relative;
		width: 100%;
	}
	@media screen and (max-width: 1049px) {
		.cta-wrapper__list__item__iamge {
			height: 233px;
		}
	}
	@media screen and (max-width: 767px) {
		.cta-wrapper__list__item__iamge {
			height: 212px;
		}
	}
	
	.cta-wrapper__list__item__iamge:after {
		background-color: #ffffff;
		border-radius: 0 30px 0 0;
		bottom: 0;
		content: "";
		height: 70px;
		left: 0;
		position: absolute;
		width: calc(100% - 50px);
	}
	@media screen and (max-width: 767px) {
		.cta-wrapper__list__item__iamge:after {
			border-radius: 0 20px 0 0;
			height: 50px;
				width: calc(100% - 20px);
		}
	}
	
	.cta-wrapper__list__item.cta-wrapper__list__item--order .cta-wrapper__list__item__iamge {
		background-position: center bottom;
		background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/modules/bg_banner_shop.jpg);
	}
	.cta-wrapper__list__item.cta-wrapper__list__item--contact .cta-wrapper__list__item__iamge {
		background-position: bottom center;
		background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/modules/bg_banner_contact.jpg);
	}
	
	.cta-wrapper__list__item__inner {
		max-width: calc(100% - 100px);
		padding: 0 30px;
		position: relative;
	}
	@media screen and (max-width: 767px) {
		.cta-wrapper__list__item__inner {
			max-width: calc(100% - 50px);
			padding: 0 20px;
		}
	}
	
	.cta-wrapper__list__item__title {
		margin-bottom: 33px;
	}
	@media screen and (max-width: 767px) {
		.cta-wrapper__list__item__title {
			margin-bottom: -14px;
		}
	}
	
	.cta-wrapper__list__item__logo {
		margin-bottom: 50px;
	}
	@media screen and (max-width: 767px) {
		.cta-wrapper__list__item__logo {
			margin-bottom: 20px;
		}
	}
	
	.cta-wrapper__list__item--order .cta-wrapper__list__item__inner {
		margin-top: -15px;
	}
	@media screen and (max-width: 767px) {
		.cta-wrapper__list__item--order .cta-wrapper__list__item__inner {
			margin-top: -30px;
		}
	}
	
	.cta-wrapper__list__item--contact .cta-wrapper__list__item__inner {
		margin-top: -20px;
	}
	@media screen and (max-width: 767px) {
		.cta-wrapper__list__item--contact .cta-wrapper__list__item__inner {
			margin-top: -27px;
		}
	}
	
	.cta-wrapper__list__item--order .cta-wrapper__list__item__logo {
		max-width: 245px;
	}
	@media screen and (max-width: 767px) {
		.cta-wrapper__list__item--order .cta-wrapper__list__item__logo {
			max-width: 200px;
		}
	}
	
	.cta-wrapper__list__item--easiit .cta-wrapper__list__item__logo {
		max-width: 137px;
	}
	@media screen and (max-width: 767px) {
		.cta-wrapper__list__item--easiit .cta-wrapper__list__item__inner {
			margin-top: -20px;
		}
	
		.cta-wrapper__list__item--easiit .cta-wrapper__list__item__logo {
			max-width: 100px;
		}
	}
	
	.division-top-cta-2column {
		margin-top: 80px;
	}
	@media screen and (max-width: 767px) {
		.division-top-cta-2column {
			margin-top: 60px;
		}
	}
	
	.division-bottom-cta-2column {
		margin-bottom: 80px;
	}
	@media screen and (max-width: 767px) {
		.division-bottom-cta-2column {
			margin-bottom: 60px;
		}
	}
	
	.two-column.two-column--wide {
		display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
		-ms-flex-wrap: wrap;
  flex-wrap: wrap;;
	}
	.two-column.two-column--wide .cta-area {
		width: 50%;
		margin: inherit;
	}
	.cta-area__container {
		padding-left: 100px;
		padding-right: 100px;
	}
	@media screen and (max-width: 1300px) {
		.cta-area__container {
			padding-left: 50px;
			padding-right: 50px;
		}
	}
	@media screen and (max-width: 767px) {
		.two-column.two-column--wide {
			display: block;
		}
		.two-column.two-column--wide .cta-area {
			width: 100%;
		}
	}
	
	
	.two-column.two-column--container {
		display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
		-ms-flex-wrap: wrap;
  flex-wrap: wrap;;
	}
	.two-column.two-column--container .cta-area {
		width: calc(50% - 25px);
		margin: inherit;
	}
	.two-column.two-column--container .cta-area:nth-child(2n) {
		margin-left: 50px;
	}
	.two-column.two-column--container .cta-area:nth-child(n+3) {
		margin-top: 50px;
	}
	.cta-area__container {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	@media screen and (max-width: 1049px) {
		.two-column.two-column--container {
			display: block;
		}
		.two-column.two-column--container .cta-area {
			width: 100%;
		}
		.two-column.two-column--container .cta-area:nth-child(2n) {
			margin-left: 0;
		}
		.two-column.two-column--container .cta-area:nth-child(n+3) {
			margin-top: auto;
		}
		.two-column.two-column--container .cta-area:not(:first-child) {
			margin-top: 30px;
		}
	}
	@media screen and (max-width: 767px) {
		.cta-area__container {
			padding-left: 20px;
			padding-right: 20px;
		}
	}
/* ==========================================================================

    container

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

.container--wide,
.row-fluid [class*="span"] .container--wide {
	max-width: inherit;
}

.hs-responsive-embed-wrapper {
	max-width: inherit !important;
	max-height: inherit !important;
}
/* ==========================================================================

    columns

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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

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


.columns--two>.columns__column.margin-top-heading-3:nth-child(n+3) {
  margin-top: 50px
}
@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__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--one>.columns__column {
    padding-left: 0;
    padding-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: 25px
  }
}

.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>.columns__column {
  width: 33%
}
@media screen and (max-width:767px) {
  .columns--three>.columns__column {
    width: 100%;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--three>.columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--three>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
}
@media screen and (max-width:1049px) {
  .columns--three.columns--to-one>.columns__column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
  }
}
@media screen and (max-width:767px) {
  .columns--three.columns--to-one>.columns__column {
    width: 100%
  }
}
@media screen and (max-width:767px) {
  .columns--three.columns--to-two {
    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--one-three {
  margin-left: -15px;
  margin-right: -15px;
}

.columns--one-three > .columns__column {
  padding-left: 15px;
  padding-right: 15px;
}

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

/* 4カラム */

.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__column {
    padding-left: 25px;
    padding-right: 25px;
  }
  .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),
  .columns--four.columns--to-two > .columns__column:nth-child(n+3) {
    margin-top: 30px
  }
}
@media screen and (max-width:767px) {
  .columns--four.columns--to-one {
    margin-left: 0;
    margin-right: 0;
  }

  .columns--four.columns--to-one>.columns__column {
    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 {
    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: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-three-column {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .division-top-three-column {
    margin-top: 40px;
  }
}
.division-bottom-three-column {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .division-bottom-three-column {
    margin-bottom: 30px;
  }
}
.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;
  }
}



/* ※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: 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: 30px;
  }
}

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

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


/* heading-icon-columns */

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

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

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

.heading-icon-columns__icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .heading-icon-columns__icon-list {
    max-width: 80px;
  }
}

.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: 1049px) {
  .heading-icon-columns__icon-list__item {
    margin-top: 15px;
  }
}
@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: 10px;
  }

  .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 {
    max-width: 450px;
    margin-right: 10px;
    width: calc(100% - 90px);
  }
}

@media screen and (min-width: 1050px) {
  .heading-icon-columns__icon-list__item:before {
    content: attr(data-icon-ballon);
    background-color: rgba(44,77,219,.8);
    border-radius: 4px;
    bottom: 40px;
    color: #ffffff;
    font-family: 'Quicksand-Regular', serif;
    font-size: 14px;
    letter-spacing: .35em;
    left: 50%;
    opacity: 0;
    padding: 10px 20px;
    position: absolute;
    transition: .5s;
    transform: translateX(-50%);
    z-index: -1;
  }

  .heading-icon-columns__icon-list__item:after {
    content: "";
    border-style: solid;
    border-width: 13px 12.5px 0 12.5px;
    border-color: rgba(44,77,219,.8) transparent transparent transparent;
    bottom: 27px;
    content: "";
    height: 0;
    left: calc(50% - 12.5px);
    opacity: 0;
    position: absolute;
    transition: .5s;
    width: 0;
  }

  .heading-icon-columns__icon-list__item:hover:before,
  .heading-icon-columns__icon-list__item:hover:after {
      opacity: 1;
      z-index: 1;
    }
}


/* category-columns */

.category-columns:not(:first-child) {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .category-columns:not(:first-child) {
    margin-top: 40px;
  }
}

.category-columns > .columns__column {
}

@media screen and (max-width: 1049px) and (min-width: 768px) {
  .category-columns > .columns__column:nth-child(2) .heading-3 {
    display: none;
  }

  .category-columns > .columns__column:nth-child(2) .tag-list {
    display: none;
  }
}

.category-columns > .columns__column .heading-3:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .category-columns > .columns__column .heading-3:not(:last-child) {
    margin-bottom: 15px;
  }
}

.category-columns > .columns__column .heading-4:not(:first-child) {
  margin-top: 30px;
}

.category-columns > .columns__column .heading-4:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 1049px) {
  .category-columns  {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .category-columns > .columns__column {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .category-columns > .columns__column:first-child {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  }
  .category-columns > .columns__column:first-child .figure {
    margin-right: 40px;
    width: 190px;
  }
  .category-columns > .columns__column:first-child > div {
    width: calc(100% - 230px);
  }
  .category-columns > .columns__column:nth-child(2) .heading-4:not(:first-child) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .category-columns > .columns__column:first-child .figure {
    margin: 0 auto;
    max-width: 180px;
    width: inherit;
  }
}


.columns.columns--products {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .columns.columns--products {
    margin-top: 40px;
  }
}
.columns.columns--products .columns__column:first-child {
  width: 100%;
}

.columns.columns--products .columns__column:first-child .figure.normal {
  display: none;
}
.columns.columns--products .columns__column:not(:first-child) .figure.wide {
  display: none;
}
@media screen and (max-width: 767px) {
  .columns.columns--products .columns__column:first-child .figure.normal {
    display: block;
  }
  .columns.columns--products .columns__column .figure.wide {
    display: none;
  }
}

.columns.columns--products .columns__column:not(:first-child) {
  margin-top: 50px;
}
.columns.columns--products .columns__column:nth-child(n+2):not(:nth-child(n+8)) {
  width: 50%;
}
.columns.columns--products .columns__column:nth-child(n+8) {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .columns.columns--products .columns__column:nth-child(n+2):not(:nth-child(n+8)) {
    width: 100%;
  }
  .columns.columns--products .columns__column:nth-child(n+8) {
    width: 50%;
  }
}


.series-column:not(:first-child) {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid #d9e4e7;
}
@media screen and (max-width: 767px) {
  .series-column:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
  }
}
/* （角丸⇒四角） */
.series-column .tags .tags__item .tags__item__text {
  border-radius: 0;
}
/* ==========================================================================

  comapre

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

.comapre .columns .columns__column {
  position: relative;
  border-left: 1px solid #d9e4e7;
}
.comapre .columns--three>.columns__column:nth-child(3n+1),
.comapre .columns--three>.columns__column:first-child {
  border-left: none;
}
.comapre .columns--three>.columns__column:nth-child(n+4) {
  margin-top: 80px;
}
.comapre .columns--three>.columns__column:nth-child(n+4):before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  left: 30px;
  height: 1px;
  position: absolute;
  top: -40px;
  border-top: 1px solid #d9e4e7;
}

@media screen and (max-width:1049px) {
  .comapre .columns--three>.columns__column {
    width: 50%;
  }
  .comapre .columns--three>.columns__column:nth-child(n+4) {
    margin-top: inherit;
  }
  .comapre .columns--three>.columns__column:nth-child(n+3) {
    margin-top: 80px;
  }
  .comapre .columns .columns__column {
    border-left: none;
  }
  .comapre .columns .columns__column:nth-child(2n) {
    border-left: 1px solid #d9e4e7;
  }
  .comapre .columns--three>.columns__column:nth-child(n+4):before {
    display: none;
  }
  .comapre .columns--three>.columns__column:nth-child(n+3):before {
    content: "";
    display: block;
    width: calc(100% - 60px);
    left: 30px;
    height: 1px;
    position: absolute;
    top: -40px;
    border-top: 1px solid #d9e4e7;
  }
}
@media screen and (max-width:767px) {
  .comapre .columns--three {
    margin-left: 0;
    margin-right: 0
  }
  .comapre .columns--three>.columns__column {
    width: 100%;
    padding: 0 20px;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .comapre .columns--three>.columns__column:not(:first-child) {
    margin-top: 80px;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .comapre .columns--three>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .comapre .columns--three>.columns__column:not(:first-child) {
    margin-top: 60px;
  }
  .comapre .columns .columns__column:nth-child(2n) {
    border-left: none;
  }
  .comapre .columns--three>.columns__column:nth-child(n+3):before {
    display: none;
  }
  .comapre .columns--three>.columns__column:not(:first-child):before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    left: 20px;
    height: 1px;
    position: absolute;
    top: -30px;
    border-top: 1px solid #d9e4e7;
  }
}

.comapre .logo-area {
  position: relative;
}
@media screen and (max-width: 767px) {
  .comapre .logo-area {
    margin-top: 15px;
  }
  .comapre .logo-area .figure.figure-logo img {
    height: auto;
    width: 100%;
  }
}

.comapre .logo-area__text:not(:first-child) {
  margin-top: 10px;
}

.comapre .logo-area__text .logo-area__text__tag {
  font-size: 20px;
  padding: 4px 20px 4px 20px;
  border-radius: 20px;
  background-color: #ffffff;
  display: block;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  letter-spacing: .18em;
  line-height: 1.5;
}
.comapre .logo-area__text .logo-area__text__tag.color--gray {
  background-color: #dee3e5;
}
.comapre .logo-area__text .logo-area__text__tag.color--pink {
  background-color: #fcebf5;
}
.comapre .logo-area__text .logo-area__text__tag.color--blue {
  background-color: #d9eef4;
}
@media screen and (max-width: 767px) {
  .comapre .logo-area__text .logo-area__text__tag {
    font-size: 16px;
  }
}

.comapre .logo-area {
  margin-top: 20px;
}
.comapre .logo-area .figure.figure-logo {
  text-align: center;
}


.comapre .product {
  margin-top: 15px;
}

.comapre .bg-lead:not(:first-child) {
  margin-top: 15px;
}
.comapre .bg-lead {
  border-radius: 10px;
  background-color: #f7fafb;
  padding: 30px;
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .comapre .bg-lead {
    padding: 20px;
    font-size: 15px;
  }
}
.comapre .shape {
  margin-top: 15px;
}
.comapre .shape figcaption {
  margin-top: 15px;
}

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

.comapre .bg-lists:not(:first-child) {
  margin-top: 20px;
}
.comapre .bg-lists {
  margin-top: 20px;
  background-color: #f7fafb;
  padding: 30px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
}
@media screen and (max-width:767px) {
  .comapre .bg-lists {
    padding: 20px 30px;
  }
}
.comapre .bg-lists .heading-5 {
  color: #d6007f;
}
.comapre .bg-lists .list--default > .list__item:before {
  background-color: #d6007f;
  top: 10px;
}
/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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

    download_link

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-download_link {
  margin-top: 45px;
}
.division-bottom-download_link {
  margin-bottom: 45px
}


.download_link:not(:first-child) {
  margin-top: 25px;
}
.download_link .download_link__h4 {
  padding-left: 20px;
  position: relative;
}
.download_link .download_link__h4:not(:last-child) {
  margin-bottom: 15px;
}
.download_link .download_link__h4:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #008db8;
  position: absolute;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .download_link .download_link__h4 {
    padding-left: 15px;
  }
  .download_link .download_link__h4:after {
    width: 8px;
    top: 12px;
  }
}
.download_link .tags,
.download-list {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .download_link .tags,
  .download-list {
    margin-left: 15px;
  }
}
.download_link .tags .tags__item {
  text-align: left;
}

.download_link .tags .tags__item .tags__item__text {
  border-radius: 0;
}

.download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
}
.download-list .download-list__item {
  margin: 10px 50px 10px 0;
}
@media screen and (max-width: 767px) {
  .download-list .download-list__item {
    margin: 15px 30px 15px 0;
  }
}
.download-list .download-list__item .download-list__item__link {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  transition: .5s;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  color: #090909;
}
.download-list .download-list__item .download-list__item__link:hover {
  color: #008db8;
}
.download-list .download-list__item .download-list__item__link:before {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 14.5px;
  position: absolute;
  top: 8px;
  transition: .5s;
  left: 0;
  width: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNC41IiB2aWV3Qm94PSIwIDAgMTMgMTQuNSI+CiAgPGcgaWQ9ImFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0wLjUpIj4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTgyIiBkYXRhLW5hbWU9IuODkeOCuSAxODIiIGQ9Ik02LjQ4LDEwLjUybDMuNTctNWgtN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC41KSIgZmlsbD0iIzJmMzQzNiIvPgogICAgPHBhdGggaWQ9IuODkeOCuV8xODMiIGRhdGEtbmFtZT0i44OR44K5IDE4MyIgZD0iTTYuNTIsNkEuNS41LDAsMCwxLDYsNS41Vi41YS41LjUsMCwwLDEsMSwwdjVBLjUuNSwwLDAsMSw2LjUyLDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiIGZpbGw9IiMyZjM0MzYiLz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTg0IiBkYXRhLW5hbWU9IuODkeOCuSAxODQiIGQ9Ik0xMi41LDkuNTRhLjUuNSwwLDAsMC0uNS41djMuNUgxVjEwYS41LjUsMCwwLDAtMSwwdjRhLjUuNSwwLDAsMCwuNS41aDEyQS41LjUsMCwwLDAsMTMsMTRWMTBhLjUuNSwwLDAsMC0uNS0uNDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiIGZpbGw9IiMyZjM0MzYiLz4KICA8L2c+Cjwvc3ZnPgo=);
}
/* ==========================================================================

    division

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */




.division-top-80 {
	margin-top: 80px;
	padding-bottom: 125px;
}

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

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

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

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

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

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

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

  description

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-description {
  margin-top: 80px;
}
.division-bottom-description {
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .division-top-description {
    margin-top: 60px;
  }
  .division-bottom-description {
    margin-bottom: 60px;
  }
}
@media screen and (min-width:1050px) {
  .description .columns--two>.columns__column:nth-child(n+3) {
      margin-top: 80px;
  }
}
@media screen and (max-width:1049px) {
  .description .columns--two {
    margin-left: 0;
    margin-right: 0
  }
  .description .columns--two>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .description .columns--two>.columns__column:not(:first-child) {
    margin-top: 80px;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .description .columns--two>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
}
@media screen and (max-width:767px) {
  .description .columns--two>.columns__column:not(:first-child) {
    margin-top: 60px;
  }
}

.description .logo-area {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9e4e7;
}
.description .logo-area:before,
.description .logo-area:after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 25px;
  bottom: -1px;
}
.description .logo-area:before {
	background-color: #d6007f;
  left: 0;
}
.description .logo-area:after {
	background-color: #008db8;
	left: 25px;
}
@media screen and (max-width: 767px) {
  .description .logo-area {
    margin-bottom: 15px;
  }
  .description .logo-area {
    margin-top: 15px;
    padding-top: 20px;
  }
}

.description .logo-area__text:not(:first-child) {
  margin-top: 10px;
}

.description .logo-area__text .logo-area__text__tag {
  margin-left: 10px;
  font-size: 16px;
  padding: 2px 20px 2px 20px;
  border-radius: 15px;
  border: 1px solid #2F3436;
  background-color: #ffffff;
  display: inline-block;
  font-family: 'NotoSansCJKjp', sans-serif;
  letter-spacing: .18em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .description .logo-area__text .logo-area__text__tag {
    font-size: 13px;
  }
}

.description .heading-4:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .description .heading-4:not(:first-child) {
    margin-top: 5px;
  }
}
.description .bg-lead:not(:first-child) {
  margin-top: 20px;
}
.description .bg-lead {
  text-align: center;
  background-color: #f7fafb;
  padding: 30px;
  font-size: 17px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  letter-spacing: .15em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .description .bg-lead {
    text-align: left;
    padding: 20px;
    font-size: 15px;
  }
}
.description .bg-lead .strong {
  color: #d6007f;
}

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

.description .bg-lists:not(:first-child) {
  margin-top: 20px;
}
.description .bg-lists {
  margin-top: 20px;
  background-color: #f7fafb;
  padding: 30px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
}
@media screen and (max-width:767px) {
  .description .bg-lists {
    padding: 20px 30px;
  }
}
.description .bg-lists .heading-5 {
  color: #d6007f;
}
.description .bg-lists .list--default > .list__item:before {
  background-color: #d6007f;
  top: 10px;
}
/* ==========================================================================

  description-list

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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

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

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

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

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

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

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

.description-list__content:before {
  border-left: 1px dotted #d9e4e7;
  content: "";
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
}

.description-list__content .natural {
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .description-list__content .natural p {
    font-size: 13px;
  }
}
/* ==========================================================================

    faq-list

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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

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

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


.faq-list__item {
  border-bottom: 1px dotted #d9e4e7;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faq-list__item {
    padding-bottom: 30px;
  }
}

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

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

.faq-list__question:before,
.faq-list__answer:before {
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
	box-sizing: border-box;
	border-radius: 50px;
	color: #ffffff;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
	font-family: 'Quicksand-Regular', serif;
	font-size: 14px;
	height: 28px;
	-webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
	line-height: 1;
	letter-spacing: .3em;
	margin-bottom: 15px;
	text-align: center;
	width: 146px;
}
@media screen and (max-width:767px) {
  .faq-list__question:before,
  .faq-list__answer:before {
	font-size: 11px;
	height: 22px;
	margin-bottom: 15px;
	width: 123px;
  }
}

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

.faq-list__question:before {
  background-color: #0c1112;
  content: "Question";
}

.faq-list__question + .faq-list__answer {
  margin-top: 25px;
}
@media screen and (max-width:767px) {
	.faq-list__question + .faq-list__answer {
		margin-top: 20px;
	}
}

.faq-list__answer:before {
  background-color: #008db8;
  content: "Answer";
}

.faq-list__answer .paragraph {
  font-size: 15px;
}
@media screen and (max-width:767px) {
	.faq-list__answer .paragraph {
		font-size: 13px;
	}
}

.no-faq-list {
  display: none;
}
.no-faq-list.is-active {
  display: block;
}
/* ==========================================================================

    figure

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.figure {
	text-align: center;
}

.figure img {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.columns .figure img {
		max-width: 450px;
		width: 100%;
	}
}


.figure.figure--logo {
	display: block;
	text-align: left;
}
.figure.figure--logo img {
	height: 50px;
}
@media screen and (max-width: 767px) {
	.figure.figure--logo img {
		height: 30px;
    width: auto;
	}
}

.figure.figure--bg {
	border-radius: 10px;
	background-color: #f7fafb;
	overflow: hidden;
}

.figure.figure--square-round {
	border-radius: 50%;
	overflow: hidden;
}
.figure.figure--square-round img {
	max-width: inherit;
	display: block;
	width: 100%;
}
/* ==========================================================================

    link

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.link {
	color: #090909;
	display: inline-block;
	text-decoration: none;
	position: relative;
	transition: .5s;
	word-break: break-all;
}

.link:hover {
	color: #008db8;
	text-decoration: none;
}

.link:after {
	background-color: #090909;
	bottom: 7px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: .5s;
	width: 100%;
}

.link:hover:after {
	background-color: #008db8;
}

.link--window:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDEyLjc1IDExLjYxNiI+DQogIDxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+DQogICAgPGcgaWQ9ImNvbnRlbnQiPg0KICAgICAgPHJlY3QgeD0iMC4zNzUiIHk9IjMuNTI1IiB3aWR0aD0iOCIgaGVpZ2h0PSI3LjcxNyIgc3R5bGU9ImZpbGw6IG5vbmU7c3Ryb2tlOiAjMGY2MTY2O3N0cm9rZS1saW5lY2FwOiByb3VuZDtzdHJva2UtbGluZWpvaW46IHJvdW5kO3N0cm9rZS13aWR0aDogMC43NXB4Ii8+DQogICAgICA8cmVjdCB4PSI0LjM3NSIgeT0iMC4zNzUiIHdpZHRoPSI4IiBoZWlnaHQ9IjcuNzE3IiBzdHlsZT0iZmlsbDogbm9uZTtzdHJva2U6ICMwZjYxNjY7c3Ryb2tlLWxpbmVjYXA6IHJvdW5kO3N0cm9rZS1saW5lam9pbjogcm91bmQ7c3Ryb2tlLXdpZHRoOiAwLjc1cHgiLz4NCiAgICA8L2c+DQogIDwvZz4NCjwvc3ZnPg0K") no-repeat center;
  background-size: contain;
	content: "";
  height: 11px;
  left: 0;
  margin-top: -5.5px;
  position: absolute;
  top: 50%;
  width: 12px;
}

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

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

.heading-3.heading-link:not(:last-child) {
	margin-bottom: 30px;
}
.heading-4.heading-link:not(:last-child) {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.heading-3.heading-link:not(:last-child) {
		margin-bottom: 20px;
	}
	.heading-4.heading-link:not(:last-child) {
		margin-bottom: 10px;
	}
}

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

.heading-link a {
	color: #0c1112;
	display: inline-block;
	padding-left: 40px;
	position: relative;
	text-decoration: none;
	transition: .5s;
}
.heading-link a .heading-3__inner {
	font-family: 'NotoSansCJKjp-Medium', sans-serif;
}
@media screen and (max-width: 767px) {
	.heading-link a {
  	padding-left: 30px;
	}
}

.heading-link a:before {
	background-color: #0c1112;
	border-radius: 100%;
	content: "";
	left: 0;
	height: 28px;
	position: absolute;
  top: 4px;
	transition: .5s;
	width: 28px;
}
.heading-4.heading-link a:before {
	height: 25px;
	width: 25px;
}
@media screen and (max-width: 767px) {
	.heading-link a:before {
		height: 24px;
    top: 2px;
		width: 24px;
	}
	.heading-4.heading-link a:before {
		height: 21px;
		width: 21px;
	}
}

.heading-link a:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	left: 11px;
	height: 8px;
	position: absolute;
	transition: .5s;
	top: 13px;
	width: 6px;
}
.heading-4.heading-link a:after {
	height: 6px;
	width: 5px;
}
@media screen and (max-width: 767px) {
	.heading-link a:after {
		left: 10px;
		height: 6px;
    top: 11px;
		width: 5px;
	}
	.heading-link a::after {
    left: 9px;
    top: 9px;
	}
}

.heading-link a:hover .heading-3__inner,
.heading-link a:hover .heading-4__inner {
	color: #008db8;
}

.heading-link a:hover:before {
	background-color: #008db8;
}

.bl-hover .heading-link a .heading-3__inner,
.bl-hover .heading-link a .heading-4__inner {
	color: #008db8;
}
.bl-hover .heading-link a:before {
	background-color: #008db8;
}


/* 位置調整 */

.heading-link.position-center {
	text-align: center;
}
.heading-link.position-right {
	text-align: right;
}
.heading-link.position-center a,
.heading-link.position-right a {
	text-align: left;
}

/* IE */

_:-ms-lang(x)::-ms-backdrop, .heading-link a:before {
  top: -1px;
}
_:-ms-lang(x)::-ms-backdrop, .heading-link a:after {
  top: 9px;
}
@media screen and (max-width: 767px) {
	_:-ms-lang(x)::-ms-backdrop, .heading-link a:before {
	  top: -3px;
	}
	_:-ms-lang(x)::-ms-backdrop, .heading-link a:after {
	  top: 6px;
	}
}

.link-id {
	margin-top: -60px;
	padding-top: 60px;
}
/* ==========================================================================

    linkin-page

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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

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

.linkin-page__item {
  box-sizing: border-box;
}
.linkin-page.linkin-page--four .linkin-page__item {
  width: calc(25% - 23px);
}
.linkin-page.linkin-page--five .linkin-page__item {
  width: calc(20% - 24px);
}

.linkin-page.linkin-page--four .linkin-page__item:nth-child(n+5) {
  margin-top: 40px;
}
.linkin-page.linkin-page--five .linkin-page__item:nth-child(n+6) {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .linkin-page.linkin-page--four .linkin-page__item:not(:nth-child(4n+4)) {
    margin-right: 30px;
  }
  .linkin-page.linkin-page--five .linkin-page__item:not(:nth-child(5n+5)) {
    margin-right: 30px;
  }
}

@media screen and (max-width:767px) {
  .linkin-page.linkin-page--four .linkin-page__item:nth-child(n+5),
  .linkin-page.linkin-page--five .linkin-page__item:nth-child(n+6) {
    margin-top: 20px;
  }
  .linkin-page.linkin-page--four .linkin-page__item,
  .linkin-page.linkin-page--five .linkin-page__item {
    width: 100%;
  }
  .linkin-page__item:not(:first-child) {
    margin-top: 20px;
  }
}
.linkin-page__item a {
  position: relative;
  border-top: 1px solid #0c1112;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  text-decoration: none;
  transition: .5s;
}
@media screen and (max-width:767px) {
  .linkin-page__item a {
    display: block;
  }
}

.linkin-page__item__text {
  color: #0c1112;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 2;
  transition: .5s;
}
@media screen and (max-width:767px) {
  .linkin-page__item__text {
    font-size: 13px;
    line-height: 1.46;
  }
}

.linkin-page__item__text__inner {
  display: block;
  padding-top: 15px;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width:767px) {
  .linkin-page__item__text__inner {
    padding-top: 10px;
    padding-right: 25px;
  }
}

.linkin-page__item a .linkin-page__item__text__inner:before,
.linkin-page__item a .linkin-page__item__text__inner:after {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 5px;
  position: absolute;
  top: 28px;
  transition: .5s;
  right: 5px;
  width: 10px;
}
.linkin-page__item a .linkin-page__item__text__inner:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIuNzA3IiBoZWlnaHQ9IjcuMDYxIiB2aWV3Qm94PSIwIDAgMTIuNzA3IDcuMDYxIj4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3Qgd2lkdGg9IjEyLjcwNyIgaGVpZ2h0PSI3LjA2MSIgZmlsbD0ibm9uZSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IuODquODlOODvOODiOOCsOODquODg+ODiV82OSIgZGF0YS1uYW1lPSLjg6rjg5Tjg7zjg4jjgrDjg6rjg4Pjg4kgNjkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MjMuMTQ1IC03NS4xNDYpIj4KICAgICAgPHBhdGggaWQ9IuODkeOCuV85MCIgZGF0YS1uYW1lPSLjg5HjgrkgOTAiIGQ9Ik0tMjAyMjguMzY1LDEyOTEzLjczbDYsNiw2LTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwNjUxLjg2MyAtMTI4MzguMjMpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOTA5MDkiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==);
}
.linkin-page__item a .linkin-page__item__text__inner:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi43MDciIGhlaWdodD0iNy4wNjEiIHZpZXdCb3g9IjAgMCAxMi43MDcgNy4wNjEiPgogIDxwYXRoIGlkPSLjg5HjgrlfOTIiIGRhdGEtbmFtZT0i44OR44K5IDkyIiBkPSJNLTIwMjI4LjM2NSwxMjkxMy43M2w2LDYsNi02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMDIyOC43MTkgLTEyOTEzLjM3NykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzI3NDZjNiIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=);
  opacity: 0;
}

.linkin-page__item a:before,
.linkin-page__item a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
  width: 0;
	transition: .5s;
}
.linkin-page__item a:before {
	background-color: #008db8;
}
.linkin-page__item a:after {
	background-color: #d6007f;
}
.linkin-page__item a:hover:before {
  width: 80px;
}
.linkin-page__item a:hover:after {
  width: 40px;
}
.linkin-page__item a:hover .linkin-page__item__text__inner:before {
  opacity: 0;
}
.linkin-page__item a:hover .linkin-page__item__text__inner:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .linkin-page__item a .linkin-page__item__text__inner:before,
  .linkin-page__item a .linkin-page__item__text__inner:after {
    height: 5px;
    width: 10px;
    top: 20px;
  }
}
/* ==========================================================================

form

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



/* LPのスタイル設定 */


.hs-landing-page .section:not(:first-child) {
  margin-top: 120px;
}
@media screen and (max-width: 1049px) {
	.hs-landing-page .section:not(:first-child) {
	  margin-top: 90px;
	}
}
@media screen and (max-width: 767px) {
	.hs-landing-page .section:not(:first-child) {
	  margin-top: 55px;
	}
}
.hs-landing-page .site-footer {
  border-top: 1px solid #0c1112;
}

form {
	margin-top: 60px;
	max-width: 100%;
	width: 100%;
}

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

.hs-input {
	background-color: transparent;
	border: 1px solid #0c1112;
	box-sizing: border-box;
	display: inline-block;
	font-family: 'NotoSansCJKjp', sans-serif;
  font-weight: bold;
	font-size: 16px;
	height: 50px;
	padding: 9px 20px;
	font-size: 16px;
	line-height: 22px;
	color: ;
	width: 100%;
}
@media screen and (max-width: 1049px) {
	.hs-input {
		height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.hs-input {
		font-size: 13px;
		padding: 9px 15px;
		width: 100% !important;
	}
  .hs-input[type="checkbox"] {
		width: auto!important;
	}
}

input.hs-input[type="text"],
input.hs-input[type="email"],
input.hs-input[type="tel"],
textarea.hs-input {
  width: 100%!important;
  -webkit-appearance: none;
}

input.hs-input,
textarea.hs-input {
	border-radius: 5px;
}

textarea.hs-input {
	min-height: 300px;
}

.hs-input:focus {
	border-color: #008db8;
	outline: none;
}


select.hs-input {
  color: #0c1112;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA4IDYiPjxwYXRoIGQ9Ik0wLDgsNCw0LDAsMEgyTDYsNCwyLDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4KSByb3RhdGUoOTApIiBmaWxsPSIjMTgyMDQ1Ii8+PC9zdmc+);
  background-repeat: no-repeat;
	background-position: 93% center;
	-webkit-appearance:none;
	max-width: 350px;
  border-radius: 5px;
}

.input {
	margin-right: 0 !important;
	width: calc(100% - 230px);
}
@media screen and (max-width: 1049px) {
	.input {
		width: 100%;
	}
}

.hs-form-field {
	color: #0c1112;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
	flex-wrap: wrap;
	font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: bold;
	font-size: 17px;
	margin-bottom: 25px;
	width: 100% !important;
}
@media screen and (max-width: 1049px) {
	.hs-form-field {
		display: block;
	}
}

.hs-form label {
	font-weight: bold;
	border-top: 1px solid #0c1112;
	display: block;
	font-size: 17px;
	letter-spacing: .17em;
	line-height: 2;
	margin-right: 30px;
	padding-top: 5px;
	width: 200px;
}
@media screen and (max-width: 1049px) {
	.hs-form label {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.hs-form label {
		font-size: 15px;
		margin-bottom: 10px;
		width: 100%;
	}
}

.hs-form label.hs-error-msg {
	border-top: none;
	color: #d6007f;
	font-family: 'NotoSansCJKjp', sans-serif;
	font-size: 16px;
	width: 100%;
}

.hs-error-msgs label.hs-main-font-element {
	border-top: none;
	color: #d6007f;
	font-family: 'NotoSansCJKjp', sans-serif;
	font-size: 16px;
	padding-top: 0;
	width: 100%;
}

.hs-form-required {
	color: #0c1112;
}

.hs-richtext {
	margin-top: 30px;
}

.hs-richtext p {
	color: #090909;
	font-family: 'NotoSansCJKjp', sans-serif;
  font-weight: bold;
	font-size: 16px;
	letter-spacing: .17em;
	line-height: 2;
}
@media screen and (max-width: 767px) {
  .hs-richtext p,
  .hs-form label.hs-error-msg {
  	font-size: 13px;
  }
}

.hs-richtext a {
	color: #090909;
	display: inline-block;
	text-decoration: none;
	position: relative;
	word-break: break-all;
  transition: .5s;
}
.hs-richtext a:hover {
  color: #008db8;
}

.hs-richtext a:after {
	background-color: #090909;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

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


.hs_submit {
	margin-top: 50px;
  text-align: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .hs_submit {
  	margin-top: 30px;
  }
}

.actions {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
  position: relative;
  display: inline-block;
}
.actions:after {
  background: linear-gradient(to right,rgba(118,221,244,1) 0%,rgba(211,236,44,1) 100%);
	border-radius: 50px;
	content: "";
	height: 100%;
  left: 0;
  position: absolute;
  top: 2px;
	width: 100%;
	z-index: -1;
}

.hs-button {
  background-color: #ffffff;
	border-radius: 50px;
	box-shadow: 0px 0px 6px 3px rgba(15, 46, 101, .07);
	box-sizing: border-box;
	color: #0c1112;
	display: inline-block;
  min-width: 320px;
	font-family: 'NotoSansCJKjp', sans-serif;
  font-weight: bold;
	font-size: 16px;
	letter-spacing: .36em;
	line-height: 1.5;
	max-width: 320px;
	padding: 18px 25px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: .5s;
  border: none;
}
@media screen and (max-width: 1049px) {
  .hs-button {
    min-width: 250px;
  }
}
.hs-button:hover {
	color: #008db8;
}

.hs-button:focus {
	outline: none;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #d6007f;
}

.hs-form label.hs-form-booleancheckbox-display {
  margin-top: 40px;
	border-top: none;
  font-size: 17px;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
	color: ;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
	letter-spacing: .17em;
	line-height: 2;
	position:relative;
	transition: .5s;
  width: auto;
}
@media screen and (max-width: 767px) {
  .hs-form label.hs-form-booleancheckbox-display {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
	margin: 0 auto !important;
  position: relative;
  padding-left: 30px;
  transition: .5s;
}

.legal-consent-container .hs-form-booleancheckbox-display>span:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid ;
  border-radius: 10px;
  transition: .5s;
}
.legal-consent-container .hs-form-booleancheckbox-display .hs-input:checked+span {
  color: #008db8;
}
.legal-consent-container .hs-form-booleancheckbox-display .hs-input:checked+span:before {
  border: 1px solid #008db8;
  background: #008db8;
}
.legal-consent-container .hs-form-booleancheckbox-display .hs-input:checked+span:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: .5s;
}
.legal-consent-container .hs-form-booleancheckbox-display>span:hover {
  cursor: pointer;
  color: #0c1112;
}
.legal-consent-container .hs-form-booleancheckbox-display>span:hover:before {
  border: 1px solid #0c1112;
}
.legal-consent-container .hs-form-booleancheckbox-display .hs-input {
  height: auto;
}

.hs-form-booleancheckbox {

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

.hs-form label.hs-form-booleancheckbox-display input {
	display: none;
}
.hs-form-booleancheckbox {
  width: 100%;
}
.hs-form label.hs-form-booleancheckbox-display p {
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
	font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: bold;
	font-size: 17px;
	transition: .5s;
}

.hs-form label.hs-form-booleancheckbox-display p .checkbox-icon {
	fill: #d9e4e7;
	margin-right: 10px;
	transition: .5s;
}

.hs-form label.hs-form-booleancheckbox-display:hover p {
	color: #090909;
  }

  .hs-form label.hs-form-booleancheckbox-display:hover p .checkbox-icon {
	fill: #090909;
  }

.hs-form-booleancheckbox .hs-input:checked + span p {
	color: #008db8;
  }

  .hs-form-booleancheckbox .hs-input:checked + span p .checkbox-icon {
	fill: #008db8;
  }

  .grecaptcha-badge {
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 40px;
  }

.inputs-list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
	flex-wrap: wrap;
}

.inputs-list .hs-form-checkbox label {
	border: none;
	font-size: 16px;
	padding-top: 0;
	width: inherit;
  display: flex;
  align-items: center;
}

.inputs-list .hs-form-checkbox label span {
	display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .inputs-list .hs-form-checkbox label span {
    font-size: 13px;
  }
}

.inputs-list .hs-form-checkbox .hs-input {
	height: auto;
}

.inputs-list.multi-container label {
  border-top: none;
  width: 100%;
}

.inputs-list .hs-form-checkbox .hs-input {
  height: auto;
}
/* ==========================================================================

    features-slideimg

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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

@media screen and (min-width: 768px) {
  .features-slideimg-wrap .heading-2 {
    text-align: center;
  }
}

.btn-columns {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-columns .btn-columns__column {
  box-sizing: border-box;
  width: 135px;
  height: 135px;
  padding: 25px 5px 25px 5px;
  margin: 0 7.5px;
  border-radius: 100px;
  text-align: center;
  transition: .5s;
  border: 1px solid #d9e4e7;
  cursor: pointer;
}
@media screen and (min-width: 1050px) {
  .btn-columns .btn-columns__column:hover,
  .btn-columns .btn-columns__column.thumbnail-current {
    border: 1px solid #f7fafb;
    background-color: #f7fafb;
  }
}
.btn-columns .btn-columns__column figure {
  width: 60px;
  margin: auto;
}
.btn-columns .btn-columns__column figure img {
  height: 50px;
}
.btn-columns .btn-columns__column .btn-columns__column__text {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: .2em;
  line-height: 1.2;
  transform: scaleX(.8);
  transform-origin: left;
  width: 125%;
}

.small-btn-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 486px;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;

}
.small-btn-columns .small-btn-columns__column {
  margin-left: 10px;
  margin-right: 10px;
  width: 100px;
  box-sizing: border-box;
}
.small-btn-columns .small-btn-columns__column:nth-child(n+5) {
  margin-top: 15px;
}
.small-btn-columns .small-btn-columns__column figure {
  box-sizing: border-box;
  transition: .5s;
  width: 100px;
  height: 100px;
  padding: 25px;
  border-radius: 50px;
  cursor: inherit;
  border: none;
  background-color: #ffffff;
}
.small-btn-columns .small-btn-columns__column figure img {
  margin: 0 auto;
  max-width: 50px;
  max-height: 50px;
}
.small-btn-columns .small-btn-columns__column .small-btn-columns__column__text {
  margin-top: 10px;
  text-align: center;
  color: #1f4551;
  font-size: 14px;
  letter-spacing: .18em;
  line-height: 1.28;
  width: 100%;
}

.features-slide-lists {
  margin-top: 40px;
}
.features-slideimg {
  padding-top: 130px;
  padding-left: 50px;
  padding-right: 100px;
  position: relative;
}


.features-slideimg .items {
  display: flex;
  position: relative;
}
.features-slideimg .items .items__item.items__item--product-img {
  margin-top: 140px;
  width: 38.4%;
}
.features-slideimg .items .items__item.items__item--textarea {
  position: relative;
  width: calc(61.6% - 50px);
  margin-left: 50px;
}

.items__item--textarea__inner {
  position: relative;
  padding: 30px 0 50px 0;
}
.items__item--textarea__inner:before {
  content: "";
  display: block;
  right: -100px;
  top: 0;
  position: absolute;
  z-index: -1;
  background-color: #f7fafb;
  width: calc(100vw - 200px);
  height: 100%;
}
.features-slideimg .items__item--textarea .img_illust {
  position: absolute;
  width: 234px;
  height: 270px;
  top: -130px;
  right: 0;
}
.features-slideimg .items__item--textarea .img_illust img {
  min-width: 234px;
}
.features-slideimg .items__item--textarea .img_copy {
  text-align: left;
  height: 185px;
  max-width: calc(100% - 234px);
}
.features-slideimg .items__item--textarea .img_copy img {
  height: 100%;
}
.features-slideimg .items__item--textarea .img_sp {
  display: none;
}
.features-slideimg .items__item--textarea .btn_icon_text {
  font-size: 14px;
  text-decoration: underline;
  color: #1f4551
}
.features-slideimg .items__item--textarea .btn_icon_text:not(:first-child) {
  margin-top: 30px;
}

.features-slideimg-wrap .slick-prev,
.features-slideimg-wrap .slick-next {
  left: 100px;
  width: 10px;
  height: 20px;
  background-size: cover;
}
.features-slideimg-wrap .slick-prev {
  top: 130px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC43NTIiIGhlaWdodD0iMjAuODIxIiB2aWV3Qm94PSIwIDAgMTAuNzUyIDIwLjgyMSI+CiAgPHBhdGggaWQ9ImFycm93IiBkPSJNMTAuMTM0LDIwbC05LjU0NS05LjcsOS41NDUtOS43IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wODkgMC4xMTgpIiBmaWxsPSJub25lIiBzdHJva2U9IiNhNGFkYjAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cg==);
}
.features-slideimg-wrap .slick-next {
  top: 180px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC43NTIiIGhlaWdodD0iMjAuODIxIiB2aWV3Qm94PSIwIDAgMTAuNzUyIDIwLjgyMSI+CiAgPHBhdGggaWQ9ImFycm93IiBkPSJNLjU4OSwyMGw5LjU0NS05LjdMLjU4OS41ODkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMTE4IDAuMTE4KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYTRhZGIwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=);
}


@media screen and (max-width: 1199px) {
  .small-btn-columns .small-btn-columns__column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(50% - 20px);
  }
  .small-btn-columns .small-btn-columns__column:nth-child(n+5) {
    margin-top: inherit;
  }
  .small-btn-columns .small-btn-columns__column:nth-child(n+3) {
    margin-top: 15px;
  }
  .small-btn-columns .small-btn-columns__column figure {
    padding: 18px;
    width: 75px;
    height: 75px;
  }
  .small-btn-columns .small-btn-columns__column figure img {
    max-width: 40px;
    max-height: 40px;
  }
  .small-btn-columns .small-btn-columns__column .small-btn-columns__column__text {
    width: calc(100% - 85px);
    margin-top: 0;
  }
  .features-slideimg .items__item--textarea .img_illust {
    width: 167px;
    height: 192px;
  }
  .features-slideimg .items__item--textarea .img_illust img {
    min-width: 167px;
  }
  .features-slideimg .items__item--textarea .img_copy {
    height: 160px;
    max-width: calc(100% - 167px);
  }
}
@media screen and (max-width: 1049px) {
  .btn-columns {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .btn-columns .btn-columns__column {
    display: flex;
    align-items: center;
    border: none;
    width: calc(25% - 20px);
    height: auto;
    padding: 0;
    margin: 0 10px;
    border-radius: 0;
    text-align: left;
  }


  .btn-columns .btn-columns__column:nth-child(n+5) {
    margin-top: 20px;
  }
  .btn-columns .btn-columns__column figure {
    display: flex;
    text-align: center;
    box-sizing: border-box;
    width: 65px;
    height: 65px;
    padding: 10px;
    margin-right: 5px;
    border-radius: 33px;
    border: 1px solid #d9e4e7;
  }
  .btn-columns .btn-columns__column.thumbnail-current figure {
    border: 1px solid #f7fafb;
    background-color: #f7fafb;
  }
  .btn-columns .btn-columns__column figure img {
    max-width: 40px;
    height: 40px;
  }
  .btn-columns .btn-columns__column .btn-columns__column__text {
    width: calc(100% - 65px);
    margin-top: 0;
    font-size: 16px;
  }
  .small-btn-columns .small-btn-columns__column figure {
    padding: 10px;
    width: 50px;
    height: 50px;
  }
  .small-btn-columns .small-btn-columns__column .small-btn-columns__column__text {
    width: calc(100% - 60px);
    font-size: 12px;
  }
  .features-slideimg-wrap .slick-prev,
  .features-slideimg-wrap .slick-next {
    left: 50px;
  }
  .features-slideimg-wrap .slick-prev {
    top: 70px;
  }
  .features-slideimg-wrap .slick-next {
    top: 120px;
  }

  .features-slide-lists {
    margin-top: 15px;
  }
  .features-slideimg {
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 50px;
    position: relative;
  }
  .items__item--textarea__inner:before {
    right: -50px;
    width: calc(100vw - 100px);
  }
  .features-slideimg .items .items__item.items__item--product-img {
    width: 32.8%;
  }

  .features-slideimg .items__item--textarea .img_illust {
    top: -70px;
    width: 144px;
    height: 168px;
  }
  .features-slideimg .items__item--textarea .img_illust img {
    min-width: 144px;
    width: calc(100% - 75px);
  }
  .features-slideimg .items__item--textarea .img_copy {
    height: 118px;
    max-width: calc(100% - 144px);
  }
  .features-slideimg .items .items__item.items__item--product-img {
    margin-top: 175px;
  }
  .features-slideimg .items .items__item.items__item--textarea {
    width: calc(67.2% - 20px);
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btn-columns-slide {
    display: none;
  }
  .features-slideimg {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .features-slideimg-wrap .slick-prev,
  .features-slideimg-wrap .slick-next {
    width: 7px;
    height: 14px;
    top: 7px;
  }
  .features-slideimg-wrap .slick-prev {
    left: 40px;
  }
  .features-slideimg-wrap .slick-next {
    left: 80px;
  }
  .features-slideimg .items .items__item.items__item--product-img {
    display: none;
  }
  .features-slideimg .items {
    display: block;
  }
  .features-slideimg .items .items__item.items__item--textarea {
    width: 100%;
    margin-left: 0;
  }
  .features-slideimg .items__item--textarea .img_illust {
    top: -35px;
    width: 99px;
    height: 116px;
  }
  .features-slideimg .items__item--textarea .img_illust img {
    min-width: 99px;
    width: 99px;
  }
  .items__item--textarea__inner:before {
    right: -20px;
    width: calc(100vw - 20px);
  }
  .items__item--textarea__inner {
    padding: 80px 0 40px 20px;
  }
  .features-slideimg .items__item--textarea .img_copy {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    max-height: 91px;
    max-width: inherit;
  }
  .features-slideimg .items__item--textarea .img_sp {
    margin-top: 20px;
    display: block;
    max-width: 160px;
  }
}
/* ==========================================================================

    lead

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.lead {
	color: #0c1112;
  font-size: 17px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  letter-spacing: .2em;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .lead {
    font-size: 15px;
  }
}

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

.lead:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .lead:not(:last-child) {
		margin-bottom: 60px;
  }
}

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

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

    lineup

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

.division-bottom-lineup {
	margin-bottom: 80px
}
@media screen and (max-width: 767px) {
	.division-bottom-lineup {
		margin-bottom: 60px
	}
}
/* ==========================================================================

    list

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-list {
  margin-top: 20px;
}

.division-bottom-list {
  margin-bottom: 20px;
}


.list:not(:first-child) {
  margin-top: 10px
}
.list:not(:last-child) {
  margin-bottom: 10px
}
.list__item:not(:first-child) {
  margin-top: 5px
}

.list__item:not(:last-child) {
  margin-bottom: 5px
}
.list--default>.list__item {
  list-style-type: none;
  padding-left: 15px;
  position: relative
}

.list--default>.list__item:before {
  background-color: #008db8;
  content: "";
  height: 4px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
}
@media screen and (max-width: 767px) {
  .list--default>.list__item:before {
    top: 10px;
  }
}



/* list--number */
.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: 30px;
  }
}

.list--number .list__item:before {
  color: #090909;
  content: counter(number) ".";
  counter-increment: number;
  font-family: 'NotoSansCJKjp', sans-serif;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 8px;
  text-transform: uppercase;
}


/* list--check */

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

.list.list--check .list--check__item {
  font-size: 17px;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-weight: bold;
  letter-spacing: .17em;
  line-height: 2;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list.list--check .list--check__item {
    font-size: 15px;
  }
}

.list.list--check .list--check__item:not(:last-child) {
  margin-bottom: 10px;
}

.list.list--check .list--check__item:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBpZD0iY2hlY2siIGQ9Ik0yMTIuNTc0LDMzNS4xNzlhMTAsMTAsMCwxLDAsMTAsMTBBMTAsMTAsMCwwLDAsMjEyLjU3NCwzMzUuMTc5Wm0tMi4xLDE0LjM5Mi00LjEzMS0zLjk0NywxLjQ0NS0xLjUxMywyLjc1NywyLjYzMiw2Ljg5LTUuOTU2LDEuMzY4LDEuNTgyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwMi41NzQgLTMzNS4xNzkpIiBmaWxsPSIjMTgyMDQ1Ii8+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) {
  .list.list--check .list--check__item:before {
    height: 18px;
    top: 6px;
    width: 18px;
  }
}

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

    logo-area

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

.division-bottom-logo-area {
  margin-bottom: 45px
}
@media screen and (max-width: 767px) {
  .division-bottom-logo-area {
    margin-bottom: 30px
  }
}

.logo-area {
  margin-bottom: 25px;
}
.logo-area .natural {
  margin-top: 25px;
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #d9e4e7;
}
.logo-area .natural:before,
.logo-area .natural:after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 30px;
  top: -1px;
	transition: .5s;
}
.logo-area .natural:before {
	background-color: #d6007f;
  left: 0;
}
.logo-area .natural:after {
	background-color: #008db8;
	left: 30px;
}
@media screen and (max-width: 767px) {
  .logo-area {
    margin-bottom: 15px;
  }
  .logo-area .natural {
    margin-top: 15px;
    padding-top: 20px;
  }
}
/* ==========================================================================

    columns

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-mesh {
  margin-top: 30px;
}

.division-bottom-mesh {
  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 .mesh-columns__column {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .mesh-columns .mesh-columns__column {
    border-bottom: 1px dotted #d9e4e7;
  }

  .mesh-columns .mesh-columns__column {
    padding: 30px 20px;
  }
  .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 #d9e4e7;
  }

  .mesh-columns .mesh-columns__column:nth-child(n+5) {
    border-top: 1px dotted #d9e4e7;
  }

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

  .mesh-columns .mesh-columns__column:nth-child(n+4) {
    border-top: 1px dotted #d9e4e7;
  }

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

.mesh-columns__column:after {
  background: ;
  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: 1;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .heading-5--icon__image__src {
    max-width: 35px;
  }
}

.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 .button--text a {
  color: #008db8;
}

.mesh-columns__column:hover .button--text a:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA2IDYiPgogIDxwYXRoIGlkPSLjg5HjgrlfODciIGRhdGEtbmFtZT0i44OR44K5IDg3IiBkPSJNMywwLDQuOTU0LDMuOTA3LDYsNkgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNikgcm90YXRlKDkwKSIgZmlsbD0iIzI3NDZjNiIvPgo8L3N2Zz4K);	
}

.mesh-columns__column:hover .button--text a:after {
  background: #008db8;
}
/* ==========================================================================

    migratorylink

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-migratorylink {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .division-top-migratorylink {
    margin-bottom: 50px;
  }
}


.migratorylink {
  width: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 30px 50px;
  background-color: rgba(242, 247, 249, 0.6);
}
@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:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  width: 775px;
  height: 340px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzc1IiBoZWlnaHQ9IjM0MCIgdmlld0JveD0iMCAwIDc3NSAzNDAiPgogIDxkZWZzPgogICAgPGxpbmVhckdyYWRpZW50IGlkPSJsaW5lYXItZ3JhZGllbnQiIHgyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzc2ZGRmNCIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNkM2VjMmMiLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgogIDxnIGlkPSLjgrDjg6vjg7zjg5dfNDYiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDQ2IiBvcGFjaXR5PSIwLjEiPgogICAgPHBhdGggaWQ9IuODkeOCuV84OCIgZGF0YS1uYW1lPSLjg5HjgrkgODgiIGQ9Ik03NzUsMFYzNDBIMHM1MS4yNDUtNTYuNTM2LDE0My41OTEtOTAuNEMyMTMuNDQ1LDIyMy45NzYsMjkwLjM3OCwyNDcuOTE3LDM3MSwyMTVjOTYuMTg0LTM5LjI3MSwxMDAuNjM5LTg4LjA5LDE4MC0xNDNDNjEyLjYyMiwyOS4zNjMsNjYzLjM2MSw3LjU4NSw3NzUsMFoiIGZpbGw9IiM2ZDg2ODgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iMC4xMDIiLz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfODkiIGRhdGEtbmFtZT0i44OR44K5IDg5IiBkPSJNNzc1LDBWMzQwSDBzNTEuMjQ1LTU2LjUzNiwxNDMuNTkxLTkwLjRDMjEzLjQ0NSwyMjMuOTc2LDI5MC4zNzgsMjQ3LjkxNywzNzEsMjE1Yzk2LjE4NC0zOS4yNzEsMTAwLjYzOS04OC4wOSwxODAtMTQzQzYxMi42MjIsMjkuMzYzLDY2My4zNjEsNy41ODUsNzc1LDBaIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudCkiLz4KICA8L2c+Cjwvc3ZnPgo=);
}
@media screen and (max-width: 1049px) {
  .migratorylink:after {
    width: 592px;
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .migratorylink:after {
    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;
  }
}
/* ==========================================================================

    movie

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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


.movie-item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .movie-item:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .movie {
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  }
}

.movie {
  position: relative;
}
.movie:before {
  background: linear-gradient(-70deg,rgba(166,118,147,.5) 25%,rgba(43,43,43,.3),rgba(110,155,169,.5) 75%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.movie:after {
  color: #ffffff;
  content: "PLAY";
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 18px;
  left: calc(50% + 5px);
  letter-spacing: .35em;
  line-height: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: .5s;
  top: calc(50% + 27px);
  z-index: 1;
}
.columns--four .movie:after {
  font-size: 15px;
  top: calc(50% + 19px);
}
@media screen and (max-width: 767px) {
  .movie:after {
    font-size: 15px;
    top: calc(50% + 19px);
  }
}

.movie-link {
  display: block;
}
.movie__inner {
  position: relative;
  text-align: center;
}

.movie__inner:before,
.movie__inner:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: calc(50% - 25px);
  height: 50px;
  position: absolute;
  top: calc(50% - 10px);
  transition: .5s;
  transform: translateY(-50%);
  width: 50px;
  z-index: 2;
}
.movie__inner:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj4KICA8ZyBpZD0i44Kw44Or44O844OXXzE0OSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMTQ5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzAwIC0zMjYpIj4KICAgIDxnIGlkPSLmpZXlhoblvaJfMSIgZGF0YS1uYW1lPSLmpZXlhoblvaIgMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzAwIDMyNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIj4KICAgICAgPGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIHN0cm9rZT0ibm9uZSIvPgogICAgICA8Y2lyY2xlIGN4PSIyNSIgY3k9IjI1IiByPSIyNC41IiBmaWxsPSJub25lIi8+CiAgICA8L2c+CiAgICA8cGF0aCBpZD0i5aSa6KeS5b2iXzEiIGRhdGEtbmFtZT0i5aSa6KeS5b2iIDEiIGQ9Ik04LDBsOCwxMkgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzMzIDM0Mykgcm90YXRlKDkwKSIgZmlsbD0iI2ZmZiIvPgogIDwvZz4KPC9zdmc+Cg==);
}
.movie__inner:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj4KICA8ZyBpZD0i44Kw44Or44O844OXXzE1MCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMTUwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzU5IC0yMTYpIj4KICAgIDxnIGlkPSLmpZXlhoblvaJfMSIgZGF0YS1uYW1lPSLmpZXlhoblvaIgMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzU5IDIxNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwOGRiOCIgc3Ryb2tlLXdpZHRoPSIxIj4KICAgICAgPGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIHN0cm9rZT0ibm9uZSIvPgogICAgICA8Y2lyY2xlIGN4PSIyNSIgY3k9IjI1IiByPSIyNC41IiBmaWxsPSJub25lIi8+CiAgICA8L2c+CiAgICA8cGF0aCBpZD0i5aSa6KeS5b2iXzEiIGRhdGEtbmFtZT0i5aSa6KeS5b2iIDEiIGQ9Ik04LDBsOCwxMkgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzkyIDIzMykgcm90YXRlKDkwKSIgZmlsbD0iIzAwOGRiOCIvPgogIDwvZz4KPC9zdmc+Cg==);
  opacity: 0;
}
.columns--four .movie__inner:before,
.columns--four .movie__inner:after {
  left: calc(50% - 17.5px);
  height: 35px;
  top: calc(50% - 7px);
  width: 35px;
}
@media screen and (max-width: 767px) {
  .movie-link {
    max-width: 450px;
  }
  .movie__inner:before,
  .movie__inner:after {
    left: calc(50% - 17.5px);
    height: 35px;
    top: calc(50% - 7px);
    width: 35px;
  }
}




.movie:hover {
  cursor: pointer;
}
.movie:hover:after {
  color: #008db8;
}
.movie:hover .movie__inner:before {
  opacity: 0;
}
.movie:hover .movie__inner:after {
  opacity: 1;
}

.movie:hover:after {
  color: #008db8;
}
.movie .movie__inner .figure img {
  width: 100%;
}

.columns.columns--one .movie-column:not(:first-child),
.columns.columns--two .movie-column:nth-child(n+3),
.columns.columns--three .movie-column:nth-child(n+4),
.columns.columns--four .movie-column:nth-child(n+5) {
  margin-top: 45px;
}

.movie-column .heading-3:not(:first-child) {
  margin-top: 30px;
}
.movie-column .heading-3:not(:last-child) {
  margin-bottom: 20px;
}
.movie-column .natural:not(:first-child) {
  margin-top: 20px;
}
.movie-column .tags+.natural {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .movie-column .heading-3:not(:first-child) {
    margin-top: 25px;
  }
  .columns.columns--one .movie-column:not(:first-child),
  .columns.columns--two .movie-column:nth-child(n+3),
  .columns.columns--three .movie-column:nth-child(n+4),
  .columns.columns--four .movie-column:nth-child(n+5) {
    margin-top: 40px;
  }
  .columns.columns--two .movie-column:not(:first-child),
  .columns.columns--three .movie-column:not(:first-child) {
    margin-top: 40px;
  }
  .columns.columns--four .movie-column:nth-child(n+3) {
    margin-top: 40px;
  }
}
/* ==========================================================================

    my-side

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


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

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

.my-side {
  box-sizing: border-box;
  border-radius: 50px;
  border-radius: 50px;
  max-width: 1250px;
  margin: 0 auto;
  background-color: #f7fafb;
  padding: 70px 100px 80px;
}
.my-side .columns:not(:first-child)  {
  margin-top: 40px;v
}
.my-side .heading-3__inner {
  color: #008db8;
}
.my-side .heading-3:not(:last-child) {
    margin-bottom: 10px;
}

@media screen and (max-width: 1449px) {
  .my-side {
    margin: 0 100px;
  }
}
@media screen and (max-width: 1049px) {
  .my-side {
    margin: 0 50px;
    padding: 70px 50px 80px;
  }
  .my-side .columns--one-two>.columns__column:nth-child(odd) {
    -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;;
  }
  .my-side .columns--one-two>.columns__column:nth-child(even) {
    -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;;
  }
}
@media screen and (max-width: 767px) {
  .my-side {
    border-radius: 20px;
    margin: 0 20px;
    padding: 50px 20px 60px;
  }
  .my-side .columns--one-two>.columns__column:nth-child(odd),
  .my-side .columns--one-two>.columns__column:nth-child(even) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
}
/* ==========================================================================

    news-list

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.news-menu {
  border-bottom: 1px solid #d7e4e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
}
@media screen and (max-width: 767px) {
  .news-menu {
    padding-bottom: 20px;
  }
}

.news-menu .rss-tag {
  right: 0;
}
@media screen and (min-width: 768px) {
  .news-menu .rss-tag {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-menu .rss-tag {
    padding-top: 10px;
  }
}

.rss-tag {
  display: table-cell;
  height: 100%;
  margin-top: auto;
  position: relative;
  right: -70px;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 1049px) {
  .rss-tag {
    right: 0;
  }
}

.rss-tag a {
  color: #090909;
  display: inline-block;
  font-family: 'Quicksand-Regular', serif;
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 1.5;
  padding-right: 30px;
  position: relative;
}

.rss-tag a:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDk4LjI1IDk4LjI2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzA5MDkwOTt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PGcgaWQ9Imljb19yc3MiIGRhdGEtbmFtZT0iaWNvIHJzcyI+PHBhdGggaWQ9IuODkeOCuV8yNSIgZGF0YS1uYW1lPSLjg5HjgrkgMjUiIGNsYXNzPSJjbHMtMSIgZD0iTTAsMi40NlYxNy4zM2EyLjMyLDIuMzIsMCwwLDAsMi4zMiwyLjMzaDBBNzguNjIsNzguNjIsMCwwLDEsNzguNTgsOTUuOTJhMi4zOCwyLjM4LDAsMCwwLDIuMzQsMi4zM0g5NS43OWEyLjQ2LDIuNDYsMCwwLDAsMi40Ni0yLjQ2di0uMDZBOTguMyw5OC4zLDAsMCwwLDIuNTIsMCwyLjQ2LDIuNDYsMCwwLDAsMCwyLjRaIi8+PHBhdGggaWQ9IuODkeOCuV8yNiIgZGF0YS1uYW1lPSLjg5HjgrkgMjYiIGNsYXNzPSJjbHMtMSIgZD0iTTAsMzYuODhWNTEuNzdhMi4zMiwyLjMyLDAsMCwwLDIuMzIsMi4zMmgwQTQ0LjI0LDQ0LjI0LDAsMCwxLDQ0LjE5LDk1LjlhMi4zMywyLjMzLDAsMCwwLDIuMywyLjM2SDYzLjkxQTYzLjksNjMuOSwwLDAsMCwyLjU3LDM0LjQyLDIuNDgsMi40OCwwLDAsMCwwLDM2Ljc4WiIvPjxjaXJjbGUgaWQ9IualleWGhuW9ol82IiBkYXRhLW5hbWU9IualleWGhuW9oiA2IiBjbGFzcz0iY2xzLTEiIGN4PSIxMi4xOSIgY3k9Ijg2LjA2IiByPSIxMi4xOSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
}

.news-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-category {
    display: none;
  }
}

.news-select {
  display: none;
}
@media screen and (max-width: 767px) {
  .news-select {
    display: block;
    width: 100%;
  }
  .news-select select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA4IDYiPjxwYXRoIGQ9Ik0wLDgsNCw0LDAsMEgyTDYsNCwyLDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4KSByb3RhdGUoOTApIiBmaWxsPSIjMTgyMDQ1Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 1px solid #d9e4e7;
    background-size: 9px;
    background-position: 93% center;
    border-radius: 5px;
    display: block;
    font-size: 13px;
    letter-spacing: 0.2em;
    padding: 10px 20px;
    position: relative;
    -webkit-appearance: none;
    width: 200px;
  }
}

.news-category__item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-category__item:not(:last-child) {
  border-right: 1px dotted #a4adb0;
  margin-right: 20px;
  padding-right: 20px;
}

.news-category__item a.is-active {
  position: relative;
}

.news-category__item a.is-active:after {
  background: #d6007f;
  bottom: -15px;
  content: "";
  left: calc(50% - 28px);
  height: 4px;
  position: absolute;
  width: 56px;
}

.news-category__item a {
  color: #090909;
  display: block;
  line-height: 1.2em;
  transition: .5s;
  min-width: 35px;
}

.news-category__item a:hover {
  color: #d6007f;
}

.news-list {
  box-sizing: border-box;
  margin-top: 30px;
  width: 100%;
}


.news-list__item {
  border-bottom: 1px dotted #d9e4e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  padding: 0 0 25px 0;
}
@media screen and (max-width: 1049px) {
  .news-list__item {
    padding: 0 0 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .news-list__item {
    display: block;
  }
}

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

@media screen and (min-width: 1050px) {
  .news-list .news-list__item__heading {
    margin-right: 50px;
    min-width: 160px;
  }
}
@media screen and (max-width: 1049px) {
  .news-list .news-list__item__heading {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news-list .news-list__item__heading {
    display: inline-block;
    margin-right: 0;
    overflow: hidden;
    position: relative;
  }
}

.news-list .news-list__item__heading__date {
  display: block;
  font-family: 'Quicksand-Medium', serif;
  font-size: 14px;
  letter-spacing: .35em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .news-list .news-list__item__heading__date {
    display: inline-block;
    font-size: 11px;
    letter-spacing: .3em;
  }
}

.news-list .news-list__item__heading__tag {
  border-top: 1px solid #008db8;
  color: #008db8;
  display: block;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 16px;
  letter-spacing: .3em;
  line-height: 1;
  margin-top: 10px;
  padding: 10px 15px 0px 15px;
}
@media screen and (max-width: 767px) {
  .news-list .news-list__item__heading__tag {
    border-top: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 0;
    margin-left: 6px;
    padding: 0 0 10px 0;
  }
  .news-list .news-list__item__heading__tag:after {
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    width: 100vw;
  }

}

.news-list__item__heading__tag.tag-color01 {
  border-top: 1px solid #008db8;
  color: #008db8;
}
@media screen and (max-width: 767px) {
  .news-list__item__heading__tag.tag-color01 {
    border-top: none;
  }
  .news-list__item__heading__tag.tag-color01:after {
    border-top: 1px solid #008db8;
  }
}

.news-list__item__heading__tag.tag-color02 {
  border-top: 1px solid #d6007f;
  color: #d6007f;
}
@media screen and (max-width: 767px) {
  .news-list__item__heading__tag.tag-color02 {
    border-top: none;
  }
  .news-list__item__heading__tag.tag-color02:after {
    border-top: 1px solid #d6007f;
  }
}

.news-list__item__heading__tag.tag-color03 {
  border-top: 1px solid #a4adb0;
  color: #a4adb0;
}
@media screen and (max-width: 767px) {
  .news-list__item__heading__tag.tag-color03 {
    border-top: none;
  }
  .news-list__item__heading__tag.tag-color03:after {
    border-top: 1px solid #a4adb0;
  }
}


.news-list .news-list__item__content a {
  color: #0c1112;
  display: block;
  font-size: 16px;
  letter-spacing: .2em;
  line-height: 2;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .news-list .news-list__item__content a {
    font-size: 13px;
  }
}


.news-list__item:hover .news-list__item__content a {
  color: #d6007f;
  transition: .5s;
}


.news-list .paragraph.division-top-paragraph {
  display: none
}
.news-list .paragraph.division-top-paragraph.is-active {
  display: block
}
/* ==========================================================================

    number-list

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

.number-list {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    counter-reset: number;
    flex-wrap: wrap;
}

.number-list__item {
    box-sizing: border-box;
    padding: 50px 100px;
    position: relative;
    width: 50%;
    background-color: #ffffff;
}
@media screen and (max-width: 1049px) {
    .number-list__item {
        padding: 40px 50px;
    }
}
@media screen and (max-width: 767px) {
    .number-list__item {
        padding: 30px 45px;
    }
}
@media screen and (max-width: 414px) {
    .number-list__item {
        padding: 30px 20px;
    }
}

.number-list__item:first-child,
.number-list__item:nth-child(4n),
.number-list__item:nth-child(4n+1) {
  background-color: #f7fafb;
}

.number-list__item:before {
    color: #008db8;
    content: "0" counter(number);
    counter-increment: number;
    display: block;
    font-family: 'Quicksand-Regular', serif;
    font-size: 22px;
    letter-spacing: .17em;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.number-list__item:nth-child(n+10):before {
    content: counter(number);
}
@media screen and (max-width: 767px) {
    .number-list__item:before {
        font-size: 18px;
    }
}

.number-list__item:after {
    background-color: #008db8;
    content: "";
    height: 1px;
    left: 100px;
    position: absolute;
    top: 90px;
    width: 11px;
}
@media screen and (max-width: 1049px) {
    .number-list__item:after {
        left: 50px;
        top: 80px;
    }
}
@media screen and (max-width: 767px) {
    .number-list__item:after {
        left: 45px;
        top: 63px;
    }
}
@media screen and (max-width: 414px) {
    .number-list__item:after {
        left: 20px;
    }
}
/* ==========================================================================

    onayami

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

.division-bottom-onayami {
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  .division-bottom-onayami {
    margin-bottom: 25px
  }
}


.onayami-lists {
  margin: -7.5px -7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
}
.onayami-lists .onayami-lists__item {
  display: table;
  margin: 7.5px;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
}
.onayami-lists .onayami-lists__item .onayami-lists__item__inner {
  padding: 10px;
  border-radius: 10px;
  background-color: #d9e4e7;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.onayami-lists .onayami-lists__item .onayami-lists__item__text {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.38;
  color: #1f4551;
}

@media screen and (max-width: 767px) {
  .onayami-lists {
    margin: 0;
  }
  .onayami-lists .onayami-lists__item {
    display: flex;
    align-items: center;
    margin: 0;
    width: calc(50% - 10px);
    height: auto;
  }
  .onayami-lists .onayami-lists__item:nth-child(n+3) {
    margin-top: 12px;
  }
  .onayami-lists .onayami-lists__item:nth-child(even) {
    margin-left: 20px;
  }
  .onayami-lists .onayami-lists__item:not(:first-child) {
    margin-top: 10px;
  }
  .onayami-lists .onayami-lists__item .onayami-lists__item__inner {
    border-radius: 5px;
    display: table;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    margin-right: 13px;
  }
  .onayami-lists .onayami-lists__item .figure {
    display: table-cell;
    vertical-align: middle;
  }
}
/* ==========================================================================

  graph

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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

.graph {
  padding: 80px 0;
  background-color: #f7fafb;
  width: calc(100% - 200px);
  margin: 0 auto;
}
.graph .columns {
  margin-top: 45px;
}
@media screen and (max-width: 1049px) {
  .graph {
    width: calc(100% - 100px);
  }
  .graph .columns {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .graph .columns--three>.columns__column {
    width: 50%;
  }
  .graph .columns--three>.columns__column:nth-child(n+3) {
    margin-top: 25px;
  }
  .graph .columns .columns__column {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

.graph__title {
  box-sizing: border-box;
  font-family: 'FOT-筑紫A丸ゴシック Std R', TsukuARdGothicStd-R;
  letter-spacing: .17em;
  line-height: 1.7;
  position: relative;
}
.graph__title .graph-title-medium {
  font-size: 23px;
}
.graph__title .graph-title-medium .graph-title-medium__em {
  min-height: 40px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
.graph__title .graph-title-medium .graph-title-medium__em:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  width: calc(100% - 5px);
  min-width: 85px;
  height: 4px;
  background-size: contain;
  background-repeat: repeat-x;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NS44NSA0Ljc4Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2Q2MDA3Zjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODUuODIsMi43OGEzLjQzLDMuNDMsMCwwLDEtMi4zMy0uOTQsNy4yMiw3LjIyLDAsMCwwLTkuNjQsMCwzLjM5LDMuMzksMCwwLDEtNC42NiwwLDcuMjMsNy4yMywwLDAsMC05LjY0LDAsMy40MSwzLjQxLDAsMCwxLTQuNjcsMCw3LjIyLDcuMjIsMCwwLDAtOS42NCwwLDMuNDEsMy40MSwwLDAsMS00LjY3LDAsNy4yMSw3LjIxLDAsMCwwLTkuNjMsMCwzLjQxLDMuNDEsMCwwLDEtNC42NywwLDcuMjIsNy4yMiwwLDAsMC05LjY0LDAsMy4zOSwzLjM5LDAsMCwxLTQuNjYsMCw3LjIxLDcuMjEsMCwwLDAtOS42NSwwLDMuMjQsMy4yNCwwLDAsMS0yLjI2LjkySDB2MkguMDZBNS4xOCw1LjE4LDAsMCwwLDMuNjgsMy4zM2E1LjIyLDUuMjIsMCwwLDEsNi45NCwwLDUuMzgsNS4zOCwwLDAsMCw3LjM2LDAsNS4yMiw1LjIyLDAsMCwxLDYuOTQsMCw1LjM5LDUuMzksMCwwLDAsNy4zNywwLDUuMjEsNS4yMSwwLDAsMSw2LjkzLDAsNS4zOSw1LjM5LDAsMCwwLDcuMzcsMCw1LjIyLDUuMjIsMCwwLDEsNi45NCwwLDUuMzksNS4zOSwwLDAsMCw3LjM3LDAsNS4yLDUuMiwwLDAsMSw2LjkzLDAsNS40MSw1LjQxLDAsMCwwLDcuMzgsMCw1LjE5LDUuMTksMCwwLDEsNi45MiwwLDUuMiw1LjIsMCwwLDAsMy43MiwxLjQ4Ii8+PC9nPjwvZz48L3N2Zz4=);
}
.graph__title .graph-title-medium .graph-title-medium__em img {
  display: inline;
  vertical-align: middle;
}


.graph__title .graph-title-main {
  font-size: 28px;
}
.graph__title .graph-title-main .graph-title-main__em {
  display: inline-block;
  font-size: 40px;
  letter-spacing: .1em;
  padding: 0px 5px 0px 0px;
  position: relative;
  color: #d6007f;
}
.graph__title .graph-title-main .graph-title-main__em:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS4wNjMiIGhlaWdodD0iMTYuNzc0IiB2aWV3Qm94PSIwIDAgMTkuMDYzIDE2Ljc3NCI+CiAgPGcgaWQ9IuOCsOODq+ODvOODl18zMDkiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDMwOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYyNS4wMSAtNDU2LjA0MykiPgogICAgPGxpbmUgaWQ9Iue3ml84OSIgZGF0YS1uYW1lPSLnt5ogODkiIHgxPSI4LjQ4NiIgeTI9IjkuNjE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MzEuMzk4IDQ1OC4xNDQpIiBmaWxsPSJub25lIiBzdHJva2U9IiNkNjAwN2YiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8bGluZSBpZD0i57eaXzkwIiBkYXRhLW5hbWU9Iue3miA5MCIgeDE9IjcuNjc4IiB5Mj0iMy40MDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYzNS4wNzUgNDY4LjA5MSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2Q2MDA3ZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxsaW5lIGlkPSLnt5pfOTEiIGRhdGEtbmFtZT0i57eaIDkxIiB4MT0iMi4yMjMiIHkyPSI4LjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYyNi4yMzkgNDU3LjI3MikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2Q2MDA3ZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=);
}

@media screen and (max-width: 1049px) {
  .graph__title .graph-title-main {
    font-size: 26px;
  }
  .graph__title .graph-title-main .graph-title-main__em {
    font-size: 37px;
  }
  .graph__title .graph-title-medium {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .graph {
    padding: 60px 0;
    width: calc(100% - 40px);
  }
  .graph .container {
    min-width: auto!important;
  }
  .graph .columns {
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
  }
  .graph .columns--three>.columns__column {
    width: 100%;
  }
  .graph .columns--three>.columns__column:not(:first-child) {
    margin-top: 20px;
  }
  .graph .columns--three>.columns__column:nth-child(n+3) {
    margin-top: 20px;
  }
  .graph .columns .columns__column {
    padding-left: 0;
    padding-right: 0;
  }
  .graph__title .graph-title-medium {
    font-size: 12px;
  }
  .graph__title .graph-title-medium .graph-title-medium__em {
    min-height: 20px;
  }
  .graph__title .graph-title-main {
    font-size: 14px;
  }
  .graph__title .graph-title-main .graph-title-main__em {
    font-size: 20px;
  }
  .graph__title .graph-title-main .graph-title-main__em:after {
    width: 10px;
    height: 9px;
  }
  .graph__title .graph-title-medium .graph-title-medium__em img {
    width: 80px;
  }
}

.graph .border-section {
  margin-top: 50px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #d9e4e7;
  padding: 50px;
}
.graph .border-section .border-section__inner:not(:first-child) {
  margin-top: 30px;
}

.graph .border-section .border-section__inner .border-section__inner__title {
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
}
.graph .border-section .border-section__inner .paragraph:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .graph .border-section {
    margin-top: 35px;
    padding: 35px 20px;
  }
  .graph .border-section .border-section__inner:not(:first-child) {
    margin-top: 20px;
  }
}
/* ==========================================================================

  graph_2

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



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

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

.graph_2 {
  padding: 80px 0;
  background-color: #f7fafb;
  width: calc(100% - 200px);
  margin: 0 auto;
}
.graph_2 .columns {
  margin-top: 45px;
  justify-content: center;
}
@media screen and (max-width: 1049px) {
  .graph_2 {
    width: calc(100% - 100px);
  }
  .graph_2 .columns {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .graph_2 .columns--three>.columns__column {
    width: 50%;
  }
  .graph_2 .columns--three>.columns__column:nth-child(n+3) {
    margin-top: 25px;
  }
  .graph_2 .columns .columns__column {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media screen and (max-width: 767px) {
  .graph_2 {
    padding: 60px 0;
    width: calc(100% - 40px);
  }
  .graph_2 .container {
    min-width: auto!important;
  }
  .graph_2 .columns {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .graph_2 .columns--three>.columns__column {
    width: 100%;
  }
  .graph_2 .columns--three>.columns__column:not(:first-child) {
    margin-top: 20px;
  }
  .graph_2 .columns--three>.columns__column:nth-child(n+3) {
    margin-top: 20px;
  }
  .graph_2 .columns .columns__column {
    padding-left: 0;
    padding-right: 0;
  }
}
.graph_2__title {
  box-sizing: border-box;
  font-family: 'FOT-筑紫A丸ゴシック Std R', TsukuARdGothicStd-R;
  letter-spacing: .1em;
  line-height: 1.7;
  position: relative;
}
.graph_2__title .graph_2-title-medium {
  font-size: 23px;
}
.graph_2__title .graph_2-title-medium .graph_2-title-medium__em {
  font-size: 30px;
}
.graph_2__title .graph_2-title-main__line {
  min-height: 40px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
.graph_2__title .graph_2-title-main__line:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  width: calc(100% - 5px);
  min-width: 85px;
  height: 4px;
  background-size: contain;
  background-repeat: repeat-x;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NS44NSA0Ljc4Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2Q2MDA3Zjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODUuODIsMi43OGEzLjQzLDMuNDMsMCwwLDEtMi4zMy0uOTQsNy4yMiw3LjIyLDAsMCwwLTkuNjQsMCwzLjM5LDMuMzksMCwwLDEtNC42NiwwLDcuMjMsNy4yMywwLDAsMC05LjY0LDAsMy40MSwzLjQxLDAsMCwxLTQuNjcsMCw3LjIyLDcuMjIsMCwwLDAtOS42NCwwLDMuNDEsMy40MSwwLDAsMS00LjY3LDAsNy4yMSw3LjIxLDAsMCwwLTkuNjMsMCwzLjQxLDMuNDEsMCwwLDEtNC42NywwLDcuMjIsNy4yMiwwLDAsMC05LjY0LDAsMy4zOSwzLjM5LDAsMCwxLTQuNjYsMCw3LjIxLDcuMjEsMCwwLDAtOS42NSwwLDMuMjQsMy4yNCwwLDAsMS0yLjI2LjkySDB2MkguMDZBNS4xOCw1LjE4LDAsMCwwLDMuNjgsMy4zM2E1LjIyLDUuMjIsMCwwLDEsNi45NCwwLDUuMzgsNS4zOCwwLDAsMCw3LjM2LDAsNS4yMiw1LjIyLDAsMCwxLDYuOTQsMCw1LjM5LDUuMzksMCwwLDAsNy4zNywwLDUuMjEsNS4yMSwwLDAsMSw2LjkzLDAsNS4zOSw1LjM5LDAsMCwwLDcuMzcsMCw1LjIyLDUuMjIsMCwwLDEsNi45NCwwLDUuMzksNS4zOSwwLDAsMCw3LjM3LDAsNS4yLDUuMiwwLDAsMSw2LjkzLDAsNS40MSw1LjQxLDAsMCwwLDcuMzgsMCw1LjE5LDUuMTksMCwwLDEsNi45MiwwLDUuMiw1LjIsMCwwLDAsMy43MiwxLjQ4Ii8+PC9nPjwvZz48L3N2Zz4=);
}
.graph_2__title .graph_2-title-main img {
  display: inline;
  vertical-align: sub;
}


.graph_2__title .graph_2-title-main {
  font-size: 28px;
}
.graph_2__title .graph_2-title-main .graph_2-title-main__em {
  display: inline-block;
  font-size: 40px;
  letter-spacing: .2em;
  padding: 0px 5px 0px 0px;
  position: relative;
  color: #d6007f;
}
.graph_2__title .graph_2-title-main .graph_2-title-main__em:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS4wNjMiIGhlaWdodD0iMTYuNzc0IiB2aWV3Qm94PSIwIDAgMTkuMDYzIDE2Ljc3NCI+CiAgPGcgaWQ9IuOCsOODq+ODvOODl18zMDkiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDMwOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYyNS4wMSAtNDU2LjA0MykiPgogICAgPGxpbmUgaWQ9Iue3ml84OSIgZGF0YS1uYW1lPSLnt5ogODkiIHgxPSI4LjQ4NiIgeTI9IjkuNjE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MzEuMzk4IDQ1OC4xNDQpIiBmaWxsPSJub25lIiBzdHJva2U9IiNkNjAwN2YiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8bGluZSBpZD0i57eaXzkwIiBkYXRhLW5hbWU9Iue3miA5MCIgeDE9IjcuNjc4IiB5Mj0iMy40MDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYzNS4wNzUgNDY4LjA5MSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2Q2MDA3ZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxsaW5lIGlkPSLnt5pfOTEiIGRhdGEtbmFtZT0i57eaIDkxIiB4MT0iMi4yMjMiIHkyPSI4LjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYyNi4yMzkgNDU3LjI3MikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2Q2MDA3ZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=);
}

@media screen and (max-width: 1049px) {
  .graph_2__title .graph_2-title-main .graph_2-title-main__em {
    font-size: 33px;
    letter-spacing: .1em;
  }
  .graph_2__title .graph_2-title-medium {
    font-size: 18px;
  }
  .graph_2__title .graph_2-title-medium .graph_2-title-medium__em {
    font-size: 24px;
  }
  .graph_2__title .graph_2-title-main {
    font-size: 25px;
  }
  .graph_2__title .graph_2-title-main img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .graph_2__title .graph_2-title-medium {
    font-size: 14px;
  }
  .graph_2__title .graph_2-title-medium .graph_2-title-medium__em {
    font-size: 20px;
  }
  .graph_2__title .graph_2-title-main__line {
    min-height: 20px;
  }
  .graph_2__title .graph_2-title-main {
    margin-top: 5px;
    font-size: 14px;
  }
  .graph_2__title .graph_2-title-main .graph_2-title-main__em {
    font-size: 24px;
    margin-top: 10px;
  }
  .graph_2__title .graph_2-title-main .graph_2-title-main__em:after {
    width: 10px;
    height: 9px;
  }
  .graph_2__title .graph_2-title-main img {
    width: 110px;
  }
}

.graph_2 .border-section {
  margin-top: 50px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #d9e4e7;
  padding: 50px;
}
.graph_2 .border-section .border-section__inner:not(:first-child) {
  margin-top: 30px;
}

.graph_2 .border-section .border-section__inner .border-section__inner__title {
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
}
.graph_2 .border-section .border-section__inner .paragraph:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .graph_2 .border-section {
    margin-top: 35px;
    padding: 35px 20px;
  }
  .graph_2 .border-section .border-section__inner:not(:first-child) {
    margin-top: 20px;
  }
}
/* ==========================================================================

    heading-1

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















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

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.heading-1:not(:last-child) {
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
	.heading-1:not(:last-child) {
		margin-bottom: 15px;
	}
}

.heading-1 {
	margin-left: -30px;
  box-sizing: border-box;
	color: #090909;
  font-family: 'FOT-筑紫A丸ゴシック Std R', TsukuARdGothicStd-R;
  font-size: 45px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 1049px) {
  .heading-1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-1 {
		font-size: 24px;
		letter-spacing: 0.17em;
    margin-left: -15px;
  }
}

.heading-1:before {
	display: block;
	color: #1f4551;
  content: attr(data-heading1);
	font-family: 'Quicksand-Medium', serif;
  font-size: 22px;
  letter-spacing: .35em;
}
@media only screen and (max-width: 1049px) {
  .heading-1:before {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-1:before {
    font-size: 14px;
  }
}
/* ==========================================================================

    heading-2

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

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


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





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











/* セレクション */



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








/* 英字のフォント */






/* html 要素 */



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




/* small要素 */




/* sub、sup 要素 */





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



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










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











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



/* 左右内側の余白 */





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





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



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.heading-2 .heading-2__inner {
	display: block;
}
.heading-2 .heading-2__inner.heading-2__inner--main {
	color: #0c1112;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-size: 32px;
  letter-spacing: .3em;
  line-height: 1.5;
	transform: scaleX(.8);
  transform-origin: left;
  width: 125%;
}
@media screen and (max-width:767px) {
  .heading-2 .heading-2__inner.heading-2__inner--main {
    font-size: 22px;
  }
}
.heading-2 .heading-2__inner.heading-2__inner--sub {
  display: inline-block;
	position: relative;
	padding-left: 18px;
	color: #1f4551;
  font-family: 'Quicksand-Regular', serif;
	font-size: 14px;
  letter-spacing: .35em;
	line-height: 1.5;
  margin-bottom: 5px;
  word-break: break-word;
}

.heading-2 .heading-2__inner.heading-2__inner--sub:before {
	content: attr(data-heading2);
  display: block;
	position: absolute;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjY1IiBoZWlnaHQ9IjYuNjUiIHZpZXdCb3g9IjAgMCA2LjY1IDYuNjUiPgogIDxnIGlkPSLjgrDjg6vjg7zjg5dfMTIzIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxMjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MDkgLTE5MikiPgogICAgPGNpcmNsZSBpZD0i5qWV5YaG5b2iXzIiIGRhdGEtbmFtZT0i5qWV5YaG5b2iIDIiIGN4PSIyLjMyNSIgY3k9IjIuMzI1IiByPSIyLjMyNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDA5IDE5MikiIGZpbGw9IiNkNjAwN2YiLz4KICAgIDxjaXJjbGUgaWQ9IualleWGhuW9ol8zIiBkYXRhLW5hbWU9IualleWGhuW9oiAzIiBjeD0iMi4zMjUiIGN5PSIyLjMyNSIgcj0iMi4zMjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQxMSAxOTQpIiBmaWxsPSIjMDA4ZGI4Ii8+CiAgPC9nPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	top: 7.5px;
	left: 0;
	width: 6.5px;
	height: 6.5px;
}
@media screen and (max-width:767px) {
	.heading-2 .heading-2__inner.heading-2__inner--sub {
		padding-left: 11px;
    font-size: 11px;
  }
  .heading-2 .heading-2__inner.heading-2__inner--sub:before {
		width: 6px;
		height: 6px;
    top: 5px;
  }
}

.heading-2:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .heading-2:not(:first-child) {
    margin-top: 60px;
  }
}

.division-top-h2 {
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .division-top-h2 {
    margin-top: 60px;
	}
}

.heading-2:not(:last-child) {
  margin-bottom: 45px;
}
.cta-area--repeat__inner__heading-2:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width:767px) {
  .heading-2:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width:767px) {
  .cta-area__inner__heading-2:not(:last-child) {
    margin-bottom: 15px;
  }
}

.division-bottom-h2 {
  margin-bottom: 45px;
}
@media screen and (max-width:767px) {
  .division-bottom-h2 {
    margin-bottom: 30px;
	}
}


.heading-2--white {
  color: #ffffff;
}

.heading-2--white .heading-2__inner.heading-2__inner--main,
.heading-2--white .heading-2__inner.heading-2__inner--sub {
  color: #ffffff;
}

.heading-2--white:before {
  color: #ffffff;
}

.heading-2--decoration {
  position: relative;
}
@media screen and (min-width: 1050px) {
  .heading-2--decoration:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1049px) {
  .heading-2--decoration {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .heading-2--decoration {
    padding-top: 0;
  }
}

.heading-2--decoration:before {
  color: rgba(44,77,219,.03);
  font-size: 60px;
  left: -70px;
  letter-spacing: .45em;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  top: -40px;
  z-index: -1;
}
@media screen and (max-width: 1049px) {
  .heading-2--decoration:before {
    left: -25px;
  }
}
@media screen and (max-width: 767px) {
  .heading-2--decoration:before {
    font-size: 30px;
    left: -10px;
    letter-spacing: .26em;
    top: -15px;
  }
}
/* ==========================================================================

    heading-3

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */




.heading-3:not(:first-child) {
  margin-top: 55px;
}
@media screen and (max-width:767px) {
  .heading-3:not(:first-child) {
    margin-top: 30px;
	}
}

.division-top-h3 {
	margin-top: 55px;
}
@media screen and (max-width:767px) {
	.division-top-h3 {
		margin-top: 40px;
	}
}

.heading-3:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  	.heading-3:not(:last-child) {
		margin-bottom: 20px;
	}
}

.division-bottom-h3 {
	margin-bottom: 40px;
}
@media screen and (max-width:767px) {
	.division-bottom-h3 {
		margin-bottom: 30px;
	}
}


.heading-3__inner {
  display: block;
	color: #0c1112;
	font-family: 'NotoSansCJKjp', sans-serif;
	font-size: 24px;
	letter-spacing: .2em;
	line-height: 1.5;
  transform: scaleX(.8);
  transform-origin: left;
  width: 125%;
  transition: .5s;
}
@media screen and (max-width:767px) {
	.heading-3__inner {
  	font-size: 18px;
	}
}

.heading-3.heading-3--line {
  padding-bottom: 10px;
  border-bottom: 1px solid #d9e4e7;
}
.heading-3.heading-3--line:not(:last-child) {
  margin-bottom: 20px;
}
/* ==========================================================================

    heading-4

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.heading-4:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width:767px) {
  .heading-4:not(:first-child) {
    margin-top: 30px;
  }
}

.division-top-h4 {
  margin-top: 45px;
}
@media screen and (max-width:767px) {
  .division-top-h4 {
    margin-top: 30px;
  }
}

.heading-4:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .heading-4:not(:last-child) {
    margin-bottom: 20px;
  }
}

.division-bottom-h4 {
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .division-bottom-h4 {
    margin-bottom: 20px;
  }
}

.columns--four .heading-4:not(:first-child) {
  margin-top: 25px;
}

.heading-4__inner {
  transition: .5s;
  display: block;
  color: #090909;
	font-family: 'NotoSansCJKjp', sans-serif;
  font-size: 20px;
  letter-spacing: .2em;
  line-height: 1.5;
  transform: scaleX(.8);
  transform-origin: left;
  width: 125%;
}
@media screen and (max-width:767px) {
  .heading-4__inner {
    font-size: 16px;
  }
}

/* 画像の下に来た場合のマージン */

.figure+.heading-4 {
  margin-top: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .figure+.heading-4 {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

/* icon-attention */
.icon-attention {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 3px;
}
@media screen and (max-width:767px) {
  .icon-attention {
    width: 20px;
    height: 16px;
  }
}
/* ==========================================================================

    heading-5

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.heading-5 {
	color: #090909;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 17px;
  letter-spacing: .2em;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .heading-5 {
    font-size: 15px;
  }
}

.heading-5:not(:first-child) {
  margin-top: 30px;
}

.division-top-h5 {
  margin-top: 30px;
}

.heading-5:not(:last-child) {
  margin-bottom: 20px;
}

.division-bottom-h5 {
  margin-bottom: 20px;
}

.heading-5--icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  transition: .5s;
}

.heading-5--icon .heading-5--icon__image {
  margin-right: 15px;
  width: 40px;
}
@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);
}

/* 画像の下に来た場合のマージン */

.figure+.heading-5 {
  margin-top: 20px;
  margin-bottom: 13px;
}
@media screen and (min-width:768px) and (max-width:1049px) {
  .figure+.heading-5 {
    margin-bottom: 30px;
  }
}
/* ==========================================================================

    history

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-history {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .division-top-history {
    margin-top: 60px;
  }
}

.division-bottom-history {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .division-bottom-history {
    margin-bottom: 60px;
  }
}

.history {
  position: relative;
  z-index: 3;
  background-color: #f7fafb;
  padding: 80px 0;
}
.history-columns {
  position: relative;
  padding-top: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
  margin-left: -15px;
  margin-right: -15px
}
.history-columns:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width:93px;
  height:93px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5Mi43NDIiIGhlaWdodD0iOTIuNzE1IiB2aWV3Qm94PSIwIDAgOTIuNzQyIDkyLjcxNSI+CiAgPHBhdGggaWQ9IuODkeOCuV8yMDgiIGRhdGEtbmFtZT0i44OR44K5IDIwOCIgZD0iTS0xMTI0LjEyLTQwNi44NjNxMS0uMjI3LDEuOTg1LS40NjlsLS40NzYtMS45NDJxLS45NzIuMjM4LTEuOTUxLjQ2MVptNi45MDgtMS43ODNxLjk4NC0uMjg1LDEuOTYtLjU4NmwtLjU4OC0xLjkxMnEtLjk2MS4zLTEuOTI5LjU3N1ptNi44MS0yLjE5M3EuOTY2LS4zNDIsMS45MjMtLjdsLS43LTEuODczcS0uOTQyLjM1Mi0xLjg5LjY4OFptNi42NjgtMi41ODdxLjk0Mi0uNCwxLjg3Ni0uODExbC0uODA4LTEuODI5cS0uOTE5LjQwNi0xLjg0Ni44Wm02LjUtMi45NzJxLjkxNi0uNDUyLDEuODI1LS45MTlsLS45MTUtMS43NzhxLS44OTIuNDU4LTEuNzk1LjlabTYuMzEzLTMuMzQ2cS44ODgtLjUwNiwxLjc2Ny0xLjAyM2wtMS4wMTctMS43MjNxLS44NjMuNTEyLTEuNzM3LDEuMDA3Wm02LjEwNi0zLjcwOHEuODU3LS41NTMsMS43LTEuMTIzbC0xLjExNS0xLjY2cS0uODMzLjU1OS0xLjY3NiwxLjEwNlptNS44NzYtNC4wNTNxLjgyNC0uNiwxLjYzNS0xLjIyMWwtMS4yMS0xLjU5MnEtLjguNjA2LTEuNjA4LDEuMlptNS42My00LjM4N3EuNzg2LS42NDksMS41NjEtMS4zMTJsLTEuMy0xLjUyMXEtLjc2NC42NTMtMS41MzYsMS4yOTJabTUuMzY2LTQuN3EuNzQ2LS42OTMsMS40ODEtMS40bC0xLjM4NC0xLjQ0M3EtLjcyNS42OTMtMS40NTksMS4zNzdabTUuMDgyLTVxLjcwNy0uNzM1LDEuNC0xLjQ4M2wtMS40NjctMS4zNTlxLS42ODEuNzM1LTEuMzc0LDEuNDU4Wm00Ljc4NC01LjI4OHEuNjYxLS43NzYsMS4zMDktMS41NjFsLTEuNTQ0LTEuMjcycS0uNjM2Ljc3NC0xLjI4NywxLjUzNVptNC40NjgtNS41NTNxLjYxNy0uODEyLDEuMjE3LTEuNjM0bC0xLjYxNC0xLjE4cS0uNTkxLjgwNy0xLjIsMS42MDVabTQuMTM5LTUuOHEuNTY2LS44NDUsMS4xMTktMS43bC0xLjY4LTEuMDg2cS0uNTQzLjg0LTEuMSwxLjY3MlptMy43OTMtNi4wMjhxLjUxNi0uODc2LDEuMDE4LTEuNzYybC0xLjczOS0uOTg2cS0uNDk1Ljg3MS0xLDEuNzMyWm0zLjQzNi02LjIzN3EuNDY0LS45LjkxMy0xLjgxNmwtMS43OTQtLjg4NHEtLjQ0My45LS45LDEuNzg3Wm0zLjA2NS02LjQyM3EuNDA5LS45MjkuOC0xLjg2NGwtMS44NDItLjc3OXEtLjM4OS45MjEtLjc5MywxLjgzNFptMi42ODQtNi41ODhxLjM1Ni0uOTUzLjctMS45MTVsLTEuODg1LS42NjlxLS4zMzYuOTQ1LS42ODYsMS44ODRabTIuMy02Ljc1M3EuMy0uOTc0LjU4NS0xLjk1M2wtMS45MjEtLjU1N3EtLjI4MS45NjUtLjU3NSwxLjkyMVptMS45LTYuODc1cS4yNDMtLjk4OS40Ny0xLjk4M2wtMS45NTEtLjQ0NnEtLjIyMy45OC0uNDYxLDEuOTUzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEyNC41NjIgNDk5LjU3OCkiIGZpbGw9IiMwMDhkYjgiLz4KPC9zdmc+Cg==);
  z-index: 2;
}
.history .container .history-columns.history-columns--first:before {
  display: none;
}
.history-columns:nth-child(odd):before {
  right: 15px;
}
.history-columns:nth-child(even):before {
  transform: scale(-1,1);
  left: 15px;
}
.history-columns:not(:first-child) {
  margin-top: 60px;
}
.history-columns .history-columns__column {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.history-columns:nth-child(even)>.history-columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;;
}
@media screen and (max-width:767px) {
  .history-columns:nth-child(even)>.history-columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;;
    margin-left: calc(100% - 280px);
  }

}
.history-columns:nth-child(even)>.history-columns__column:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;;
}
@media screen and (max-width:767px) {
  .history-columns:nth-child(even)>.history-columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;;
  }
}

.history-columns .history-columns__column.history-columns__column--figure {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;;
}
.history-columns .history-columns__column.history-columns__column--figure .figure {
  margin-top: 15px;
}
.history-columns .history-columns__column.history-columns__column--figure .figure img {
  position: relative;
  z-index: 2;
}
.history-columns .history-columns__column.history-columns__column--text {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;;
}


.history-txt {
  position: absolute;
  top: 0;
  display: block;
  width:366px;
  height:370px;
  z-index: 1;
}
@media screen and (min-width:1200px) {
  .history-columns .history-columns__column.history-columns__column--figure .history-odd {
    left: -100px;
  }
  .history-columns .history-columns__column.history-columns__column--figure .history-even {
    right: -100px;
  }
}
@media screen and (max-width:1199px) {
  .history-columns .history-columns__column.history-columns__column--figure .history-odd {
    left: -50px;
  }
  .history-columns .history-columns__column.history-columns__column--figure .history-even {
    right: -50px;
  }
}
.history-columns .history-columns__column.history-columns__column--figure .history-txt:before {
  content: "";
  display: inline-block;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
}
.history-columns .history-columns__column.history-columns__column--figure .history-odd:before {
  left: 0;
}
.history-columns .history-columns__column.history-columns__column--figure .history-even:before {
  right: 0;
}


.history-txt>span[class^=w]:nth-of-type(n+0){display:block; position:absolute;
-moz-transform-origin:50% 100%; -webkit-transform-origin:50% 100%; transform-origin:50%
100%; }

.history-txt span{
  color: #008db8;
  font-family: 'FOT-筑紫A丸ゴシック Std E', TsukuARdGothicStd-E;
  font-size:28px;
  line-height:0.67;
  white-space:pre;
  overflow:visible;
  padding:0px;
}

.history-odd .w0 {-moz-transform: rotate(0.37rad);-webkit-transform: rotate(0.37rad);-o-transform:
rotate(0.37rad);-ms-transform: rotate(0.37rad); transform: rotate(0.37rad);
width: 22px; height: 18px; left: 235.43px; top: 5.31px;}

.history-odd .w1 {-moz-transform: rotate(0.48rad);-webkit-transform: rotate(0.48rad);-o-transform:
rotate(0.48rad);-ms-transform: rotate(0.48rad); transform: rotate(0.48rad);
width: 7px; height: 18px; left: 260.68px; top: 13.37px;}

.history-odd .w2 {-moz-transform: rotate(0.56rad);-webkit-transform: rotate(0.56rad);-o-transform:
rotate(0.56rad);-ms-transform: rotate(0.56rad); transform: rotate(0.56rad);
width: 15px; height: 18px; left: 270.52px; top: 21.38px;}

.history-odd .w3 {-moz-transform: rotate(0.66rad);-webkit-transform: rotate(0.66rad);-o-transform:
rotate(0.66rad);-ms-transform: rotate(0.66rad); transform: rotate(0.66rad);
width: 11px; height: 18px; left: 287.17px; top: 31.83px;}

.history-odd .w4 {-moz-transform: rotate(0.77rad);-webkit-transform: rotate(0.77rad);-o-transform:
rotate(0.77rad);-ms-transform: rotate(0.77rad); transform: rotate(0.77rad);
width: 18px; height: 18px; left: 298.28px; top: 44.73px;}

.history-odd .w5 {-moz-transform: rotate(0.88rad);-webkit-transform: rotate(0.88rad);-o-transform:
rotate(0.88rad);-ms-transform: rotate(0.88rad); transform: rotate(0.88rad);
width: 12px; height: 18px; left: 314.73px; top: 59.52px;}

.history-odd .w6 {-moz-transform: rotate(0.99rad);-webkit-transform: rotate(0.99rad);-o-transform:
rotate(0.99rad);-ms-transform: rotate(0.99rad); transform: rotate(0.99rad);
width: 16px; height: 18px; left: 323.9px; top: 74.88px;}

.history-odd .w7 {-moz-transform: rotate(1.11rad);-webkit-transform: rotate(1.11rad);-o-transform:
rotate(1.11rad);-ms-transform: rotate(1.11rad); transform: rotate(1.11rad);
width: 18px; height: 18px; left: 333.74px; top: 94.01px;}


.history-even .w0 {-moz-transform: rotate(-1.11rad);-webkit-transform: rotate(-1.11rad);-o-transform:
rotate(-1.11rad);-ms-transform: rotate(-1.11rad); transform: rotate(-1.11rad);
width: 22px; height: 18px; left: 14.12px; top: 93.25px;}

.history-even .w1 {-moz-transform: rotate(-1rad);-webkit-transform: rotate(-1rad);-o-transform:
rotate(-1rad);-ms-transform: rotate(-1rad); transform: rotate(-1rad); width:
7px; height: 18px; left: 31.3px; top: 76.33px;}

.history-even .w2 {-moz-transform: rotate(-0.91rad);-webkit-transform: rotate(-0.91rad);-o-transform:
rotate(-0.91rad);-ms-transform: rotate(-0.91rad); transform: rotate(-0.91rad);
width: 15px; height: 18px; left: 36.56px; top: 63.29px;}

.history-even .w3 {-moz-transform: rotate(-0.81rad);-webkit-transform: rotate(-0.81rad);-o-transform:
rotate(-0.81rad);-ms-transform: rotate(-0.81rad); transform: rotate(-0.81rad);
width: 11px; height: 18px; left: 50.33px; top: 49.67px;}

.history-even .w4 {-moz-transform: rotate(-0.71rad);-webkit-transform: rotate(-0.71rad);-o-transform:
rotate(-0.71rad);-ms-transform: rotate(-0.71rad); transform: rotate(-0.71rad);
width: 18px; height: 18px; left: 61.03px; top: 36.33px;}

.history-even .w5 {-moz-transform: rotate(-0.59rad);-webkit-transform: rotate(-0.59rad);-o-transform:
rotate(-0.59rad);-ms-transform: rotate(-0.59rad); transform: rotate(-0.59rad);
width: 12px; height: 18px; left: 80.01px; top: 24.32px;}

.history-even .w6 {-moz-transform: rotate(-0.49rad);-webkit-transform: rotate(-0.49rad);-o-transform:
rotate(-0.49rad);-ms-transform: rotate(-0.49rad); transform: rotate(-0.49rad);
width: 16px; height: 18px; left: 94.34px; top: 14.62px;}

.history-even .w7 {-moz-transform: rotate(-0.37rad);-webkit-transform: rotate(-0.37rad);-o-transform:
rotate(-0.37rad);-ms-transform: rotate(-0.37rad); transform: rotate(-0.37rad);
width: 18px; height: 18px; left: 113.39px; top: 5.61px;}



@media screen and (max-width:1049px) {
  .history-columns {
    padding-top: 60px;
  }
  .history-columns:not(:first-child) {
    margin-top: 100px;
  }
  .history-columns:before {
    top: -50px;
  }
  .history-columns .history-columns__column.history-columns__column--text {
    -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;;
  }
  .history-columns .history-columns__column.history-columns__column--figure .figure {
    margin-top: 50px;
  }
  .history-columns:nth-child(odd) .history-columns__column.history-columns__column--figure .figure {
    text-align: right;
  }
  .history-columns:nth-child(even) .history-columns__column.history-columns__column--figure .figure {
    text-align: left;
  }
  .history-columns .history-columns__column.history-columns__column--figure .figure img {
    max-width: 210px;
  }
  .history-columns .history-columns__column.history-columns__column--figure .history-txt:before {
    width: 265px;
    height: 265px;
  }
  .history-columns .history-columns__column.history-columns__column--figure .history-odd {
    left: 0;
  }
  .history-columns .history-columns__column.history-columns__column--figure .history-even {
    right: 0;
  }
  .history-txt {
    width: 288px;
    height: 289px;
  }
  .history-txt span{
    font-size:28px;
  }

  .history-odd .w0 {-moz-transform: rotate(0.37rad);-webkit-transform: rotate(0.37rad);-o-transform:
  rotate(0.37rad);-ms-transform: rotate(0.37rad); transform: rotate(0.37rad);
  width: 16px; height: 13px; left: 184.9px; top: 3.97px;}

  .history-odd .w1 {-moz-transform: rotate(0.49rad);-webkit-transform: rotate(0.49rad);-o-transform:
  rotate(0.49rad);-ms-transform: rotate(0.49rad); transform: rotate(0.49rad);
  width: 5px; height: 13px; left: 204.45px; top: 10.5px;}

  .history-odd .w2 {-moz-transform: rotate(0.58rad);-webkit-transform: rotate(0.58rad);-o-transform:
  rotate(0.58rad);-ms-transform: rotate(0.58rad); transform: rotate(0.58rad);
  width: 11px; height: 13px; left: 212.61px; top: 17.15px;}

  .history-odd .w3 {-moz-transform: rotate(0.68rad);-webkit-transform: rotate(0.68rad);-o-transform:
  rotate(0.68rad);-ms-transform: rotate(0.68rad); transform: rotate(0.68rad);
  width: 8px; height: 13px; left: 225.78px; top: 25.75px;}

  .history-odd .w4 {-moz-transform: rotate(0.79rad);-webkit-transform: rotate(0.79rad);-o-transform:
  rotate(0.79rad);-ms-transform: rotate(0.79rad); transform: rotate(0.79rad);
  width: 13px; height: 13px; left: 234.7px; top: 36.22px;}

  .history-odd .w5 {-moz-transform: rotate(0.91rad);-webkit-transform: rotate(0.91rad);-o-transform:
  rotate(0.91rad);-ms-transform: rotate(0.91rad); transform: rotate(0.91rad);
  width: 9px; height: 13px; left: 247.19px; top: 48.29px;}

  .history-odd .w6 {-moz-transform: rotate(1.01rad);-webkit-transform: rotate(1.01rad);-o-transform:
  rotate(1.01rad);-ms-transform: rotate(1.01rad); transform: rotate(1.01rad);
  width: 11px; height: 13px; left: 254.72px; top: 60.61px;}

  .history-odd .w7 {-moz-transform: rotate(1.14rad);-webkit-transform: rotate(1.14rad);-o-transform:
  rotate(1.14rad);-ms-transform: rotate(1.14rad); transform: rotate(1.14rad);
  width: 13px; height: 13px; left: 261.73px; top: 75.6px;}


  .history-even .w0 {-moz-transform: rotate(-1.17rad);-webkit-transform: rotate(-1.17rad);-o-transform:
  rotate(-1.17rad);-ms-transform: rotate(-1.17rad); transform: rotate(-1.17rad);
  width: 16px; height: 13px; left: 10.6px; top: 79.18px;}

  .history-even .w1 {-moz-transform: rotate(-1.05rad);-webkit-transform: rotate(-1.05rad);-o-transform:
  rotate(-1.05rad);-ms-transform: rotate(-1.05rad); transform: rotate(-1.05rad);
  width: 5px; height: 13px; left: 23.06px; top: 65.33px;}

  .history-even .w2 {-moz-transform: rotate(-0.96rad);-webkit-transform: rotate(-0.96rad);-o-transform:
  rotate(-0.96rad);-ms-transform: rotate(-0.96rad); transform: rotate(-0.96rad);
  width: 11px; height: 13px; left: 27.04px; top: 54.37px;}

  .history-even .w3 {-moz-transform: rotate(-0.86rad);-webkit-transform: rotate(-0.86rad);-o-transform:
  rotate(-0.86rad);-ms-transform: rotate(-0.86rad); transform: rotate(-0.86rad);
  width: 8px; height: 13px; left: 37.49px; top: 42.97px;}

  .history-even .w4 {-moz-transform: rotate(-0.75rad);-webkit-transform: rotate(-0.75rad);-o-transform:
  rotate(-0.75rad);-ms-transform: rotate(-0.75rad); transform: rotate(-0.75rad);
  width: 13px; height: 13px; left: 45.8px; top: 31.88px;}

  .history-even .w5 {-moz-transform: rotate(-0.63rad);-webkit-transform: rotate(-0.63rad);-o-transform:
  rotate(-0.63rad);-ms-transform: rotate(-0.63rad); transform: rotate(-0.63rad);
  width: 9px; height: 13px; left: 60.18px; top: 21.75px;}

  .history-even .w6 {-moz-transform: rotate(-0.53rad);-webkit-transform: rotate(-0.53rad);-o-transform:
  rotate(-0.53rad);-ms-transform: rotate(-0.53rad); transform: rotate(-0.53rad);
  width: 11px; height: 13px; left: 71.76px; top: 13.6px;}

  .history-even .w7 {-moz-transform: rotate(-0.4rad);-webkit-transform: rotate(-0.4rad);-o-transform:
  rotate(-0.4rad);-ms-transform: rotate(-0.4rad); transform: rotate(-0.4rad);
  width: 13px; height: 13px; left: 85.98px; top: 6.05px;}
}


@media screen and (max-width:767px) {
  .history-columns:not(:first-child) {
    margin-top: 40px;
  }
  .history-columns {
    display: block;
    padding-top: 100px;
    margin-left: 0;
    margin-right: 0;
  }
  .history-columns:before {
    display: none;
  }
  .history-columns .history-columns__column {
    padding-left: 0;
    padding-right: 0;
  }
  .history-columns .history-columns__column:not(:first-child) {
    margin-top: 30px;
  }
  .history-columns .history-columns__column.history-columns__column--figure .figure {
    margin-top: 0;
    width: 280px;
  }

  .history-columns .history-columns__column.history-columns__column--figure .figure img {
    max-width: 190px;
  }
  .history-columns .history-columns__column.history-columns__column--figure .history-txt:before {
    width: 240px;
    height: 240px;
  }

  .history-txt {
    width: 256px;
    height: 255px;
  }
  .history-txt span{
    font-size: 18px;
  }

  .history-odd .w0 {-moz-transform: rotate(0.42rad);-webkit-transform: rotate(0.42rad);-o-transform:
  rotate(0.42rad);-ms-transform: rotate(0.42rad); transform: rotate(0.42rad);
  width: 14px; height: 11px; left: 170.79px; top: 4.23px;}

  .history-odd .w1 {-moz-transform: rotate(0.53rad);-webkit-transform: rotate(0.53rad);-o-transform:
  rotate(0.53rad);-ms-transform: rotate(0.53rad); transform: rotate(0.53rad);
  width: 4px; height: 11px; left: 188.18px; top: 10.73px;}

  .history-odd .w2 {-moz-transform: rotate(0.63rad);-webkit-transform: rotate(0.63rad);-o-transform:
  rotate(0.63rad);-ms-transform: rotate(0.63rad); transform: rotate(0.63rad);
  width: 10px; height: 11px; left: 195.16px; top: 17.38px;}

  .history-odd .w3 {-moz-transform: rotate(0.74rad);-webkit-transform: rotate(0.74rad);-o-transform:
  rotate(0.74rad);-ms-transform: rotate(0.74rad); transform: rotate(0.74rad);
  width: 7px; height: 11px; left: 207.08px; top: 25.96px;}

  .history-odd .w4 {-moz-transform: rotate(0.85rad);-webkit-transform: rotate(0.85rad);-o-transform:
  rotate(0.85rad);-ms-transform: rotate(0.85rad); transform: rotate(0.85rad);
  width: 11px; height: 11px; left: 214.83px; top: 35.99px;}

  .history-odd .w5 {-moz-transform: rotate(0.97rad);-webkit-transform: rotate(0.97rad);-o-transform:
  rotate(0.97rad);-ms-transform: rotate(0.97rad); transform: rotate(0.97rad);
  width: 8px; height: 11px; left: 225.19px; top: 47.46px;}

  .history-odd .w6 {-moz-transform: rotate(1.08rad);-webkit-transform: rotate(1.08rad);-o-transform:
  rotate(1.08rad);-ms-transform: rotate(1.08rad); transform: rotate(1.08rad);
  width: 10px; height: 11px; left: 231.43px; top: 59.43px;}

  .history-odd .w7 {-moz-transform: rotate(1.21rad);-webkit-transform: rotate(1.21rad);-o-transform:
  rotate(1.21rad);-ms-transform: rotate(1.21rad); transform: rotate(1.21rad);
  width: 12px; height: 11px; left: 237px; top: 74.01px;}


  .history-even .w0 {-moz-transform: rotate(-1.22rad);-webkit-transform: rotate(-1.22rad);-o-transform:
  rotate(-1.22rad);-ms-transform: rotate(-1.22rad); transform: rotate(-1.22rad);
  width: 14px; height: 11px; left: 10.35px; top: 74.14px;}

  .history-even .w1 {-moz-transform: rotate(-1.11rad);-webkit-transform: rotate(-1.11rad);-o-transform:
  rotate(-1.11rad);-ms-transform: rotate(-1.11rad); transform: rotate(-1.11rad);
  width: 4px; height: 11px; left: 20.99px; top: 61.33px;}

  .history-even .w2 {-moz-transform: rotate(-1.02rad);-webkit-transform: rotate(-1.02rad);-o-transform:
  rotate(-1.02rad);-ms-transform: rotate(-1.02rad); transform: rotate(-1.02rad);
  width: 10px; height: 11px; left: 23.89px; top: 50.88px;}

  .history-even .w3 {-moz-transform: rotate(-0.91rad);-webkit-transform: rotate(-0.91rad);-o-transform:
  rotate(-0.91rad);-ms-transform: rotate(-0.91rad); transform: rotate(-0.91rad);
  width: 7px; height: 11px; left: 33.14px; top: 39.84px;}

  .history-even .w4 {-moz-transform: rotate(-0.8rad);-webkit-transform: rotate(-0.8rad);-o-transform:
  rotate(-0.8rad);-ms-transform: rotate(-0.8rad); transform: rotate(-0.8rad);
  width: 11px; height: 11px; left: 40.35px; top: 29.31px;}

  .history-even .w5 {-moz-transform: rotate(-0.69rad);-webkit-transform: rotate(-0.69rad);-o-transform:
  rotate(-0.69rad);-ms-transform: rotate(-0.69rad); transform: rotate(-0.69rad);
  width: 8px; height: 11px; left: 52.53px; top: 19.5px;}

  .history-even .w6 {-moz-transform: rotate(-0.58rad);-webkit-transform: rotate(-0.58rad);-o-transform:
  rotate(-0.58rad);-ms-transform: rotate(-0.58rad); transform: rotate(-0.58rad);
  width: 10px; height: 11px; left: 62.81px; top: 11.22px;}

  .history-even .w7 {-moz-transform: rotate(-0.46rad);-webkit-transform: rotate(-0.46rad);-o-transform:
  rotate(-0.46rad);-ms-transform: rotate(-0.46rad); transform: rotate(-0.46rad);
  width: 12px; height: 11px; left: 75.7px; top: 3.3px;}


}
/* ==========================================================================

    icon

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.icon {
	color: #0c1112;
	display: inline-block;
	padding-left: 15px;
	position: relative;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
  .icon {
    padding-right: 20px
  }
}

.icon:after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
	content: "";
	display: block;
  left: 0;
	position: absolute;
}

.icon:before {
  bottom: 0;
  background-color: #0c1112;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s;
  width: 0;
}

.icon--default:before, 
.icon--default:after {
  background-color: #0c1112;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(50% - -2px);
  transition: .5s;
  width: 7px;
}

.icon--default:before {
  transform: rotate(45deg);
  top: calc(50% - 3px);
}

.icon--default:after {
  transform: rotate(-45deg);
}

@media all and (-ms-high-contrast: none){
  .icon--default:after {
    top: calc(50% - 1px);
  }
  .icon--default:before {
    top: calc(50% - 4.5px);
  }
}



.icon--default:hover:before,
.icon--default:hover:after {
  background-color: #008db8;  
}


.icon--window:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj4KICA8cGF0aCBpZD0i44OR44K5XzE5NzYiIGRhdGEtbmFtZT0i44OR44K5IDE5NzYiIGQ9Ik0zMDQuMTM4LDQxNS45NDVoLTEwdjNoLTN2MTBoMTB2LTNoM1ptLTQsMTJoLTh2LThoOFptMy0zaC0ydi02aC02di0yaDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkxLjEzOSAtNDE1Ljk0NSkiIGZpbGw9IiMwNzAyMDMiLz4KPC9zdmc+Cg==);
	height: 11px;
  margin-top: -5.5px;
	top: 50%;
	width: 12px;
}
.icon--pdf:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZyBpZD0i44Kw44Or44O844OX5YyWXzc5MyIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5fljJYgNzkzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTguNSAtNjkwKSI+CiAgICA8cGF0aCBpZD0i44OR44K5XzE4NDAiIGRhdGEtbmFtZT0i44OR44K5IDE4NDAiIGQ9Ik0xMDUuODU5LDY5My45MjhsLS45NTMuMjUyLjkzOCwzLjUwNy0yLjU2NiwyLjU2OC43LjcsMi41NjYtMi41NjcsMy41MDguOTM5LjI1NC0uOTU2LTMuNTA4LS45MzdaIi8+CiAgICA8cGF0aCBpZD0i44OR44K5XzE4NDEiIGRhdGEtbmFtZT0i44OR44K5IDE4NDEiIGQ9Ik0xMDguNDA2LDY5MEgxMDAuNXYzaC0ydjJoMnY5aDEyVjY5NFptMy4wOTQsMTNoLTEwdi04aDJ2LTJoLTJ2LTJIMTA4bDEuNiwxLjU2NywxLjksMS44NTRaIi8+CiAgPC9nPgo8L3N2Zz4K);
	height: 14px;
	top: calc(50% - 7px);
	width: 11px;
}
.icon--map:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEzIDE2Ij4KICA8ZyBpZD0i44Kw44Or44O844OXXzc5NCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNzk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTc2IC00MDQpIj4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTk3NSIgZGF0YS1uYW1lPSLjg5HjgrkgMTk3NSIgZD0iTTU1Ljc1LDYzOC4yNWEyLjUsMi41LDAsMSwxLDIuNS0yLjVBMi41LDIuNSwwLDAsMSw1NS43NSw2MzguMjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjYuNzUgLTIyNS4yNSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgogICAgPHBhdGggaWQ9IuODkeOCuV8xOTc0IiBkYXRhLW5hbWU9IuODkeOCuSAxOTc0IiBkPSJNMjgzLjQ2NSw0MTQuOTYyYTUuNDg5LDUuNDg5LDAsMCwxLDUuNDgzLDUuNDgzYzAsMy40MzItMy40NzIsNi42NS01LjQ5Miw4LjIzLTIuNzQ4LTIuMS01LjQ3NS01LjIzNS01LjQ3NS04LjIzYTUuNDg5LDUuNDg5LDAsMCwxLDUuNDg0LTUuNDgzbTAtMS4wMTdhNi41LDYuNSwwLDAsMC02LjUsNi41YzAsMy41OSwzLjIxNiw3LjE2Nyw2LjUsOS41LDMuMjc2LTIuNDA3LDYuNS01LjkxLDYuNS05LjVhNi41LDYuNSwwLDAsMC02LjUtNi41WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMC45NjUgLTkuOTQ1KSIvPgogIDwvZz4KPC9zdmc+Cg==);
	height: 16px;
	top: calc(50% - 8px);
	width: 12px;
}

.icon--back:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjA2MSIgaGVpZ2h0PSIxMC43MDciIHZpZXdCb3g9IjAgMCA2LjA2MSAxMC43MDciPgogIDxwYXRoIGlkPSLjg5HjgrlfMTc4MiIgZGF0YS1uYW1lPSLjg5HjgrkgMTc4MiIgZD0iTTE3ODIuNjUsNDM2Ljc1NGw1LDUsNS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0NDIuNDYxIC0xNzgyLjI5Nykgcm90YXRlKDkwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9IjEiLz4KPC9zdmc+Cg==) no-repeat;
	height: 10px;
	top: calc(50% - 5px);
	width: 5px;
}
/* ==========================================================================

    icon-lead

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-icon-lead {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .division-top-icon-lead {
    margin-top: 60px;
  }
}

.division-bottom-icon-lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .division-bottom-icon-lead {
    margin-bottom: 60px;
  }
}

.icon-lead {
  -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) {
  .icon-lead {
    -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;;
  }
}

.icon-lead__iamge {
  margin-right: 25px;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .icon-lead__iamge {
    left: 0;
    margin-right: 15px;
    max-width: 45px;
  }
}

.icon-lead__text {
  width: calc(100% - 125px);
}
@media screen and (max-width: 767px) {
  .icon-lead__text {
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    width: calc(100% - 60px);
  }
}
/* ==========================================================================

    icon-list

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-icon-list {
    margin-top: 30px;
}

.division-bottom-icon-list {
    margin-bottom: 30px;
}

.icon-list {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
    counter-reset: number;
    flex-wrap: wrap;
}

.icon-list__item {
    background: #f7fafb;
    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: linear-gradient(to right,rgba(118,221,244,0.2) 0%,rgba(211,236,44,0.2) 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: -1;
}

@media screen and (min-width: 1050px) {
    .icon-list__item:hover:after {
        opacity: 1;
    }
    .icon-list__item:hover {
        background: #ffffff;
    }
}
@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 .button--text a:hover:before, 
.icon-list__item .button--text .button--text__link:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA2IDYiPgogIDxwYXRoIGlkPSLlpJrop5LlvaJfMyIgZGF0YS1uYW1lPSLlpJrop5LlvaIgMyIgZD0iTTMsMCw2LDZIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYpIHJvdGF0ZSg5MCkiIGZpbGw9IiNhNWU1OTIiLz4KPC9zdmc+Cg==);
}

.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: 'NotoSansCJKjp', sans-serif;
    font-weight: bold;
    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: #0c1112;
    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;
}
/* ==========================================================================

    illust_column

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-illust_column {
    margin-top: 55px;
}
@media screen and (max-width: 767px) {
    .division-top-illust_column {
        margin-top: 40px;
    }    
}

.division-bottom-illust_column {
    margin-bottom: 30px;
}

.illust_column {
    position: relative;
}

.illust_column__image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(50% - 50px);
}
@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;
    }
}
/* ==========================================================================

    img_bullets

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-img_bullets {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .division-top-img_bullets {
    margin-top: 60px;
  }
}

.division-bottom-img_bullets {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .division-bottom-img_bullets {
    margin-bottom: 60px;
  }
}

.img_bullets {
  position: relative;
}

.img_bullets:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #f7fafb;
  width: 2000px;
  height: 100%;
  top: 0;
}
.img_bullets:nth-child(odd):before {
  left: -1000px;
}
.img_bullets:nth-child(even):before {
  right: -1000px;
}
.img_bullets:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 1049px) {
  .img_bullets {
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7fafb;
    width: calc(100% - 50px);
    max-width: 600px;
  }
  .img_bullets:before {
    display: none;
  }
  .img_bullets:nth-child(odd) {
    padding-right: 60px;
  }
  .img_bullets:nth-child(even) {
    padding-left: 60px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .img_bullets {
    padding-top: 40px;
    padding-bottom: 40px;
    width: calc(100% - 20px);
    max-width: 560px;
  }
  .img_bullets:nth-child(odd) {
    padding-right: 20px;
  }
  .img_bullets:nth-child(even) {
    padding-left: 20px;
  }
}

.img_bullets .container {
  position: relative;
  padding: 50px 0;
}

.img_bullets .container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #f7fafb;
  width: calc(100% - 100px);
  height: 100%;
  top: 0;
}
@media screen and (max-width: 1049px) {
  .img_bullets .container {
    padding: 0;
    min-width: auto;
  }
  .row-fluid [class*="span"] .img_bullets .container {
    min-width: auto;
  }
  .img_bullets .container:before {
    display: none;
  }
}
.img_bullets:nth-child(odd) .container:before {
  left: 0;
}
.img_bullets:nth-child(even) .container:before {
  right: 0;
}

.img_bullets .img_bullets__title {
  color: #090909;
  font-family: 'FOT-筑紫A丸ゴシック Std R', TsukuARdGothicStd-R;
  font-size: 28px;
  letter-spacing: 0.17em;
  line-height: 1.4;
}
@media screen and (min-width: 1050px) {
  .img_bullets:nth-child(even) .img_bullets__title {
    text-align: right;
  }
}
.img_bullets .img_bullets__title .em {
  position: relative;
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0.2em;
  padding: 5px 5px 0 0px;
}
.img_bullets .img_bullets__title .em:before,
.img_bullets .img_bullets__title .em:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.img_bullets .img_bullets__title .em:before{
  left: 0;
  bottom: 2px;
  width: calc(100% - 15px);
  min-width: 85px;
  height: 4px;
  background-size: contain;
  background-repeat: repeat-x;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NS44NSA0Ljc4Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2Q2MDA3Zjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODUuODIsMi43OGEzLjQzLDMuNDMsMCwwLDEtMi4zMy0uOTQsNy4yMiw3LjIyLDAsMCwwLTkuNjQsMCwzLjM5LDMuMzksMCwwLDEtNC42NiwwLDcuMjMsNy4yMywwLDAsMC05LjY0LDAsMy40MSwzLjQxLDAsMCwxLTQuNjcsMCw3LjIyLDcuMjIsMCwwLDAtOS42NCwwLDMuNDEsMy40MSwwLDAsMS00LjY3LDAsNy4yMSw3LjIxLDAsMCwwLTkuNjMsMCwzLjQxLDMuNDEsMCwwLDEtNC42NywwLDcuMjIsNy4yMiwwLDAsMC05LjY0LDAsMy4zOSwzLjM5LDAsMCwxLTQuNjYsMCw3LjIxLDcuMjEsMCwwLDAtOS42NSwwLDMuMjQsMy4yNCwwLDAsMS0yLjI2LjkySDB2MkguMDZBNS4xOCw1LjE4LDAsMCwwLDMuNjgsMy4zM2E1LjIyLDUuMjIsMCwwLDEsNi45NCwwLDUuMzgsNS4zOCwwLDAsMCw3LjM2LDAsNS4yMiw1LjIyLDAsMCwxLDYuOTQsMCw1LjM5LDUuMzksMCwwLDAsNy4zNywwLDUuMjEsNS4yMSwwLDAsMSw2LjkzLDAsNS4zOSw1LjM5LDAsMCwwLDcuMzcsMCw1LjIyLDUuMjIsMCwwLDEsNi45NCwwLDUuMzksNS4zOSwwLDAsMCw3LjM3LDAsNS4yLDUuMiwwLDAsMSw2LjkzLDAsNS40MSw1LjQxLDAsMCwwLDcuMzgsMCw1LjE5LDUuMTksMCwwLDEsNi45MiwwLDUuMiw1LjIsMCwwLDAsMy43MiwxLjQ4Ii8+PC9nPjwvZz48L3N2Zz4=);
}
.img_bullets .img_bullets__title .em:after{
  right: 0;
  top: 0;
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS4wNjMiIGhlaWdodD0iMTYuNzc0IiB2aWV3Qm94PSIwIDAgMTkuMDYzIDE2Ljc3NCI+CiAgPGcgaWQ9IuOCsOODq+ODvOODl18zMDkiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDMwOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYyNS4wMSAtNDU2LjA0MykiPgogICAgPGxpbmUgaWQ9Iue3ml84OSIgZGF0YS1uYW1lPSLnt5ogODkiIHgxPSI4LjQ4NiIgeTI9IjkuNjE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MzEuMzk4IDQ1OC4xNDQpIiBmaWxsPSJub25lIiBzdHJva2U9IiNkNjAwN2YiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8bGluZSBpZD0i57eaXzkwIiBkYXRhLW5hbWU9Iue3miA5MCIgeDE9IjcuNjc4IiB5Mj0iMy40MDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYzNS4wNzUgNDY4LjA5MSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2Q2MDA3ZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxsaW5lIGlkPSLnt5pfOTEiIGRhdGEtbmFtZT0i57eaIDkxIiB4MT0iMi4yMjMiIHkyPSI4LjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYyNi4yMzkgNDU3LjI3MikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2Q2MDA3ZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=);
}
@media screen and (max-width: 767px) {
  .img_bullets .img_bullets__title {
    font-size: 14px;
  }
  .img_bullets .img_bullets__title .em {
    font-size: 24px;
  }
  .img_bullets .img_bullets__title .em:before {
    bottom: 0;
    width: calc(100% - 10px);
    min-width: 47px;
  }
  .img_bullets .img_bullets__title .em:after {
    width: 14px;
    height: 12px;
  }
}

.img_bullets .img_bullets_columns {
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
  width: calc(100% - 70px);
}
@media screen and (max-width: 1049px) {
  .img_bullets .img_bullets_columns {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .img_bullets .img_bullets_columns {
    width: calc(100% - 20px);
  }
}
.img_bullets:nth-child(even) .img_bullets_columns {
  margin-left: auto;
}

.img_bullets .img_bullets_columns .img_bullets_columns__column {
  width: calc(33.333% - 26.666px);
}

.img_bullets .img_bullets_columns .img_bullets_columns__column:nth-child(3n),
.img_bullets .img_bullets_columns .img_bullets_columns__column:nth-child(3n-1) {
  margin-left: 40px;
}
.img_bullets .img_bullets_columns .img_bullets_columns__column:nth-child(n+4) {
  margin-top: 40px;
}



.img_bullets .img_bullets_columns .img_bullets_columns__column .figure.figure--rounds {
  border-radius: 10px;
  overflow: hidden;
}
.img_bullets .img_bullets_columns .img_bullets_columns__column .list--default {
  margin-top: 20px;
}
.img_bullets .img_bullets_columns .img_bullets_columns__column .list--default>.list__item {
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
}
.img_bullets .img_bullets_columns .img_bullets_columns__column .list--default>.list__item:before {
  background-color: #d6007f;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .img_bullets .img_bullets_columns .img_bullets_columns__column .list--default>.list__item:before {
    top: 7px;
  }
}
.img_bullets .img_bullets_columns .img_bullets_columns__column .list--default>.list__item .list__item__paragraph {
  margin-top: 10px;
  display: block;
  font-family: 'NotoSansCJKjp', sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1049px) {
  .img_bullets:nth-child(odd) {
    padding-left: 50px;
  }
  .img_bullets:nth-child(even) {
    padding-right: 50px;
  }
  .img_bullets .img_bullets_columns .img_bullets_columns__column {
    display: flex;
  }
  .img_bullets .img_bullets_columns .img_bullets_columns__column .img_bullets_columns__column__inner--figure {
    width: calc(50% - 10px);
    min-width: 240px;
  }
  .img_bullets .img_bullets_columns .img_bullets_columns__column .img_bullets_columns__column__inner--list {
    margin-top: 0;
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .img_bullets .img_bullets_columns .img_bullets_columns__column .img_bullets_columns__column__inner--list .list {
    margin-top: 0;
  }
  .img_bullets .img_bullets_columns .img_bullets_columns__column:nth-child(even) .img_bullets_columns__column__inner--list {
    order: 1;
    margin-left: 0;
    margin-right: 20px;
  }
  .img_bullets .img_bullets_columns .img_bullets_columns__column:nth-child(even) .img_bullets_columns__column__inner--figure {
    order: 2;
  }
}
@media screen and (max-width: 1049px) {
  .row-fluid [class*="span"] .img_bullets  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .img_bullets .img_bullets_columns .img_bullets_columns__column:nth-child(3n),
  .img_bullets .img_bullets_columns .img_bullets_columns__column:nth-child(3n-1) {
    margin-left: 0;
  }
  .img_bullets .img_bullets_columns .img_bullets_columns__column:nth-child(n+4) {
    margin-top: auto;
  }
  .img_bullets .img_bullets_columns .img_bullets_columns__column:not(:first-child) {
    margin-top: 30px;
  }
  .img_bullets .img_bullets_columns .img_bullets_columns__column {
    width: 100%;
    max-width: 430px;
  }
  .img_bullets .img_bullets_columns .img_bullets_columns__column:nth-child(even) {
    margin-left: 60px;
  }
}


@media screen and (max-width: 767px) {
  .img_bullets:nth-child(odd) {
    padding-left: 20px;
  }
  .img_bullets:nth-child(even) {
    padding-right: 20px;
  }
  .img_bullets:nth-child(even) .img_bullets_columns {
      margin-left: 0;
  }
  .img_bullets .img_bullets_columns .img_bullets_columns__column:not(:first-child) {
    margin-top: 25px;
  }
  .img_bullets .img_bullets_columns .img_bullets_columns__column:nth-child(even) {
    margin-left: 20px;
  }
}
/* ==========================================================================

    search-tab

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */





.division-top-search-tab {
	margin-top: 50px
}
@media screen and (max-width: 767px) {
	.division-top-search-tab {
		margin-top: 40px
	}
}

.division-bottom-search-tab {
	margin-bottom: 50px
}
@media screen and (max-width: 767px) {
	.division-bottom-search-tab {
		margin-bottom: 40px
	}
}

.search-tab {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
}
.search-tab .search-tab__item {
	padding-left: 15px;
	padding-right: 15px;
  flex: 1;
	position: relative;
}

@media screen and (max-width: 767px) {
	.search-tab {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.search-tab .search-tab__item {
		padding-left: 0;
		padding-right: 0;
	}
	.search-tab .search-tab__item:not(:first-child) {
		margin-top: 20px;
	}
}
.search-tab .search-tab__item .search-tab__item__inner {
	position: relative;
	text-align: center;
	color: #090909;
	font-size: 16px;
	letter-spacing: .2em;
	line-height: 2;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #d9e4e7;
	display: table;
  padding: 13px 10px;
	width: 100%;
	height: 100%;
	transition: .5s;
}
@media screen and (max-width: 767px) {
	.search-tab .search-tab__item .search-tab__item__inner {
		letter-spacing: .18em;
		font-size: 13px;
		padding: 13px 10px;
	}
}
.search-tab .search-tab__item>a:hover,
.search-tab .search-tab__item.active .search-tab__item__inner {
	border-color: #fcebf5;
	background-color: #fcebf5;
}

.search-tab .search-tab__item .search-tab__item__inner:before,
.search-tab .search-tab__item .search-tab__item__inner:after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 15px;
	top: -1px;
	transition: .5s;
}
.search-tab .search-tab__item .search-tab__item__inner:before {
	background-color: #d6007f;
	right: 50%;
}
.search-tab .search-tab__item .search-tab__item__inner:after {
	background-color: #008db8;
	left: 50%;
}
.search-tab .search-tab__item .search-tab__item__inner .search-tab__item__inner__text {
	display: table-cell;
	vertical-align: middle;
}

.search-tab .search-tab__item.search-tab__item--info .search-tab__item__inner .search-tab__item__inner__text {
	position: relative;
	padding-right: 30px;
}
.search-tab .search-tab__item.search-tab__item--info .search-tab__item__inner .search-tab__item__inner__text:before,
.search-tab .search-tab__item.search-tab__item--info .search-tab__item__inner .search-tab__item__inner__text:after {
  background-color: #0c1112;
  content: "";
  height: 14px;
  right: 20px;
  position: absolute;
  top: calc(50% - 7px);
  transition: .5s;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .search-tab .search-tab__item.search-tab__item--info .search-tab__item__inner .search-tab__item__inner__text:before,
  .search-tab .search-tab__item.search-tab__item--info .search-tab__item__inner .search-tab__item__inner__text:after {
    top: calc(50% - 5px);
    height: 10px;
  }
}

.search-tab .search-tab__item.search-tab__item--info .search-tab__item__inner .search-tab__item__inner__text:after {
  transform: rotate(90deg);
}

.search-tab .search-tab__item.search-tab__item--info.is-active .search-tab__item__inner .search-tab__item__inner__text:before {
  transform: rotate(90deg);
	opacity: 0;
}
.search-tab .search-tab__item.search-tab__item--info:hover {
	cursor: pointer;
}
.search-tab .search-tab__item.search-tab__item--back .search-tab__item__inner .search-tab__item__inner__text {
	position: relative;
	padding-left: 30px;
}
.search-tab .search-tab__item.search-tab__item--back .search-tab__item__inner .search-tab__item__inner__text:after {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIuNzA3IiBoZWlnaHQ9IjcuMDYxIiB2aWV3Qm94PSIwIDAgMTIuNzA3IDcuMDYxIj4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3Qgd2lkdGg9IjEyLjcwNyIgaGVpZ2h0PSI3LjA2MSIgZmlsbD0ibm9uZSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IuODquODlOODvOODiOOCsOODquODg+ODiV82OSIgZGF0YS1uYW1lPSLjg6rjg5Tjg7zjg4jjgrDjg6rjg4Pjg4kgNjkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MjMuMTQ1IC03NS4xNDYpIj4KICAgICAgPHBhdGggaWQ9IuODkeOCuV85MCIgZGF0YS1uYW1lPSLjg5HjgrkgOTAiIGQ9Ik0tMjAyMjguMzY1LDEyOTEzLjczbDYsNiw2LTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwNjUxLjg2MyAtMTI4MzguMjMpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOTA5MDkiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==);
  content: "";
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  transition: .5s;
  left: 0;
  width: 16px;
  transform: rotate(90deg);
}
.search-tab__item__button {
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  width: 60px;
  min-height: 60px;
  border-left: 1px solid #d9e4e7;
}
@media screen and (max-width: 767px) {
  .search-tab__item__button {
    width: 40px;
    min-height: 40px;
  }
}

.search-tab__item__button:before,
.search-tab__item__button:after {
  background-color: #0c1112;
  content: "";
  height: 14px;
  left: calc(50% - 1px);
  position: absolute;
  top: calc(50% - 7px);
  transition: .5s;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .search-tab__item__button:before,
  .search-tab__item__button:after {
    top: calc(50% - 5px);
    height: 10px;
  }
}

.search-tab__item__button:after {
  transform: rotate(90deg);
}

.search-tab__item__button.is-active:before {
  transform: rotate(90deg);
}

.search-tab-wrap--faq {
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .search-tab-wrap--faq {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
	.search-tab-wrap--faq  .search-tab {
		display: none;
	}
}
.search-content-wrap {
	display: none;
	top: -1px;
	position: relative;
	z-index: 3;
	border: 1px solid #d9e4e7;
	border-radius: 5px;
}
@media screen and (min-width: 768px) {
	.search-content-wrap--faq {
		display: block!important;
	}
}
@media screen and (max-width: 767px) {
	.search-content-wrap {
		border-radius: 0 0 5px 5px;
		padding: 15px 5px;
	}
	.search-content {
		max-height: 260px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: auto;
	}
	.search-content:before,
	.search-content:after {
    content: "";
  }
  .search-content:before {
    background: linear-gradient(-70deg, rgba(166, 118, 147, .5) 25%, rgba(43, 43, 43, .3), rgba(110, 155, 169, .5) 75%);
    border-radius: 5px;
    box-sizing: border-box;
    content: "SCROLL";
    color: #ffffff;
    font-family: 'NotoSansCJKjp-Bold', sans-serif;
		font-weight: bold;
    font-size: 15px;
    left: 50%;
    line-height: 50px;
    height: 100px;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
    padding-top: 45px;
    position: absolute;
    transition: .5s;
    top: 50%;
    width: 100px;
    z-index: 1;
  }

  .search-content:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC45OSAzMC43MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjAzIDIwLjggNy4wMyAwIDQuMDMgMCA0LjAzIDIwLjggMCAyMC43NSAyLjggMjYuMiA1LjUgMzAuNzIgOC4xOSAyNi4yIDEwLjk5IDIwLjc1IDcuMDMgMjAuOCIvPjwvZz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
		height: 31px;
		left: calc(50% - 5px);
		position: absolute;
		top: calc(50% - 25px);
		width: 11px;
		z-index: 2;
  }

  .search-content.is-checked:before,
	.search-content.is-checked:after {
    opacity: 0;
  }
	/*スクロールバーの横幅指定*/
	.search-content::-webkit-scrollbar {
    width: 4px;
	}
	/*スクロールバーの背景色・角丸指定*/
	.search-content::-webkit-scrollbar-track-piece {
		border: 1px solid #d9e4e7;
	  border-radius: 2px;
		background: #ffffff;
	}
	/*スクロールバーの色・角丸指定*/
	.search-content::-webkit-scrollbar-thumb {
	  border-radius: 2px;
		background: #d9e4e7;
	}

}
.search-content .product-list {
	align-items: center;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
}
@media screen and (max-width: 767px) {
	.search-content .product-list {
		display: block;
	}
}
.search-content .product-list .product-list__item {
	display: table;
	width: 33.333%;
	box-sizing: border-box;
	position: relative;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
	.search-content .product-list .product-list__item {
		min-width: 220px;
	}
}
.two-links .search-content .product-list .product-list__item {
	width: 50%;
}
.two-links .search-content .product-list .product-list__item:last-child:after {
	display: none;
}
@media screen and (max-width: 767px) {
	.search-content .product-list .product-list__item {
		width: 100%;
	}
	.two-links .search-content .product-list .product-list__item {
		width: 100%;
	}
}
.search-content .product-list .product-list__item:before,
.search-content .product-list .product-list__item:after {
	 content: "";
	 display: block;
	 background-color: #d9e4e7;
	 position: absolute;
}
.search-content .product-list .product-list__item:before {
	width: calc(100% - 30px);
	height: 1px;
	bottom: -1px;
	left: 15px;
}
.search-content .product-list .product-list__item:after {
	height: calc(100% - 30px);
	width: 1px;
	top: 15px;
	right: 0;
}
.search-content .product-list .product-list__item:nth-child(3n):after {
	display: none;
}
@media screen and (max-width: 767px) {
	.search-content .product-list .product-list__item:after {
		display: none;
	}
	.search-content .product-list .product-list__item:last-child:before {
		display: none;
	}
}


.search-content .product-list .product-list__item .product-list__item__inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
	color: #090909;
	font-size: 14px;
	letter-spacing: .2em;
	line-height: 2;
	transition: .5s;
	padding: 15px;
}
.search-content .product-list .product-list__item .product-list__item__inner:before,
.search-content .product-list .product-list__item .product-list__item__inner:after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 0;
	top: 0;
	transition: .5s;
}
.search-content .product-list .product-list__item .product-list__item__inner:before {
	background-color: #d6007f;
	right: 50%;
}
.search-content .product-list .product-list__item .product-list__item__inner:after {
	background-color: #008db8;
	left: 50%;
}
.search-content .product-list .product-list__item .product-list__item__inner:hover {
	color: #d6007f;
}
.search-content .product-list .product-list__item .product-list__item__inner:hover:before,
.search-content .product-list .product-list__item .product-list__item__inner:hover:after,
.search-content .product-list .product-list__item.active .product-list__item__inner:before,
.search-content .product-list .product-list__item.active .product-list__item__inner:after {
	width: 30px;
}
@media screen and (max-width: 767px) {
	.search-content .product-list .product-list__item .product-list__item__inner {
		text-align: left;
		font-size: 13px;
		letter-spacing: .18em;
		padding: 9px 15px;
	}
}

.search-content .product-list .product-list__item.active {
	background-color: rgba(214,0,127,.08);
}
/* ==========================================================================

  roundimg-list

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-roundimg-list {
  margin-top: 80px;
}
.division-bottom-roundimg-list {
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .division-top-roundimg-list {
    margin-top: 60px;
  }
  .division-bottom-roundimg-list {
    margin-bottom: 60px;
  }
}

.roundimg-list .heading-2 .heading-2__inner.heading-2__inner--main .em {
  color: #d6007f;
}
.roundimg-list .columns.columns--four {
  margin-left: -20px;
  margin-right: -20px;
}
.roundimg-list .columns--four>.columns__column {
  padding-left: 20px;
  padding-right: 20px;
}
.roundimg-list .columns--four>.columns__column .figure.figure--square-round {
	max-width: 200px;
  margin: 0 auto;
}
.roundimg-list .roundimg-list__lists:not(:first-child) {
  margin-top: 25px;
}
.roundimg-list .roundimg-list__lists {
  margin-top: 20px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
}
.roundimg-list .roundimg-list__lists .list--default > .list__item:before {
  background-color: #d6007f;
  top: 10px;
}

@media screen and (max-width:1049px) {
  .roundimg-list .columns--four>.columns__column {
    width: 50%;
  }
  .roundimg-list .roundimg-list__lists {
    margin: 0 auto;
    max-width: 230px;
  }
  .roundimg-list .columns--four>.columns__column:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media screen and (max-width:767px) {
  .roundimg-list .columns.columns--four {
    margin-left: 0;
    margin-right: 0;
  }
  .roundimg-list .columns--four>.columns__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .roundimg-list .roundimg-list__lists {
    max-width: 190px;
  }
  .roundimg-list .columns--four>.columns__column:nth-child(n+3) {
    margin-top: auto;
  }
  .roundimg-list .columns--four>.columns__column:not(:first-child) {
    margin-top: 40px;
  }
  .roundimg-list .columns--four>.columns__column .figure.figure--square-round {
  	max-width: 160px;
  }
  .roundimg-list .roundimg-list__lists .list--default>.list__item {
    font-size: 13px;
  }
  .roundimg-list .roundimg-list__lists .list--default>.list__item:before {
    top: 7px;
  }
  .roundimg-list .roundimg-list__lists:not(:first-child) {
    margin-top: 15px;
  }
}
/* ==========================================================================

    section

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section {
	position: relative;
	z-index: 5;
}
.section:not(:first-child) {
	margin-top: 80px;
}
@media screen and (max-width:1049px) {
	.section:not(:first-child) {
		margin-top: 80px;
	}
}
@media screen and (max-width:767px) {
	.section:not(:first-child) {
		margin-top: 60px;
	}
}

.section:not(:last-child) {
	margin-bottom: 100px;
}
@media screen and (max-width:1049px) {
	.section:not(:last-child) {
		margin-bottom: 100px;
	}
}
@media screen and (max-width:767px) {
	.section:not(:last-child) {
		margin-bottom: 80px;
	}
}

.section--bg {
	background-color: #f7fafb;
	padding: 80px 0;
}

.hubspot-disable-focus-styles .container-fluid {
	display: block !important;
}
/* ==========================================================================

    slideimg

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-slideimg {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .division-top-slideimg {
    margin-top: 60px;
  }
}

.division-bottom-slideimg {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .division-bottom-slideimg {
    margin-bottom: 60px;
  }
}

.slideimg-wrap {
  counter-reset: number;
}
.slideimg {
  padding: 100px 0 70px;
}
@media screen and (max-width: 767px) {
  .slideimg {
    padding: 60px 0 60px;
  }
}
.slideimg:nth-child(odd) {
  background-color: #f7fafb;
}
.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 {
    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 {
  position: relative;
  padding-top: 30px;
}
.heading-2.heading-2--point:before {
  content: "POINT" counter(number, decimal-leading-zero);
  counter-increment: number;
  color: #008db8;
  font-family: 'Quicksand-Medium', serif;
  font-size: 64px;
  letter-spacing: .35em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -10px;
}
@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: 20px;
  }
  .heading-2.heading-2--point:before {
    top: 0;
    font-size: 33px;
  }
}
.slideimg:nth-child(odd) .heading-2.heading-2--point:before {
  color: #ffffff;
}
.slideimg:nth-child(even) .heading-2.heading-2--point:before {
  color: #f7fafb;
}
.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;
  }
}

.slideimg .slideimg_slick {
  padding-bottom: 40px;
}
.slideimg .slideimg_slick img {
  width: 100%
}
.slideimg .slick-prev,
.slideimg .slick-next {
  width: 40px;
  height: 40px;
  background-color: #2F3436;
  top: inherit;
  bottom: 0;
  background-position: center;
  background-size: 6px 8px;
	background-repeat: no-repeat;
  z-index: 5;
  transition: .5s;
}
.slideimg .slick-prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYgOCkgcm90YXRlKDE4MCkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
}
.slideimg .slick-next {
  right: inherit;
  left: 41px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
}
.slideimg .slick-prev:hover,
.slideimg .slick-next:hover {
  background-color: #008db8;
}

.slideimg .slick-dots {
  margin-top: 0;
  width: calc(100% - 100px);
  margin-left: 100px;
  position: absolute;
}

.slideimg .slick-dots li {
  margin: 0 10px;
  width: 5px;
  height: 5px;
}
.slideimg .slick-dots li:last-child {
  margin-right: 0;
}
.slideimg .slick-dots li button {
  border-radius: 0;
  width: 3px;
  height: 3px;
  background-color: #2F3436;
}
.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: #2F3436;
}
@media screen and (max-width: 767px) {
  .slideimg .slideimg_slick {
    padding-bottom: 30px;
  }
  .slideimg .slick-prev,
  .slideimg .slick-next {
    width: 30px;
    height: 30px;
  }
  .slideimg .slick-next {
    left: 31px;
  }
  .slideimg .slick-dots li {
    margin: 0 7.5px;
  }
}
/* ==========================================================================

    sns-icon

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.sns-button {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sns-button {
    margin-top: 30px;
    display: block;
    text-align: center;
  }
}

.sns-button .sns-button__text {
  border-radius: 3px;
  display: inline-block;
  font-family: 'Quicksand-Medium', serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .35em;
  padding-left: 25px;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sns-button .sns-button__text {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.sns-button .sns-button__text:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi44MSAxMi44MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwYzExMTI7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSIyLjUiIGN5PSI2LjQxIiByPSIyLjEzIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMi41LDguOTFBMi41MSwyLjUxLDAsMSwxLDUsNi40MSwyLjUsMi41LDAsMCwxLDIuNSw4LjkxWm0wLTQuMjZBMS43NiwxLjc2LDAsMSwwLDQuMjYsNi40MSwxLjc2LDEuNzYsMCwwLDAsMi41LDQuNjVaIi8+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSIxMC4zMSIgY3k9IjIuNSIgcj0iMi4xMyIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwLjMxLDVhMi41MSwyLjUxLDAsMSwxLDIuNS0yLjUxQTIuNTIsMi41MiwwLDAsMSwxMC4zMSw1Wm0wLTQuMjZBMS43NiwxLjc2LDAsMSwwLDEyLjA2LDIuNSwxLjc2LDEuNzYsMCwwLDAsMTAuMzEuNzVaIi8+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSIxMC4zMSIgY3k9IjEwLjMxIiByPSIyLjEzIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTAuMzEsMTIuODFhMi41MSwyLjUxLDAsMSwxLDIuNS0yLjVBMi41MSwyLjUxLDAsMCwxLDEwLjMxLDEyLjgxWm0wLTQuMjZhMS43NiwxLjc2LDAsMSwwLDEuNzUsMS43NkExLjc2LDEuNzYsMCwwLDAsMTAuMzEsOC41NVoiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuMDMiIHk9IjYuMzciIHdpZHRoPSIwLjc1IiBoZWlnaHQ9IjMuOTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjkzIDEwLjM1KSByb3RhdGUoLTYzLjQzKSIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNC40MiIgeT0iNC4wOCIgd2lkdGg9IjMuOTciIGhlaWdodD0iMC43NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMzIgMy4zMykgcm90YXRlKC0yNi41MykiLz48L2c+PC9nPjwvc3ZnPg==);
  content: "";
  left: 0;
  height: 13px;
  position: absolute;
  top: 1px;
  width: 13px;
}
@media screen and (max-width: 767px) {
  .sns-button .sns-button__text:after {
    bottom: -4px;
    right: calc(50% - 4px);
    top: inherit;
  }
}

.sns-button__list {
  margin-top: 25px;
  -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;;
}
@media screen and (max-width: 767px) {
  .sns-button__list {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
 }
}

.sns-button__list__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  background-color: #f7fafb;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  height: 50px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
  transition: .5s;
  width: 50px;
}

.sns-button__list__item a:hover {
  opacity: .7;
}

.sns-button__list__item:not(:last-child) {
  margin-right: 12px;
}

.sns-button__list__item--twitter a {
  background-color: #00aced;
}
.sns-button__list__item--twitter a img {
  width: 20px;
  height: 17px;
}

.sns-button__list__item--facebook a {
  background-color: #1877f2;
}
.sns-button__list__item--facebook a img {
  width: 10px;
  height: 21px;
}

.sns-button__list__item--line a {
  background-color: #00b900;
}
.sns-button__list__item--line a img {
  width: 28px;
  height: 27px;
}
/* ==========================================================================

    sub-title

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.sub-title {
  box-sizing: border-box;
	color: #ffffff;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.17em;
  line-height: 2;
	position: relative;
}
@media screen and (max-width: 767px) {
	.sub-title {
		font-size: 14px;
    line-height: 1.7;
	}
}
/* ==========================================================================

    sound-link

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-sound-link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .division-top-sound-link {
    margin-top: 30px;
  }
}

.division-bottom-sound-link {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .division-bottom-sound-link {
    margin-bottom: 30px;
    }
}

@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__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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzYiIGhlaWdodD0iNzUuOTk5IiB2aWV3Qm94PSIwIDAgNzYgNzUuOTk5Ij48ZGVmcz48ZmlsdGVyIGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iNzYiIGhlaWdodD0iNzUuOTk5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBpbnB1dD0iU291cmNlQWxwaGEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1IiByZXN1bHQ9ImIiLz48ZmVGbG9vZCBmbG9vZC1jb2xvcj0iIzE4MjA0NSIgZmxvb2Qtb3BhY2l0eT0iMC4wNzgiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9ImIiLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgMCwgMCkiIGZpbHRlcj0idXJsKCNhKSI+PHBhdGggZD0iTS0xOTQuMzcsNjY0LjMzNWEyMywyMywwLDAsMC0yMywyMywyMywyMywwLDAsMCwyMywyMywyMywyMywwLDAsMCwyMy0yM0EyMywyMywwLDAsMC0xOTQuMzcsNjY0LjMzNVptLTQuMjY4LDMwLjYzVjY3OS43bDEzLjIxNiw3LjYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMyLjM3IC02NDkuMzQpIiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: calc(50% - 38px);
  height: 76px;
  position: absolute;
  top: calc(50% - 10px);
  transition: background-image .5s;
  transform: translateY(-50%);
  width: 76px;
  z-index: 2;
}
@media screen and (max-width: 1449px) {
  .sound-link__inner:before {
    left: calc(50% - 25px);
    height: 50px;
    top: calc(50% - 10px);
    width: 50px;
  }
}
@media screen and (max-width: 1049px) {
  .sound-link__inner:before {
    left: calc(50% - 17.5px);
    height: 35px;
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sound-link__inner:before {
    left: calc(50% - 12.5px);
    height: 25px;
    top: calc(50% - 7px);
    width: 25px;
  }
}

.sound-link__inner:after {
  color: #ffffff;
  content: "play";
  font-family: 'Quicksand-Regular', serif;
  font-size: 13px;
  left: 50%;
  letter-spacing: .35em;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: .5s;
  top: calc(50% + 22px);
}
@media screen and (max-width: 1449px) {
  .sound-link__inner:after {
    top: calc(50% + 14px);
  }
}
@media screen and (max-width: 1049px) {
  .sound-link__inner:after {
    top: calc(50% + 9px);
  }
}
@media screen and (max-width: 767px) {
  .sound-link__inner:after {
    font-size: 11px;
    top: calc(50% + 4px);
  }
}

.sound-link a {
  color: #090909;
  text-decoration: none;
  transition: .5s;
}

.sound-link:hover a {
  color: #008db8;
}

.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 {
  fill: #d9e4e7;
  transition: .5s;
}
.sound-link:hover .sound-link__inner__bg path {
  fill: linear-gradient(to right, rgba(110,155,169,0.5) 0%,rgba(162,166,167,0.5) 50%,rgba(166,118,147,0.5) 100%);
}

.sound-link:hover .sound-link__inner:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzYiIGhlaWdodD0iNzUuOTk5IiB2aWV3Qm94PSIwIDAgNzYgNzUuOTk5Ij48ZGVmcz48ZmlsdGVyIGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iNzYiIGhlaWdodD0iNzUuOTk5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBpbnB1dD0iU291cmNlQWxwaGEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1IiByZXN1bHQ9ImIiLz48ZmVGbG9vZCBmbG9vZC1jb2xvcj0iIzE4MjA0NSIgZmxvb2Qtb3BhY2l0eT0iMC4wNzgiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9ImIiLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgMCwgMCkiIGZpbHRlcj0idXJsKCNhKSI+PHBhdGggZD0iTS0xOTQuMzcsNjY0LjMzNWEyMywyMywwLDAsMC0yMywyMywyMywyMywwLDAsMCwyMywyMywyMywyMywwLDAsMCwyMy0yM0EyMywyMywwLDAsMC0xOTQuMzcsNjY0LjMzNVptLTQuMjY4LDMwLjYzVjY3OS43bDEzLjIxNiw3LjYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMyLjM3IC02NDkuMzQpIiBmaWxsPSIjMmM0ZGRiIi8+PC9nPjwvc3ZnPg==);
}

.sound-link:hover .sound-link__inner:after {
  color: #008db8;
}

.sound-link__inner__bg--ov {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .5s;
}
@media screen and (max-width: 1049px) {
  .sound-link__inner__bg--ov {
    height: auto;
    width: 100%;
  }  
}


.sound-link:hover .sound-link__inner__bg--ov {
  opacity: 1;
}
/* ==========================================================================

    strong

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.strong {
	font-weight: 600;
}
/* ==========================================================================

    square_column

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.square_column {
    padding: 90px 0;
    position: relative;
}
@media screen and (max-width: 1049px) {
    .square_column {
        padding: 30px 0;
    }
}
@media screen and (max-width: 767px) {
    .square_column {
        padding: 120px 0 0 0;
    }
    .square_column:not(:last-child) {
        margin-bottom: 60px;
    }
}

.square_column .square_column__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .square_column .square_column__bg {
        height: calc(100% - 40px);
        width: calc(50% + 100px);
    }
}
@media screen and (max-width: 414px) {
    .square_column .square_column__bg {
        max-height: 237px;
        width: calc(100% - 20px);
    }
}

.square_column:nth-child(odd) .square_column__bg {
    right: 0;
}

.square_column:nth-child(even) .square_column__bg {
    left: 0;
}

.square_column > .square_column__inner {
    background-color: #ffffff;
    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_column > .square_column__inner {
        padding: 50px;
        width: calc(50% + 200px);
    }
}
@media screen and (max-width: 767px) {
    .square_column > .square_column__inner {
        padding: 50px 30px 0 20px;
        width: calc(100% - 20px);
    }
}

.square_column:nth-child(even) .square_column__inner {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .square_column .square_column__inner .button--default a {
        margin: 0;
    }
}

@media screen and (min-width: 1050px) {
    .square_column .square_column__inner .heading-2 {
        margin-bottom: 35px;
    }
}
/* ==========================================================================

    paragraph

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.paragraph {
	color: #090909;
	font-family: 'NotoSansCJKjp', sans-serif;
	font-size: 16px;
	letter-spacing: .2em;
	line-height: 2;
}
@media screen and (max-width:767px) {
	.paragraph {
    font-size: 13px;
	}
}

.paragraph:not(:first-child) {
	margin-top: 20px
}
.paragraph:not(:last-child) {
	margin-bottom: 20px
}

.division-top-paragraph {
	margin-top: 20px
}

.division-bottom-paragraph {
	margin-bottom: 20px
}
/* ==========================================================================

    point

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-point {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .division-top-point {
    margin-top: 60px
  }
}

.division-bottom-point {
  margin-bottom: 80px
}
@media screen and (max-width: 767px) {
  .division-bottom-point {
    margin-bottom: 60px
  }
}

.point {
  counter-reset: number;
  padding: 95px 0 50px 0;
  background-color: #f7fafb;
}
@media screen and (max-width: 1049px) {
  .point {
    padding: 75px 0 50px 0;
  }
}
.point .heading-2:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 1049px) {
  .point .heading-2:not(:last-child) {
    margin-bottom: 15px;
  }
}
.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 {
    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;
}
@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: #f7fafb;
  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;
  }
}

.point .point-columns .point-columns__column .figure {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .point .point-columns .point-columns__column .figure {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.heading-3.heading-3--point {
  text-align: center;
  position: relative;
  padding-top: 40px;
  margin-bottom: 10px;
}
.heading-3.heading-3--point:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #008db8;
  position: absolute;
  top: 28px;
  left: calc(50% - 5px);
}
.heading-3.heading-3--point:after {
  content: "POINT" counter(number, decimal-leading-zero);
  counter-increment: number;
  color: #008db8;
  font-family: 'Quicksand-Medium', serif;
  font-size: 20px;
  letter-spacing: .35em;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 767px) {
  .heading-3.heading-3--point:before {
    top: 25px;
  }
  .heading-3.heading-3--point:after {
    font-size: 17px;
  }
}
/* ==========================================================================

    point-list

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



/* .division-top-point {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .division-top-point {
        margin-top: 20px;
    }
}

.division-bottom-point {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .division-bottom-point {
        margin-bottom: 20px;
    }
} */

.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 #d9e4e7;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 70px 30px 40px 30px;
    position: relative;
    width: calc(33.3333% - 33.333px);
}
@media screen and (max-width: 1049px) {
    .point-list__item {
        width: 100%;
    }
    .point-list__item:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .point-list__item {
        padding: 45px 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:before {
    border-top: 3px solid #008db8;
    color: #008db8;
    content: attr(data-english);
    font-family: 'Quicksand-Regular', serif;
    font-size: 14px;
    left: 50%;
    letter-spacing: .35em;
    line-height: 1;
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 30px;
    position: absolute;
    text-transform: uppercase;
    top: -1px;
    transform: translateX(-50%);
}
.point-list__item:nth-child(n+10):before {
  padding-right: 50px;
}
@media screen and (max-width: 1049px) {
  .point-list__item:nth-child(n+10):before {
    padding-right: 40px;
  }
}

.point-list__item:after {
    content: counter(number);
    counter-increment: number;
    color: #008db8;
    font-family: 'Quicksand-Regular', serif;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    right: calc(50% - 48px);
    top: 11px;
}

@media screen and (max-width: 1049px) {
    .point-list__item:before {
        transform: inherit;
        padding-top: 15px;
        left: 30px;
    }

    .point-list__item:after {
        right: inherit;
        top: 10px;
        left: 113px;
    }
}


@media screen and (max-width: 767px) {
    .point-list__item:before {
        font-size: 11px;
        padding-top: 6px;
        padding-right: 23px;
        left: 20px;
    }

    .point-list__item:after {
        font-size: 20px;
        top: 8px;
        left: 86px;
    }
}
/* ==========================================================================

    relation-link

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-relation-link {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .division-top-relation-link {
    margin-top: 60px;
  }
}
.division-bottom-relation-link {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .division-bottom-relation-link {
    margin-bottom: 60px;
  }
}


.relation-link .heading-2 {
  margin-bottom: 25px;
}
@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;
}
.relation-link .bg_img-columns--three .bg_img-columns__column:hover:before {
  background-color: rgba(112, 112, 112, .6);
}

.relation-link.relation-link--1 .bg_img-columns--three .bg_img-columns__column {
  padding: 60px 55px 80px;
}
.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 20px;
  }
}

.relation-link .bg_img-columns--three .bg_img-columns__column:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 112, 112, .3);
  position: absolute;
  z-index: 0;
  transition: .5s;
}
.relation-link .bg_img-columns--three .bg_img-columns__column .heading-link a:before {
  background-color: #ffffff;
}
.relation-link .bg_img-columns--three .bg_img-columns__column .heading-link a:after {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiPgogIDxwYXRoIGlkPSJhcnJvdyIgZD0iTTAsOCw0LDQsMCwwSDJMNiw0LDIsOFoiIGZpbGw9IiMwYzExMTIiLz4KPC9zdmc+Cg==");
}

.relation-link .bg_img-columns--three .bg_img-columns__column .heading-3 {
  z-index: 1;
}
@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 {
  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% - 3px);
  bottom: 10px;
}
@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% - 2px);
    bottom: 9px;
  }
}

/* 3：h2＋link */

.relation-link.relation-link--3 {
  padding: 55px 0;
  background-color: #f7fafb;
}
@media screen and (max-width: 767px) {
  .relation-link.relation-link--3 {
    padding: 45px 0;
  }
}
.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: 17px;
  padding-top: 5px;
  letter-spacing: .2em;
  line-height: 1.5;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
}
.relation-columns .heading-link a:hover,
.relation-columns .heading-link a:hover:before {
  color: #008db8;
}
@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;
  }
}
/* ==========================================================================

    rich-module1

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-rich-module1 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .division-top-rich-module1 {
    margin-top: 20px;
  }
}

.division-bottom-rich-module1 {
  margin-bottom: 40px
}
@media screen and (max-width: 767px) {
  .division-bottom-rich-module1 {
    margin-bottom: 20px
  }
}


.rich-module1 {
  min-height: 485px;
  position: relative;
  box-sizing: border-box;
  padding: 50px 0 70px 0;
}
.rich-module1:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 1049px) {
  .rich-module1 {
    padding: 0 0 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .rich-module1 {
  }
 .rich-module1:not(:first-child) {
    margin-top: 40px;
  }
  .rich-module1 .container,
  .rich-module1 .row-fluid [class*="span"] .container {
    min-width: inherit!important;
  }
}
@media screen and (max-width: 599px) {
  .rich-module1:not(:first-child) {
     margin-top: 30px;
   }
}

.rich-module1:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  bottom: 0;
  background-color: #f7fafb;
  width: calc(100% - 100px);
  height: calc(100% - 50px);
}
@media screen and (max-width: 1049px) {
  .rich-module1:before {
    height: 100%;
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 767px) {
  .rich-module1:before {
    width: calc(100% - 317px);
  }
}
@media screen and (max-width: 599px) {
  .rich-module1:before {
    width: calc(100% - 40px);
  }
}
.rich-module1 .columns {
  z-index: 1;
}
@media screen and (max-width: 1049px) {
  .rich-module1 .columns--two>.columns__column {
    width: calc(100% - 70px);
  }
  .rich-module1:nth-child(even) .columns--two>.columns__column {
    margin-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .rich-module1 .columns--two>.columns__column {
    width: calc(100% - 277px);
  }
  .rich-module1:nth-child(even) .columns--two>.columns__column {
    margin-left: 277px;
  }
}
@media screen and (max-width: 599px) {
  .rich-module1 .columns--two>.columns__column {
    width: 100%;
  }
  .rich-module1:nth-child(even) .columns--two>.columns__column {
    margin-left: 0;
  }
}

.rich-module1:nth-child(even) .columns .columns__column:nth-child(1) {
  order: 2;
}
.rich-module1:nth-child(even) .columns .columns__column:nth-child(2) {
  order: 1;
}

.rich-module1:nth-child(odd):before {
  left: 0;
}
.rich-module1:nth-child(even):before {
  right: 0;
}

@media screen and (max-width: 767px) {
  .rich-module1:nth-child(odd):after {
    right: 0;
  }
}

.rich-module1 .heading-2 {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .rich-module1 .heading-2 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1049px) {
  .rich-module1 .heading-2 {
    margin-bottom: 20px;
    width: calc(100% - 130px);
  }
  .rich-module1 .natural {
    width: calc(100% - 130px);
  }
  .rich-module1:nth-child(even) .heading-2,
  .rich-module1:nth-child(even) .natural,
  .rich-module1:nth-child(even) .button {
    margin-left: 130px;
  }
}
@media screen and (max-width: 767px) {
  .rich-module1 .heading-2 {
    margin-bottom: 20px;
    width: calc(100% - 40px);
  }
  .rich-module1 .natural {
    width: calc(100% - 40px);
  }
  .rich-module1:nth-child(even) .heading-2,
  .rich-module1:nth-child(even) .natural,
  .rich-module1:nth-child(even) .button {
    margin-left: 40px;
  }
}


.rich-module1 .view--is-desktop.figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: calc(50% - 25px);
  height: 415px;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .rich-module1 .view--is-desktop.figure {
    height: 297px;
  }
}
.rich-module1:nth-child(odd) .view--is-desktop.figure {
  right: 0;
}
.rich-module1:nth-child(even) .view--is-desktop.figure {
  left: 0;
}
.rich-module1 .figure.view--is-laptop-lower {
  margin-bottom: 20px;
  text-align: left;
}
.rich-module1:nth-child(even) .figure.view--is-laptop-lower {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .rich-module1 .figure.view--is-laptop-lower img {
    max-width: inherit;
  }
}
/* ==========================================================================

    rich-module2

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-rich-module2 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .division-top-rich-module2 {
    margin-top: 60px;
  }
}

.division-bottom-rich-module2 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .division-bottom-rich-module2 {
    margin-bottom: 30px;
  }
}


.rich-module2 {
  position: relative;
  box-sizing: border-box;
}
.rich-module2:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .rich-module2:not(:first-child) {
    margin-top: 50px;
  }
}

.rich-module2 .figure {
  position: relative;
  width: calc(100% + 50px);
  padding-bottom: 50px;
}
.rich-module2:nth-child(even) .figure {
  left: -50px;
}
@media screen and (max-width: 1049px) {
  .rich-module2 .figure {
    width: 100%;
  }
  .rich-module2:nth-child(even) .figure {
    left: 0;
  }
}
.rich-module2 .figure:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  bottom: 0;
  background-color: #f7fafb;
  width: 100%;
  height: 270px;
}
@media screen and (max-width: 1049px) {
  .rich-module2 .figure:before {
    height: 152px;
  }
}
@media screen and (max-width:414px) {
  .rich-module2 .figure {
    padding-bottom: 0;
  }
  .rich-module2 .figure:before {
    height: 138px;
    bottom: -100px;
  }
}
.rich-module2:nth-child(odd) .figure:before {
  left: -100px;
}
.rich-module2:nth-child(even) .figure:before {
  right: -100px;
}
@media screen and (max-width:414px) {
  .rich-module2:nth-child(odd) .figure:before {
    left: -20px;
  }
  .rich-module2:nth-child(even) .figure:before {
    right: -20px;
  }
}
.rich-module2 .columns {
  z-index: 1;
}
.rich-module2 .heading-2:not(:first-child) {
  margin-top: 0;
}


@media screen and (min-width:415px) and (max-width:767px) {
  .rich-module2 .columns--two {
    max-width: 666px;
    margin: 0 auto;
  }
  .rich-module2 .columns--two>.columns__column {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .rich-module2 .columns--two>.columns__column .view--is-palmtop {
    display: none!important;
  }
  .rich-module2 .columns--two>.columns__column.view--is-desktop-lower {
    display: block!important;
  }
}
@media screen and (max-width:414px) {
  .rich-module2 .columns--two {
    margin-left: 0;
    margin-right: 0
  }
  .rich-module2 .columns--two>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .rich-module2 .columns--two>.columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .rich-module2 .columns--two>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .rich-module2 .heading-2:not(:first-child) {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}


.rich-module2:nth-child(even) .columns .columns__column:nth-child(1) {
  order: 2;
}
.rich-module2:nth-child(even) .columns .columns__column:nth-child(2) {
  order: 1;
}

.rich-module2:nth-child(odd):before {
  left: 0;
}
.rich-module2:nth-child(even):before {
  right: 0;
}


.rich-module2 .columns__column.view--is-desktop-lower {
  position: relative;
}

.rich-module2 .figure.view--is-palmtop {
  margin-bottom: 20px;
}
/* ==========================================================================

    reason-column

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-reason-column {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .division-top-reason-column {
    margin-bottom: 60px;
  }
}

.division-bottom-reason-column {
  margin-bottom: 80px
}
@media screen and (max-width: 767px) {
  .division-bottom-reason-column {
    margin-bottom: 60px
  }
}

@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;
  }
}
/* ==========================================================================

  table-comparison

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.tab-container .tab__content {
  display: none
}

.tab-container .tab__content.is-active {
  display: block
}
/* ==========================================================================

    table

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-table {
  margin-top: 40px;
}
.division-bottom-table {
  margin-bottom: 40px;
}

.table {
  width: 100%;
}


@media screen and (max-width:767px) {
  .js-table-scroll {
    margin-right: -20px;
    overflow-x: scroll;
    position: relative;
  }
  .width-wide .js-table-scroll>.table {
    width: 750px
  }
  .width-normal .js-table-scroll>.table {
    width: 500px
  }
  .width-narrow .js-table-scroll>.table {
    width: 350px
  }
  .js-table-scroll:before, .js-table-scroll:after {
    content: "";
  }
  .js-table-scroll:before {
    background: linear-gradient(-70deg, rgba(166, 118, 147, .5) 25%, rgba(43, 43, 43, .3), rgba(110, 155, 169, .5) 75%);
    border-radius: 5px;
    box-sizing: border-box;
    content: "SWIPE";
    color: #ffffff;
    font-family: 'Roboto-Medium', serif;
    font-size: 18px;
    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;
  }
}
/* ==========================================================================

    tag-list

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-tags {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .division-top-tags {
    margin-top: 25px;
  }
}

.division-bottom-tags {
  margin-bottom: 40px
}
@media screen and (max-width: 767px) {
  .division-bottom-tags {
    margin-bottom: 25px
  }
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
  margin-top: -7.5px;
}
.tags .tags__item {
  margin: 7.5px 0 7.5px 0;
  text-align: center;
}
.tags .tags__item:not(:first-child) {
  margin-left: 20px;
}
.tags .tags__item .tags__item__text {
  font-size: 14px;
  padding: 4.5px 20px 2.5px 20px;
  border-radius: 15px;
  border: 1px solid #D9E4E8;
  background-color: #f7fafb;
  display: inline-block;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  letter-spacing: .18em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .tags .tags__item {
    margin: 8.5px 0 6.5px 0;
  }
  .tags .tags__item:not(:first-child) {
    margin-left: 15px;
  }
  .tags .tags__item .tags__item__text {
    font-size: 13px;
  }
}


/* グレー */

.tags.tags--gray .tags__item .tags__item__text {
  color: #1f4551;
  border: none;
  background-color: #d9e4e7;
}

/* 中央寄せ */

.tags.tags--center {
  justify-content: center;
}
/* ==========================================================================

  table-assessment

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.table-assessment__table {
  border: 1px dotted #d9e4e7;
}
@media screen and (max-width: 767px) {
.table-assessment__table {
    width: 750px;
}
}

.table-assessment__head__row__header {
  border-bottom: 1px dotted #d9e4e7;
}

 .table-assessment__head__row__header.table__head__row__header--title {
  background-color: #ffffff;
}


.table-assessment__head__row__header {
  color: #090909;
  background-color: #f7fafb;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 1.5;
  padding: 15px 15px;
  width: 200px;
}
@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: 13px;
    padding: 18px 15px;
    width: 130px;
  }
}

 .table-assessment__head__row__header:not(:last-child) {
  border-right: 1px dotted #d9e4e7;
}

.table-assessment__body__row__header {
  border-right: 1px dotted #d9e4e7;
  color: #090909;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 2;
  padding: 16px 20px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .table-assessment__body__row__header {
    font-size: 13px;
    padding: 9px 15px;
    width: 150px;
  }
}

.table-assessment__body__row:not(:last-child) {
  border-bottom: 1px dotted #d9e4e7;
}

.table-assessment__body__row__data {
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 2;
  color: #090909;
  font-family: 'NotoSansCJKjp', sans-serif;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table-assessment__body__row__data {
    font-size: 13px;
    padding: 9px 15px;
  }
}

.table-assessment__body__row__data:not(:last-child) {
  border-right: 1px dotted #d9e4e7;
}
/* ==========================================================================

  table-comparison

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-table-comparison {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .division-top-table-comparison {
    margin-top: 40px;
  }  
}

.division-bottom-table-comparison {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .division-top-table-comparison {
    margin-bottom: 40px;
  }  
}

.table-comparison__table {
  border: 1px solid #d9e4e7;
}

.table-comparison__head__row__header {
  border-bottom: 1px solid #d9e4e7;
}

.table-comparison__head__row__header.table__head__row__header--logo {
  background-color: #d6007f;
  border-right: 1px solid #d9e4e7;
  vertical-align: middle;
  width: 350px;
}

@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: #090909;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .17em;
  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 #d9e4e7;
}

.table-comparison__body__row:not(:last-child) {
  border-bottom: 1px solid #d9e4e7;
}

.table-comparison__body__row__header {
  background-color: #f7fafb;
  color: #090909;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .17em;
  line-height: 1.5;
  padding: 9px 20px;
  text-align: center;
}
@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;
}
@media screen and (max-width: 767px) {
  .table-comparison__body__row__data {
    padding: 9px 25px;
  }
}

.table-comparison__body__row__data:not(:last-child) {
  border-right: 1px solid #d9e4e7;
}

.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 #d6007f 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: #d6007f;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}

.table-comparison__body__row__data:first-of-type {
  color: #d6007f;
  background-color: rgba(244,43,65,.05);
}
/* ==========================================================================

  table-combination

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-table-combination {
  margin-top: 40px;
}

.division-bottom-table-combination {
  margin-bottom: 40px;
}

.table-combination {
}

.table-combination__table {
  border: 1px dotted #d9e4e7;
}

.table-combination__head__row__header.table__head__row__header--title {
  background-color: #090909;
  color: #ffffff;
}


.table__head__row__header--logo {
  background-color: #d6007f;
  border-right: 1px dotted #d9e4e7;
  vertical-align: middle;
  width: 350px;
}

.table__head__row__header--logo img {
  display: table-cell;
  margin: 0 auto;
}


.table-combination__head__row__header {
  color: #090909;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .17em;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  width: 350px;
}

 .table-combination__head__row__header:not(:last-child) {
  border-right: 1px dotted #d9e4e7;
}

@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 #d9e4e7;
}

.table-combination__body__row__header {
  box-sizing: border-box;
  color: #090909;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 18px;
  letter-spacing: .2em;
  line-height: 2;
  padding: 20px 15px;
  vertical-align: middle;
  width: 252px;
}

.table-combination__body__row__header:not(:last-child) {
  border-right: 1px dotted #d9e4e7;
  border-bottom: 1px dotted #d9e4e7;
}
@media screen and (max-width: 1049px) {
  .table-combination__body__row__header {
    border-right: none;
    padding: 10px 20px;
    text-align: center;
  }
  .table-combination__body__row__header:not(:last-child) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table-combination__body__row__header {
    font-size: 13px;
    padding: 5px 20px;
    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: 10px 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 #d9e4e7;
}

.table-combination__body__row__data:last-child {
  background-color: #f7fafb;
}

@media screen and (max-width: 767px) {
  .table-combination__body__row__data {
    padding: 9px 15px;
  }
}
/* ==========================================================================

    text-decoration

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-text-decoration {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .division-top-text-decoration {
        margin-top: 25px;
    }
}

.division-bottom-text-decoration {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .division-bottom-text-decoration {
        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-color: ;
    box-sizing: border-box;
    color: #ffffff;
    border-radius: 5px;
    font-family: 'Quicksand-Regular', serif;
    font-size: 14px;
    letter-spacing: .35em;
    line-height: 1.5;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    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 {
        font-size: 12px;
        padding: 9px 15px;
        width: calc(50% - 7px);
    }

    .text-decoration-list__item:nth-child(odd) {
        border-radius: 0px 5px 5px 0px;
        margin-right: 14px;
    }

    .text-decoration-list__item:nth-child(even) {
        border-radius: 5px 0px 0px 5px;
    }

    .text-decoration-list__item:nth-child(n+3) {
        margin-top: 15px;
    }
}
.text-decoration-list__item__text {
  display: table-cell;
  vertical-align: middle;
}
/* ==========================================================================

    txt-bg

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-txt-bg {
	margin-top: 55px
}
@media screen and (max-width: 767px) {
	.division-top-txt-bg {
		margin-top: 40px
	}
}

.division-bottom-txt-bg {
	margin-bottom: 55px
}
@media screen and (max-width: 767px) {
	.division-bottom-txt-bg {
		margin-bottom: 40px
	}
}


.txt-bg-columns {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}
.txt-bg-columns .txt-bg-columns__column {
	display: table;
  	box-sizing: border-box;
  	width: 184px;
  	height: 184px;
  	padding: 20px;
  	margin: 10px;
  	border-radius: 100px;
  	text-align: center;
  	transition: .5s;
  	background-color: #d9e4e7;
}
.txt-bg-columns .txt-bg-columns__column .txt-bg-columns__column__text {
	display: table-cell;
  	vertical-align: middle;
  	font-size: 16px;
	color: #1f4551;
	font-family: 'NotoSansCJKjp-Medium', sans-serif;
  	letter-spacing: .2em;
  	line-height: 1.2;
}
.txt-bg .heading-3 .heading-3__inner {
	color: #008db8;
}
.txt-bg .figure {
	margin-top: 40px;
}
@media screen and (max-width: 1049px) {
	.txt-bg-columns .txt-bg-columns__column {
		width: 152px;
		height: 152px;
	}
}
@media screen and (max-width: 767px) {
	.txt-bg-columns .txt-bg-columns__column {
	  width: 130px;
	  height: 130px;
	}
	.txt-bg-columns .txt-bg-columns__column .txt-bg-columns__column__text {
		font-size: 13px;
	}
	.txt-bg .figure {
	  margin-top: 20px;
	}
}
/* ==========================================================================

    view

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.view--is-desktop {
	display: block;
}
@media screen and (max-width:1049px) {
	.view--is-desktop {
		display: none !important;
	}
}
.view--is-desktop-lower {
	display: block
}
.view--is-desktop-lower--inline {
	display: inline;
}
@media screen and (max-width:767px) {
	.view--is-desktop-lower {
		display: none !important;
	}

	.view--is-desktop-lower--inline {
		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;
	}
}
/* ==========================================================================

    voice

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.division-top-voice {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .division-top-voice {
    margin-top: 60px;
  }
}

.division-bottom-voice {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .division-bottom-voice {
    margin-bottom: 60px;
  }
}

.voice {
  background-color: #f7fafb;
  padding: 80px 0;
}
.voice-columns-wrap .voice-columns {
  display: flex;
  justify-content: center;
}
.voice-columns.voice-columns--second,
.voice-columns.voice-columns--third {
  margin-top: 55px;
}

.voice-columns-wrap .voice-columns__column .voice-columns__column__text {
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #d9e4e7;
  border-radius: 10px;
}
@media screen and (max-width: 1049px) {
  .voice-columns-wrap .voice-columns__column .voice-columns__column__text {
    padding: 40px 35px;
  }
}

/* under */
.voice-columns-wrap .voice-columns__column.voice-columns__column--under .voice-columns__column__text:after,
.voice-columns-wrap .voice-columns__column.voice-columns__column--under .voice-columns__column__text:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.voice-columns-wrap .voice-columns__column.voice-columns__column--under .voice-columns__column__text:before {
  border-color: rgba(255, 0, 0, 0);
  border-top-width: 19px;
  border-bottom-width: 19px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  margin-top: 1px;
  border-top-color: #d9e4e7;
}
.voice-columns-wrap .voice-columns__column.voice-columns__column--under .voice-columns__column__text:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-left: -11px;
  border-top-color: #ffffff;
}

/* top */
.voice-columns-wrap .voice-columns__column.voice-columns__column--top .voice-columns__column__text:after,
.voice-columns-wrap .voice-columns__column.voice-columns__column--top .voice-columns__column__text:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
}
.voice-columns-wrap .voice-columns__column.voice-columns__column--top .voice-columns__column__text:before {
  border-color: rgba(255, 0, 0, 0);
  border-top-width: 19px;
  border-bottom-width: 19px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  margin-bottom: 1px;
  border-bottom-color: #d9e4e7;
}
.voice-columns-wrap .voice-columns__column.voice-columns__column--top .voice-columns__column__text:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-left: -11px;
  border-bottom-color: #ffffff;
}

/* right */
.voice-columns-wrap .voice-columns__column.voice-columns__column--right .voice-columns__column__text:after,
.voice-columns-wrap .voice-columns__column.voice-columns__column--right .voice-columns__column__text:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.voice-columns-wrap .voice-columns__column.voice-columns__column--right .voice-columns__column__text:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:21px;
    border-right-width:21px;
    margin-top: -12px;
    border-left-color:#ffffff;
}
.voice-columns-wrap .voice-columns__column.voice-columns__column--right .voice-columns__column__text:before{
    border-color: rgba(255, 0, 0, 0);
    border-top-width:13px;
    border-bottom-width:13px;
    border-left-width:22px;
    border-right-width:22px;
    margin-top: -13px;
    margin-left: 1px;
    border-left-color:#d9e4e7;
}

/* left */
.voice-columns-wrap .voice-columns__column.voice-columns__column--left .voice-columns__column__text:after,
.voice-columns-wrap .voice-columns__column.voice-columns__column--left .voice-columns__column__text:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.voice-columns-wrap .voice-columns__column.voice-columns__column--left .voice-columns__column__text:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:21px;
    border-right-width:21px;
    margin-top: -12px;
    border-right-color:#ffffff;
}
.voice-columns-wrap .voice-columns__column.voice-columns__column--left .voice-columns__column__text:before{
    border-color: rgba(255, 0, 0, 0);
    border-top-width:13px;
    border-bottom-width:13px;
    border-left-width:22px;
    border-right-width:22px;
    margin-top: -13px;
    margin-right: 1px;
    border-right-color:#d9e4e7;
}


.voice-columns.voice-columns--first .voice-columns__column {
  max-width: 542px;
}
.voice-columns.voice-columns--second .voice-columns__column {
  width: calc(50% - 110px);
}
.voice-columns.voice-columns--second .figure {
  width: 140px;
  margin: 0 60px;
}
.voice .figure--sp {
  display: none;
}
.voice-columns.voice-columns--third .voice-columns__column {
  width: 50%;
  max-width: 340px;
}
.voice-columns.voice-columns--third .voice-columns__column:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 1049px) {
  .voice-columns.voice-columns--third .voice-columns__column:first-child {
    margin-right: 30px;
  }
}

.voice-columns-wrap .voice-columns__column .voice-columns__column__text {
  font-size: 16px;
  letter-spacing: .2em;
  line-height: 2;
}
.voice-columns-wrap .voice-columns__column .voice-columns__column__text .em {
  font-size: 18px;
  color: #008db8;
}



.result {
  margin-top: 60px;
  padding: 60px 50px;
  border-radius: 10px;
  border: 1px solid #d9e4e7;
  background-color: #ffffff;
}
.result .result__title .result__title__inner {
  display: inline-block;
  padding: 0 40px;
  position: relative;
  box-sizing: border-box;
  font-size: 40px;
  letter-spacing: .17em;
  font-family: 'FOT-筑紫A丸ゴシック Std R', TsukuARdGothicStd-R;
}
.result .result__title .result__title__inner:before,
.result .result__title .result__title__inner:after {
  content: "";
  position: absolute;
  top: calc(50% - 19px);
  display: block;
  width: 22px;
  height: 37px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS4yIDM2LjIxIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzBjMTExMjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTIuMzgsMTAuNTlhLjYyLjYyLDAsMCwxLS40LS4xNS42LjYsMCwwLDEtLjA1LS44NWMxLjgxLTIsMi4zMy01Ljg3LDIuMDYtOC4yMWE3LjIxLDcuMjEsMCwwLDAtMi45LDIuNDQuNi42LDAsMCwxLS44NC4xMy42MS42MSwwLDAsMS0uMTQtLjg0QTcuODEsNy44MSwwLDAsMSwxNC4zNSwwYS42LjYsMCwwLDEsLjcxLjQ3Yy40NCwyLjA5LjI0LDcuMTUtMi4yMyw5LjkxQS41Ny41NywwLDAsMSwxMi4zOCwxMC41OVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik04LjY3LDkuNzhoMGEuNi42LDAsMCwxLS41OC0uNjJBMTAuODcsMTAuODcsMCwwLDAsNi4zLDMuMjZhOC40NCw4LjQ0LDAsMCwwLS44Niw1LjMyLjYuNiwwLDAsMS0uNS42OS42MS42MSwwLDAsMS0uNjktLjVBOS4wNSw5LjA1LDAsMCwxLDUuODIsMS44NmEuNjIuNjIsMCwwLDEsLjQ2LS4yMS41OC41OCwwLDAsMSwuNDUuMkExMS43OSwxMS43OSwwLDAsMSw5LjI3LDkuMi42LjYsMCwwLDEsOC42Nyw5Ljc4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTYuMTgsMTkuNzZINi4xMUMuNDQsMTkuMTEsMCwxMS44NSwwLDkuNjNhLjU4LjU4LDAsMCwxLC4yNS0uNDguNTkuNTksMCwwLDEsLjUzLS4wOWMuNzYuMjUsNC41NSwxLjU5LDUuMzksNC4yYS42LjYsMCwwLDEtLjM5Ljc2QS42LjYsMCwwLDEsNSwxMy42M2MtLjQ2LTEuNDItMi4zNS0yLjUzLTMuODEtMy4xMy4xMywyLjU0LjksNy42LDUsOC4wNmEuNi42LDAsMCwxLS4wNywxLjJaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOS4zNCwyMC4zNkEuNTkuNTksMCwwLDEsOSwyMC4yMiw0LjI3LDQuMjcsMCwwLDEsNy4yOSwxNi40LDcuNyw3LjcsMCwwLDEsMTEuMTUsMTFhLjU5LjU5LDAsMCwxLC43Ni4xNyw2LjE3LDYuMTcsMCwwLDEsLjQsNi45NC42LjYsMCwxLDEtMS0uNjUsNSw1LDAsMCwwLS4wNS01LjEyLDYuNDEsNi40MSwwLDAsMC0yLjc2LDQuMTdBMy4wNiwzLjA2LDAsMCwwLDkuNzIsMTkuM2EuNi42LDAsMCwxLC4wOC44NEEuNjEuNjEsMCwwLDEsOS4zNCwyMC4zNloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNC43OCwyOS41NWEuNjIuNjIsMCwwLDEtLjM2LS4xMi42LjYsMCwwLDEtLjEyLS44NEEzLjIyLDMuMjIsMCwwLDAsMTUsMjUuNzRhNi42MSw2LjYxLDAsMCwwLTMuMDctMy41MmMtLjM5LDEuNDItLjcsMy43Ny44Niw1LjE4YS42LjYsMCwwLDEtLjgxLjg5Yy0yLjM3LTIuMTQtMS40OC01LjY5LTEtNy4xMmEuNjUuNjUsMCwwLDEsLjMzLS4zNi41Ny41NywwLDAsMSwuNDgsMGMxLjQyLjYxLDMuNzUsMi4zNSw0LjM2LDQuNjJhNC40Miw0LjQyLDAsMCwxLS44NiwzLjg4QS42LjYsMCwwLDEsMTQuNzgsMjkuNTVaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC4xOCwyOC43OGE1LjY4LDUuNjgsMCwwLDEtMy40Mi0xLjE1QTEwLjg4LDEwLjg4LDAsMCwxLDEsMjAuNDEuNi42LDAsMCwxLDEuMTcsMjBhLjY1LjY1LDAsMCwxLC40Ni0uMThDNSwyMCw3LjU4LDIxLDkuMDcsMjIuODZhLjYuNiwwLDAsMS0uOTQuNzVDNywyMi4xOCw1LDIxLjI5LDIuMjksMjFhOS42MSw5LjYxLDAsMCwwLDMuMTgsNS42Myw0LjY0LDQuNjQsMCwwLDAsNCwuNzYuNi42LDAsMSwxLC4yOCwxLjE2QTYuNTQsNi41NCwwLDAsMSw4LjE4LDI4Ljc4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE1LjgyLDM2LjIxYy00LjMsMC03LjYxLTMtOS01LjE4YS42MS42MSwwLDAsMS0uMDctLjU0LjY0LjY0LDAsMCwxLC40LS4zN2MyLjg1LS44MywxMi41LTEuMjIsMTQuMDUsNGEuNTkuNTksMCwwLDEtLjI4LjdBMTAuMzMsMTAuMzMsMCwwLDEsMTUuODIsMzYuMjFabS03LjUtNS4xM0M5Ljc3LDMyLjgzLDE0LDM3LDE5Ljg1LDM0LDE4LjMsMzAuNjcsMTEuNTQsMzAuNSw4LjMyLDMxLjA4WiIvPjwvZz48L2c+PC9zdmc+);
}
.result .result__title .result__title__inner:before {
  left: 0;
}
.result .result__title .result__title__inner:after {
  right: 0;
  transform: scale(-1,1);
}
.result .result-columns {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.result .result-columns:before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 50%;
  border-left: 1px dotted #d9e4e7;
}
.result .result-columns .result-columns__column {
  width: calc(50% - 25px);
}
.result .result-columns .result-columns__column .result__q {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  letter-spacing: .2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1049px) {
  .result .result-columns .result-columns__column .result__q {
    margin-bottom: 35px;
  }
}
.result .result-columns .result-columns__column .result__q .em {
  font-size: 20px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
}
.result .result-columns .result-columns__column:nth-child(1) .result__q .em {
  color: #d6007f
}
.result .result-columns .result-columns__column:nth-child(2) .result__q .em {
  color: #008db8
}
.result .result-columns .result-columns__column .figure {
  margin-top: 30px;
  max-width: 350px;
  margin: auto;
}
.result .result-data {
  margin-top: 60px;
  text-align: center;
}
.result .result-data .result-data__medium {
  font-size: 18px;
  letter-spacing: .15em;
  font-family: 'FOT-筑紫A丸ゴシック Std D', TsukuARdGothicStd-D;
}
.result .result-data .result-data__medium:not(:first-child) {
  margin-top: 10px;
}
.result .result-data .result-data__main {
  font-size: 34px;
  letter-spacing: .15em;
  font-family: 'FOT-筑紫A丸ゴシック Std R', TsukuARdGothicStd-R;
}
.result .result-data .result-data__main .result-data__main__number {
  font-size: 55px;
  letter-spacing: .2em;
  color:  #d6007f;
  font-family: 'Quicksand-Bold', serif;
}

.result .result-data .result-data__main .result-data__main__line {
  font-size: 48px;
  letter-spacing: .17em;
  min-height: 55px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
.result .result-data .result-data__main .result-data__main__line:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 8px;
  width: calc(100% - 5px);
  min-width: 85px;
  height: 6px;
  background-size: contain;
  background-repeat: repeat-x;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NS44NSA0Ljc4Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2Q2MDA3Zjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODUuODIsMi43OGEzLjQzLDMuNDMsMCwwLDEtMi4zMy0uOTQsNy4yMiw3LjIyLDAsMCwwLTkuNjQsMCwzLjM5LDMuMzksMCwwLDEtNC42NiwwLDcuMjMsNy4yMywwLDAsMC05LjY0LDAsMy40MSwzLjQxLDAsMCwxLTQuNjcsMCw3LjIyLDcuMjIsMCwwLDAtOS42NCwwLDMuNDEsMy40MSwwLDAsMS00LjY3LDAsNy4yMSw3LjIxLDAsMCwwLTkuNjMsMCwzLjQxLDMuNDEsMCwwLDEtNC42NywwLDcuMjIsNy4yMiwwLDAsMC05LjY0LDAsMy4zOSwzLjM5LDAsMCwxLTQuNjYsMCw3LjIxLDcuMjEsMCwwLDAtOS42NSwwLDMuMjQsMy4yNCwwLDAsMS0yLjI2LjkySDB2MkguMDZBNS4xOCw1LjE4LDAsMCwwLDMuNjgsMy4zM2E1LjIyLDUuMjIsMCwwLDEsNi45NCwwLDUuMzgsNS4zOCwwLDAsMCw3LjM2LDAsNS4yMiw1LjIyLDAsMCwxLDYuOTQsMCw1LjM5LDUuMzksMCwwLDAsNy4zNywwLDUuMjEsNS4yMSwwLDAsMSw2LjkzLDAsNS4zOSw1LjM5LDAsMCwwLDcuMzcsMCw1LjIyLDUuMjIsMCwwLDEsNi45NCwwLDUuMzksNS4zOSwwLDAsMCw3LjM3LDAsNS4yLDUuMiwwLDAsMSw2LjkzLDAsNS40MSw1LjQxLDAsMCwwLDcuMzgsMCw1LjE5LDUuMTksMCwwLDEsNi45MiwwLDUuMiw1LjIsMCwwLDAsMy43MiwxLjQ4Ii8+PC9nPjwvZz48L3N2Zz4=);
}



.result .answer-data {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .result .answer-data {
    margin-top: 40px;
  }
}
.result .answer-data .answer-data__medium {
  font-size: 18px;
  letter-spacing: .15em;
  font-family: 'FOT-筑紫A丸ゴシック Std R', TsukuARdGothicStd-R;
}
@media screen and (max-width: 767px) {
  .result .answer-data .answer-data__medium {
    font-size: 14px;
  }
}
.result .answer-data .answer-data__medium:not(:first-child) {
  margin-top: 10px;
}
.result .answer-data .answer-data__main {
  font-size: 38px;
  letter-spacing: .15em;
  font-family: 'FOT-筑紫A丸ゴシック Std R', TsukuARdGothicStd-R;
}
@media screen and (max-width: 767px) {
  .result .answer-data .answer-data__main {
    font-size: 22px;
    letter-spacing: .12em;
  }
}
.answer-data__word {
  display: none;
}
@media screen and (max-width: 1049px) {
  .answer-data__word {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .answer-data__word {
    display: none;
  }
}
.result .answer-data .answer-data__main .answer-data__main__number {
  font-size: 45px;
  letter-spacing: .2em;
  font-family: 'Quicksand-Bold', serif;
}
@media screen and (max-width: 767px) {
  .result .answer-data .answer-data__main .answer-data__main__number {
    font-size: 30px;
  }
}
.result .answer-data .answer-data__main .answer-data__main__number.answer-data__main__number--right {
  color:  #e390a0;
}
.result .answer-data .answer-data__main .answer-data__main__number.answer-data__main__number--left {
  color:  #81d3e7;
}
.result .answer-data .answer-data__main .answer-data__main__number__sub {
  font-size: 25px;
  letter-spacing: 0em;
  font-family: 'FOT-筑紫A丸ゴシック Std R', TsukuARdGothicStd-R;
}
@media screen and (max-width: 767px) {
  .result .answer-data .answer-data__main .answer-data__main__number__sub {
    font-size: 13px;
  }
}
.result .answer-data .answer-data__main .answer-data__main__number__sub.answer-data__main__number__sub--right {
  color:  #e390a0;
}
.result .answer-data .answer-data__main .answer-data__main__number__sub.answer-data__main__number__sub--left {
  color:  #81d3e7;
}


@media screen and (max-width: 1049px) {
  .voice-columns.voice-columns--first .voice-columns__column {
    max-width: 520px;
  }
  .voice-columns.voice-columns--second .figure {
    margin: 0 40px;
  }
  .result .result-columns {
    display: block;
    margin-top: 50px;
  }
  .result .result-columns:before {
    display: none;
  }
  .result .result-columns .result-columns__column {
    width: 100%;
  }
  .result .result-columns .result-columns__column:not(:first-child) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px dotted #d9e4e7;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .voice {
    padding: 60px 0;
  }
  .voice-columns-wrap .voice-columns {
    display: block;
  }
  .voice-columns .voice-columns__column {
    margin-top: 20px;
  }
  .voice-columns.voice-columns--first .voice-columns__column {
    max-width: inherit;
  }
  .voice-columns.voice-columns--second,
  .voice-columns.voice-columns--third {
    margin-top: 0;
  }
  .voice-columns.voice-columns--second .voice-columns__column {
    width: 100%;
  }
  .voice-columns.voice-columns--third .voice-columns__column {
    width: 100%;
    max-width: inherit;
  }
  .voice-columns.voice-columns--third .voice-columns__column {
    width: 100%;
    max-width: inherit;
  }
  .voice-columns.voice-columns--third .voice-columns__column:first-child {
    margin-right: 0;
  }
  .voice-columns-wrap .voice-columns__column .voice-columns__column__text {
    padding: 20px;
    font-size: 13px;
  }
  .voice-columns-wrap .voice-columns__column .voice-columns__column__text:before,
  .voice-columns-wrap .voice-columns__column .voice-columns__column__text:after {
    display: none;
  }
  .voice-columns-wrap .voice-columns__column .voice-columns__column__text .em {
    font-size: 15px;
  }
  .voice-columns.voice-columns--second .figure--pctb {
    display: none;
  }
  .voice .figure--sp {
    margin-top: 20px;
    display: block;
  }
  .voice .figure--sp img {
    max-width: 90px;
  }
  .result {
    margin-top: 40px;
    padding: 60px 20px;
  }
  .result .result__title .result__title__inner {
    padding: 0 25px;
    font-size: 22px;
    letter-spacing: .2em;
  }
  .result .result__title .result__title__inner:before, .result .result__title .result__title__inner:after {
    top: calc(50% - 12px);
    width: 14px;
    height: 24px;
  }
  .result .result-columns {
    margin-top: 40px;
  }
  .result .result-columns .result-columns__column .result__q {
    font-size: 13px;
  }
  .result .result-columns .result-columns__column .result__q .em {
    font-size: 16px;
  }
  .result .result-columns .result-columns__column .figure {
    margin-top: 15px;
  }
  .result .result-columns .result-columns__column:not(:first-child) {
    margin-top: 25px;
    padding-top: 25px;
  }
  .result .result-data {
    margin-top: 30px;
  }
  .result .result-data .result-data__medium {
    font-size: 14px;
  }
  .result .result-data .result-data__main {
    font-size: 24px;
  }
  .result .result-data .result-data__main .result-data__main__number {
    font-size: 40px;
  }
  .result .result-data .result-data__main .result-data__main__line {
    font-size: 35px;
  }
}
/* ==========================================================================

    slick

========================================================================== */

/* サイト全体で共通の設定 */
/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slide:focus {
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/* Slider */
.slick-loading .slick-list {
}

/* Arrows */
.slick-prev,
.slick-next {
  background-color: #ffffff;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  display: block;
  height: 35px;
  width: 35px;;
  padding: 0;
  transform: none;
  cursor: pointer;
  color: ;
  border: 0;
  outline: 0;
  z-index: 10;
  top: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 28px;
    height: 28px;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev {
  z-index: 2;
  overflow: hidden;
  left: 20px;
}
@media screen and (max-width: 1049px) {
  .slick-prev {
  }
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 20px;
    top: 50%;
  }
}

.slick-next {
  right: 20px;
  top: calc(50% - 20px);
  overflow: hidden;
}
@media screen and (max-width: 1049px) {
  .slick-next {
  }
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: 20px;
    top: 50%;
  }
}

/* Dots */

.slick-dots {
  display: block;
  list-style: none;
  padding: 0;
  text-align: right;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 30px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  background-color: #f7fafb;
  display: block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: 0;
  transition: .5s;
}

.slick-dots li button:hover, .slick-dots li button:focus,
.slick-dots li.slick-active button {
  background-color: #008db8;
  transition: .5s;
}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
	background: linear-gradient(-70deg,rgba(166,118,147,.7) 25%,rgba(43,43,43,.3),rgba(110,155,169,.7) 75%)!important;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 80px;
}
@media screen and (max-width: 1049px) {
	.modaal-inner-wrapper {
		padding: 80px 50px;
	}
}
@media screen and (max-width: 767px) {
	.modaal-inner-wrapper {
		padding: 0 20px;
	}
}
.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	max-width: 1300px;
	border-radius: 0px;
	cursor: auto;
}
.modaal-container video {
	width: 100%;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: fixed;
	right: 0;
	top: 0;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #403434;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 24px;
	width: 2px;
	height: 23px;
	background: #ffffff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}


.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev-outer {
	left: 45px;
}

.modaal-video-wrap {
	position: relative;
	max-width: 1300px;
  margin: auto;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin-left: auto;
	margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(0.25);
	-ms-transform: scale(0.25);
	transform: scale(0.25);
}

.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .12s;
	animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .37s;
	animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .62s;
	animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .87s;
	animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {

.modaal-video-container {
	padding-bottom: 0;
	height: 731px;
}

}

@media only screen and (max-width: 1140px) {

.modaal-image .modaal-inner-wrapper {
	padding-left: 25px;
	padding-right: 25px;
}

.modaal-gallery-control {
	top: auto;
	bottom: 20px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: rgba(0, 0, 0, 0.7);
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	background: #fff;
}

.modaal-gallery-next {
	left: auto;
	right: 20px;
}

.modaal-gallery-prev {
	left: 20px;
	right: auto;
}

}

@media screen and (max-width: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

}

@media only screen and (max-width: 600px) {

.modaal-instagram iframe {
	width: 280px !important;
}

}

@media screen and (max-height: 1100px) {

.modaal-instagram iframe {
	width: 700px !important;
}

}

@media screen and (max-height: 1000px) {

.modaal-instagram iframe {
	width: 600px !important;
}

}

@media screen and (max-height: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

.modaal-video-container {
	max-width: 900px;
	max-height: 510px;
}

}

@media only screen and (max-height: 820px) {

.modaal-gallery-label {
	display: none;
}

}

@keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

}
/* ==========================================================================

    worries

========================================================================== */

/*
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/











/* セレクション */



/* フォント
--------------------------------------*/
/* 基本のフォント */








/* 英字のフォント */






/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.worries {
  margin-top: 130px;
  background-color: #f7fafb;
  padding-top: 80px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width:767px) {
  .worries {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.worries__container {
  margin: 0 auto;
  max-width: 1120px;
	padding-left: 100px;
	padding-right: 100px;
}

@media screen and (max-width:1049px) {
  .worries__container {
		padding-left: 90px;
		padding-right: 90px;
	}
}
@media screen and (max-width:767px) {
  .worries__container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.worries__columns {
  margin-left: -30px;
  margin-right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  flex-wrap: wrap;
}
.worries__columns-wrapper {
  margin: auto;
  max-width: 1165px;
}
@media screen and (max-width: 1049px) and (min-width: 768px) {
  .worries__columns-wrapper {
    max-width: 580px;
  }
  .worries__columns {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .worries__columns-wrapper {
    display: none;
  }

  .worries__columns {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
    margin-bottom: 40px;
    justify-content: start;
  }
}

@media screen and (max-width: 767px) {
  .worries__columns--pc {
    display: none;
  }
}

.worries__columns__column {
  box-sizing: border-box;
  position: relative;
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.worries__columns--pc .worries__columns__column:before {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: #ffffff;
  border-radius: 100%;
}
.worries__columns--pc .worries__columns__column__inner {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1050px) {
  .worries__columns__column.bl-hover .button--text a:before,
  .worries__columns__column.bl-hover .button--text a:after {
    width: 40px;
  }
  .worries__columns__column.bl-hover .button--text a:after {
    left: calc(50% - 40px);
  }
  .worries__columns__column.bl-hover .worries__columns__column__illust {
    transform: scale(1.15);
  }
}


@media screen and (min-width: 1050px) {
  .worries__columns__column:nth-child(n+5) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1049px) {
  .worries__columns__column {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(50% - 60px);
  }
  .worries__columns__column:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .worries__columns__column {
    background-color: #ffffff;
    border-radius: 10px;
    display: block;
    height: auto;
    padding: 30px 10px 15px 10px;
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .worries__columns__column:nth-child(n+3) {
    margin-top: 10px;
  }
}

.worries__columns__column__illust {
  text-align: center;
  transition: .5s;
}
@media screen and (min-width: 1050px) {
  .worries__columns__column__illust img {
    height: 122px;
  }
}
@media screen and (max-width: 1049px) {
  .worries__columns__column__illust img {
    height: 118px;
  }
}
@media screen and (max-width: 1350px) and (min-width: 1050px) {
  .worries__columns__column__illust {
    margin: 0 auto;
    width: 40%;
  }
  .worries__columns__column__illust img {
    height: 90px;
  }

  .worries__columns__column .button--text:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .worries__columns__column__illust {
    padding: 0 20px;
  }
}

.worries__columns__column__text {
  font-size: 20px;
  letter-spacing: .3em;
  line-height: 1.7;
  text-align: center;
  transform: scaleX(.8);
  transform-origin: center;
}
@media screen and (max-width: 1350px) and (min-width: 1050px) {
  .worries__columns__column__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .worries__columns__column__text {
    font-size: 16px;
    margin-bottom: 18px;
    margin-top: 10px;
  }
}

.worries__morebutton {
  bottom: -45px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .worries__morebutton {
    display: none;
  }
}

.worries__morebutton__text {
  display: block;
  font-size: 20px;
  letter-spacing: .3em;
  transform: scaleX(.8);
  transform-origin: center;
  width: 100%;
}

.worries__morebutton__button {
  background: #f7fafb;
  border-radius: 100%;
  display: block;
  height: 90px;
  margin: 0 auto;
  position: relative;
  width: 90px;
}

.worries__morebutton__button:before,
.worries__morebutton__button:after {
  content: "";
  height: 3px;
  left: calc(50% - 12.5px);
  position: absolute;
  top: calc(50% - 1.5px);
  width: 25px;
}

.worries__morebutton__button:before {
  background-color: #d6007f;
}

.worries__morebutton__button:after {
  background-color: #008db8;
  transform: rotate(90deg);
}

.worries__list {
  display: none;
}
@media screen and (max-width: 767px) {
  .worries__list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .worries__list__item {
    position: relative;
  }

  .worries__list__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .worries__list__text {
    padding: 10px 0 10px 70px;
    position: relative;
  }

  .worries__list__text__inner {
    display: block;
    font-size: 18px;
    letter-spacing: .3em;
    line-height: 1.8;
    transform: scaleX(.8);
    transform-origin: left;
  }

  .worries__list__text:before {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #d9e4e7;
    border-radius: 15px 15px 0 5px;
    border-bottom: none;
    content: "";
    height: 47px;
    left: 0;
    position: absolute;
    top: 0;
    width: 54px;
  }

  .worries__list__text:after {
    border-left: 1px solid #d9e4e7;
    border-bottom: 1px solid #d9e4e7;
    border-radius: 0px 0px 0px 10px;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .worries__list__item--skin .worries__list__text:before {
    background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/modules/illust/illust_worries01.svg);
    background-size: 40px;
  }

  .worries__list__item--mouse .worries__list__text:before {
    background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/modules/illust/illust_worries03.svg);
    background-size: 40px;
  }

  .worries__list__item--inside .worries__list__text:before {
    background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/modules/illust/illust_worries04.svg);
    background-size: 34px;
  }

  .worries__list__item--fatigue .worries__list__text:before {
    background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/modules/illust/illust_worries05.svg);
    background-size: 32px;
  }

  .worries__list__item--other .worries__list__text:before {
    background-image: url(https://7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/images/modules/illust/illust_worries08.svg);
    background-size: 37px;
  }

  .worries__list__button {
    background-color: #d9e4e7;
    border-radius: 5px;
    height: 29px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 29px;
  }

  .worries__list__button:before,
  .worries__list__button:after {
    content: "";
    height: 1px;
    left: calc(50% - 4.5px);
    position: absolute;
    top: calc(50% - .5px);
    width: 9px;
  }

  .worries__list__button:before {
    background-color: #d6007f;
  }

  .worries__list__button:after {
    background-color: #008db8;
    transform: rotate(90deg);
    transition: .5s;
  }

  .worries__list__button.is-active:after {
    background-color: transparent;
    transform: rotate(0);
  }
}

/* サイト全体で共通のモジュール(new) */
/*lib*/
body {
  line-height: 1;
  overflow: unset;
}

body::after {
  content: none;
}
main.body-container-wrapper {
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}
html {
  color: #000;
}
.l-wrap .is-pc {
  display: block;
}

@media print, screen and (max-width: 1049px) {
  .l-wrap .is-pc {
    display: none;
  }
}

.l-wrap .is-pctbl {
  display: block;
}

@media print, screen and (max-width: 767px) {
  .l-wrap .is-pctbl {
    display: none;
  }
}

.l-wrap .is-pcsp {
  display: block;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-wrap .is-pcsp {
    display: none;
  }
}

.l-wrap .is-tbl {
  display: none;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-wrap .is-tbl {
    display: block;
  }
}

.l-wrap .is-tblsp {
  display: none;
}

@media print, screen and (max-width: 1049px) {
  .l-wrap .is-tblsp {
    display: block;
  }
}

.l-wrap .is-sp {
  display: none;
}

@media print, screen and (max-width: 767px) {
  .l-wrap .is-sp {
    display: block;
  }
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  background: linear-gradient(-70deg, rgba(166, 118, 147, 0.7) 25%, rgba(43, 43, 43, 0.3), rgba(110, 155, 169, 0.7) 75%) !important;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-wrapper .modaal-content-container {
  position: relative;
  padding-top: 56.25%;
}

.modaal-wrapper .modaal-content-container iframe,
.modaal-wrapper .modaal-content-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 80px;
}

@media screen and (max-width: 1049px) {
  .modaal-inner-wrapper {
    padding: 80px 50px;
  }
}

@media screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding: 0 20px;
  }
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  max-width: 1300px;
  border-radius: 0px;
  cursor: auto;
}

.modaal-container video {
  width: 100%;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 0;
  top: 0;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #403434;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 24px;
  width: 2px;
  height: 23px;
  background: #ffffff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  position: relative;
  max-width: 1300px;
  margin: auto;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

body {
  position: relative;
}

.l-wrap.is-BGgreen {
  background-color: #009B94;
}

.l-contents {
  padding-top: 0;
}

.l-section {
  max-width: 100%;
  position: relative;
}

@media print, screen and (min-width: 1050px) {
  .l-section {
    padding: 7.5rem 0 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-section {
    padding: 5rem 0 0;
  }
}

@media print, screen and (max-width: 767px) {
  .l-section {
    padding: 4.5rem 0 0;
  }
}

.l-section.is-bg__gray {
  background-color: #F2F7F8;
}

@media print, screen and (min-width: 1050px) {
  .l-section.is-arch_bottom-section {
    padding: 7.5rem 0 7.5rem;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-section.is-arch_bottom-section {
    padding: 5rem 0 5rem;
  }
}

@media print, screen and (max-width: 767px) {
  .l-section.is-arch_bottom-section {
    padding: 4.5rem 0 4.5rem;
  }
}


.l-section.is-arch_bottom-section::before, .l-section.is-arch_bottom-section::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  top: 0;
}

.l-section.is-arch_bottom-section::before {
  left: 0;
  background-color: #B5007C;
}

.l-section.is-arch_bottom-section::after {
  right: 0;
  background-color: #008AB4;
}

.l-width_100vw {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.l-section-grade {
  background-image: -webkit-gradient(linear, right in oklab, color-stop(30%, oklch(95.4% 0.0325 336.68204)), color-stop(70%, oklch(95.83% 0.02794 222.27556)));
  background-image: linear-gradient(90deg in oklab, oklch(95.4% 0.0325 336.68204) 30% 0%, oklch(95.83% 0.02794 222.27556) 70% 100%);
  max-width: 100%;
  position: relative;
}

@media print, screen and (min-width: 1050px) {
  .l-section-grade {
    padding: 70px 0 70px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-section-grade {
    padding: 50px 0 50px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-section-grade {
    padding: 30px 0 30px;
  }
}

.l-faq-section-grade {
  background-image: -webkit-gradient(linear, right in oklab, color-stop(30%, oklch(95.4% 0.0325 336.68204)), color-stop(70%, oklch(95.83% 0.02794 222.27556)));
  background-image: linear-gradient(90deg in oklab, oklch(95.4% 0.0325 336.68204) 30% 0%, oklch(95.83% 0.02794 222.27556) 70% 100%);
  max-width: 100%;
  position: relative;
}

@media print, screen and (min-width: 1050px) {
  .l-faq-section-grade {
    padding: 70px 0 70px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-faq-section-grade {
    padding: 50px 0 50px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-faq-section-grade {
    padding: 30px 0 30px;
  }
}

.l-section-article-grade {
  background-image: -webkit-gradient(linear, right in oklab, color-stop(30%, oklch(95.4% 0.0325 336.68204)), color-stop(70%, oklch(95.83% 0.02794 222.27556)));
  background-image: linear-gradient(90deg in oklab, oklch(95.4% 0.0325 336.68204) 30% 0%, oklch(95.83% 0.02794 222.27556) 70% 100%);
  max-width: 100%;
  position: relative;
}

@media print, screen and (min-width: 1050px) {
  .l-section-article-grade {
    padding: 20px 0 100px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-section-article-grade {
    padding: 20px 0 70px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-section-article-grade {
    padding: 20px 0 50px;
  }
}

.l-buy-section-grade {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-image: -webkit-gradient(linear, right in oklab, color-stop(30%, oklch(95.4% 0.0325 336.68204)), color-stop(70%, oklch(95.83% 0.02794 222.27556)));
  background-image: linear-gradient(90deg in oklab, oklch(95.4% 0.0325 336.68204) 30% 0%, oklch(95.83% 0.02794 222.27556) 70% 100%);
  position: relative;
}

@media print, screen and (min-width: 1050px) {
  .l-buy-section-grade {
    padding: 70px 0 70px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-buy-section-grade {
    padding: 50px 0 50px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-buy-section-grade {
    padding: 30px 0 30px;
  }
}

.l-buy-section-grade.division-top-buy {
  margin-top: 80px;
}

@media print, screen and (max-width: 767px) {
  .l-buy-section-grade.division-top-buy {
    margin-top: 50px;
  }
}

.l-buy-section-grade.division-bottom-buy {
  margin-bottom: 80px;
}

@media print, screen and (max-width: 767px) {
  .l-buy-section-grade.division-bottom-buy {
    margin-bottom: 50px;
  }
}

.l-section-article {
  background-color: #fff;
  max-width: 100%;
  position: relative;
}

@media print, screen and (min-width: 1050px) {
  .l-section-article {
    padding: 90px 0 20px;
    margin-bottom: calc(7vw + 2px);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-section-article {
    padding: 70px 0 100px;
    margin-bottom: calc(7vw + 2px);
  }
}

@media print, screen and (max-width: 767px) {
  .l-section-article {
    padding: 60px 0 80px;
    margin-bottom: calc(7vw + 2px);
  }
}

.l-section-article::after {
  content: "";
  position: absolute;
  bottom: -6.5vw;
  left: 0;
  height: clamp(4.6rem, 11.5vw, 7.4rem);
  width: 100vw;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/bg_circle_bottom.svg) no-repeat;
  background-size: cover;
  height: 7vw;
  background-position: 0 3px;
  background-size: cover;
}

@media print, screen and (max-width: 767px) {
  .l-section-article::after {
    background-position: 0;
  }
}

.l-section-article-cta {
  max-width: 100%;
  position: relative;
}

@media print, screen and (min-width: 1050px) {
  .l-section-article-cta {
    padding: 70px 0 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-section-article-cta {
    padding: 70px 0 0;
  }
}

@media print, screen and (max-width: 767px) {
  .l-section-article-cta {
    padding: 50px 0 0;
  }
}

.l-inner, .container {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-inner, .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-inner, .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.dnd-section > .row-fluid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  min-width: 320px;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 1049px) {
  .dnd-section > .row-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-inner-min-s {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

@media print, screen and (max-width: 767px) {
  .l-inner-min-s {
    padding-left: 4vw;
    padding-right: 4vw;
    overflow: hidden;
  }
}

.l-inner-min {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-inner-min {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-inner-min {
    padding-left: 4vw;
    padding-right: 4vw;
    overflow: hidden;
  }
}

.l-innerL {
  width: 100%;
  max-width: 1295px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-innerL {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-innerL {
    padding-left: 4vw;
    padding-right: 4vw;
    overflow: hidden;
  }
}

.l-innerR {
  width: 100%;
  max-width: 1295px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-innerR {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-innerR {
    padding-left: 4vw;
    padding-right: 4vw;
    overflow: hidden;
  }
}

.l-inner-page-min {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-inner-page-min {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-inner-page-min {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}

.l-page-kv {
  position: relative;
  height: 360px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (max-width: 767px) {
  .l-page-kv {
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-page-kv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: clamp(4.6rem, 11.5vw, 7.4rem);
  width: 100vw;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/top/mv/bg_white_arch01.svg) no-repeat;
  background-size: cover;
  height: 7.2vw;
  background-position: 0 3px;
  background-size: cover;
}

.l-page-kv__inner {
  height: 80%;
}

.l-page-kv--wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-page-kv--wrap > picture > img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100%;
  object-position: 100%;
}

@media print, screen and (max-width: 767px) {
  .l-page-kv--wrap > picture > img {
    height: 240px;
  }
}

.l-page-kv--block {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-page-kv--block {
    grid-template-columns: 1fr 1fr;
  }
}

@media print, screen and (max-width: 1049px) {
  .l-page-kv--block {
    grid-template-columns: auto auto;
  }
}

@media print, screen and (max-width: 767px) {
  .l-page-kv--block {
    gap: 20px;
  }
}

.l-kv {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(52%, #F7FAFB), to(#F2F7F8BF));
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7FAFB 52%, #F2F7F8BF 100%);
  position: relative;
  height: 360px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-kv {
    height: 300px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-kv {
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-kv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: clamp(4.6rem, 11.5vw, 7.4rem);
  width: 100vw;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/top/mv/bg_white_arch01.svg) no-repeat;
  background-size: cover;
  height: 7.2vw;
  background-position: 0 3px;
  background-size: cover;
}

.l-kv--block {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 1050px) {
  .l-kv--block {
    height: 235px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-kv--block {
    grid-template-columns: 1fr 1fr;
    height: 200px;
  }
}

@media print, screen and (max-width: 1049px) {
  .l-kv--block {
    grid-template-columns: auto auto;
  }
}

@media print, screen and (max-width: 767px) {
  .l-kv--block {
    gap: 20px;
  }
}

.l-kv--en {
  color: #00789D;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  letter-spacing: 0.05rem;
}

@media print, screen and (max-width: 767px) {
  .l-kv--en {
    font-size: 16px;
  }
}

.l-kv__img {
  max-width: 500px;
  margin-left: auto;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-kv__img {
    max-width: 300px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-kv__img {
    max-width: 150px;
  }
}

.text-center {
  text-align: center;
}

.is-bg_arch_white {
  position: relative;
  z-index: 1;
}

.is-bg_arch_white::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  height: clamp(4.6rem, 11.5vw, 7.4rem);
  width: calc(100vw + 4px);
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/top/mv/bg_white_arch01.svg) no-repeat;
  background-size: cover;
  height: 7.2vw;
  background-position: 0 3px;
  background-size: cover;
}

@media print, screen and (max-width: 767px) {
  .is-bg_arch_white::after {
    background-position: 0;
  }
}

.is-bg_arch_white_up {
  position: relative;
  z-index: 1;
}

.is-bg_arch_white_up::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/top/mv/bg_white_arch01_up.svg) no-repeat;
  background-size: 100%;
  height: 70%;
  background-position: top;
  max-height: 15rem;
  z-index: -1;
}

@-webkit-keyframes fadein {
  0% {
    height: 0;
    overflow: hidden;
  }
  100% {
    height: 100%;
    overflow: initial;
  }
}

@keyframes fadein {
  0% {
    height: 0;
    overflow: hidden;
  }
  100% {
    height: 100%;
    overflow: initial;
  }
}

.l-bg_arch {
  position: absolute;
  top: 0;
  left: 0;
}

.l-bg_arch::before {
  content: "";
  background-color: #fff;
  width: 100%;
  display: block;
  height: 0px;
}

@media print, screen and (max-width: 767px) {
  .l-bg_arch::before {
    height: 3rem;
  }
}

.l-bg_arch > img {
  width: 100vw;
}

.l-bg_arch_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-bg_arch_bottom::before {
  content: "";
  background-color: #fff;
  width: 100%;
  display: block;
  height: 0px;
}

.l-bg_arch_bottom > img {
  width: 100vw;
}

.l-wax_inner {
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-block: 30px;
  /*&.is-show {
		animation: fadein 0.3s 0s ease-in-out forwards;
	}*/
}

@media print, screen and (max-width: 767px) {
  .l-wax_inner {
    padding-block: 10px;
  }
}

.l-wax_inner.is-grade_inner {
  padding-block: 0;
}

.c-title-02 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-top: 40px;
  line-height: 1.5;
}

.c-title-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_heading_dot_01.svg) no-repeat;
  background-size: 100%;
  height: 18px;
  width: 20px;
  background-position: top;
}

@media print, screen and (max-width: 767px) {
  .c-title-02 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.c-title-03 {
  border-bottom: 1px solid #AABEC4;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.4px;
  margin-top: 80px;
  margin-bottom: 40px;
  padding-bottom: 16px;
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .c-title-03 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.c-sub-title_01 {
  color: #58595E;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_heading_dot_02.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: left 3px center;
  /*&::before {
    content: "";
    position: absolute;
    background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_heading_dot_02.svg) no-repeat;
    background-size: 100%;
    height: 13px;
    width: 12px;
    top: 0;
    left: 0;
    background-position: left;
  }*/
}

.c-tag_list_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.c-tag_list_01__item {
  background-color: #F0F4F5;
  border-radius: 20px;
  border: 1px solid #AABEC4;
  padding: 5px 20px;
  font-size: 12px;
  color: #58595E;
}

.is-grade {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
  background-image: -webkit-gradient(linear, right in oklab, color-stop(30%, oklch(95.4% 0.0325 336.68204)), color-stop(70%, oklch(95.83% 0.02794 222.27556)));
  background-image: linear-gradient(90deg in oklab, oklch(95.4% 0.0325 336.68204) 30% 0%, oklch(95.83% 0.02794 222.27556) 70% 100%);
}

@media print, screen and (max-width: 767px) {
  .is-grade {
    padding-bottom: 50px;
  }
}

.c-slider-01 {
  padding-bottom: 50px;
}

@media print, screen and (max-width: 767px) {
  .c-slider-01 {
    padding-bottom: 4rem;
  }
}

.c-slider-01-slide__item:not(:first-child) {
  display: none;
}

.slick-initialized .c-slider-01-slide__item {
  display: block;
}

/*.c-slider-01-slide.slick-initialized{
  display: block; //slick-initializedが付与されたら表示
}*/
.c-slider-01-slide {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.c-slider-01-slide.slick-initialized {
  opacity: 1;
}

/*
.c-slider-01-slide {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 0;
  grid-auto-flow: row;
  @include pctbl {
    grid-template-areas:
    "slick-list slick-list slick-list slick-list"
      "c-arrow-prev slick-dots . c-arrow-next"
      ". slick-autoplay-toggle-button . .";
    }
  @include sp {
    grid-template-areas:
    "slick-list slick-list slick-list"
    "c-arrow-prev slick-dots c-arrow-next";
  }
}*/
.js_slick_pause {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #AABEC4;
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  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;
  font-size: 1.5rem;
  color: #00789D;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .js_slick_pause {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
}

@media print, screen and (max-width: 767px) {
  .js_slick_pause {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 1050px) {
  .js_slick_pause:hover {
    color: #B5007C;
  }
}

.js_slick_pause > span::before,
.js_slick_pause > span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 0.13em;
  height: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: currentColor;
  content: "";
}

.js_slick_pause > span::before {
  left: 40%;
}

.js_slick_pause > span::after {
  left: 60%;
}

.js_slick_pause.paused {
  border: 1px solid #B5007C;
  background-color: #B5007C;
  color: #fff;
}

.js_slick_pause.paused > span {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.5em solid currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0.4em;
}

.js_slick_pause.paused > span::before, .js_slick_pause.paused > span::after {
  content: none;
}

@media print, screen and (min-width: 1050px) {
  .c-slider-01-slide__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-slider-01-slide__link:hover {
    opacity: 0.7;
  }
}

.c-slider-01-slide__item {
  max-width: 1050px;
}

.c-slider-02 .slide__item:not(:first-child), .c-slider-03 .slide__item:not(:first-child), .c-slider-04 .slide__item:not(:first-child), .c-slider-09 .slide__item:not(:first-child) {
  display: none;
}

.slick-initialized .c-slider-02 .slide__item, .slick-initialized .c-slider-03 .slide__item, .slick-initialized .c-slider-04 .slide__item, .slick-initialized .c-slider-09 .slide__item {
  display: block;
}

.c-slider-02 .slide__item, .c-slider-03 .slide__item, .c-slider-04 .slide__item, .c-slider-09 .slide__item {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.c-slider-02.slick-initialized .slide__item, .c-slider-03.slick-initialized .slide__item, .c-slider-04.slick-initialized .slide__item, .c-slider-09.slick-initialized .slide__item {
  opacity: 1;
}

.c-slider-02 .slide__item__image, .c-slider-03 .slide__item__image, .c-slider-04 .slide__item__image, .c-slider-09 .slide__item__image {
  /*padding-top: 70%;
    padding-top: 52.4%;
    position: relative;
    overflow: hidden;*/
  width: 330px;
}

.c-slider-02 .slide__item__image > img, .c-slider-03 .slide__item__image > img, .c-slider-04 .slide__item__image > img, .c-slider-09 .slide__item__image > img {
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
}

@media print, screen and (max-width: 767px) {
  .c-slider-02 .slide__item__image, .c-slider-03 .slide__item__image, .c-slider-04 .slide__item__image, .c-slider-09 .slide__item__image {
    margin: auto;
  }
}

.c-slider-02 .slide__item__image.is-onayami, .c-slider-03 .slide__item__image.is-onayami, .c-slider-04 .slide__item__image.is-onayami, .c-slider-09 .slide__item__image.is-onayami {
  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;
}

.c-slider-02 .slide__item__image.is-onayami > img, .c-slider-03 .slide__item__image.is-onayami > img, .c-slider-04 .slide__item__image.is-onayami > img, .c-slider-09 .slide__item__image.is-onayami > img {
  height: 140px;
  padding: 20px;
}

@media print, screen and (max-width: 767px) {
  .c-slider-02 .slide__item__image.is-onayami > img, .c-slider-03 .slide__item__image.is-onayami > img, .c-slider-04 .slide__item__image.is-onayami > img, .c-slider-09 .slide__item__image.is-onayami > img {
    height: 120px;
    padding: 10px;
  }
}

.c-slider-02--bottom, .c-slider-03--bottom, .c-slider-04--bottom, .c-slider-09--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 3px;
}

.c-slider-02--bottom__button, .c-slider-03--bottom__button, .c-slider-04--bottom__button, .c-slider-09--bottom__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transform: .35s;
  transform: .35s;
  font-size: 18px;
}

.c-slider-02--bottom__button:hover, .c-slider-03--bottom__button:hover, .c-slider-04--bottom__button:hover, .c-slider-09--bottom__button:hover {
  color: #B5007C;
}

.c-slider-02--bottom__button:hover .c-icon_arrow > span, .c-slider-03--bottom__button:hover .c-icon_arrow > span, .c-slider-04--bottom__button:hover .c-icon_arrow > span, .c-slider-09--bottom__button:hover .c-icon_arrow > span {
  background: #B5007C;
}

.c-slider-02--main__button, .c-slider-03--main__button, .c-slider-04--main__button, .c-slider-09--main__button {
  margin-block: 60px;
  margin-bottom: 30px;
  width: 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;
}

@media print, screen and (max-width: 767px) {
  .c-slider-02--main__button, .c-slider-03--main__button, .c-slider-04--main__button, .c-slider-09--main__button {
    margin-block: 20px;
  }
}

.c-slider-02--main__button__button, .c-slider-03--main__button__button, .c-slider-04--main__button__button, .c-slider-09--main__button__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transform: .35s;
  transform: .35s;
  font-size: 18px;
}

.c-slider-02--main__button__button:hover, .c-slider-03--main__button__button:hover, .c-slider-04--main__button__button:hover, .c-slider-09--main__button__button:hover {
  color: #B5007C;
}

.c-slider-02--main__button__button:hover .c-icon_arrow > span, .c-slider-03--main__button__button:hover .c-icon_arrow > span, .c-slider-04--main__button__button:hover .c-icon_arrow > span, .c-slider-09--main__button__button:hover .c-icon_arrow > span {
  background: #B5007C;
}

@media print, screen and (min-width: 1050px) {
  .c-slider-02--link:hover .slide__item__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .c-slider-02--link:hover .c-slider-02--bottom__label {
    -webkit-transform: 0.35s;
    transform: 0.35s;
    color: #B5007C;
  }
  .c-slider-02--link:hover .c-icon_arrow > span {
    background: #B5007C;
  }
}

.c-slider-02--bottom__button {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 330px;
  line-height: 1.3;
}

.c-slider-03 .slide__item__image, .c-slider-04 .slide__item__image, .c-slider-09 .slide__item__image {
  max-width: 240px;
}

@media print, screen and (max-width: 767px) {
  .c-slider-03 .slide__item__image, .c-slider-04 .slide__item__image, .c-slider-09 .slide__item__image {
    margin: auto;
    max-width: 100%;
  }
}

@media print, screen and (min-width: 1050px) {
  .c-slider-03--link, .c-slider-04--link, .c-slider-09--link {
    -webkit-transform: 0.35s;
    transform: 0.35s;
  }
  .c-slider-03--link:hover .slide__item__image img, .c-slider-04--link:hover .slide__item__image img, .c-slider-09--link:hover .slide__item__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .c-slider-03--link:hover .c-slider-03--bottom__label,
  .c-slider-03--link:hover .c-slider-04--bottom__label,
  .c-slider-03--link:hover .c-slider-09--bottom__label, .c-slider-04--link:hover .c-slider-03--bottom__label,
  .c-slider-04--link:hover .c-slider-04--bottom__label,
  .c-slider-04--link:hover .c-slider-09--bottom__label, .c-slider-09--link:hover .c-slider-03--bottom__label,
  .c-slider-09--link:hover .c-slider-04--bottom__label,
  .c-slider-09--link:hover .c-slider-09--bottom__label {
    color: #B5007C;
  }
  .c-slider-03--link:hover .c-icon_arrow > span, .c-slider-04--link:hover .c-icon_arrow > span, .c-slider-09--link:hover .c-icon_arrow > span {
    background: initial;
  }
  .c-slider-03--link:hover .c-icon_arrow > span::after, .c-slider-04--link:hover .c-icon_arrow > span::after, .c-slider-09--link:hover .c-icon_arrow > span::after {
    border-top: 1px solid #B5007C;
    border-right: 1px solid #B5007C;
  }
}

.c-slider-03--bottom, .c-slider-04--bottom, .c-slider-09--bottom {
  max-width: 240px;
}

@media print, screen and (max-width: 767px) {
  .c-slider-03--bottom, .c-slider-04--bottom, .c-slider-09--bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-slider-03--bottom__button, .c-slider-04--bottom__button, .c-slider-09--bottom__button {
  font-size: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media print, screen and (max-width: 767px) {
  .c-slider-03--bottom__button, .c-slider-04--bottom__button, .c-slider-09--bottom__button {
    font-size: 14px;
  }
}

.c-slider-03--bottom__button:hover .c-icon_arrow > span, .c-slider-04--bottom__button:hover .c-icon_arrow > span, .c-slider-09--bottom__button:hover .c-icon_arrow > span {
  background: initial;
}

.c-slider-03--bottom__button:hover .c-icon_arrow > span::after, .c-slider-04--bottom__button:hover .c-icon_arrow > span::after, .c-slider-09--bottom__button:hover .c-icon_arrow > span::after {
  border-top: 1px solid #B5007C;
  border-right: 1px solid #B5007C;
}

.c-slider-03--bottom__label, .c-slider-04--bottom__label, .c-slider-09--bottom__label {
  line-height: 1.5;
  padding-right: 24px;
}

@media print, screen and (min-width: 768px) {
  .c-slider-03--list, .c-slider-04--list, .c-slider-09--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-slider-03--list .slide__item, .c-slider-04--list .slide__item, .c-slider-09--list .slide__item {
    max-width: 240px;
    opacity: 1;
    display: block;
  }
  .c-slider-03--list .slide__item:not(:first-child), .c-slider-04--list .slide__item:not(:first-child), .c-slider-09--list .slide__item:not(:first-child) {
    display: block;
  }
}

.m-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .m-tab {
    width: 90%;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    gap: 1.875rem;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 4vw;
    gap: 1rem;
  }
}

.m-tab:not(:first-child) {
  margin-top: 6rem;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .m-tab:not(:first-child) {
    margin-top: 4.75rem;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab:not(:first-child) {
    margin-top: 3rem;
  }
}

.m-tab__item {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-weight: 500;
  text-align: center;
  max-width: 240px;
  background-color: #fff;
  padding: 0.5rem;
  min-height: 8.75rem;
  text-shadow: none;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media print, screen and (min-width: 768px) {
  .m-tab__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.is-border .m-tab__item {
  border: 1px solid #AABEC4;
  border-radius: 10px;
}

@media print, screen and (min-width: 1050px) {
  .is-border .m-tab__item {
    padding: 37px 0.5rem;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .is-border .m-tab__item {
    padding: 20px 0.5rem;
  }
}

@media print, screen and (min-width: 1050px) {
  .m-tab__item {
    height: 100%;
    border-radius: 5px;
  }
  .m-tab__item:hover .m-tab__item__title, .m-tab__item:hover .m-tab__item__lead {
    color: #B5007C;
  }
  .is-border .selected .m-tab__item:hover {
    border: 1px solid #AABEC4;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab__item {
    font-size: 12px;
    font-size: 3.2vw;
    min-height: unset;
    max-width: 100%;
    width: 100%;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    padding: 5px;
    padding-right: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab__item.is-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab__item.is-pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .m-tab__item.is-sp {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab__item.is-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-tab__item.is-act {
  cursor: default;
}

.m-tab__item.is-act .m-tab__item--block {
  opacity: 0.5;
}

.m-tab_title.selected {
  cursor: default;
}

.m-tab_title.selected .m-tab__item__image {
  opacity: 0.5;
}

.m-tab_title.selected .m-tab__item__title, .m-tab_title.selected .m-tab__item__lead {
  color: #AABEC4;
}

@media print, screen and (max-width: 767px) {
  .m-tab__item--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .m-tab__item__image {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 140px;
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .is-border .m-tab__item__image {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab__item__image {
    max-width: 30%;
    width: 100px;
    /*&>img {
      width: 100%;
      max-width: none;
      height: 100%;
      max-height: none;
      object-fit: cover;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(0.7);
      display: block;
    }*/
  }
}

.m-tab__item__title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.is-border .m-tab__item__title {
  font-size: 18px;
}

@media print, screen and (min-width: 768px) {
  .is-border .m-tab__item__title {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .m-tab__item__title {
    font-size: 16px;
  }
  .is-border .m-tab__item__title {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab__item__title {
    font-size: 16px;
    margin-left: 10px;
  }
  .is-border .m-tab__item__title {
    font-size: 18px;
  }
}

.m-tab__item__lead {
  font-size: 14px;
  color: #58595E;
  letter-spacing: 0.7px;
}

@media print, screen and (min-width: 1050px) {
  .m-tab__item__lead {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
}

.is-border .m-tab__item__lead {
  display: none;
}

@media print, screen and (max-width: 767px) {
  .m-tab__item__lead {
    display: none;
  }
}

.m-tab-content {
  display: none;
  margin-top: 0 !important;
}

.m-tab-content.is-show {
  display: block;
}

@media print, screen and (max-width: 767px) {
  .m-tab-content {
    /*.slick-track {
      min-width: 100vw !important;
    }*/
  }
}

.m-tab__inner {
  max-width: 1150px;
  margin-top: 7rem;
  padding-inline: 50px;
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .m-tab__inner {
    padding-inline: 35px;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab__inner {
    padding-inline: 4vw;
    margin-top: 2rem;
  }
}

.m-tab-container {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  /* .m-tab-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 2.875rem  1.875rem;
    grid-auto-flow: row;
    grid-template-areas: "item1 item2 item3 item4" "slider_product1 slider_product1 slider_product1 slider_product1" "item5 item6 item7 item8" "slider_product2 slider_product2 slider_product2 slider_product2";
  } */
	.m-tab-container {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		gap: 2.875rem  1.875rem;
		grid-auto-flow: row;
    /* modify 2025.01.29 */ 
    grid-template-areas: "item1 item2 item3 item4"
      "slider_product1 slider_product1 slider_product1 slider_product1"
      "item5 item6 item7 item8"
      "slider_product2 slider_product2 slider_product2 slider_product2"
      "item9 item9 item9 item9"
      "slider_product3 slider_product3 slider_product3 slider_product3"
      ;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .m-tab-container {
    gap: 2.875rem  1rem;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab-container {
    gap: 0.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .item1 {
    grid-area: item1;
  }
  .item2 {
    grid-area: item2;
  }
  .item3 {
    grid-area: item3;
  }
  .item4 {
    grid-area: item4;
  }
  .slider_product1 {
    grid-area: slider_product1;
  }
  .slider_product2 {
    grid-area: slider_product2;
  }
  .slider_product3 {
    grid-area: slider_product3;
  }
  .slider_product4 {
    grid-area: slider_product4;
  }
  .item5 {
    grid-area: item5;
  }
  .item6 {
    grid-area: item6;
  }
  .item7 {
    grid-area: item7;
  }
  .item8 {
    grid-area: item8;
  }
  .slider_product5 {
    grid-area: slider_product5;
  }
  .slider_product6 {
    grid-area: slider_product6;
  }
  /* add 2025.01.29 */ 
  .item9 {
    grid-area: item9;
    /* 2カラム分で表示 */
    grid-column: 2 / span 2;
    justify-self: stretch;
  }
  .item9 .m-tab__item {
    max-width: 100%;
  }
  .item9 .m-tab__item--block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item9 .m-tab__item__image {
    position: relative;
    top: 0;
  }
  /* add 2025.01.29 - end */ 
}

.m-tab-02 {
  max-width: 1050px;
  margin-top: 40px;
  margin-inline: auto;
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .m-tab-02 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 1.875rem;
    grid-auto-flow: row;
    grid-template-areas: "item1 item2 item3" "slider_product1 slider_product1 slider_product1" "item4 item5 item6" "slider_product2 slider_product2 slider_product2";
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab-02 {
    gap: 0.5rem;
    margin-top: 2rem;
  }
}

.m-tab-02--block {
  position: relative;
}

.m-tab-02--block::before, .m-tab-02--block::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: -1px;
  z-index: 1;
}

.m-tab-02--block::before {
  left: 50%;
  background-color: #008AB4;
}

.m-tab-02--block::after {
  right: 50%;
  background-color: #B5007C;
}

.m-tab-02--block.selected .m-tab-02__image {
  opacity: 0.5;
}

.m-tab-02--block.selected .m-tab-02__item__title {
  color: #AABEC4 !important;
}

.m-tab-02__item {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-weight: 500;
  text-align: center;
  max-width: 330px;
  background-color: #fff;
  padding: 20px;
  min-height: 8.75rem;
  text-shadow: none;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media print, screen and (min-width: 768px) {
  .m-tab-02__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 1050px) {
  .m-tab-02__item {
    height: 100%;
    border-radius: 10px;
  }
  .selected .m-tab-02__item:hover {
    border: 1px solid #fff;
  }
  .m-tab-02__item:hover .m-tab-02__item__title {
    color: #B5007C;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab-02__item {
    font-size: 12px;
    font-size: 3.2vw;
    min-height: unset;
    max-width: 100%;
    width: 100%;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    padding: 5px;
    padding-right: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab-02__item.is-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab-02__item.is-pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .m-tab-02__item.is-sp {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab-02__item.is-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-tab-02__item.is-act {
  cursor: default;
}

.m-tab-02__item.is-act .m-tab__item--block {
  opacity: 0.5;
}

.m-tab-02__item__title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .m-tab-02__item__title {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab-02__item__title {
    font-size: 16px;
    width: calc(100% - 157px);
  }
}

.m-tab-02__image {
  max-width: 140px;
  height: 128px;
  /* margin: auto; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .m-tab-02__image {
    max-width: 13.34vw;
    height: 12.2vw;
  }
}

@media print, screen and (max-width: 767px) {
  .m-tab-02__image {
    max-width: 60px;
    height: 60px;
    width: 120px;
    padding: 5px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-plus_button {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.dli-plus-circle, .c-plus-circle {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #000;
}

.selected .dli-plus-circle, .is-accoOpen .dli-plus-circle, .selected .c-plus-circle, .is-accoOpen .c-plus-circle {
  color: #000;
  background-color: #fff;
}

.dli-plus-circle > span, .c-plus-circle > span {
  width: 50%;
  height: 1px;
  background: currentColor;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.dli-plus-circle > span::before, .c-plus-circle > span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.selected .dli-plus-circle > span::before, .is-accoOpen .dli-plus-circle > span::before, .selected .c-plus-circle > span::before, .is-accoOpen .c-plus-circle > span::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-mask--bg {
  position: absolute;
  top: -105px;
  left: -160px;
  z-index: -1;
}

@media (max-width: 1300px) and (min-width: 767px) {
  .c-mask--bg {
    top: -8.08vw;
    left: -12.31vw;
  }
}

@media print, screen and (max-width: 767px) {
  .c-mask--bg {
    top: -14vw;
    left: -19vw;
  }
}

@-webkit-keyframes bg_grade {
  0% {
    background-position: 0 50%;
  }
  20% {
    background-position: 100% 50%;
  }
  40% {
    background-position: 0 50%;
  }
  60% {
    background-position: 100% 50%;
  }
  80% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes bg_grade {
  0% {
    background-position: 0 50%;
  }
  20% {
    background-position: 100% 50%;
  }
  40% {
    background-position: 0 50%;
  }
  60% {
    background-position: 100% 50%;
  }
  80% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.c-mask--bg--wrap {
  position: relative;
}

.c-mask--bg--wrap::after {
  content: "";
  display: block;
  background-color: #000;
  background: -webkit-gradient(linear, left top, right top, from(#FFE8F8), to(#DEF6FF));
  background: linear-gradient(90deg, #FFE8F8 0%, #DEF6FF 100%);
  width: 100%;
  height: 641px;
  -webkit-mask-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/top/bg_color.svg);
  mask-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/top/bg_color.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 1068px;
  height: 641px;
}

@media (max-width: 1300px) and (min-width: 767px) {
  .c-mask--bg--wrap::after {
    width: 82.15vw;
    height: 49.3vw;
  }
}

@media print, screen and (max-width: 767px) {
  .c-mask--bg--wrap::after {
    width: 130vw;
    height: 80vw;
  }
}

.c-mask {
  max-width: 750px;
  height: 420px;
  background-image: url();
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/top/bg_movie.svg);
  mask-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/top/bg_movie.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
}

@media (max-width: 1300px) and (min-width: 767px) {
  .c-mask {
    height: 32.3vw;
  }
}

@media print, screen and (max-width: 767px) {
  .c-mask {
    height: 52vw;
  }
}

.c-mask::after {
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  height: 420px;
  -webkit-mask-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/top/bg_movie.svg);
  mask-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/top/bg_movie.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  opacity: 0.3;
}

@media (max-width: 1300px) and (min-width: 767px) {
  .c-mask::after {
    height: 32.3vw;
  }
}

@media print, screen and (max-width: 767px) {
  .c-mask::after {
    height: 52vw;
  }
}

.c-mask::before {
  content: "";
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_play.svg);
  display: block;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 51.24px;
  height: 77px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  z-index: 1;
}

@media print, screen and (min-width: 1050px) {
  .c-mask--link:hover .c-mask::before {
    background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_play_pink.svg);
  }
}

.division-top-c-movie-block {
  margin-top: 40px;
}

@media print, screen and (max-width: 767px) {
  .division-top-c-movie-block {
    margin-top: 30px;
  }
}

.division-bottom-c-movie-block {
  margin-bottom: 70px;
}

@media print, screen and (max-width: 767px) {
  .division-bottom-c-movie-block {
    margin-bottom: 30px;
  }
}

.c-movie-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 65px;
  padding-bottom: 140px;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-movie-block {
    gap: 40px;
    padding-bottom: 90px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-movie-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 20px;
    padding-bottom: 0;
  }
}

.c-movie-block__item.is-move {
  width: 63%;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .c-movie-block__item.is-move {
    width: 100%;
  }
}

.c-movie-block__item.is-text {
  width: 25%;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-movie-block__item.is-text {
    width: 30%;
  }
}

@media print, screen and (max-width: 767px) {
  .c-movie-block__item.is-text {
    width: 100%;
  }
}

.c-movie-block__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.c-movie-block__title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 30px;
  position: relative;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-movie-block__title {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-movie-block__title {
    font-size: 18px;
  }
}

.c-movie-block__title::before, .c-movie-block__title::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  bottom: 0;
}

.c-movie-block__title::before {
  left: 0;
  background-color: #B5007C;
}

.c-movie-block__title::after {
  right: 0;
  background-color: #008AB4;
}

.worries__container {
  max-width: 1320px;
}

.c-important_news {
  margin-top: 20px;
}

.c-important_news__wrap {
  background-color: #F7FAFB;
  border-radius: 20px;
}

@media print, screen and (max-width: 767px) {
  .c-important_news__wrap {
    border-radius: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.c-important_news__inner {
  padding: 20px 40px;
}

@media print, screen and (max-width: 767px) {
  .c-important_news__inner {
    padding: 8px 18px;
  }
}

.c-important_news--block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 65px;
  grid-auto-flow: row;
}

@media print, screen and (max-width: 767px) {
  .c-important_news--block {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.c-important_news--block__item.is-title {
  padding-block: 20px;
}

@media print, screen and (max-width: 767px) {
  .c-important_news--block__item.is-title {
    display: none;
  }
}

.c-important_news--title {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
}

.c-important_news--list > li {
  border-bottom: 1px solid #AABEC4;
}

.c-important_news--list > li:last-child {
  border-bottom: none;
}

.c-important_news--list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  grid-auto-flow: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-block: 16px;
  overflow: hidden;
}

@media print, screen and (max-width: 767px) {
  .c-important_news--list__item {
    gap: 12px;
  }
}

.c-important_news--list__link {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: underline;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  line-height: 1.5;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin: 2px;
}

@media print, screen and (min-width: 1050px) {
  .c-important_news--list__link:hover {
    color: #B5007C;
  }
}

@media print, screen and (max-width: 767px) {
  .c-important_news--list__link {
    -webkit-line-clamp: 3;
    font-size: 15px;
  }
}

.c-important_news--list .is-important_news_tag {
  background-color: #fff;
  color: #B5007C;
  border: 1px solid #B5007C;
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 9px;
  text-decoration: none !important;
}

.c-important_news--list .is-news_tag {
  background-color: #fff;
  color: #00789D;
  border: 1px solid #00789D;
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 9px;
  text-decoration: none !important;
}

.c-important_news-02.division-top__important_news-02 {
  margin-top: 50px;
}

@media print, screen and (max-width: 767px) {
  .c-important_news-02.division-top__important_news-02 {
    margin-top: 40px;
  }
}

.c-important_news-02.division-bottom__important_news-02 {
  margin-bottom: 50px;
}

@media print, screen and (max-width: 767px) {
  .c-important_news-02.division-bottom__important_news-02 {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-important_news-02--layout {
    overflow: unset;
  }
}

.c-important_news-02__wrap {
  background-color: #F7FAFB;
  border-radius: 20px;
}

@media print, screen and (max-width: 767px) {
  .c-important_news-02__wrap {
    border-radius: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.c-important_news-02__inner {
  padding: 10px 40px;
}

@media print, screen and (max-width: 767px) {
  .c-important_news-02__inner {
    padding: 4px 18px;
  }
}

.c-important_news-02--block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  grid-auto-flow: row;
}

@media print, screen and (max-width: 767px) {
  .c-important_news-02--block {
    gap: 0;
  }
}

.c-important_news-02--block__item.is-title {
  padding-block: 20px;
}

@media print, screen and (max-width: 767px) {
  .c-important_news-02--block__item.is-title {
    display: none;
  }
}

.c-important_news-02--title {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
}

.c-important_news-02--list > li {
  border-bottom: 1px solid #AABEC4;
}

.c-important_news-02--list > li:last-child {
  border-bottom: none;
}

.c-important_news-02--list__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  grid-auto-flow: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-block: 16px;
  overflow: hidden;
}

@media print, screen and (max-width: 767px) {
  .c-important_news-02--list__item {
    gap: 12px;
  }
}

.c-important_news-02--list__link {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: underline;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  line-height: 1.5;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin: 2px;
}

@media print, screen and (min-width: 1050px) {
  .c-important_news-02--list__link:hover {
    color: #B5007C;
  }
}

@media print, screen and (max-width: 767px) {
  .c-important_news-02--list__link {
    -webkit-line-clamp: 3;
    font-size: 15px;
  }
}

.c-important_news-02--list .is-important_news_tag {
  background-color: #fff;
  color: #B5007C;
  border: 1px solid #B5007C;
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 9px;
  text-decoration: none !important;
  text-align: center;
}

.c-important_news-02--list .is-news_tag {
  background-color: #fff;
  color: #00789D;
  border: 1px solid #00789D;
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 9px;
  text-decoration: none !important;
  text-align: center;
}

.c-important_news-02__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}

.c-faq_rank.is-hidden {
  display: none;
}

.c-faq_rank + .c-faq_rank {
  margin-top: 8px;
}

.c-faq_rank--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 8px 0;
}

.c-faq_rank--list__item {
  border: 1px solid #AABEC4;
  border-radius: 10px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  background-color: #fff;
}

.c-faq_rank--list > li:first-child .c-faq_rank--list__number {
  margin-top: 8px;
}

.c-faq_rank--list > li:first-child .c-faq_rank--list__number::before {
  content: "";
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_crown01.svg) no-repeat;
}

@media print, screen and (max-width: 767px) {
  .c-faq_rank--list > li:first-child .c-faq_rank--list__number::before {
    background-size: 21px;
  }
}

.c-faq_rank--list > li:first-child .c-faq_rank--list__number__text {
  color: #B5007C;
}

.c-faq_rank--list > li:nth-child(2) .c-faq_rank--list__number {
  margin-top: 8px;
}

.c-faq_rank--list > li:nth-child(2) .c-faq_rank--list__number::before {
  content: "";
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_crown02.svg) no-repeat;
}

@media print, screen and (max-width: 767px) {
  .c-faq_rank--list > li:nth-child(2) .c-faq_rank--list__number::before {
    background-size: 21px;
  }
}

.c-faq_rank--list > li:nth-child(2) .c-faq_rank--list__number__text {
  color: #008AB4;
}

.c-faq_rank--list > li:nth-child(3) .c-faq_rank--list__number {
  margin-top: 8px;
}

.c-faq_rank--list > li:nth-child(3) .c-faq_rank--list__number::before {
  content: "";
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_crown03.svg) no-repeat;
}

@media print, screen and (max-width: 767px) {
  .c-faq_rank--list > li:nth-child(3) .c-faq_rank--list__number::before {
    background-size: 21px;
  }
}

.is-nomal .c-faq_rank--list > li .c-faq_rank--list__number::before {
  content: none;
}

.is-nomal .c-faq_rank--list > li .c-faq_rank--list__number__text {
  color: #58595E;
}

.c-faq_rank--list__link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 50px;
  padding-right: 30px;
  gap: 50px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media print, screen and (min-width: 1050px) {
  .c-faq_rank--list__item:has(.c-faq_rank--list__link:hover) {
    border: 1px solid #B5007C;
  }
  .c-faq_rank--list__link:hover .c-faq_rank--list__title {
    color: #B5007C;
  }
  .c-faq_rank--list__link:hover .c-icon_arrow > span::after {
    border-top: 1px solid #B5007C;
    border-right: 1px solid #B5007C;
  }
}

@media print, screen and (max-width: 767px) {
  .c-faq_rank--list__link {
    padding: 20px 14px;
    padding-right: 10px;
    gap: 15px;
  }
}

.c-faq_rank--list__number {
  background-color: #F2F7F8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  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;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .c-faq_rank--list__number {
    width: 37px;
    height: 37px;
  }
}

.c-faq_rank--list__number::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-size: 100%;
  background-position: 0;
  width: 27.58px;
  height: 16.91px;
}

@media print, screen and (max-width: 767px) {
  .c-faq_rank--list__number::before {
    top: -15px;
    width: 21px;
    height: 14px;
  }
}

.c-faq_rank--list__number__text {
  font-size: 24px;
  font-weight: 500;
  color: #58595E;
}

@media print, screen and (max-width: 767px) {
  .c-faq_rank--list__number__text {
    font-size: 15px;
  }
}

.c-faq_rank--list__tag {
  color: #58595E;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}

@media print, screen and (max-width: 767px) {
  .c-faq_rank--list__tag {
    font-size: 13px;
  }
}

.c-faq_rank--list__tag::before {
  content: "";
  position: absolute;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_heading_dot_02.svg) no-repeat;
  background-size: 100%;
  height: 13px;
  width: 12px;
  top: 4px;
  left: 0;
  background-position: left;
}

.c-faq_rank--list__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media print, screen and (max-width: 767px) {
  .c-faq_rank--list__title {
    font-size: 16px;
  }
}

.c-faq_rank--list__arrow {
  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;
  height: 100%;
}

.js-archive-more > li {
  display: none;
}

.c-annotation {
  color: #58595E;
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-block: 4px;
}

.division-top-c-archive-01 {
  margin-top: 40px;
}

@media print, screen and (max-width: 767px) {
  .division-top-c-archive-01 {
    margin-top: 30px;
  }
}

.division-bottom-c-archive-01 {
  margin-bottom: 100px;
}

@media print, screen and (max-width: 767px) {
  .division-bottom-c-archive-01 {
    margin-bottom: 70px;
  }
}

.c-archive-01__list {
  display: grid;
  gap: 30px;
}

@media print, screen and (max-width: 767px) {
  .c-archive-01__list {
    gap: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-archive-01__list.is-pc_col2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media print, screen and (min-width: 768px) {
  .c-archive-01__list.is-pc_col3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media print, screen and (min-width: 768px) {
  .c-archive-01__list.is-pc_col4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media print, screen and (max-width: 767px) {
  .c-archive-01__list.is-sp_col1 {
    grid-template-columns: 1fr;
  }
}

@media print, screen and (max-width: 767px) {
  .c-archive-01__list.is-sp_col2 {
    grid-template-columns: 2fr;
  }
}

@media print, screen and (max-width: 767px) {
  .c-archive-01__list__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #AABEC4;
  }
}

@media print, screen and (max-width: 767px) {
  .c-archive-01__list--block {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 20px;
    margin-bottom: 10px;
  }
}

.c-archive-01__list__link {
  display: block;
}

@media print, screen and (min-width: 1050px) {
  .c-archive-01__list__link {
    -webkit-transition: .35ss;
    transition: .35ss;
  }
  .c-archive-01__list__link:hover .c-archive-01__list__img > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .c-archive-01__list__link:hover .c-archive-01__list__title {
    color: #B5007C;
    text-decoration: none;
  }
}

.c-archive-01__list__img {
  max-width: 100%;
  overflow: hidden;
}

.c-archive-01__list__img > img {
  display: block;
  height: auto;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  aspect-ratio: 9 / 5;
}

@media print, screen and (max-width: 767px) {
  .c-archive-01__list__img > img {
    /*height: 100%;*/
  }
}

.c-archive-01__list__title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media print, screen and (max-width: 767px) {
  .c-archive-01__list__title {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.c-archive-02 {
  margin-bottom: 70px;
}

.c-archive-02__list {
  display: grid;
  gap: 30px;
}

@media print, screen and (max-width: 767px) {
  .c-archive-02__list {
    gap: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-archive-02__list.is-pc_col2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media print, screen and (min-width: 768px) {
  .c-archive-02__list.is-pc_col3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media print, screen and (min-width: 768px) {
  .c-archive-02__list.is-pc_col4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media print, screen and (max-width: 767px) {
  .c-archive-02__list.is-sp_col1 {
    grid-template-columns: 1fr;
  }
}

@media print, screen and (max-width: 767px) {
  .c-archive-02__list.is-sp_col2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media print, screen and (max-width: 767px) {
  .c-archive-02__list__item {
    padding-bottom: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-archive-02__list--block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 10px;
  }
}

.c-archive-02__list__link {
  display: block;
}

@media print, screen and (min-width: 1050px) {
  .c-archive-02__list__link {
    -webkit-transition: .35ss;
    transition: .35ss;
  }
  .c-archive-02__list__link:hover .c-archive-02__list__img > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .c-archive-02__list__link:hover .c-archive-02__list__title {
    color: #B5007C;
  }
  .c-archive-02__list__link:hover .c-icon_arrow > span::after {
    border-top: 1px solid #B5007C;
    border-right: 1px solid #B5007C;
  }
}

.c-archive-02__list__img {
  max-width: 100%;
  overflow: hidden;
  background-color: #F7FAFB;
  border-radius: 20px;
}

@media print, screen and (max-width: 767px) {
  .c-archive-02__list__img {
    border-radius: 10px;
  }
}

.c-archive-02__list__img > img {
  display: block;
  height: auto;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.c-archive-02__list__title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media print, screen and (max-width: 767px) {
  .c-archive-02__list__title {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.c-archive-02__list__lead {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #312727;
}

.c-archive-03__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 50px;
}

@media print, screen and (max-width: 767px) {
  .c-archive-03__list {
    gap: 50px 20px;
  }
}

.c-archive-03__link {
  display: block;
}

@media print, screen and (min-width: 1050px) {
  .c-archive-03__link:hover .c-archive-03__img > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .c-archive-03__link:hover .c-arrow--bottom__button {
    color: #B5007C;
  }
  .c-archive-03__link:hover .c-icon_arrow > span {
    background-color: #B5007C;
  }
}

@media print, screen and (max-width: 767px) {
  .c-archive-item3 .c-archive-03__link .c-arrow--bottom__button {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .c-archive-item3 .c-archive-03__link .c-arrow--bottom__button .c-icon_arrow > span {
    width: 16px;
    height: 16px;
  }
}

.c-archive-03__img {
  border-radius: 10px;
  background-color: #f7fafb;
  max-width: 100%;
  overflow: hidden;
}

@media print, screen and (max-width: 767px) {
  .c-archive-03__img {
    border-radius: 10px;
  }
}

.c-archive-03__img > img {
  display: block;
  height: auto;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.c-archive-item1 {
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .c-archive-item1 {
    width: 100%;
  }
}

.c-archive-item2 {
  width: calc(50% - 25px);
}

@media print, screen and (max-width: 767px) {
  .c-archive-item2 {
    width: 100%;
  }
}

.c-archive-item3 {
  width: calc(33% - 36px);
}

@media print, screen and (max-width: 767px) {
  .c-archive-item3 {
    width: calc(50% - 10px);
  }
}

.c-tag-01 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.c-tag-01 > ul > li {
  background-color: #D6EFF7;
  border-radius: 20px;
  font-size: 13px;
  padding: 4px 16px;
}

.c-tag-02 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.c-tag-02 > ul .is-news {
  border: 1px solid #00789D;
  border-radius: 4px;
  color: #00789D;
  font-size: 14px;
  padding: 4px 16px;
}

.c-tag-02 > ul .is-important {
  border: 1px solid #B5007C;
  border-radius: 4px;
  color: #B5007C;
  font-size: 14px;
  padding: 4px 16px;
}

.c-tag-03 {
  overflow-x: auto;
}

.c-tag-03--section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-tag-03--form {
  margin-top: 0;
}

.c-tag-03--title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.c-tag-03__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}

.c-tag-03__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-shadow: none;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0;
}

.c-tag-03__button__btn {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 0.7px;
  padding: 5px 20px 6px;
  color: #000;
  white-space: nowrap;
  position: relative;
}

.c-tag-03 .is-active .c-tag-03__button__btn {
  border: 1px solid #B5007C;
  color: #B5007C;
  padding-right: 50px;
}

.c-tag-03 .is-active .c-tag-03__button__btn::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  margin-block: auto;
  right: 20px;
  display: block;
  background-image: linear-gradient(-45deg, transparent calc(50% - 1px), #B5007C calc(50% - 1px), #B5007C calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(45deg, transparent calc(50% - 1px), #B5007C calc(50% - 1px), #B5007C calc(50% + 1px), transparent calc(50% + 1px));
}

@media print, screen and (max-width: 767px) {
  .c-tag-03 .is-active .c-tag-03__button__btn::after {
    width: 16px;
    height: 16px;
  }
}

.c-heading-01 + .c-tag-04 {
  margin-top: 20px;
}

.c-tag-04.is-center > ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-tag-04.is-bottom {
  margin-bottom: 10px;
}

.c-tag-04 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.c-tag-04 > ul > li {
  border: 1px solid #58595E;
  padding: 5px 20px 6px;
  font-size: 15px;
  color: #58595E;
  line-height: 1.45;
}

.c-news-archive {
  margin-top: 40px;
}

@media print, screen and (max-width: 767px) {
  .c-news-archive {
    margin-top: 0;
  }
}

.c-news-archive--block {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 11%;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-news-archive--block {
    gap: 10%;
  }
}

@media print, screen and (max-width: 767px) {
  .c-news-archive--block {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.c-news-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}

.c-news-archive__list__link {
  border-bottom: 1px solid #AABEC4;
  display: block;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 1050px) {
  .c-news-archive__list__link:hover .c-news-archive__list__text__label {
    text-decoration: none;
    color: #B5007C;
  }
}

.c-news-archive__list__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.c-news-archive__list__time {
  letter-spacing: 0.7px;
  color: #58595E;
  font-size: 14px;
  font-weight: 600;
}

.c-news-archive__list__text__label {
  /*display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;*/
  font-size: 16px;
  letter-spacing: 0.8px;
  text-decoration: underline;
  line-height: 1.5;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media print, screen and (max-width: 767px) {
  .c-news-archive__list__text__label {
    -webkit-line-clamp: 2;
  }
}

.c-news-archive__list__text .is-new {
  color: #E80000;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  line-height: 1.5;
}

.c-arrow--bottom.division-top-c-arrow-30 {
  margin-top: 30px;
}

@media print, screen and (max-width: 767px) {
  .c-arrow--bottom.division-top-c-arrow-30 {
    margin-top: 20px;
  }
}

.c-arrow--bottom.division-top-c-arrow-60 {
  margin-top: 60px;
}

@media print, screen and (max-width: 767px) {
  .c-arrow--bottom.division-top-c-arrow-60 {
    margin-top: 30px;
  }
}

.c-arrow--bottom.division-bottom-c-arrow-30 {
  margin-bottom: 30px;
}

@media print, screen and (max-width: 767px) {
  .c-arrow--bottom.division-bottom-c-arrow-30 {
    margin-bottom: 20px;
  }
}

.c-arrow--bottom.division-bottom-c-arrow-60 {
  margin-bottom: 60px;
}

@media print, screen and (max-width: 767px) {
  .c-arrow--bottom.division-bottom-c-arrow-60 {
    margin-bottom: 30px;
  }
}

.c-arrow--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 3px;
}

@media print, screen and (max-width: 767px) {
  .c-arrow--bottom {
    margin-top: 20px;
  }
}

.c-arrow--bottom.is-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-arrow--bottom.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-arrow--bottom.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media print, screen and (max-width: 767px) {
  .c-arrow--bottom.is-sp-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media print, screen and (max-width: 767px) {
  .c-arrow--bottom.is-sp-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (max-width: 767px) {
  .c-arrow--bottom.is-sp-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.c-arrow--bottom__button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: .35s;
  transition: .35s;
  font-size: 18px;
  text-decoration: none !important;
}

.c-arrow--bottom__button::after {
  content: none !important;
}

@media print, screen and (min-width: 1050px) {
  .c-arrow--bottom__button:hover {
    color: #B5007C;
  }
  .c-arrow--bottom__button:hover .c-icon_arrow > span {
    background: #B5007C;
  }
}

.c-hr-01 {
  position: relative;
  width: 100%;
  height: 3px;
  margin-top: 100px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-hr-01 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-hr-01 {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}

.c-hr-01::before, .c-hr-01::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  top: 0;
}

.c-hr-01::before {
  left: 0;
  background-color: #B5007C;
}

.c-hr-01::after {
  right: 0;
  background-color: #008AB4;
}

.c-hr-02 {
  position: relative;
  width: 100%;
  height: 3px;
  margin-top: 100px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

@media print, screen and (max-width: 767px) {
  .c-hr-02 {
    overflow: hidden;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.c-hr-02::before, .c-hr-02::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  top: 0;
}

.c-hr-02::before {
  left: 0;
  background-color: #B5007C;
}

.c-hr-02::after {
  right: 0;
  background-color: #008AB4;
}

.c-btn-01 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-btn-01.is-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-btn-01.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn-01.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-btn-01.is-close {
  display: none;
}

.c-btn-01__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 240px;
  height: 48px;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr auto;
  padding: 0;
  padding-left: 24px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  text-shadow: none;
  cursor: pointer;
  font-size: 15px;
  color: #000;
}

@media print, screen and (max-width: 767px) {
  .c-btn-01__button {
    font-size: 14px;
    width: 164px;
    height: 40px;
  }
}

@media print, screen and (min-width: 1050px) {
  .c-btn-01__button {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-btn-01__button:hover {
    border: 1px solid #B5007C;
    color: #B5007C;
  }
  .c-btn-01__button:hover .c-icon_arrow > span::after {
    border-top: 1px solid #B5007C;
    border-right: 1px solid #B5007C;
  }
}

.c-btn-01 .c-icon_arrow > span:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media print, screen and (max-width: 767px) {
  .c-btn-01 .c-icon_arrow > span:after {
    width: 6px;
    height: 6px;
  }
}

.c-btn-02 {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-shadow: none;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  width: 100%;
}

.c-btn-02__button {
  height: 70px;
  width: 330px;
  border-radius: 40px;
  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;
  gap: 10px;
  font-size: 24px;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.c-btn-02__button.is-bule {
  background-color: #008AB4;
  border: 1px solid #008AB4;
  color: #fff;
}

.c-btn-02__button.is-black {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-btn-02__button {
    width: 100%;
    height: 60px;
    font-size: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-btn-02__button {
    width: 100%;
    max-width: 330px;
    height: 48px;
    font-size: 18px;
  }
}

@media print, screen and (min-width: 1050px) {
  .c-btn-02__button {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-btn-02__button:hover {
    border: 1px solid #B5007C;
    background-color: #B5007C;
  }
}

.c-btn-03 {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-shadow: none;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  width: 100%;
}

.c-btn-03__button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 40px;
  height: 60px;
  width: 330px;
  font-size: 18px;
  text-align: center;
  color: #000;
  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 (max-width: 1150px) and (min-width: 767px) {
  .c-btn-03__button {
    width: 100%;
    font-size: 16px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-btn-03__button {
    width: 100%;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 1050px) {
  .c-btn-03__button {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-btn-03__button:hover {
    border: 1px solid #B5007C;
    color: #B5007C;
  }
}

.c-btn-04 {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-shadow: none;
  cursor: pointer;
  width: 100%;
}

.c-btn-04__button {
  height: 90px;
  width: 100%;
  border-radius: 60px;
  font-size: 24px;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  display: grid;
  grid-template-columns: 1fr 24px;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.c-btn-04__button.is-bule {
  background-color: #008AB4;
  border: 1px solid #008AB4;
  color: #fff;
}

.c-btn-04__button.is-black {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-btn-04__button {
    width: 100%;
    height: 70px;
    font-size: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-btn-04__button {
    width: 100%;
    height: 70px;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 1050px) {
  .c-btn-04__button {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-btn-04__button:hover, .c-btn-04__button:focus-visible {
    border: 1px solid #B5007C;
    color: #B5007C;
  }
  .c-btn-04__button:hover .c-icon_arrow > span, .c-btn-04__button:focus-visible .c-icon_arrow > span {
    background-color: #B5007C;
  }
}

.c-btn-layout-01 {
  max-width: 690px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-inline: auto;
}

@media print, screen and (max-width: 767px) {
  .c-btn-layout-01 {
    gap: 10px;
  }
}

.c-btn-layout-02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
  margin-inline: auto;
}

@media print, screen and (max-width: 767px) {
  .c-btn-layout-02 {
    grid-template-columns: 1fr;
    padding: 0;
    max-width: 340px;
    gap: 10px;
  }
}

.c-btn-layout-03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
  margin-inline: auto;
}

@media print, screen and (max-width: 767px) {
  .c-btn-layout-03 {
    grid-template-columns: 1fr;
    padding: 0;
    max-width: 340px;
    gap: 10px;
  }
}

.c-icon-circle > span {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  display: block;
}

.c-icon-circle > span::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  background-image: radial-gradient(transparent 44%, #fff 47%, #fff 51%, transparent 55%);
}

.c-icon-cross > span {
  position: relative;
  width: 22px;
  height: 22px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  display: block;
}

@media print, screen and (max-width: 767px) {
  .c-icon-cross > span {
    width: 16px;
    height: 16px;
  }
}

.c-icon-cross > span:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  display: block;
  background-image: linear-gradient(-45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px));
}

@media print, screen and (max-width: 767px) {
  .c-icon-cross > span:after {
    width: 16px;
    height: 16px;
  }
}

.c-cta-block-01 {
  margin-top: 30px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media print, screen and (max-width: 767px) {
  .c-cta-block-01 {
    margin-top: 30px;
  }
}

.c-cta-block-01.is-hidden {
  display: none;
}

.c-cta-block-02 {
  margin-top: 60px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media print, screen and (max-width: 767px) {
  .c-cta-block-02 {
    margin-top: 30px;
  }
}

.c-cta-block-02.is-hidden {
  display: none;
}

.c-cta-block-02__lead {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}

.c-cta-block-02__lead.is-center {
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .c-cta-block-02__lead {
    font-size: 16px;
  }
}

.c-cta-block-03 {
  margin-top: 60px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media print, screen and (max-width: 767px) {
  .c-cta-block-03 {
    margin-top: 30px;
  }
}

.c-cta-block-03.is-hidden {
  display: none;
}

.c-cta-block-03__lead {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}

.c-cta-block-03__lead.is-center {
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .c-cta-block-03__lead {
    font-size: 16px;
  }
}

.c-recomend-link {
  margin-top: 30px;
}

.c-recomend-link__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.4px;
  position: relative;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-recomend-link__title {
    font-size: 18px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-recomend-link__title {
    font-size: 16px;
  }
}

.c-recomend-link__link {
  padding-block: 20px;
  border-bottom: 1px solid #AABEC4;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "item1 item1"  "item2 item3";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media print, screen and (min-width: 1050px) {
  .c-recomend-link__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-recomend-link__link:hover {
    border-bottom: 1px solid #B5007C;
    color: #B5007C;
  }
  .c-recomend-link__link:hover .c-icon_arrow > span::after {
    border-top: 1px solid #B5007C;
    border-right: 1px solid #B5007C;
  }
}

.c-recomend-link .is-tag {
  grid-area: item1;
}

.c-recomend-link .is-title {
  grid-area: item2;
}

.c-recomend-link .is-arrow {
  grid-area: item3;
}

.c-heading-01 {
  font-size: 46px;
  font-weight: normal;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-heading-01 {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-heading-01 {
    font-size: 26px;
  }
}

.c-heading-01.is-dot-border {
  position: relative;
}

.c-heading-01.is-dot-border::after {
  content: "";
  border-bottom: 2px dotted #B5007C;
  width: 100%;
  display: block;
  margin-top: 40px;
}

.c-heading-02 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 70px;
  letter-spacing: 2.4px;
  position: relative;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-heading-02 {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-heading-02 {
    font-size: 18px;
  }
}

.c-heading-02::before, .c-heading-02::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 20px;
  top: -14px;
}

.c-heading-02::before {
  background-color: #B5007C;
  left: 0;
}

.c-heading-02::after {
  background-color: #008AB4;
  left: 20px;
}

.c-heading-03 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.4px;
  position: relative;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-heading-03 {
    font-size: 26px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-heading-03 {
    font-size: 18px;
  }
}

.c-heading-03.is-center {
  text-align: center;
}

.c-heading-03.is-right {
  text-align: right;
}

.c-faq-heading-01 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-faq-heading-01 {
    font-size: 36px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-faq-heading-01 {
    font-size: 24px;
  }
}

.c-faq-heading-01.is-dot-border {
  position: relative;
}

.c-faq-heading-01.is-dot-border::after {
  content: "";
  border-bottom: 2px dotted #B5007C;
  width: 100%;
  display: block;
  margin-top: 40px;
}

.c-ritchtext {
  margin-top: 40px;
}

.c-ritchtext > p:not(.c-annotation) {
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0.9px;
}

.c-ritchtext span:not(.c-annotation) {
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0.9px;
}

.c-ritchtext a:not([class]) {
  margin-top: 20px;
  font-size: 16px;
  display: block;
  text-decoration: underline;
}

.c-ritchtext a:not([class]):hover {
  color: #B5007C;
  text-decoration: none;
}

.c-tag-list-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px 10px;
}

@media print, screen and (max-width: 767px) {
  .c-tag-list-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 8px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-tag-list-01__item {
    width: 100%;
  }
}

.c-tag-list-01__link {
  display: block;
  padding: 15px 30px;
  padding-left: 40px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_heading_dot_02.svg);
  background-repeat: no-repeat;
  background-size: 12px 13px;
  background-position: 20px center;
}

@media print, screen and (min-width: 1050px) {
  .c-tag-list-01__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-tag-list-01__link:hover {
    color: #B5007C;
  }
}

@media print, screen and (max-width: 767px) {
  .c-tag-list-01__link {
    width: 100%;
  }
}

.c-tab-01 {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media print, screen and (max-width: 767px) {
  .c-tab-01 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.c-tab-01__list {
  display: grid;
  gap: 30px;
}

.c-tab-01__list.is-col2 {
  grid-template-columns: 1fr 1fr;
}

.c-tab-01__list.is-col3 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media print, screen and (max-width: 767px) {
  .c-tab-01__list.is-sp_col1 {
    grid-template-columns: 1fr;
  }
}

@media print, screen and (max-width: 767px) {
  .c-tab-01__list.is-sp_col2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media print, screen and (max-width: 767px) {
  .c-tab-01__list {
    gap: 10px;
  }
}

.c-tab-01__item {
  position: relative;
}

.c-tab-01__item.is-active p.c-tab-01__link {
  cursor: initial;
}

@media print, screen and (max-width: 767px) {
  .c-tab-01__item .c-plus_button {
    position: absolute;
    right: 0;
    margin-block: auto;
    display: block;
    padding-right: 20px;
  }
}

.c-tab-01__link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.5;
  height: 80px;
  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;
  border: 1px solid #AABEC4;
  border-radius: 10px;
  position: relative;
  width: 100%;
  background-color: #fff;
  text-shadow: none;
  color: #000;
  padding: 10px;
  cursor: pointer;
}

@media print, screen and (min-width: 1050px) {
  .c-tab-01__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-tab-01__link:hover {
    background-color: #FFEFF8;
    border: 1px solid #FFEFF8;
  }
  a.is-active .c-tab-01__link:hover {
    border: 1px solid #AABEC4 !important;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-tab-01__link {
    font-size: 18px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-tab-01__link {
    height: 64px;
    font-size: 16px;
  }
}

.c-tab-01__item.is-active .c-tab-01__link {
  background-color: #FFEFF8;
  border: 1px solid #FFEFF8;
}

.c-tab-01__link::before, .c-tab-01__link::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: -2px;
  z-index: 1;
}

.c-tab-01__link::before {
  left: 50%;
  background-color: #008AB4;
}

.c-tab-01__link::after {
  right: 50%;
  background-color: #B5007C;
}

.c-tab-01__table {
  display: none;
}

@media print, screen and (max-width: 767px) {
  .c-tab-01__table {
    overflow-x: auto;
    border: 1px solid #AABEC4;
    border-radius: 10px;
  }
}

.c-tab-01__table__list {
  display: grid;
  gap: 0;
}

@media print, screen and (min-width: 768px) {
  .c-tab-01__table__list {
    border: 1px solid #AABEC4;
    border-radius: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media print, screen and (max-width: 767px) {
  .c-tab-01__table__list {
    height: 200px;
  }
}

.c-tab-01__table__item {
  position: relative;
}

.c-tab-01__table__item::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  bottom: -1px;
  left: 15px;
  background-color: #AABEC4;
}

@media print, screen and (min-width: 768px) {
  .c-tab-01__table__item::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #AABEC4;
    height: calc(100% - 30px);
    width: 1px;
    top: 15px;
    right: 0;
  }
}

.c-tab-01__table__item:nth-child(3n)::after {
  content: none;
}

@media print, screen and (max-width: 767px) {
  .c-tab-01__table__item:last-child::before {
    content: none;
  }
}

.c-tab-01__table__link {
  display: block;
  padding: 20px;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
}

@media print, screen and (min-width: 1050px) {
  .c-tab-01__table__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-tab-01__table__link:hover {
    color: #B5007C;
  }
}

.c-banner-01.division-top_c-banner-01 {
  margin-top: 70px;
}

@media print, screen and (max-width: 767px) {
  .c-banner-01.division-top_c-banner-01 {
    margin-top: 30px;
  }
}

.c-banner-01.division-bottom_c-banner-01 {
  margin-top: 70px;
}

@media print, screen and (max-width: 767px) {
  .c-banner-01.division-bottom_c-banner-01 {
    margin-top: 30px;
  }
}

.c-banner-01__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media print, screen and (max-width: 767px) {
  .c-banner-01__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.c-banner-01__link {
  position: relative;
  display: block;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

@media print, screen and (min-width: 1050px) {
  .c-banner-01__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-banner-01__link:hover {
    color: #B5007C;
  }
  .c-banner-01__link:hover .c-banner-01--img {
    opacity: 0.6;
  }
  .c-banner-01__link:hover .c-icon_arrow > span {
    background-color: #B5007C;
  }
}

.c-banner-01--img {
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.c-banner-01--bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 50px;
}

@media print, screen and (max-width: 767px) {
  .c-banner-01--bottom {
    padding: 30px;
  }
}

.m-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(-70deg, rgba(166, 118, 147, 0.5) 25%, rgba(43, 43, 43, 0.3), rgba(110, 155, 169, 0.5) 75%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  z-index: -1;
  display: none;
}

.m-modal-bg.is-show {
  opacity: 1;
  z-index: 110;
  display: block;
}

.m-modal {
  display: table;
  color: #fff;
  position: fixed;
  padding: 50px;
  width: 100%;
  max-width: 1400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: none;
  z-index: -1;
}

@media print, screen and (max-width: 1049px) {
  .m-modal {
    max-width: 90vw;
  }
}

.m-modal.is-show {
  display: table;
  z-index: 111;
}

.m-modal-contents__bg {
  position: relative;
  padding-top: 56.25%;
}

.m-modal-contents__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-modal-contents__note {
  color: #707070;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.45;
  padding: 0.75rem 1rem;
}

.m-modal-contents__image {
  background-color: #fff;
}

.m-modal-close {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  background: url() no-repeat center;
  -webkit-transform: translate(0, -165%);
  transform: translate(0, -165%);
  z-index: 105;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (min-width: 768px) {
  .m-modal-close:hover {
    background: url() no-repeat center;
  }
}

@media print, screen and (max-width: 767px) {
  .m-modal-close {
    width: 10vw;
    height: 10vw;
    background-size: contain;
    -webkit-transform: translate(-7%, -100%);
    transform: translate(-7%, -100%);
  }
}

.c-anchor-link-01 {
  margin-top: 40px;
}

.c-anchor-link-01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.c-anchor-link-01__link {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-anchor-link-01__link .c-icon_arrow {
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.c-anchor-link-01__link .c-icon_arrow > span::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -3px;
}

@media print, screen and (min-width: 1050px) {
  .c-anchor-link-01__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-anchor-link-01__link:hover {
    color: #B5007C;
  }
  .c-anchor-link-01__link:hover .c-icon_arrow {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  .c-anchor-link-01__link:hover .c-icon_arrow > span::after {
    border-top: 1px solid #B5007C;
    border-right: 1px solid #B5007C;
  }
}

.c-anchor-link-02.division-top__anchor-link-02 {
  margin-top: 80px;
}

@media print, screen and (max-width: 767px) {
  .c-anchor-link-02.division-top__anchor-link-02 {
    margin-top: 40px;
  }
}

.c-anchor-link-02.division-bottom__anchor-link-02 {
  margin-bottom: 80px;
}

@media print, screen and (max-width: 767px) {
  .c-anchor-link-02.division-bottom__anchor-link-02 {
    margin-top: 40px;
  }
}

.c-anchor-link-02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 30px;
}

@media (max-width: 1150px) and (min-width: 1049px) {
  .c-anchor-link-02__list {
    gap: 50px 2.52vw;
  }
}

@media print, screen and (max-width: 767px) {
  .c-anchor-link-02__list {
    gap: 30px 20px;
  }
}

.c-anchor-link-02__item {
  width: 240px;
  width: calc(25% - 23px);
}

@media print, screen and (max-width: 767px) {
  .c-anchor-link-02__item {
    width: calc(50% - 10px);
  }
}

.c-anchor-link-02__link {
  line-height: 1.4;
  border-top: 1px solid #AABEC4;
  font-size: 18px;
  font-weight: 600;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-anchor-link-02__link {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-anchor-link-02__link {
    font-size: 14px;
    padding-top: 9px;
  }
}

.c-anchor-link-02__link::before, .c-anchor-link-02__link::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 20px;
  top: 0;
}

.c-anchor-link-02__link::before {
  background-color: #B5007C;
  left: 0;
}

.c-anchor-link-02__link::after {
  background-color: #008AB4;
  left: 20px;
}

.c-anchor-link-02__link .c-icon_arrow {
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.c-anchor-link-02__link .c-icon_arrow > span::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media print, screen and (min-width: 1050px) {
  .c-anchor-link-02__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-anchor-link-02__link:hover {
    color: #B5007C;
  }
  .c-anchor-link-02__link:hover .c-icon_arrow {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  .c-anchor-link-02__link:hover .c-icon_arrow > span::after {
    border-top: 1px solid #B5007C;
    border-right: 1px solid #B5007C;
  }
}

.hs-search-field form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}

@media print, screen and (max-width: 767px) {
  .hs-search-field form {
    grid-template-columns: auto 100px;
    gap: 5px;
  }
}

.hs-search-field input[type=search] {
  border: 1px solid #AABEC4;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  max-height: 60px;
  line-height: 1;
  padding: 19px 30px 17px;
  -webkit-transition: none;
  transition: none;
  width: 100%;
}

.hs-search-field input[type=search]::-webkit-input-placeholder {
  color: #AABEC4;
}

.hs-search-field input[type=search]::-moz-placeholder {
  color: #AABEC4;
}

.hs-search-field input[type=search]::-ms-input-placeholder {
  color: #AABEC4;
}

.hs-search-field input[type=search]::placeholder {
  color: #AABEC4;
}

@media print, screen and (max-width: 767px) {
  .hs-search-field input[type=search] {
    height: 26px;
    line-height: 1;
    padding: 12px 20px 10px;
  }
}

#hs_cos_wrapper_site_search .hs-search-field__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: 1px solid #008AB4;
  background-color: #008AB4;
  color: #fff;
  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;
  gap: 10px;
  font-size: 16px;
  width: 150px;
}

#hs_cos_wrapper_site_search .hs-search-field__button svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

@media print, screen and (min-width: 1050px) {
  #hs_cos_wrapper_site_search .hs-search-field__button {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  #hs_cos_wrapper_site_search .hs-search-field__button:hover {
    border: 1px solid #B5007C;
    background-color: #B5007C;
  }
}

@media print, screen and (max-width: 767px) {
  #hs_cos_wrapper_site_search .hs-search-field__button {
    width: 100px;
  }
}

.hs-search-field--open .hs-search-field__suggestions, .inpage-editor-active-field .hs-search-field__suggestions {
  z-index: 1;
}

.c-search-box {
  margin-top: 10px;
  background-color: #F2F7F8;
  border-radius: 20px;
  padding: 26px 40px 28px;
}

@media print, screen and (max-width: 767px) {
  .c-search-box {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-inline: 4vw;
    margin-top: 10px;
    border-radius: 0;
  }
}

.c-search-box__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.c-search-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media print, screen and (min-width: 1050px) {
  .c-search-box__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-search-box__link:hover {
    color: #B5007C;
  }
}

.c-logo-block.division-top-c-logo-block {
  margin-top: 100px;
}

@media print, screen and (max-width: 767px) {
  .c-logo-block.division-top-c-logo-block {
    margin-top: 50px;
  }
}

.c-logo-block.division-bottom-c-logo-block {
  margin-bottom: 100px;
}

@media print, screen and (max-width: 767px) {
  .c-logo-block.division-bottom-c-logo-block {
    margin-bottom: 50px;
  }
}

.c-logo-block--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-logo-block--title__img {
  max-width: 420px;
}

@media print, screen and (max-width: 767px) {
  .c-logo-block--title__img {
    max-width: 80%;
  }
}

.c-logo-block--title__img > img {
  width: 420px;
  background-size: cover;
}

.c-logo-block--subtitle {
  font-size: 20;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media print, screen and (max-width: 767px) {
  .c-logo-block--subtitle {
    font-size: 18;
  }
}

.m-heading-02 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  padding-top: 40px;
  line-height: 1.5;
}

.m-heading-02.division-top-m-heading-02 {
  margin-top: 100px;
}

@media print, screen and (max-width: 767px) {
  .m-heading-02.division-top-m-heading-02 {
    margin-top: 70px;
  }
}

.m-heading-02.division-bottom-m-heading-02 {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 767px) {
  .m-heading-02.division-bottom-m-heading-02 {
    margin-bottom: 30px;
  }
}

.m-heading-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_heading_dot_01.svg) no-repeat;
  background-size: 100%;
  height: 18px;
  width: 20px;
  background-position: top;
}

@media print, screen and (max-width: 767px) {
  .m-heading-02 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.m-heading-03 {
  border-bottom: 1px solid #AABEC4;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.4px;
  padding-bottom: 16px;
  width: 100%;
}

.m-heading-03.division-top-m-heading-03 {
  margin-top: 80px;
}

@media print, screen and (max-width: 767px) {
  .m-heading-03.division-top-m-heading-03 {
    margin-top: 40px;
  }
}

.m-heading-03.division-bottom-m-heading-03 {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 767px) {
  .m-heading-03.division-bottom-m-heading-03 {
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .m-heading-03 {
    font-size: 20px;
  }
}

.m-heading-04 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.4px;
  position: relative;
}

.m-heading-04.division-top-m-heading-04 {
  margin-top: 70px;
}

@media print, screen and (max-width: 767px) {
  .m-heading-04.division-top-m-heading-04 {
    margin-top: 50px;
  }
}

.m-heading-04.division-bottom-m-heading-04 {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 767px) {
  .m-heading-04.division-bottom-m-heading-04 {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .m-heading-04 {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .m-heading-04 {
    font-size: 18px;
  }
}

.m-heading-04::before, .m-heading-04::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 20px;
  top: -14px;
}

.m-heading-04::before {
  background-color: #B5007C;
  left: 0;
}

.m-heading-04::after {
  background-color: #008AB4;
  left: 20px;
}

.m-heading-05 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.2px;
}

.m-heading-05.division-top-m-heading-05 {
  margin-top: 40px;
}

@media print, screen and (max-width: 767px) {
  .m-heading-05.division-top-m-heading-05 {
    margin-top: 20px;
  }
}

.m-heading-05.division-bottom-m-heading-05 {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 767px) {
  .m-heading-05.division-bottom-m-heading-05 {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .m-heading-05 {
    font-size: 18px;
  }
}

@media print, screen and (max-width: 767px) {
  .m-heading-05 {
    font-size: 16px;
  }
}

.c-onayami-list {
  background-color: #F2F7F8;
  border-radius: 20px;
  padding: 40px;
}

.c-onayami-list.division-top-c-onayami-list {
  margin-top: 40px;
}

.c-onayami-list.division-bottom-c-onayami-list {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 767px) {
  .c-onayami-list {
    padding: 20px 20px;
  }
}

.c-onayami-list--icon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 40px;
}

@media print, screen and (max-width: 767px) {
  .c-onayami-list--icon__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 10px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-onayami-list--icon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}

.c-onayami-list--icon__img {
  max-width: 60px;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .c-onayami-list--icon__img {
      margin: 0 0;
  }
}

.c-onayami-list--icon__text__lead {
  font-size: 13px;
  line-height: 1.3;
  color: #00789D;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .c-onayami-list--icon__text__lead {
    margin-top: 10px;
  }
}

.c-onayami-list--text {
  max-width: 750px;
  margin-inline: auto;
}

.c-onayami-list--text__lead {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media print, screen and (max-width: 767px) {
  .c-onayami-list--text__lead {
    font-size: 14px;
  }
}

.c-onayami-list--text__lead.is-left {
  text-align: left;
}

.c-onayami-list--text__lead.is-center {
  text-align: center;
}

.c-onayami-list--text__lead.is-right {
  text-align: right;
}

@media print, screen and (max-width: 767px) {
  .c-onayami-list--text__lead.is-spleft {
    text-align: left;
  }
  .c-onayami-list--text__lead.is-spcenter {
    text-align: center;
  }
  .c-onayami-list--text__lead.is-spright {
    text-align: right;
  }
}

.c-onayami-list-02.division-top-c-onayami-list-02 {
  margin-top: 20px;
}

.c-onayami-list-02.division-bottom-c-onayami-list-02 {
  margin-bottom: 20px;
}

.c-onayami-list-02--icon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}

@media print, screen and (min-width: 768px) {
  .c-onayami-list-02--icon__list.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (max-width: 767px) {
  .c-onayami-list-02--icon__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 10px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-onayami-list-02--icon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}

.c-onayami-list-02--icon__img {
  max-width: 60px;
  margin-inline: auto;
}

.c-onayami-list-02--icon__text__lead {
  font-size: 13px;
  line-height: 1.3;
  color: #00789D;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .c-onayami-list-02--icon__text__lead {
    margin-top: 10px;
  }
}

.c-icon-attention {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 0;
}

.c-text-center-fit {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.c-text-center-fit.division-top-c-text-center-fit {
  margin-top: 40px;
}

.c-text-center-fit.division-bottom-c-text-center-fit {
  margin-bottom: 40px;
}

.c-text-center-fit.is-text-left {
  margin-left: 0;
}

.c-text-center-fit.is-text-right {
  margin-right: 0;
}

.c-block-01 {
  display: grid;
  gap: 0 40px;
}

.c-block-01.division-top-c-block-01 {
  margin-top: 70px;
}

@media print, screen and (max-width: 767px) {
  .c-block-01.division-top-c-block-01 {
    margin-top: 40px;
  }
}

.c-block-01.division-bottom-c-block-01 {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 767px) {
  .c-block-01.division-bottom-c-block-01 {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-block-01 {
    grid-template-columns: 1fr;
    grid-template-areas: "c-block-01-item1" "c-block-01-item2";
  }
}

@media print, screen and (min-width: 768px) {
  .c-block-01.is-image_template {
    grid-template-columns: auto 258px;
    grid-template-areas: "c-block-01-item1 ." "c-block-01-item2 c-block-01-item3";
  }
}

@media print, screen and (max-width: 767px) {
  .c-block-01__right {
    margin-top: 20px;
  }
}

.c-block-01--img {
  max-width: 258px;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .c-block-01-item1 {
    grid-area: c-block-01-item1;
  }
  .c-block-01-item2 {
    grid-area: c-block-01-item2;
  }
  .c-block-01-item3 {
    grid-area: c-block-01-item3;
  }
}

.c-list-number-01.division-top-c-list-number-01 {
  margin-top: 20px;
}

.c-list-number-01.division-bottom-c-list-number-01 {
  margin-bottom: 20px;
}

.c-list-number-01__list {
  counter-reset: number;
}

.c-list-number-01__list.division-top-c-list-number-01__list {
  margin-top: 20px;
}

.c-list-number-01__list.division-bottom-c-list-number-01__list {
  margin-bottom: 20px;
}

.c-list-number-01__item {
  padding-left: 25px;
  position: relative;
}

.c-list-number-01__item::before {
  content: counter(number) ".";
  counter-increment: number;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 8px;
  text-transform: uppercase;
  font-size: 16px;
}

.c-list-number-01__item.is-bold::before {
  font-weight: 600;
}

.c-list-number-01__item.is-text-color::before {
  color: #58595E;
}

.is-list-text {
  color: #58595E !important;
}

.is-list-text p {
  color: #58595E !important;
}

.c-list-text {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2;
}

.c-list-text.division-top-c-list-text {
  margin-top: 20px;
}

.c-list-text.division-bottom-c-list-text {
  margin-bottom: 20px;
}

.is-bold > .c-list-text {
  font-weight: 600;
}

.is-text-color .c-list-text {
  color: #58595E;
}

.c-list-dot-01.division-top-c-list-dot-01 {
  margin-top: 20px;
}

.c-list-dot-01.division-bottom-c-list-dot-01 {
  margin-bottom: 20px;
}

.c-list-dot-01__item {
  padding-left: 25px;
  position: relative;
}

.c-list-dot-01__item::before {
  content: "";
  left: 0;
  line-height: 1;
  position: absolute;
  top: 10px;
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_heading_dot_02.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
}

.c-list-dot-02__item {
  padding-left: 25px;
  position: relative;
}

.c-list-dot-02__item::before {
  content: "・";
  left: 0;
  line-height: 1;
  position: absolute;
  top: 10px;
  width: 12px;
  height: 14px;
}

.c-logo-01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.c-logo-01__list.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (max-width: 767px) {
  .c-logo-01__list {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.c-logo-01__item {
  width: calc(50% - 15px);
}

@media print, screen and (max-width: 767px) {
  .c-logo-01__item {
    width: 100%;
  }
}

.c-logo-01__link {
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 0px #AABEC4BF;
  box-shadow: 0px 2px 0px #AABEC4BF;
  border-radius: 10px;
  width: 100%;
  height: 90px;
  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;
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_blank_black.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 25px center;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.c-logo-01__link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_blank_pink.svg);
  background-size: 20px;
}

.c-logo-01__image {
  height: 40px;
  max-width: 100%;
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-logo-01__image {
    height: 30px;
    width: auto;
    max-width: 200px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-logo-01__image {
    height: 30px;
    width: auto;
    max-width: 200px;
  }
}

.c-download.division-top-c-download {
  margin-top: 40px;
}

.c-download.division-bottom-c-download {
  margin-bottom: 40px;
}

.c-download__inner {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.c-download-main {
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 10px;
  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;
  gap: 10px;
  width: 100%;
  height: 90px;
}

@media print, screen and (min-width: 1050px) {
  .c-download-main {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-download-main svg {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-download-main:hover {
    color: #B5007C;
    border: 1px solid #B5007C;
  }
  .c-download-main:hover svg {
    fill: #B5007C;
  }
}

@media print, screen and (max-width: 767px) {
  .c-download-main {
    height: 70px;
  }
}

.c-download__list {
  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;
  margin-top: 40px;
}

@media print, screen and (max-width: 767px) {
  .c-download__list {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
}

.c-download__item {
  width: 25%;
}

@media print, screen and (max-width: 767px) {
  .c-download__item {
    width: 35%;
  }
  .c-download__item .c-download__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.c-download__link {
  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;
  gap: 10px;
}

@media print, screen and (min-width: 1050px) {
  .c-download__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-download__link svg {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-download__link:hover {
    color: #B5007C;
  }
  .c-download__link:hover svg {
    fill: #B5007C;
  }
}

.c-icon-blocks {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (max-width: 767px) {
  .c-icon-blocks {
    grid-template-columns: 80px auto;
  }
}

.c-icon-blocks--icon__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-icon-blocks--icon__text__lead {
  font-size: 13px;
  line-height: 1.3;
  color: #00789D;
  text-align: center;
  white-space: nowrap;
}
.c-icon-blocks--icon__text__lead.is-normal{
  white-space: normal;
}

.c-icon-blocks__img {
  max-width: 60px;
  margin-inline: auto;
}

.c-icon-blocks__lead {
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0;
}

.c-tag-01 + .c-icon-blocks__lead {
  margin-top: 10px;
}

.table-product-assessment.division-top-table-product-assessment {
  margin-top: 40px;
}

.table-product-assessment.division-bottom-table-product-assessment {
  margin-bottom: 100px;
}

.table-assessment-img {
  max-width: 200px;
  margin: auto;
}

.table-assessment__link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 1050px) {
  .table-assessment__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .table-assessment__link:hover {
    color: #B5007C;
  }
  .table-assessment__link:hover .c-icon_arrow > span::after {
    border-top: 1px solid #B5007C;
    border-right: 1px solid #B5007C;
  }
}

.table-assessment--title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media print, screen and (min-width: 768px) {
  .c-table-swipe {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .c-table-swipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-table-swipe-icon {
    color: #000 !important;
    font-size: 14px !important;
    padding-left: 30px;
    line-height: 1;
    background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_swipe.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left 0 center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.natural p {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: initial;
  color: initial;
}

@media print, screen and (max-width: 767px) {
  .natural p {
    font-size: 16px;
  }
}

.natural a {
  color: #090909;
  font-family: initial;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  word-break: break-all;
  letter-spacing: .2em;
  letter-spacing: 0.05em;
  line-height: 2;
  text-decoration: underline;
}

@media print, screen and (max-width: 767px) {
  .natural a {
    font-size: 16px;
  }
}

.natural a:hover {
  color: #B5007C;
}

.natural a:not([class])::after {
  content: none;
}

.natural a[target="_blank"] {
  padding-right: 30px;
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_blank_black.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 3px center;
}

@media print, screen and (max-width: 767px) {
  .natural a[target="_blank"] {
    background-size: 16px;
    padding-right: 25px;
  }
}

.natural a[target="_blank"]:hover {
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/images/common/icon_blank_pink.svg);
  background-size: 20px;
}

@media print, screen and (max-width: 767px) {
  .natural a[target="_blank"]:hover {
    background-size: 16px;
  }
}

.natural.is-list-text {
  color: #58595E;
}

.cta-area__inner__text p {
  color: #ffffff;
}

.natural table {
  margin: 30px 0px;
  border: 1px solid #AABEC4;
}

.natural.is-sp-scroll table {
  margin-bottom: 0;
}

.natural table tbody tr:not(:last-child) {
  border-bottom: 1px solid #AABEC4;
}

.natural table tbody tr td {
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 2;
  color: #090909;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .natural table tbody tr td {
    font-size: 13px;
    padding: 9px 15px;
  }
}

.natural table tbody tr td:not(:last-child) {
  border-right: 1px solid #AABEC4;
}

.table-assessment__table {
  border: 1px solid #AABEC4;
}

@media screen and (max-width: 767px) {
  .table-assessment__table {
    width: 750px;
  }
}

.table-assessment__head__row__header {
  border-bottom: 1px solid #AABEC4;
}

.table-assessment__head__row__header.table__head__row__header--title {
  background-color: #ffffff;
}

.table-assessment__head__row__header {
  color: #090909;
  background-color: #F2F7F8;
  font-family: initial;
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 1.5;
  padding: 15px 15px;
  width: 200px;
  font-weight: 600;
}

@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: 13px;
    padding: 18px 15px;
    width: 130px;
  }
}

.table-assessment__head__row__header:not(:last-child) {
  border-right: 1px solid #AABEC4;
}

.table-assessment__body__row__header {
  border-right: 1px solid #AABEC4;
  color: #090909;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 2;
  padding: 16px 20px;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .table-assessment__body__row__header {
    font-size: 13px;
    padding: 9px 15px;
    width: 150px;
  }
}

.table-assessment__body__row:not(:last-child) {
  border-bottom: 1px solid #AABEC4;
}

.table-assessment__body__row__data {
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 2;
  color: #090909;
  font-family: initial;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .table-assessment__body__row__data.is-pc-vertical-top {
    vertical-align: top;
  }
  .table-assessment__body__row__data.is-pc-vertical-bottom {
    vertical-align: bottom;
  }
}

@media print, screen and (max-width: 767px) {
  .table-assessment__body__row__data.is-sp-vertical-top {
    vertical-align: top;
  }
  .table-assessment__body__row__data.is-sp-vertical-bottom {
    vertical-align: bottom;
  }
}

@media screen and (max-width: 767px) {
  .table-assessment__body__row__data {
    font-size: 16px;
    padding: 9px 15px;
  }
}

.table-assessment__body__row__data:not(:last-child) {
  border-right: 1px solid #AABEC4;
}

.table-assessment__body + .table-assessment__head {
  border-top: 1px solid #AABEC4;
}

.table-assessment__body__row.table-assessment__head {
  border-top: 1px solid #AABEC4;
  background-color: #F2F7F8;
  font-weight: 600;
}

.table-assessment__body__row .table-assessment__body__row__data.is-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .width-fit .table-assessment.js-table-scroll {
    margin-right: 0;
    overflow-x: unset;
  }
  .width-fit .table-assessment.js-table-scroll .table-assessment__table {
    width: 100%;
  }
}

/* ==========================================================================*/
.c-defalt-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-defalt-button .button--default a, .c-defalt-button .button--default button {
  border: 1px solid #AABEC4;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 260px;
  position: relative;
  text-transform: lowercase;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #fff;
  width: 260px;
}

.c-defalt-button .button--default a:before, .c-defalt-button .button--default button:before,
.c-defalt-button .button--default a:after, .c-defalt-button .button--default button:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 5px;
  left: -1px;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-defalt-button .button--default .button-inner:before {
  width: 63px;
  height: 1px;
  background-color: #000;
  top: 50%;
  right: -14px;
}

.c-defalt-button .button--default .button-inner:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #000;
  top: calc(50% - 3px);
  right: -21px;
}

/* page 固有*/
main.body-container-wrapper.body-container-wrapper--concept {
  line-height: 1.5;
}
.cta-area--repeat:nth-child(odd) {
    width: 100%;
    margin-left: 0;
}
/*# sourceMappingURL=module.css.map */

/* 追加 */
.c-shop-01__inner {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.c-shop-01__link {
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 0px #AABEC4BF;
  box-shadow: 0px 2px 0px #AABEC4BF;
  border-radius: 10px;
  width: 100%;
  height: 90px;
  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;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.c-shop-01__link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-shop-01__link {
  background-color: #fff;
  border-radius: 10px;
  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;
  gap: 10px;
  width: 100%;
  height: 90px;
}

@media print, screen and (min-width: 1050px) {
  .c-shop-01__link {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-shop-01__link svg {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .c-shop-01__link:hover {
    color: #B5007C;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .c-shop-01__link:hover svg {
    fill: #B5007C;
  }
}

@media print, screen and (max-width: 767px) {
  .c-shop-01__link {
    height: 70px;
  }
}

.l-purchase-section {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #F3F8F9;
  position: relative;
}

@media print, screen and (min-width: 1050px) {
  .l-purchase-section {
    padding: 90px 0 90px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .l-purchase-section {
    padding: 50px 0 50px;
  }
}

@media print, screen and (max-width: 767px) {
  .l-purchase-section {
    padding: 30px 0 30px;
  }
}

.l-purchase-section.division-top-buy {
  margin-top: 80px;
}

@media print, screen and (max-width: 767px) {
  .l-purchase-section.division-top-buy {
    margin-top: 50px;
  }
}

.l-purchase-section.division-bottom-buy {
  margin-bottom: 80px;
}

@media print, screen and (max-width: 767px) {
  .l-purchase-section.division-bottom-buy {
    margin-bottom: 50px;
  }
}

.l-purchase-section.division-top-c-purchase-30 {
  margin-top: 30px;
}

@media print, screen and (max-width: 767px) {
  .l-purchase-section.division-top-c-purchase-30 {
    margin-top: 20px;
  }
}

.l-purchase-section.division-top-c-purchase-60 {
  margin-top: 60px;
}

@media print, screen and (max-width: 767px) {
  .l-purchase-section.division-top-c-purchase-60 {
    margin-top: 30px;
  }
}

.l-purchase-section.division-top-c-purchase-80 {
  margin-top: 80px;
}

@media print, screen and (max-width: 767px) {
  .l-purchase-section.division-top-c-purchase-80 {
    margin-top: 50px;
  }
}

.l-purchase-section.division-top-c-purchase-100 {
  margin-top: 100px;
}

@media print, screen and (max-width: 767px) {
  .l-purchase-section.division-top-c-purchase-100 {
    margin-top: 70px;
  }
}

.l-purchase-section.division-bottom-c-purchase-30 {
  margin-bottom: 30px;
}

@media print, screen and (max-width: 767px) {
  .l-purchase-section.division-bottom-c-purchase-30 {
    margin-bottom: 20px;
  }
}

.l-purchase-section.division-bottom-c-purchase-60 {
  margin-bottom: 60px;
}

@media print, screen and (max-width: 767px) {
  .l-purchase-section.division-bottom-c-purchase-60 {
    margin-bottom: 30px;
  }
}

.l-purchase-section.division-bottom-c-purchase-80 {
  margin-bottom: 80px;
}

@media print, screen and (max-width: 767px) {
  .l-purchase-section.division-bottom-c-purchase-80 {
    margin-bottom: 50px;
  }
}

.l-purchase-section.division-bottom-c-purchase-100 {
  margin-bottom: 100px;
}

@media print, screen and (max-width: 767px) {
  .l-purchase-section.division-bottom-c-purchase-100 {
    margin-bottom: 70px;
  }
}

.c-purchase-01 .natural p {
  font-size: 14px;
}

.c-purchase-01__list {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.c-purchase-01__list.is-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-purchase-01__list.is-col1 .c-purchase-01__item {
  width: calc(50% - 15px);
}

@media print, screen and (max-width: 767px) {
  .c-purchase-01__list.is-col1 {
    display: grid;
  }
  .c-purchase-01__list.is-col1 .c-purchase-01__item {
    width: 100%;
  }
}


.c-purchase-01__list.is-col2 {
  grid-template-columns: repeat(2, 1fr);
}

@media print, screen and (max-width: 767px) {
  .c-purchase-01__list.is-col2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.c-purchase-01__list.is-col3 {
  grid-template-columns: repeat(3, 1fr);
}

@media print, screen and (min-width: 768px) and (max-width: 1049px) {
  .c-purchase-01__list.is-col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (max-width: 767px) {
  .c-purchase-01__list.is-col3 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-purchase-01__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media print, screen and (max-width: 767px) {
  .c-purchase-01__item {
    width: 100%;
  }
}

.c-purchase-01__link {
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 0px #AABEC4BF;
  box-shadow: 0px 2px 0px #AABEC4BF;
  border-radius: 10px;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMCkiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0uNTU0LDE2LjA2M0EuNTUzLjU1MywwLDAsMSwwLDE1LjUwOVYxMS4wNzhhLjU1NC41NTQsMCwwLDEsMS4xMDcsMFYxNUgxMy4yOTJWMTEuMTIzYS41NTUuNTU1LDAsMCwxLDEuMTA3LS4wNDV2NC40MzJhLjU1My41NTMsMCwwLDEtLjU1NC41NTRaTTMuMzc2LDYuMTE2SDYuNjQ2Vi41NTRhLjU1NC41NTQsMCwwLDEsMS4xMDcsMFY2LjA5M2MwLC4wMDgsMCwuMDE2LDAsLjAyM2gzLjM3OUw3LjE3NywxMS42NTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjMwMSAxLjcxOCkiLz48L2c+PC9zdmc+");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 25px center;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  padding-left: 1.25rem;
  padding-right: 3.5rem;
}

.c-purchase-01__link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9InJnYmEoMTgxLDEsMTI0LDEpIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNLjU1NCwxNi4wNjNBLjU1My41NTMsMCwwLDEsMCwxNS41MDlWMTEuMDc4YS41NTQuNTU0LDAsMCwxLDEuMTA3LDBWMTVIMTMuMjkyVjExLjEyM2EuNTU1LjU1NSwwLDAsMSwxLjEwNy0uMDQ1djQuNDMyYS41NTMuNTUzLDAsMCwxLS41NTQuNTU0Wk0zLjM3Niw2LjExNkg2LjY0NlYuNTU0YS41NTQuNTU0LDAsMCwxLDEuMTA3LDBWNi4wOTNjMCwuMDA4LDAsLjAxNiwwLC4wMjNoMy4zNzlMNy4xNzcsMTEuNjUzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4zMDEgMS43MTgpIiBzdHlsZT0iZmlsbDpyZ2IoMTgxLDEsMTI0KTsiLz48L2c+PC9zdmc+");
  background-size: 20px;
}

.c-purchase-01__text {
  line-height: 1.35;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC40NTMiIGhlaWdodD0iMTAuNTgxIiB2aWV3Qm94PSIwIDAgMTQuNDUzIDEwLjU4MSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjAwOCAtMTAuNTEyKSI+PHBhdGggZD0iTTMyLjE1NywzOS45ODVjLS4wMjEsMC0uMDQyLDAtLjA2MywwYS43NTMuNzUzLDAsMCwxLS41NTYtLjMyMmwtNC4wNzItNC44ODJhLjc1My43NTMsMCwwLDEsMS4yMzgtLjg1OGwzLjU1Myw0LjEzLDcuMjM2LTcuNDE5YS43NTMuNzUzLDAsMSwxLDEuMDc5LDEuMDUxTDMyLjcsMzkuNzU4YS43NTEuNzUxLDAsMCwxLS41MzkuMjI3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQuODI0IC0xOS4zOTIpIiBmaWxsPSIjMDA4YWI0Ii8+PHBhdGggZD0iTTMyLjE1Nyw0MC40ODVjLS4wMzksMC0uMDc1LDAtLjEwOSwwYTEuMjQ5LDEuMjQ5LDAsMCwxLS45MDctLjUxNWwtNC4wODctNC45QTEuMjUzLDEuMjUzLDAsMCwxLDI5LjEsMzMuNjEybDMuMTgyLDMuNyw2Ljg1NS03LjAyOWExLjI1MywxLjI1MywwLDEsMSwxLjc5NCwxLjc1bC03Ljg3NCw4LjA3NEExLjI1OCwxLjI1OCwwLDAsMSwzMi4xNTcsNDAuNDg1Wm0tNC4yODktNiw0LjA4MSw0LjlhLjI1Mi4yNTIsMCwwLDAsLjE4Ny4xMDhoLjAyMWEuMjUzLjI1MywwLDAsMCwuMTgtLjA3Nmw3Ljg3Ni04LjA3NWEuMjUuMjUsMCwwLDAsLjA3Mi0uMTc5LjI1NS4yNTUsMCwwLDAtLjI1My0uMjUxLjI1LjI1LDAsMCwwLS4xOC4wNzZsLTcuNjE4LDcuODExLTMuOTI2LTQuNTY0LS4wMTUtLjAyMmEuMjUzLjI1MywwLDAsMC0uMjA4LS4xMDkuMjQ4LjI0OCwwLDAsMC0uMTQzLjA0NUEuMjU0LjI1NCwwLDAsMCwyNy44NjgsMzQuNDgxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0LjgyNCAtMTkuMzkyKSIgZmlsbD0iIzAwOGFiNCIvPjwvZz48L3N2Zz4=");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left 0 center;
  padding-left: 30px;
  font-size: 18px;
  word-break: auto-phrase;
}