@charset "UTF-8";
/* ---------- setting ---------- ---------- */
@media print, screen and (min-width: 768px) {
  .mod-hover {
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-hover:hover {
    filter: brightness(1.1);
  }
  .mod-grad-bg {
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
  }
  .mod-grad-bg2 {
    background: linear-gradient(90deg, #fff 0%, #F7EB8C 100%);
  }
  .mod-grad-text {
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mod-index-common-title.is-wh h2 {
    color: #fff;
  }
  .mod-index-common-title h2 {
    display: inline-block;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 111.52px */
    letter-spacing: 3.68px;
  }
  ._debug {
    font-size: 10px;
    border: 1px solid #000;
  }
  /* ----------------------------------------------------------
  block-index-main
  ---------------------------------------------------------- */
  .block-index-main {
    position: relative;
  }
  .block-index-main img {
    width: 100%;
  }
  .block-index-main ._t2 {
    position: absolute;
    top: 74.83%;
    left: 29.79%;
    width: 70.21%;
    height: 17.11%;
  }
  .block-index-main ._t1 {
    position: absolute;
    top: 53.85%;
    left: 0%;
    width: 50.26%;
    height: 17.11%;
  }
  /* ----------------------------------------------------------
  block-index-message
  ---------------------------------------------------------- */
  .block-index-message {
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 80px 0px;
  }
  .block-index-message img {
    width: 100%;
  }
  .block-index-message .block-inner {
    position: relative;
    height: 586px;
  }
  .block-index-message ._t1 {
    position: absolute;
    top: 101px;
    left: 444px;
    width: 585px;
    height: 212px;
  }
  .block-index-message ._texts {
    position: absolute;
    top: 358px;
    left: 444px;
    width: 585px;
    height: 212px;
  }
  .block-index-message ._p1 {
    position: absolute;
    top: 37px;
    left: -50px;
    width: 474px;
    height: 746px;
  }
  .block-index-message ._texts {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.5px;
  }
  /* ----------------------------------------------------------
  block-index-intro
  ---------------------------------------------------------- */
  .block-index-intro .block-inner {
    padding: 80px 0 112px 0;
  }
  .block-index-intro ._row-body {
    margin-top: 56px;
  }
  .mod-index-intro-title h2 {
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.2px;
  }
  .mod-index-intro-title h2 span {
    display: inline-block;
    margin: 4px;
  }
  .mod-index-intro-title h2 ._t1 {
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mod-index-intro-title h2 ._t2 {
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.5px;
  }
  .mod-index-intro-title h2 ._t2 b {
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    -webkit-text-fill-color: #fff;
    padding: 0 8px;
  }
  .mod-index-intro-cols {
    display: flex;
    /* gap: 32px; */
    gap: 54px;
    align-items: center;
  }
  .mod-index-intro-cols img {
    width: 100%;
  }
  .mod-index-intro-cols ._col-image {
    width: 504px;
  }
  .mod-index-intro-cols ._col-texts {
    flex: 1;
  }
  .mod-index-intro-cols ._col-texts p {
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 220%; /* 35px */
    letter-spacing: 1.3px;
  }
  .mod-index-intro-cols ._col-texts p b {
    color: #FF1A1A;
  }
  /* ----------------------------------------------------------
  block-index-voice
  ---------------------------------------------------------- */
  .block-index-voice-bg {
    border-radius: 0px 0px 80px 0px;
  }
  .block-index-voice {
    padding: 88px 0 48px;
  }
  .block-index-voice ._row-body {
    margin-top: 72px;
  }
  .block-index-voice ._row-post {
    margin-top: 64px;
  }
  .mod-index-voice-title h2 {
    text-align: center;
  }
  .mod-index-voice-title h2 span {
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 58.4px */
    letter-spacing: 2.2px;
  }
  .mod-index-voice-title h2 b {
    stroke-width: 8px;
    border-bottom: 8px solid #F7EB8C;
  }
  .mod-index-voice-item {
    width: 564px;
    min-height: 300px;
    background-color: #fff;
    padding: 8px;
    text-align: center;
  }
  .mod-index-voice-item._real{
    background-color: #F7EB8C;
  }
  .mod-index-voice-item ._item-title {
    display: inline-block;
    padding: 16px 0 24px 0;
    text-align: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 46.6px */
    letter-spacing: 1.6px;
  }
  .mod-index-voice-item ._item-texts {
    text-align: left;
    padding: 32px 24px 24px 24px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #CBFBFA;
  }
  .mod-index-voices {
    display: flex;
    justify-content: space-between;
    gap: 32px 32px;
    flex-wrap: wrap;
  }
  .mod-index-voice {
    position: relative;
    width: 232px;
    min-height: 142px;
    background-color: #D1F6B2;
    padding: 32px 24px 24px 24px;
    color: #181818;
    font-family: "Istok Web";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.4px */
  }
  .mod-index-voice:after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 40px;
    right: 40px;
    height: 18px;
    flex-shrink: 0;
    background: rgba(129, 213, 59, 0.8);
  }
  .mod-index-voice.is-col-1 {
    background: F7EB8C;
  }
  .mod-index-voice.is-col-1:after {
    background: rgba(222, 201, 42, 0.8);
  }
  .mod-index-voice.is-col-2 {
    background: #FECFFE;
  }
  .mod-index-voice.is-col-2:after {
    background: rgba(236, 108, 236, 0.8);
  }
  /* ----------------------------------------------------------
  block-index-pledge
  ---------------------------------------------------------- */
  .block-index-voice-post {
    padding: 48px 0 116px 0;
  }
  .block-index-voice-post.is-form {
    padding: 48px 0 48px 0;
  }
  .block-index-voice-post ._row-body {
    margin: 0 auto;
    width: 624px;
    margin-top: 48px;
  }
  .block-index-voice-post ._note {
    margin-top: 40px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4px;
  }
  .mod-index-voice-post-title {
    text-align: center;
  }
  .mod-index-voice-post-title h2 {
    display: inline-block;
    background-color: #fff;
    padding: 4px 8px;
    text-align: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 46.6px */
    letter-spacing: 1.6px;
  }
  /* ----------------------------------------------------------
  block-index-pledge
  ---------------------------------------------------------- */
  .block-index-pledge {
    background-color: #fff;
    border-radius: 0 0 0 80px;
    padding: 100px 30px 120px 30px;
  }
  .block-index-pledge img {
    width: 100%;
  }
  .block-index-pledge ._row-body {
    margin-top: 48px;
  }
  .mod-index-pledge-tabs ._tab-menu {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .mod-index-pledge-tabs ._tab-body {
    padding: 88px 0 104px 0;
  }
  .mod-index-pledge-tab {
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    flex: 1;
  }
  .mod-index-pledge-tab:hover {
    filter: brightness(1.1);
  }
  .mod-index-pledge-tab.is-2 ._in {
    border-color: #08BFBE;
  }
  .mod-index-pledge-tab.is-2:before {
    background-color: #08BFBE;
  }
  .mod-index-pledge-tab.is-2.js-current ._in {
    background-color: #08BFBE;
  }
  .mod-index-pledge-tab.is-3 ._in {
    border-color: #00A0E9;
  }
  .mod-index-pledge-tab.is-3:before {
    background-color: #00A0E9;
  }
  .mod-index-pledge-tab.is-3.js-current ._in {
    background-color: #00A0E9;
  }
  .mod-index-pledge-tab ._in {
    position: relative;
    background-color: #fff;
    padding: 21px 0;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    border-radius: 16px 0 0 0;
    border-bottom: 4px solid #00A95F;
  }
  .mod-index-pledge-tab:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 32px;
    height: 32px;
    background-color: #00A95F;
    border-radius: 50%;
  }
  .mod-index-pledge-tab.js-current ._in {
    background-color: #00A95F;
    color: #fff;
  }
  .mod-index-pledge-tab.js-current:before {
    z-index: 10;
    width: 48px;
    height: 48px;
    background-image: url(/common/images/icon/arrow_bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
  }
  .mod-index-pledge-tab ._no {
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 73px */
  }
  .mod-index-pledge-tab ._text {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
  }
  .mod-index-pledge-body ._title {
    text-align: center;
  }
  .mod-index-pledge-body ._title h3 {
    display: inline-block;
    text-align: center;
    font-family: "Istok Web";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 75.3px */
    letter-spacing: 2.5px;
  }
  .mod-index-pledge-body ._title h3 span {
    font-size: 48px;
  }
  .mod-index-pledge-body ._body {
    margin-top: 56px;
    display: flex;
    gap: 64px;
    flex-direction: column;
  }
  .mod-index-pledge-body ._cols {
    display: flex;
    gap: 32px;
    align-items: center;
  }
  .mod-index-pledge-body ._cols img {
    width: 100%;
  }
  .mod-index-pledge-body ._cols.is-r {
    flex-direction: row-reverse;
  }
  .mod-index-pledge-body ._cols ._col-image {
    width: 467px;
  }
  .mod-index-pledge-body ._cols ._col-texts {
    flex: 1;
    text-align: center;
  }
  .mod-index-pledge-body ._cols ._icon {
    width: 176px;
    margin: 0 auto;
  }
  .mod-index-pledge-body ._cols h4 {
    margin-top: 8px;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 220%; /* 62px */
    letter-spacing: 1.6px;
  }
  .mod-index-pledge-body ._cols p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 220%;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 30px;
  }
  .mod-index-pledge-body {
    position: relative;
  }
  .mod-index-pledge-body ._prev,
  .mod-index-pledge-body ._next {
    position: absolute;
    top: 240px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-index-pledge-body ._prev.is-1,
  .mod-index-pledge-body ._next.is-1 {
    background: #00A95F;
  }
  .mod-index-pledge-body ._prev.is-2,
  .mod-index-pledge-body ._next.is-2 {
    background: #08BFBE;
  }
  .mod-index-pledge-body ._prev.is-3,
  .mod-index-pledge-body ._next.is-3 {
    background: #00A0E9;
  }
  .mod-index-pledge-body ._prev ._no,
  .mod-index-pledge-body ._next ._no {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
  }
  .mod-index-pledge-body ._prev ._arrow,
  .mod-index-pledge-body ._next ._arrow {
    display: block;
    background: url(/common/images/icon/arrow_next_wh.png) left top no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
  }
  .mod-index-pledge-body ._prev:hover,
  .mod-index-pledge-body ._next:hover {
    filter: brightness(1.1);
  }
  .mod-index-pledge-body ._next {
    right: -120px;
  }
  .mod-index-pledge-body ._prev {
    left: -120px;
  }
  .mod-index-pledge-body ._prev ._arrow {
    transform: rotate(180deg);
  }
  .mod-index-pledge-body ._cols ._col-texts a {
    display: inline-block;
    background-color: #00b050;
    border: none;
    padding: 22px 96px 22px 74px;
    color: #FFF;
    border-radius: 40px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.36px;
    background-image: url(../images/icon/arrow_more2.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 36px;
  }
  ._col-texts > div {
	display: flex;
	gap: 20px;
  margin-top: 20px;
}
  .mod-index-pledge-body ._cols ._col-texts > div a {
	width: 50%;
	padding: 22px 90px 22px 65px;
}
  /* ----------------------------------------------------------
  block-index-policy
  ---------------------------------------------------------- */
  .block-index-policy {
    position: relative;
    border-radius: 0 0 80px 0;
    padding: 100px 30px 96px 30px;
  }
  .block-index-policy img {
    width: 100%;
  }
  .block-index-policy ._row-lead {
    margin-top: 64px;
  }
  .block-index-policy ._row-body {
    margin-top: 72px;
  }
  .mod-index-policy-tabs ._tab-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 4px;
    height: 107px;
  }
  .mod-index-policy-tabs ._tab-menu > * {
    flex: 1;
  }
  .mod-index-policy-tabs ._tab-body {
    background-color: #fff;
    padding: 16px 56px 32px 56px;
    border-radius: 0 0 48px 0;
  }
  .mod-index-policy-tab {
    position: relative;
    color: #FFF;
    text-align: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 43.2px */
    letter-spacing: 1.6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-radius: 24px 24px 0 0;
    padding: 20px 0;
    transition-duration: 0.2s;
    background: #01A0E7;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-index-policy-tab.js-current {
    padding: 32px 0 44px 0;
    background-color: #fff;
    color: #00A95F;
    font-size: 29px;
    position: relative;
  }
  .mod-index-policy-tab.js-current:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 16px;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #00A95F;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .mod-index-policy-tab:hover {
    filter: brightness(1.1);
  }
  .mod-index-policy-item {
    padding: 24px 0 40px 0;
  }
  .mod-index-policy-item + .mod-index-policy-item {
    border-top: 1px solid #D9D9D9;
  }
  .mod-index-policy-item h4 {
    color: #13281f;
    font-family: "Istok Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 220%; /* 61.5px */
    letter-spacing: 1.3px;
  }
  .mod-index-policy-item p {
    color: #181818;
    font-family: "Istok Web";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 22px */
  }
  .mod-index-policy-item ._btns {
    margin-top: 24px;
    display: flex;
    gap: 4px;
  }
  .mod-index-policy-item ._btn {
    width: 132px;
  }
  .mod-index-policy-item ._rated-message {
    background-color: #fee;
    margin-top: 16px;
    padding: 16px;
    font-size: 13px;
    font-weight: bold;
  }
  .mod-index-policy-item ._rated-message.is-bad {
    background-color: rgb(238, 233, 255);
  }
  .mod-index-policy-item ._feedback-msg {
    background-color: #fee;
    margin-top: 16px;
    padding: 16px;
    font-size: 13px;
    font-weight: bold;
  }
  .mod-index-policy-item ._feedback-msg.is-bad {
    background-color: rgb(238, 233, 255);
  }

  .think_tab .mod-index-policy-tab{
    font-size: 18px;
  }
  .think_tab .mod-index-policy-tabs ._tab-body{
    padding: 32px 42px 34px;
  }
  .think_tab .policy-title{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .think_tab .policy-title div{
    font-size: 26px;
    font-weight: bold;
    color: #0BA95F;
  }
  .think_tab .policy-title ._label{
    background: #0BA95F;
    color: #fff;
    font-size: 24px;
    border-radius: 8px;
    padding: 12px 15px;
    display: inline-block;
    margin-right: 12px;
  }
  .think_tab .policy-list{
    margin-bottom: 35px;
    position: relative;
  }
  .think_tab .policy-list li {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
    padding-left: 12px;
    line-height: 1.6;
  }
  .think_tab .policy-list li:before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #0BA95F;
    position: absolute;
    top: 0.7em;
    left: 0;
  }
  .think_tab .policy-txt p{
    text-align: center;
    line-height: 1.8;
  }
  .think_tab .policy-txt p span{
    position: relative;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 7px;
  }
  .think_tab .policy-txt p span:before{
    content: "";
    background: #F7EB8C;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .think_tab .policy-txt p span._small {
	color: #000;
	background: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
}
.think_tab .policy-txt p span._small:before{
  content: none;
}
  /* ----------------------------------------------------------
  block-index-activity
  ---------------------------------------------------------- */
  .block-index-activity {
    position: relative;
    border-radius: 0 0 0 80px;
    padding: 92px 0 16px 0;
  }
  .block-index-activity img {
    width: 100%;
  }
  .block-index-activity ._row-header {
    padding: 0 30px;
  }
  .block-index-activity ._row-body {
    margin-top: 48px;
  }
  a.mod-index-activity-item {
    cursor: pointer;
    transition-duration: 0.2s;
  }
  a.mod-index-activity-item:hover {
    filter: brightness(1.1);
  }
  .mod-index-activity-item {
    margin: 0 16px 0 0;
    width: 356px;
  }
  .mod-index-activity-item ._item-image {
    position: relative;
  }
  .mod-index-activity-item ._item-image img {
    width: 100%;
  }
  .mod-index-activity-item ._more {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .mod-index-activity-item ._item-texts {
    margin-top: 16px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
  .mod-index-activity-item ._item-texts ._date {
    display: flex;
    padding: 7px 13px 6px 13px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 2px solid #01A0E7;
    color: #00A0E9;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.6px;
  }
  .mod-index-activity-item ._item-texts ._doc {
    flex: 1;
    color: #181818;
    font-family: "Istok Web";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 14px */
    letter-spacing: 0.6px;
  }
  /* ----------------------------------------------------------
  block-index-youtube
  ---------------------------------------------------------- */
  .block-index-youtube {
    position: relative;
    border-radius: 0 0 0 80px;
    padding: 40px 0 88px 0;
    background-color: #fff;
  }
  .block-index-youtube img {
    width: 100%;
  }
  .block-index-youtube ._inner {
    max-width: 864px;
    margin: 0 auto;
  }
  .block-index-youtube ._row-header {
    padding: 0 30px;
  }
  .block-index-youtube ._row-body {
    margin-top: 16px;
  }
  .mod-index-youtube-tabs ._tab-menu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 102px;
    gap: 4px;
  }
  .mod-index-youtube-tabs ._tab-menu > * {
    width: 250px;
  }
  .mod-index-youtube-tabs ._tab-body {
    background-color: #01A0E7;
    padding: 48px 0 96px;
    height: 800px;
    overflow: hidden;
  }
  .mod-index-youtube-tab {
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    color: #01A0E7;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.5px */
    letter-spacing: 1.3px;
    padding: 24px 0px;
    border-radius: 24px 24px 0px 0px;
    background: rgba(1, 160, 231, 0.3);
  }
  .mod-index-youtube-tab:hover {
    filter: brightness(1.1);
  }
  .mod-index-youtube-tab.js-current {
    background: #01A0E7;
    padding: 24px 0px 44px 0px;
    color: #fff;
    font-size: 29px;
    position: relative;
  }
  .mod-index-youtube-tab.js-current:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 16px;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .mod-index-youtube-items {
    position: relative;
  }
  .mod-index-youtube-item {
    width: 272px !important;
  }
  .mod-index-youtube-item ._item-image {
    height: 483px;
    background-color: #333;
  }
  .mod-index-youtube-item ._item-texts {
    padding: 24px;
    background-color: #fff;
    flex: 1;
    line-height: 1.8;
    color: #181818;
  }
  .mod-index-youtube-item ._item-texts ._date {
    display: inline-flex;
    padding: 0 13px 0 13px;
    justify-content: center;
    align-items: center;
    border-radius: 799px;
    border: 2px solid #01A0E7;
    color: #00A0E9;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.6px;
  }
  .mod-index-youtube-item ._item-texts ._title {
    margin-top: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.6px */
    letter-spacing: 0.7px;
  }
  .mod-index-youtube-item ._item-texts ._doc {
    margin-top: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19px */
    letter-spacing: 0.6px;
  }
  /* ----------------------------------------------------------
  block-index-schedule
  ---------------------------------------------------------- */
  .block-index-schedule {
    position: relative;
    border-radius: 0 0 80px 0;
    padding: 100px 0 104px 0;
  }
  .block-index-schedule img {
    width: 100%;
  }
  .block-index-schedule ._row-header {
    padding-left: 30px;
  }
  .block-index-schedule ._row-body {
    margin-top: 72px;
  }
  a.mod-index-schedule-item {
    display: block;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  a.mod-index-schedule-item:hover {
    filter: brightness(1.1);
  }
  .mod-index-schedule-item {
    width: 214px;
    margin: 0 16px 0 0;
  }
  .mod-index-schedule-item ._item-image {
    position: relative;
  }
  .mod-index-schedule-item ._item-image img {
    width: 100%;
  }
  .mod-index-schedule-item ._item-image ._new {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px;
    flex-shrink: 0;
    color: #00A0E9;
    border-radius: 0px 0px 0px 16px;
    background: #FFF;
    font-family: "Istok Web";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 87%; /* 20.70px */
    font-weight: bold;
    letter-spacing: 1.2px;
  }
  .mod-index-schedule-item ._item-texts {
    margin-top: 16px;
    color: #FFF;
  }
  .mod-index-schedule-item ._item-texts ._dates {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
  }
  .mod-index-schedule-item ._item-texts ._dates ._new {
    display: inline-flex;
    padding: 7px 11px;
    color: #00A0E9;
    background-color: #fff;
    border-radius: 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 87%; /* 15.53px */
    letter-spacing: 0.7px;
  }
  .mod-index-schedule-item ._item-texts ._dates ._date {
    flex: 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.5px */
    letter-spacing: 0.7px;
  }
  .mod-index-schedule-item ._item-texts ._doc {
    margin-top: 8px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.5px */
    letter-spacing: 0.6px;
  }
  /* ----------------------------------------------------------
  block-index-report
  ---------------------------------------------------------- */
  .block-index-report {
    position: relative;
    border-radius: 0 0 0 80px;
    background-color: #fff;
    padding: 100px 30px 104px 30px;
  }
  .block-index-report img {
    width: 100%;
  }
  .block-index-report ._row-header.is-2 {
    margin-top: 64px;
  }
  .block-index-report ._row-body {
    margin-top: 64px;
  }
  .block-index-report ._row-btns {
    margin-top: 88px;
    text-align: center;
  }
  .mod-index-report-items {
    display: flex;
    gap: 32px;
  }
  .mod-index-report-item {
    display: block;
    width: 227px;
  }
  .mod-index-report-item ._item-new {
    height: 48px;
  }
  .mod-index-report-item ._new {
    padding: 8px;
    border-radius: 40px;
    color: #FFF;
    text-align: center;
    font-family: "Istok Web";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.6px */
    letter-spacing: 1.2px;
  }
  .mod-index-report-item ._item-image {
    position: relative;
  }
  .mod-index-report-item ._item-image img {
    width: 100%;
  }
  .mod-index-report-item ._item-texts {
    margin-top: 16px;
  }
  .mod-index-report-item ._item-texts ._date {
    display: inline-flex;
    padding: 0 13px 0 13px;
    justify-content: center;
    align-items: center;
    border-radius: 799px;
    border: 2px solid #01A0E7;
    color: #00A0E9;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.6px;
  }
  .mod-index-report-item ._item-texts ._doc {
    margin-top: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.6px */
    letter-spacing: 0.7px;
    display: -webkit-box;
    /* autoprefixer:off */
    -webkit-box-orient: vertical;
    /* autoprefixer:on */
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .mod-index-report-item ._item-texts ._btn {
    margin-top: 16px;
  }
  /* ----------------------------------------------------------
  block-index-profile
  ---------------------------------------------------------- */
  .block-index-profile {
    position: relative;
    border-radius: 0 0 80px 0;
    padding: 100px 30px 88px 30px;
    background-image: url(../../images/index/profile/p1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .block-index-profile img {
    width: 100%;
  }
  .block-index-profile ._row-body {
    margin-top: 64px;
  }
  .mod-index-profile {
    color: #fff;
  }
  .mod-index-profile ._name {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2.5px;
  }
  .mod-index-profile ._name span {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 1.3px;
  }
  .mod-index-profile ._place {
    margin-top: 16px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2.13px;
    line-height: 1.75;
  }
  .mod-index-profile ._list {
    margin-top: 24px;
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
  .mod-index-profile dl dt {
    margin: 0;
    display: inline-flex;
    padding: 8px 26px 8px 26px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 799px;
    border: 2px solid #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.5px;
  }
  .mod-index-profile dl dd {
    margin: 0;
    margin-top: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 1.35px;
  }
  .mod-index-profile dd._line{
    position: relative;
    width: 420px;
    text-align: center;
  }
  .mod-index-profile dd._line:before{
    content: "";
    width: 28%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .mod-index-profile dd._line:after{
    content: "";
    width: 28%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .mod-index-profile dl dd .btn {
  display: inline-block;
  cursor: pointer;
    border: none;
  background: none;
  width: 80px;
}
.mod-index-profile dl dd ._modal {
  inset: 0;
  border: none;
  background: transparent;
  overflow: visible;
  padding-right: calc(100vw - 70%);
}

.mod-index-profile dl dd .modal__inner{
  width: 592px;
  border: 2px solid #fff;
  border-radius: 24px;
  background: #fff;
}

.mod-index-profile dl dd .modal__inner ._index{
  content: "";
  width: 46px;
  height: 53.3px;
  background: #FFFFFF;
  clip-path: polygon(0% 0%, 0% 60%, 100% 100%);
  position: absolute;
  top: 50%;
  left: 606px;
  transform: translateY(-50%) scale(1,-1);
}

.mod-index-profile dl dd .modal-close {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	border: none;
	background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.mod-index-profile dl dd .modal__inner .modal-close {
	width: 100px;
	background: none;
	height: 40px;
	z-index: 1;
	position: absolute;
	top: -20px;
  background:none;
}

.mod-index-profile dl dd .modal-close .close-btn{
  content: "閉じる ×";
	background: #fff;
	border-radius: 999px;
	color: #01A0E8;
    display: inline-block;
	padding: 10px 0;
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 13px;
	font-weight: bold;
  cursor: pointer;
  width: 100px;
  margin: 0 auto;
}

.mod-index-profile dl dd .modal__title {
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    font-size: 29px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    padding: 27px 42px 22px;
    border-radius: 24px 24px 0 0;
    display: flex;
    align-items: center;
}

.mod-index-profile dl dd .modal__title span {
	background: #fff;
	color: #0BA95F;
	font-size: 1em;
	border-radius: 8px;
	padding: 0.5em;
	margin-right: 12px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.mod-index-profile dl dd .modal__text{
    padding: 25px 42px 31px;
}

.mod-index-profile dl dd .policy-list{
    margin-bottom: 35px;
  }
  .mod-index-profile dl dd .policy-list li {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
    padding-left: 12px;
    line-height: 1.6;
  }
  .mod-index-profile dl dd .policy-list li:before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #0BA95F;
    position: absolute;
    top: 0.7em;
    left: 0;
  }
  .mod-index-profile dl dd .policy-txt p{
    text-align: center;
    line-height: 1.8;
  }
  .mod-index-profile dl dd .policy-txt p span{
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 7px;
  }
  .mod-index-profile dl dd .policy-txt p span:before{
    content: "";
    background: #F7EB8C;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .mod-index-profile dl dd .policy-txt p span._small {
	color: #000;
	background: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1em;
}
.mod-index-profile dl dd .policy-txt p span._small:before{
  content: none;
}
  /* ----------------------------------------------------------
  block-index-sns
  ---------------------------------------------------------- */
  .block-index-sns {
    position: relative;
    border-radius: 0 0 0 80px;
    padding: 100px 30px 120px 30px;
  }
  .block-index-sns img {
    width: 100%;
  }
  .block-index-sns ._row-body {
    width: 800px;
    margin: 0 auto;
    margin-top: 72px;
  }
  .block-index-sns ._row-btns {
    margin-top: 72px;
    text-align: center;
  }
  .block-index-sns ._row-extra {
    margin-top: 104px;
    display: flex;
    justify-content: space-between;
  }
  .mod-index-sns-extra {
    width: 464px;
    height: 275px;
    padding: 40px 0px;
    border-radius: 80px 0px;
    background: #E6F7EF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mod-index-sns-extra.is-insta {
    background: #E6F6FD;
  }
  .mod-index-sns-extra.is-insta ._text {
    color: #02A1E8;
  }
  .mod-index-sns-extra ._in {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .mod-index-sns-extra ._row {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    height: 80px;
  }
  .mod-index-sns-extra ._icon {
    width: 72px;
  }
  .mod-index-sns-extra ._text {
    flex: 1;
    color: #0BA95F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    letter-spacing: 1.2px;
  }
  /* ----------------------------------------------------------
  index button styles
  ---------------------------------------------------------- */
  /* More button */
  .mod-btn-more {
    display: flex;
    width: 180px;
    height: 38px;
    padding: 0px 51px 0 28px;
    border-radius: 24px 0px 0px 0px;
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-more:hover {
    filter: brightness(1.1);
  }
  .mod-btn-more:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(/common/images/icon/arrow_more.png) left top no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
  }
  /* Report buttons */
  .mod-btn-report {
    position: relative;
    display: block;
    padding: 16px 32px 16px 0;
    border-radius: 40px;
    background: #0BA95F;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-report:hover {
    filter: brightness(1.1);
  }
  .mod-btn-report:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
    background: url(/common/images/icon/arrow_more2.png) left top no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
  }
  .mod-btn-report2 {
    position: relative;
    display: inline-block;
    padding: 28px 80px 28px 48px;
    border-radius: 40px;
    background: #00A0E9;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-report2:hover {
    filter: brightness(1.1);
  }
  .mod-btn-report2:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    background: url(/common/images/icon/arrow_more.png) left top no-repeat;
    background-size: contain;
    width: 52px;
    height: 52px;
  }
  /* Social media buttons */
  .mod-btn-youtube {
    position: relative;
    display: inline-block;
    padding: 32px 80px 32px 48px;
    border-radius: 40px;
    background: #08BFBE;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-youtube:hover {
    filter: brightness(1.1);
  }
  .mod-btn-youtube:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    background: url(/common/images/icon/arrow_more3.png) left top no-repeat;
    background-size: contain;
    width: 52px;
    height: 52px;
  }
  .mod-btn-x,
  .mod-btn-insta {
    position: relative;
    display: block;
    padding: 29px 80px 29px 48px;
    border-radius: 40px;
    background: #0BA95F;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-x:hover,
  .mod-btn-insta:hover {
    filter: brightness(1.1);
  }
  .mod-btn-x:after,
  .mod-btn-insta:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    background: url(/common/images/icon/arrow_more2.png) left top no-repeat;
    background-size: contain;
    width: 52px;
    height: 52px;
  }
  .mod-btn-insta {
    background: #00A0E9;
  }
  .mod-btn-insta:after {
    background-image: url(/common/images/icon/arrow_more.png);
  }
  /* Footer buttons */
  .mod-btn-footer {
    width: 428px;
    position: relative;
    display: block;
    padding: 29px 96px 29px 48px;
    border-radius: 40px;
    background: #fff;
    color: #0BA95F;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-footer:hover {
    filter: brightness(1.1);
  }
  .mod-btn-footer.is-support {
    color: #00A0E9;
  }
  .mod-btn-footer.is-support:after {
    background-image: url(/common/images/icon/arrow_more_r.png);
  }
  .mod-btn-footer:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    background: url(/common/images/icon/arrow_more_r2.png) left top no-repeat;
    background-size: contain;
    width: 52px;
    height: 52px;
  }
  .mod-index-voice-form {
    position: relative;
    background-color: #fff;
    padding: 32px 24px;
  }
  .mod-index-voice-form:after {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 200px;
    right: 200px;
    height: 36px;
    background: rgba(106, 245, 184, 0.7);
  }
  .mod-index-voice-form .form-group-wrap {
    display: flex;
    gap: 32px;
    flex-direction: column;
  }
  .mod-index-voice-form .form-group.is-center {
    text-align: center;
  }
  .mod-index-voice-form .form-header {
    background-color: #00b050;
    color: white;
    padding: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.6px;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .mod-index-voice-form .required {
    background-color: #ff0000;
    color: #fff;
    border-radius: 40px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1;
    border: 1px solid #fff;
  }
  .mod-index-voice-form input[type=text],
  .mod-index-voice-form input[type=email],
  .mod-index-voice-form select,
  .mod-index-voice-form textarea {
    margin-top: 4px;
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 16px;
    background-color: #f0f0f0;
    box-sizing: border-box;
  }
  .mod-index-voice-form input[type=text].is-name,
  .mod-index-voice-form input[type=email].is-name,
  .mod-index-voice-form select.is-name,
  .mod-index-voice-form textarea.is-name {
    width: 80px;
  }
  .mod-index-voice-form input[type=text].is-age,
  .mod-index-voice-form input[type=email].is-age,
  .mod-index-voice-form select.is-age,
  .mod-index-voice-form textarea.is-age {
    width: 112px;
  }
  .mod-index-voice-form input[type=text].is-tel,
  .mod-index-voice-form input[type=email].is-tel,
  .mod-index-voice-form select.is-tel,
  .mod-index-voice-form textarea.is-tel {
    width: 72px;
  }
  .mod-index-voice-form .name-inputs {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .mod-index-voice-form .tel-inputs {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .mod-index-voice-form .submit-button {
    display: inline-block;
    background-color: #00b050;
    border: none;
    padding: 28px 80px 28px 48px;
    color: #FFF;
    border-radius: 40px;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 5.18px */
    letter-spacing: 1.36px;
    background-image: url(/common/images/icon/arrow_more2.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 53px;
  }
  .mod-index-voice-form textarea {
    min-height: 160px;
  }
  .mod-index-voice-form .form-group-thanks {
    padding: 40px 0;
    text-align: center;
  }
  .mod-index-voice-form .form-group-thanks h3 {
    font-size: 19px;
    padding: 16px;
    text-align: center;
  }
  .mod-index-voice-form ._form-row-p {
    font-size: 19px;
    padding: 16px;
    text-align: center;
  }
  .mod-index-voice-form ._form-row-error {
    color: red;
    padding: 8px;
  }
  .mod-index-voice-form ._row-error {
    display: none;
    color: red;
    padding: 8px;
    background-color: #ffc;
  }
  /* ----------------------------------------------------------
  mod entry
  ---------------------------------------------------------- */
  .mod-wp-entry-wapper {
    background: #fff;
    max-width: 800px;
    margin: 80px auto;
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .mod-wp-entry-wapper .mod-entry-header {
    display: flex;
    gap: 20px;
    flex-direction: column;
    text-align: center;
  }
  .mod-wp-entry-wapper .mod-entry-header h2 {
    font-size: 32px;
    line-height: 1.5;
  }
  .mod-wp-entry-wapper .mod-entry-header ._cols {
    display: flex;
    justify-content: space-between;
  }
  .mod-wp-entry-wapper .mod-entry-header ._cate {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .mod-wp-entry-wapper .mod-entry-header ._date {
    font-size: 24px;
    width: 260px;
  }
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-categorys,
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-works,
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-brands {
    display: inline-block;
  }
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-categorys ul,
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-works ul,
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-brands ul {
    margin: 0;
    display: inline-block;
  }
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-categorys ul li,
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-works ul li,
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-brands ul li {
    margin: 0;
    display: inline-block;
  }
  .mod-wp-entry-wapper .mod-entry-mv img {
    width: 100%;
  }
  .mod-wp-entry-wapper .mod-brand-mv {
    width: 600px;
    margin: 0 auto;
  }
  .mod-wp-entry-wapper ._btns {
    text-align: center;
    margin-top: 60px;
  }
  .mod-wp-entry-wapper ._share {
    background-color: #f8f8f8;
    text-align: center;
    padding: 20px;
    margin-top: 60px;
  }
  .mod-wp-entry-wapper ._share h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  /* ----------------------------------------------------------
  wysiwyg wordperssエディタデフォルト用
  ---------------------------------------------------------- */
  .mod-wp-wysiwyg > *:nth-child(1) {
    margin-top: 0;
  }
  .mod-wp-wysiwyg .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .mod-wp-wysiwyg .alignright {
    float: right;
  }
  .mod-wp-wysiwyg .alignleft {
    float: left;
  }
  /* ----------------------------------------------------------
  wysiwyg カスタム
  ---------------------------------------------------------- */
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .mod-wp-wysiwyg img[class*=wp-image-],
  .mod-wp-wysiwyg img[class*=attachment-] {
    max-width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-wp-wysiwyg hr {
    border: none;
    border-top: 5px solid #f8f8f8;
    margin: 60px 0;
  }
  .mod-wp-wysiwyg strong {
    font-weight: bold;
  }
  .mod-wp-wysiwyg em {
    font-style: italic;
  }
  .mod-wp-wysiwyg blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
  }
  .mod-wp-wysiwyg .clearfix {
    overflow: hidden;
    zoom: 1;
  }
  .mod-wp-wysiwyg .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .mod-wp-wysiwyg h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 1em;
  }
  .mod-wp-wysiwyg p {
    line-height: 1.8;
    margin: 1em 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .mod-wp-wysiwyg p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .mod-wp-wysiwyg p {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .mod-wp-wysiwyg p.mod-wp-lead {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .mod-wp-wysiwyg p.mod-wp-lead {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-wp-wysiwyg p.mod-wp-note {
    color: #888;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .mod-wp-wysiwyg p.mod-wp-note {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .mod-wp-wysiwyg p.mod-wp-note {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-wp-wysiwyg a {
    color: #222;
    text-decoration: underline;
  }
  .mod-wp-wysiwyg h2 {
    margin-top: 3em;
    font-size: 24px;
    line-height: 1.2;
    border-bottom: 1px solid #222;
    padding-bottom: 15px;
  }
  .mod-wp-wysiwyg h3 {
    margin-top: 2em;
    font-size: 20px;
    line-height: 1.2;
    border-left: 5px solid #222;
    padding-left: 15px;
  }
  .mod-wp-wysiwyg h4 {
    margin-top: 1.5em;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    padding-left: 1.2em;
  }
  .mod-wp-wysiwyg h4:after {
    content: "●";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #222;
  }
  .mod-wp-wysiwyg ul {
    margin: 1em 0 1em 0.5em;
  }
  .mod-wp-wysiwyg ul li {
    position: relative;
    counter-increment: number;
    line-height: 1.4;
    padding-left: 1.2em;
    margin: 0.5em 0;
  }
  .mod-wp-wysiwyg ul li:after {
    content: "・";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
  }
  .mod-wp-wysiwyg ol {
    margin: 1em 0 1em 2em;
    list-style: decimal;
  }
  .mod-wp-wysiwyg ol li {
    position: relative;
    line-height: 1.4;
    margin: 0.5em 0;
  }
  .mod-wp-wysiwyg .mod-wp-wysiwyg-cols {
    width: 100%;
    margin: 20px 0;
    display: flex;
  }
  .mod-wp-wysiwyg .mod-wp-wysiwyg-cols > div {
    padding-right: 30px;
  }
  .mod-wp-wysiwyg .mod-wp-wysiwyg-cols > div:last-child {
    padding-right: 0;
  }
  .mod-wp-wysiwyg .mod-wp-wysiwyg-cols > div > *:nth-child(1) {
    margin-top: 0;
  }
  a.mod-wp-btn {
    display: inline-block;
    background-color: #e60012;
    color: white;
    text-decoration: none;
    border: none;
    padding: 20px 80px 20px 50px;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
    position: relative;
  }
  a.mod-wp-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    transform: scale(1, 1);
  }
  a.mod-wp-btn:hover {
    background-color: #c00;
  }
  table.mod-wp-table.is-w100 {
    width: 100%;
  }
  table.mod-wp-table.is-simple {
    margin: 20px 0;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  table.mod-wp-table.is-simple th {
    background: #f8f8f8;
    font-weight: bold;
    min-width: 100px;
  }
  table.mod-wp-table.is-simple th,
  table.mod-wp-table.is-simple td {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 10px;
    line-height: 1.8;
  }
  table.mod-wp-table.is-conpact {
    margin: 20px 0;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  table.mod-wp-table.is-conpact th {
    background: #f8f8f8;
    font-weight: bold;
    min-width: 100px;
  }
  table.mod-wp-table.is-conpact th,
  table.mod-wp-table.is-conpact td {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 2px 5px;
    line-height: 1.8;
    font-size: 14px;
  }
  table.mod-wp-table.is-wide {
    margin: 20px 0;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  table.mod-wp-table.is-wide th {
    background: #f8f8f8;
    font-weight: bold;
    min-width: 100px;
  }
  table.mod-wp-table.is-wide th,
  table.mod-wp-table.is-wide td {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 20px;
    line-height: 1.8;
  }
  table.mod-wp-table.is-history {
    border-top: 1px solid #eee;
  }
  table.mod-wp-table.is-history th {
    min-width: 30px;
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    line-height: 1.8;
    font-weight: bold;
    width: 80px;
  }
  table.mod-wp-table.is-history td {
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    line-height: 1.8;
  }
  .mod-text-glay {
    color: #888;
  }
  .mod-wp-box.is-glay {
    margin: 20px 0;
    background: #f8f8f8;
    padding: 20px;
  }
  .mod-wp-box.is-glay > div {
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  .mod-wp-box.is-glay > div > *:nth-child(1) {
    margin-top: 0;
  }
  .mod-wp-box.is-line {
    margin: 20px 0;
    border: 5px solid #eee;
    padding: 20px;
  }
  .mod-wp-box.is-line > *:nth-child(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mod-grad-bg {
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
  }
  .mod-grad-bg2 {
    background: linear-gradient(90deg, #fff 0%, #F7EB8C 100%);
  }
  .mod-grad-text {
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mod-index-common-title {
    padding-left: 10px;
  }
  .mod-index-common-title.is-wh h2 {
    color: #fff;
  }
  .mod-index-common-title h2 {
    display: inline-block;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 111.33px */
    letter-spacing: 1px;
  }
  ._debug {
    font-size: 12px;
    display: none;
  }
  /* ----------------------------------------------------------
  block-index-main
  ---------------------------------------------------------- */
  .block-index-main {
    position: relative;
  }
  .block-index-main img {
    width: 100%;
  }
  /* ----------------------------------------------------------
  block-index-message
  ---------------------------------------------------------- */
  .block-index-message {
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 40px 0px;
    padding: 20px 0 60px 0;
  }
  .block-index-message img {
    width: 100%;
  }
  .block-index-message .block-inner {
    position: relative;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .block-index-message ._p1 {
    margin: 0 auto;
  }
  .block-index-message ._texts {
    padding: 0 40px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.5px;
  }
  /* ----------------------------------------------------------
  block-index-intro
  ---------------------------------------------------------- */
  .block-index-intro {
    padding: 60px 20px 60px 20px;
  }
  .block-index-intro ._row-body {
    margin-top: 35px;
  }
  .mod-index-intro-title h2 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.13px;
  }
  .mod-index-intro-title h2 span {
    display: inline-block;
    margin: 3px;
  }
  .mod-index-intro-title h2 ._t1 {
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mod-index-intro-title h2 ._t2 {
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.3px;
  }
  .mod-index-intro-title h2 ._t2 b {
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    -webkit-text-fill-color: #fff;
    padding: 0 5px;
  }
  .mod-index-intro-cols {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-index-intro-cols img {
    width: 100%;
  }
  .mod-index-intro-cols ._col-texts p {
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 220%; /* 22px */
    letter-spacing: 1.2px;
  }
  .mod-index-intro-cols ._col-texts p b {
    color: #FF1A1A;
  }
  /* ----------------------------------------------------------
  block-index-voice
  ---------------------------------------------------------- */
  .block-index-voice-bg {
    border-radius: 0px 0px 50px 0px;
  }
  .block-index-voice {
    padding: 55px 0 30px;
  }
  .block-index-voice ._row-body {
    margin-top: 45px;
  }
  .block-index-voice ._row-post {
    margin-top: 40px;
  }
  .mod-index-voice-title h2 {
    text-align: center;
  }
  .mod-index-voice-title h2 span {
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 58.3px */
    letter-spacing: 2.13px;
  }
  .mod-index-voice-title h2 b {
    stroke-width: 5px;
    border-bottom: 5px solid #F7EB8C;
  }
  .mod-index-voice-item {
    width: 353px;
    min-height: 350px;
    background-color: #fff;
    padding: 5px;
    text-align: center;
  }
  .mod-index-voice-item._real{
    background-color: #F7EB8C;
  }
  .mod-index-voice-item ._item-title {
    display: inline-block;
    padding: 10px 0 15px 0;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 46.4px */
    letter-spacing: 1.4px;
  }
  .mod-index-voice-item ._item-texts {
    text-align: left;
    padding: 20px 15px 15px 15px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #CBFBFA;
  }
  .mod-index-voices {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-index-voice {
    position: relative;
    background-color: #D1F6B2;
    padding: 20px 15px 15px 15px;
    color: #181818;
    font-family: "Istok Web";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.3px */
  }
  .mod-index-voice:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 25px;
    right: 25px;
    height: 11px;
    flex-shrink: 0;
    background: rgba(129, 213, 59, 0.8);
  }
  .mod-index-voice.is-col-1 {
    background: F7EB8C;
  }
  .mod-index-voice.is-col-1:after {
    background: rgba(222, 201, 42, 0.8);
  }
  .mod-index-voice.is-col-2 {
    background: #FECFFE;
  }
  .mod-index-voice.is-col-2:after {
    background: rgba(236, 108, 236, 0.8);
  }
  /* ----------------------------------------------------------
  block-index-pledge
  ---------------------------------------------------------- */
  .block-index-voice-post {
    padding: 60px 0 60px 0;
  }
  .block-index-voice-post.is-form {
    padding: 20px 0;
  }
  .block-index-voice-post ._row-body {
    margin: 0 auto;
    margin-top: 30px;
  }
  .block-index-voice-post ._note {
    padding: 20px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.3px;
  }
  .mod-index-voice-post-title {
    text-align: center;
  }
  .mod-index-voice-post-title h2 {
    display: inline-block;
    background-color: #fff;
    padding: 3px 5px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 46.4px */
    letter-spacing: 1.4px;
  }
  /* ----------------------------------------------------------
  block-index-pledge
  ---------------------------------------------------------- */
  .block-index-pledge {
    background-color: #fff;
    border-radius: 0 0 0 40px;
    padding: 60px 0 60px 0;
  }
  .block-index-pledge img {
    width: 100%;
  }
  .block-index-pledge ._row-body {
    margin-top: 30px;
  }
  .mod-index-pledge-tabs ._tab-menu {
    display: flex;
    justify-content: space-between;
  }
  .mod-index-pledge-tabs ._tab-body {
    padding: 20px 0 20px 0;
  }
  .mod-index-pledge-tab {
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    flex: 1;
    text-align: center;
  }
  .mod-index-pledge-tab:hover {
    filter: brightness(1.1);
  }
  .mod-index-pledge-tab.is-2 ._in {
    border-color: #08BFBE;
  }
  .mod-index-pledge-tab.is-2:before {
    background-color: #08BFBE;
  }
  .mod-index-pledge-tab.is-2.js-current ._in {
    background-color: #08BFBE;
  }
  .mod-index-pledge-tab.is-3 ._in {
    border-color: #00A0E9;
  }
  .mod-index-pledge-tab.is-3:before {
    background-color: #00A0E9;
  }
  .mod-index-pledge-tab.is-3.js-current ._in {
    background-color: #00A0E9;
  }
  .mod-index-pledge-tab ._in {
    position: relative;
    background-color: #fff;
    padding: 10px 0;
    margin-top: 20px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    border-radius: 10px 10px 0 0;
    border-bottom: 3px solid #00A95F;
  }
  .mod-index-pledge-tab:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 20px;
    height: 20px;
    background-color: #00A95F;
    border-radius: 50%;
  }
  .mod-index-pledge-tab.js-current ._in {
    background-color: #00A95F;
    color: #fff;
  }
  .mod-index-pledge-tab.js-current:before {
    z-index: 10;
    width: 30px;
    height: 30px;
    background-image: url(/common/images/icon/arrow_bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px;
  }
  .mod-index-pledge-tab ._no {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 46px */
  }
  .mod-index-pledge-tab ._text {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .mod-index-pledge-body {
    padding: 20px 0 0 0;
  }
  .mod-index-pledge-body ._title {
    text-align: center;
  }
  .mod-index-pledge-body ._title h3 {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
  }
  .mod-index-pledge-body ._title h3 span {
    font-size: 24px;
  }
  .mod-index-pledge-body ._body {
    margin-top: 35px;
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .mod-index-pledge-body ._cols {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-index-pledge-body ._cols img {
    width: 100%;
  }
  .mod-index-pledge-body ._cols ._col-texts {
    padding: 0 20px;
    text-align: center;
  }
  .mod-index-pledge-body ._cols ._icon {
    width: 80px;
    margin: 0 auto;
  }
  .mod-index-pledge-body ._cols h4 {
    margin-top: 5px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 220%; /* 39px */
    letter-spacing: 1.38px;
  }
  .mod-index-pledge-body ._cols p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 220%;
    letter-spacing: 1px;
    margin-bottom: 1em;
  }
  .mod-index-pledge-body {
    position: relative;
  }
  .mod-index-pledge-body ._prev,
  .mod-index-pledge-body ._next {
    display: none;
  }
  .mod-index-pledge-body ._cols ._col-texts a {
    display: inline-block;
    background-color: #00b050;
    border: none;
    padding: 16px 75px 16px 67px;
    color: #FFF;
    border-radius: 40px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.36px;
    background-image: url(../images/icon/arrow_more2.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 36px;
  }
  ._tab-body ._tab:last-child ._cols.is- a {
	width: 78%;
	margin-bottom: 14px;
}
._tab-body ._tab:last-child ._cols.is- a:last-child{
  margin-bottom: 0;
}
  /* ----------------------------------------------------------
  block-index-policy
  ---------------------------------------------------------- */
  .block-index-policy {
    position: relative;
    border-radius: 0 0 40px 0;
    padding: 60px 0 60px 0;
  }
  .block-index-policy img {
    width: 100%;
  }
  .block-index-policy ._row-lead {
    margin-top: 40px;
  }
  .block-index-policy ._row-body {
    margin-top: 45px;
  }
  .mod-index-policy-tabs ._tab-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3px;
    height: 67px;
  }
  .mod-index-policy-tabs ._tab-menu > * {
    flex: 1;
  }
  .mod-index-policy-tabs ._tab-body {
    background-color: #fff;
    padding: 30px 20px;
  }
  .mod-index-policy-tab {
    position: relative;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-radius: 15px 15px 0 0;
    padding: 10px 0;
    line-height: 1.2;
    transition-duration: 0.2s;
    background: #01A0E7;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-index-policy-tab.js-current {
    padding: 10px 0 20px 0;
    background-color: #fff;
    color: #00A95F;
    position: relative;
  }
  .mod-index-policy-tab.js-current:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color: #00A95F;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .mod-index-policy-tab:hover {
    filter: brightness(1.1);
  }
  .mod-index-policy-item {
    padding: 15px 0 25px 0;
  }
  .mod-index-policy-item + .mod-index-policy-item {
    border-top: 1px solid #D9D9D9;
  }
  .mod-index-policy-item h4 {
    color: #13281f;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 220%;
    letter-spacing: 1.2px;
  }
  .mod-index-policy-item p {
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 14px */
  }
  .mod-index-policy-item ._btns {
    margin-top: 15px;
    display: flex;
    gap: 3px;
  }
  .mod-index-policy-item ._btn {
    width: 120px;
  }
  .mod-index-policy-item ._rated-message {
    background-color: #fee;
    margin-top: 16px;
    padding: 16px;
    font-size: 13px;
    font-weight: bold;
  }
  .mod-index-policy-item ._rated-message.is-bad {
    background-color: rgb(238, 233, 255);
  }
  .mod-index-policy-item ._feedback-msg {
    background-color: #fee;
    margin-top: 16px;
    padding: 16px;
    font-size: 13px;
    font-weight: bold;
  }
  .mod-index-policy-item ._feedback-msg.is-bad {
    background-color: rgb(238, 233, 255);
  }
  .think_tab .mod-index-policy-tab{
    font-size: 12px;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .think_tab .policy-title{
    display: flex;
    align-items: center;
    margin-bottom: 1em;
  }
  .think_tab .policy-title div{
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: bold;
    color: #0BA95F;
  }
  .think_tab .policy-title ._label{
    background: #0BA95F;
    color: #fff;
    font-size: 1.4em;
    border-radius: 8px;
    padding: 12px 15px;
    display: inline-block;
    margin-right: 12px;
    white-space: nowrap;
  }
  .think_tab .policy-list{
    margin-bottom: 1em;
  }
  .think_tab .policy-list li {
    position: relative;
    font-size: 1em;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
    padding-left: 12px;
    line-height: 1.6;
  }
  .think_tab .policy-list li:before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #0BA95F;
    position: absolute;
    top: 0.7em;
    left: 0;
  }.think_tab .policy-txt p{
    text-align: center;
    line-height: 1.8;
  }
  .think_tab .policy-txt p span{
    position: relative;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 7px;
    
  }
  .think_tab .policy-txt p span:before{
    content: "";
    background: #F7EB8C;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .think_tab .policy-txt p span._small {
	color: #000;
	background: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1em;
}
.think_tab .policy-txt p span._small:before{
  content: none;
}
  /* ----------------------------------------------------------
  block-index-activity
  ---------------------------------------------------------- */
  .block-index-activity {
    position: relative;
    border-radius: 0 0 0 40px;
    padding: 60px 0 10px 0;
  }
  .block-index-activity img {
    width: 100%;
  }
  .block-index-activity ._row-body {
    margin-top: 30px;
  }
  a.mod-index-activity-item {
    display: block;
  }
  .mod-index-activity-item ._item-image {
    position: relative;
  }
  .mod-index-activity-item ._item-image img {
    width: 100%;
  }
  .mod-index-activity-item ._more {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .mod-index-activity-item ._item-texts {
    padding: 10px;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .mod-index-activity-item ._item-texts ._date {
    display: flex;
    padding: 5px 8px 4px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #01A0E7;
    color: #00A0E9;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.4px;
  }
  .mod-index-activity-item ._item-texts ._doc {
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 9px */
    letter-spacing: 0.38px;
  }
  /* ----------------------------------------------------------
  block-index-youtube
  ---------------------------------------------------------- */
  .block-index-youtube {
    position: relative;
    border-radius: 0 0 0 40px;
    padding: 5px 0 55px 0;
    background-color: #fff;
  }
  .block-index-youtube img {
    width: 100%;
  }
  .block-index-youtube ._row-header {
    padding: 0 20px;
  }
  .block-index-youtube ._row-body {
    margin-top: 10px;
  }
  .mod-index-youtube-tabs ._tab-menu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 65px;
    gap: 2px;
  }
  .mod-index-youtube-tabs ._tab-menu > * {
    width: 155px;
  }
  .mod-index-youtube-tabs ._tab-body {
    background: #01A0E7;
    padding: 30px 0 60px;
    height: 650px;
    overflow: hidden;
  }
  .mod-index-youtube-tab {
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    color: #01A0E7;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.5px */
    letter-spacing: 1px;
    padding: 15px 0px;
    border-radius: 10px 10px 0px 0px;
    background: rgba(1, 160, 231, 0.3);
  }
  .mod-index-youtube-tab:hover {
    filter: brightness(1.1);
  }
  .mod-index-youtube-tab.js-current {
    background: #01A0E7;
    padding: 15px 0px 20px 0px;
    color: #fff;
    position: relative;
  }
  .mod-index-youtube-tab.js-current:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .mod-index-youtube-item {
    width: 210px !important;
  }
  .mod-index-youtube-item ._item-image {
    height: 373px;
    background-color: #333;
    overflow: hidden;
  }
  .mod-index-youtube-item ._item-texts {
    padding: 15px;
    background-color: #fff;
    flex: 1;
    line-height: 1.8;
    color: #181818;
  }
  .mod-index-youtube-item ._item-texts ._date {
    display: inline-flex;
    padding: 0 10px 0 10px;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    border: 2px solid #01A0E7;
    color: #00A0E9;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.5px;
  }
  .mod-index-youtube-item ._item-texts ._title {
    margin-top: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.5px */
    letter-spacing: 0.5px;
  }
  .mod-index-youtube-item ._item-texts ._doc {
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 10px */
    letter-spacing: 0.4px;
  }
  /* ----------------------------------------------------------
  block-index-schedule
  ---------------------------------------------------------- */
  .block-index-schedule {
    position: relative;
    border-radius: 0 0 40px 0;
    padding: 60px 0 60px 0;
  }
  .block-index-schedule img {
    width: 100%;
  }
  .block-index-schedule ._row-body {
    margin-top: 45px;
  }
  a.mod-index-schedule-item {
    display: block;
  }
  .mod-index-schedule-item ._item-image {
    position: relative;
  }
  .mod-index-schedule-item ._item-image img {
    width: 100%;
  }
  .mod-index-schedule-item ._item-image ._new {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px;
    flex-shrink: 0;
    color: #00A0E9;
    border-radius: 0px 0px 0px 10px;
    background: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 87%; /* 20.45px */
    font-weight: bold;
    letter-spacing: 1px;
  }
  .mod-index-schedule-item ._item-texts {
    margin-top: 10px;
    color: #FFF;
  }
  .mod-index-schedule-item ._item-texts ._dates {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
  }
  .mod-index-schedule-item ._item-texts ._dates ._new {
    display: inline-flex;
    padding: 5px 5px;
    color: #00A0E9;
    background-color: #fff;
    border-radius: 25px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 87%; /* 15.35px */
    letter-spacing: 0.5px;
  }
  .mod-index-schedule-item ._item-texts ._dates ._date {
    flex: 1;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.5px */
    letter-spacing: 0.5px;
  }
  .mod-index-schedule-item ._item-texts ._doc {
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.5px */
    letter-spacing: 0.5px;
  }
  /* ----------------------------------------------------------
  block-index-report
  ---------------------------------------------------------- */
  .block-index-report {
    position: relative;
    background-color: #fff;
    border-radius: 0 0 40px 0;
    padding: 60px 0 60px 0;
  }
  .block-index-report img {
    width: 100%;
  }
  .block-index-report ._row-header.is-2 {
    margin-top: 40px;
  }
  .block-index-report ._row-body {
    margin-top: 30px;
  }
  .block-index-report ._row-btns {
    margin-top: 55px;
    text-align: center;
  }
  .mod-index-report-items {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    padding: 0 20px;
  }
  .mod-index-report-item {
    display: block;
    width: 48%;
  }
  .mod-index-report-item ._item-new {
    height: 30px;
  }
  .mod-index-report-item ._new {
    padding: 5px;
    border-radius: 25px;
    color: #FFF;
    text-align: center;
    font-family: "Istok Web";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.5px */
    letter-spacing: 1px;
  }
  .mod-index-report-item ._item-image {
    position: relative;
  }
  .mod-index-report-item ._item-image img {
    width: 100%;
  }
  .mod-index-report-item ._item-texts {
    margin-top: 10px;
  }
  .mod-index-report-item ._item-texts ._date {
    display: inline-flex;
    padding: 0 10px 0 10px;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    border: 0px solid #01A0E7;
    color: #00A0E9;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.5px;
  }
  .mod-index-report-item ._item-texts ._doc {
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.5px */
    letter-spacing: 0.5px;
    display: -webkit-box;
    /* autoprefixer:off */
    -webkit-box-orient: vertical;
    /* autoprefixer:on */
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .mod-index-report-item ._item-texts ._btn {
    margin-top: 10px;
  }
  /* ----------------------------------------------------------
  block-index-profile
  ---------------------------------------------------------- */
  .block-index-profile {
    position: relative;
    border-radius: 0 0 40px 0;
    padding: 60px 0 60px 0;
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
  }
  .block-index-profile img {
    width: 100%;
  }
  .block-index-profile ._row-body {
    margin-top: 40px;
  }
  .block-index-profile ._prof {
    padding: 0 40px;
  }
  .mod-index-profile {
    color: #fff;
  }
  .mod-index-profile ._name {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2.5px;
  }
  .mod-index-profile ._name span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 1px;
  }
  .mod-index-profile ._place {
    margin-top: 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2.1px;
    line-height: 1.75;
  }
  .mod-index-profile ._list {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .mod-index-profile dl dt {
    margin: 0;
    display: inline-flex;
    padding: 5px 15px 5px 15px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 500px;
    border: 1px solid #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.5px;
  }
  .mod-index-profile dl dd {
    margin: 0;
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 1.2px;
  }
  .mod-index-profile dd._line{
    position: relative;
    width: 100%;
    text-align: center;
  }
  .mod-index-profile dd._line:before{
    content: "";
    width: 17%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .mod-index-profile dd._line:after{
    content: "";
    width: 17%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .mod-index-profile dl dd .btn-area{
    text-align: center;
  }
  .mod-index-profile dl dd .btn {
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    width: 28%;
    margin: 0 1% 6%;
  }
  .mod-index-profile dl dd ._modal {
    inset: 0;
    border: none;
    background: transparent;
    margin: auto;
    overflow: visible;
    padding-top: 75%;
  }

.mod-index-profile dl dd .modal__inner{
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 24px;
  background: #fff;
  position: relative;
}

.mod-index-profile dl dd .modal__inner ._index {
	content: "";
	width: 46px;
	height: 53.3px;
	background: #FFFFFF;
	clip-path: polygon(0% 0%, 0% 60%, 100% 100%);
	position: absolute;
	top: -25px;
	left: 43px;
	transform: translateY(-50%) rotate(-90deg);
}
.mod-index-profile dl dd .modal-close {
  width: 100vw;
	height: 100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	border: none;
	background: rgba(0, 0, 0, 0.8);
}

.mod-index-profile dl dd .modal__inner .modal-close {
	width: 100%;
	height: 40px;
	z-index: 1;
	position: absolute;
	top: -9%;
	background: none;
	opacity: 1;
	border: none;
}
.mod-index-profile dl dd .close-btn {
	background: #fff;
	border-radius: 999px;
	color: #01A0E8;
	display: inline-block;
	padding: 10px 15px;
	position: absolute;
	top: 0%;
	right: 0;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

.mod-index-profile dl dd .modal__title {
	background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
	font-size: 1.5em;
	font-weight: bold;
  line-height: 1.2;
	color: #fff;
	padding: 5%;
	border-radius: 24px 24px 0 0;
	display: flex;
	align-items: center;
}


.mod-index-profile dl dd .modal__title span {
	background: #fff;
	color: #0BA95F;
	font-size: 1em;
	border-radius: 8px;
	padding: 0.5em;
	margin-right: 12px;
	display: flex;
	align-items: center;
  white-space: nowrap;
}

.mod-index-profile dl dd .modal__text {
	padding: 7% 5% 10%;
}

.mod-index-profile dl dd .policy-list{
    margin-bottom: 1em;
  }
.mod-index-profile dl dd .policy-list li {
	position: relative;
	font-size: 1em;
	letter-spacing: 0.05em;
	margin-bottom: 13px;
	padding-left: 12px;
	line-height: 1.6;
}
  .mod-index-profile dl dd .policy-list li:before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #0BA95F;
    position: absolute;
    top: 0.7em;
    left: 0;
  }
  .mod-index-profile dl dd .policy-txt p{
    text-align: center;
    line-height: 1.8;
  }
  .mod-index-profile dl dd .policy-txt p span{
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 7px;
  }
  .mod-index-profile dl dd .policy-txt p span:before{
    content: "";
    background: #F7EB8C;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .mod-index-profile dl dd .policy-txt p span._small {
	color: #000;
	background: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1em;
}
.mod-index-profile dl dd .policy-txt p span._small:before{
  content: none;
}
  /* ----------------------------------------------------------
  block-index-sns
  ---------------------------------------------------------- */
  .block-index-sns {
    position: relative;
    border-radius: 0 0 0 40px;
    padding: 60px 0 60px 0;
  }
  .block-index-sns img {
    width: 100%;
  }
  .block-index-sns ._row-body {
    margin-top: 45px;
    padding: 0 20px;
  }
  .block-index-sns ._row-btns {
    margin-top: 45px;
    text-align: center;
  }
  .block-index-sns ._row-extra {
    width: 320px;
    margin: 0 auto;
    margin-top: 65px;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-index-sns-extra {
    width: 320px;
    height: 170px;
    padding: 25px 0px;
    border-radius: 50px 0px;
    background: #E6F7EF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mod-index-sns-extra.is-insta {
    background: #E6F6FD;
  }
  .mod-index-sns-extra.is-insta ._text {
    color: #02A1E8;
  }
  .mod-index-sns-extra ._in {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .mod-index-sns-extra ._row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-height: 70px;
  }
  .mod-index-sns-extra ._icon {
    width: 45px;
  }
  .mod-index-sns-extra ._text {
    flex: 1;
    color: #0BA95F;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 18px */
    letter-spacing: 1.15px;
  }
  /* ----------------------------------------------------------
  index button styles
  ---------------------------------------------------------- */
  /* More button */
  .mod-btn-more {
    display: flex;
    width: 125px;
    height: 32px;
    padding: 0px 30px 0 0;
    border-radius: 20px 0px 0px 0px;
    background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-more:hover {
    filter: brightness(1.1);
  }
  .mod-btn-more:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 5px;
    background: url(/common/images/icon/arrow_more.png) left top no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
  }
  /* Report buttons */
  .mod-btn-report {
    position: relative;
    display: block;
    padding: 13px 27px 13px 0;
    border-radius: 33px;
    background: #0BA95F;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-report:hover {
    filter: brightness(1.1);
  }
  .mod-btn-report:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translate(0, -50%);
    background: url(/common/images/icon/arrow_more2.png) left top no-repeat;
    background-size: contain;
    width: 29px;
    height: 29px;
  }
  .mod-btn-report2 {
    position: relative;
    display: inline-block;
    padding: 23px 67px 23px 40px;
    border-radius: 33px;
    background: #00A0E9;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-report2:hover {
    filter: brightness(1.1);
  }
  .mod-btn-report2:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translate(0, -50%);
    background: url(/common/images/icon/arrow_more.png) left top no-repeat;
    background-size: contain;
    width: 43px;
    height: 43px;
  }
  /* Social media buttons */
  .mod-btn-youtube {
    position: relative;
    display: inline-block;
    padding: 15px 40px 15px 15px;
    border-radius: 30px;
    background: #08BFBE;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-youtube:hover {
    filter: brightness(1.1);
  }
  .mod-btn-youtube:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    background: url(/common/images/icon/arrow_more3.png) left top no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
  }
  .mod-btn-x,
  .mod-btn-insta {
    position: relative;
    display: block;
    padding: 15px 40px 15px 15px;
    border-radius: 30px;
    background: #0BA95F;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-x:hover,
  .mod-btn-insta:hover {
    filter: brightness(1.1);
  }
  .mod-btn-x:after,
  .mod-btn-insta:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translate(0, -50%);
    background: url(/common/images/icon/arrow_more2.png) left top no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
  }
  .mod-btn-insta {
    background: #00A0E9;
  }
  .mod-btn-insta:after {
    background-image: url(/common/images/icon/arrow_more.png);
  }
  /* Footer buttons */
  .mod-btn-footer {
    position: relative;
    display: block;
    padding: 12px 40px 12px 20px;
    border-radius: 17px;
    background: #fff;
    color: #0BA95F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-footer:hover {
    filter: brightness(1.1);
  }
  .mod-btn-footer.is-support {
    color: #00A0E9;
  }
  .mod-btn-footer.is-support:after {
    background-image: url(/common/images/icon/arrow_more_r.png);
  }
  .mod-btn-footer:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translate(0, -50%);
    background: url(/common/images/icon/arrow_more_r2.png) left top no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
  }
  .mod-index-voice-form {
    position: relative;
    background-color: #fff;
    padding: 40px 20px;
    font-size: 14px;
  }
  .mod-index-voice-form:after {
    content: "";
    display: block;
    position: absolute;
    top: -13px;
    left: 100px;
    right: 100px;
    height: 30px;
    background: rgba(106, 245, 184, 0.7);
  }
  .mod-index-voice-form .form-group-wrap {
    display: flex;
    gap: 27px;
    flex-direction: column;
  }
  .mod-index-voice-form .form-group.is-center {
    text-align: center;
  }
  .mod-index-voice-form .form-header {
    background-color: #00b050;
    color: white;
    padding: 7px;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.5px;
    display: flex;
    gap: 7px;
    align-items: center;
  }
  .mod-index-voice-form .required {
    background-color: #ff0000;
    color: #fff;
    border-radius: 33px;
    padding: 3px 7px;
    font-size: 10px;
    line-height: 1;
    border: 1px solid #fff;
  }
  .mod-index-voice-form input[type=text],
  .mod-index-voice-form input[type=email],
  .mod-index-voice-form select,
  .mod-index-voice-form textarea {
    margin-top: 3px;
    width: 100%;
    padding: 7px;
    border: none;
    border-radius: 13px;
    background-color: #f0f0f0;
    box-sizing: border-box;
  }
  .mod-index-voice-form input[type=text].is-name,
  .mod-index-voice-form input[type=email].is-name,
  .mod-index-voice-form select.is-name,
  .mod-index-voice-form textarea.is-name {
    width: 67px;
  }
  .mod-index-voice-form input[type=text].is-age,
  .mod-index-voice-form input[type=email].is-age,
  .mod-index-voice-form select.is-age,
  .mod-index-voice-form textarea.is-age {
    width: 93px;
  }
  .mod-index-voice-form input[type=text].is-tel,
  .mod-index-voice-form input[type=email].is-tel,
  .mod-index-voice-form select.is-tel,
  .mod-index-voice-form textarea.is-tel {
    width: 60px;
  }
  .mod-index-voice-form .name-inputs {
    display: flex;
    gap: 7px;
    align-items: center;
  }
  .mod-index-voice-form .tel-inputs {
    display: flex;
    gap: 7px;
    align-items: center;
  }
  .mod-index-voice-form .submit-button {
    display: inline-block;
    background-color: #00b050;
    border: none;
    padding: 20px 55px 20px 30px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 5.13px */
    letter-spacing: 1.24px;
    background-image: url(/common/images/icon/arrow_more2.png);
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 36px;
  }
  .mod-index-voice-form textarea {
    min-height: 133px;
  }
  .mod-index-voice-form .form-group-thanks {
    padding: 30px 0;
    text-align: center;
  }
  .mod-index-voice-form .form-group-thanks h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 12px;
    text-align: center;
  }
  .mod-index-voice-form ._form-row-p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    padding: 12px;
    text-align: center;
  }
  .mod-index-voice-form ._form-row-error {
    color: red;
    padding: 6px;
  }
  .mod-index-voice-form ._row-error {
    display: none;
    color: red;
    padding: 6px;
    background-color: #ffc;
  }
  /* ----------------------------------------------------------
  mod entry
  ---------------------------------------------------------- */
  .mod-wp-entry-wapper {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 -5vw;
    display: flex;
    gap: 25px;
    flex-direction: column;
  }
  .mod-wp-entry-wapper .mod-entry-header {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .mod-wp-entry-wapper .mod-entry-header h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .mod-wp-entry-wapper .mod-entry-header ._cols {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .mod-wp-entry-wapper .mod-entry-header ._cate {
    display: flex;
    flex-wrap: wrap;
  }
  .mod-wp-entry-wapper .mod-entry-header ._date {
    font-size: 15px;
  }
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-categorys,
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-works,
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-brands {
    display: inline-block;
  }
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-categorys ul,
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-works ul,
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-brands ul {
    margin: 0;
    display: inline-block;
  }
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-categorys ul li,
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-works ul li,
  .mod-wp-entry-wapper .mod-entry-header .mod-wp-tax-brands ul li {
    margin: 0;
    display: inline-block;
  }
  .mod-wp-entry-wapper .mod-entry-mv img {
    width: 100%;
  }
  .mod-wp-entry-wapper ._btns {
    text-align: center;
    margin-top: 40px;
  }
  .mod-wp-entry-wapper ._share {
    background-color: #f8f8f8;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
  }
  .mod-wp-entry-wapper ._share h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
  /* ----------------------------------------------------------
  wysiwyg wordperssエディタデフォルト用
  ---------------------------------------------------------- */
  .mod-wp-wysiwyg > *:nth-child(1) {
    margin-top: 0;
  }
  .mod-wp-wysiwyg .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .mod-wp-wysiwyg .alignright {
    float: right;
  }
  .mod-wp-wysiwyg .alignleft {
    float: left;
  }
  /* ----------------------------------------------------------
  wysiwyg カスタム
  ---------------------------------------------------------- */
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mod-wp-wysiwyg img[class*=wp-image-],
  .mod-wp-wysiwyg img[class*=attachment-] {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mod-wp-wysiwyg hr {
    border: none;
    border-top: 5px solid #f8f8f8;
    margin: 40px 0;
  }
  .mod-wp-wysiwyg strong {
    font-weight: bold;
  }
  .mod-wp-wysiwyg em {
    font-style: italic;
  }
  .mod-wp-wysiwyg blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 25px;
    -webkit-margin-end: 25px;
  }
  .mod-wp-wysiwyg .clearfix {
    overflow: hidden;
    zoom: 1;
  }
  .mod-wp-wysiwyg .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .mod-wp-wysiwyg h1 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 1em;
  }
  .mod-wp-wysiwyg p {
    font-size: 12px;
    line-height: 1.8;
    margin: 1em 0;
  }
  .mod-wp-wysiwyg p.mod-wp-lead {
    font-size: 12px;
  }
  .mod-wp-wysiwyg p.mod-wp-note {
    color: #888;
    font-size: 12px;
  }
  .mod-wp-wysiwyg a {
    color: #222;
    text-decoration: underline;
  }
  .mod-wp-wysiwyg h2 {
    margin-top: 3em;
    font-size: 18px;
    line-height: 1.2;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
  }
  .mod-wp-wysiwyg h3 {
    margin-top: 2em;
    font-size: 16px;
    line-height: 1.2;
    border-left: 5px solid #222;
    padding-left: 10px;
  }
  .mod-wp-wysiwyg h4 {
    margin-top: 1.5em;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    padding-left: 1.2em;
  }
  .mod-wp-wysiwyg h4:after {
    content: "●";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #222;
  }
  .mod-wp-wysiwyg ul {
    margin: 1em 0 1em 0.5em;
  }
  .mod-wp-wysiwyg ul li {
    position: relative;
    counter-increment: number;
    line-height: 1.4;
    padding-left: 1.2em;
    margin: 0.5em 0;
  }
  .mod-wp-wysiwyg ul li:after {
    content: "・";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
  }
  .mod-wp-wysiwyg ol {
    margin: 1em 0 1em 2em;
    list-style: decimal;
  }
  .mod-wp-wysiwyg ol li {
    position: relative;
    line-height: 1.4;
    margin: 0.5em 0;
  }
  .mod-wp-wysiwyg .mod-wp-wysiwyg-cols > div {
    padding-top: 15px;
  }
  a.mod-wp-btn {
    display: inline-block;
    background-color: #e60012;
    color: white;
    text-decoration: none;
    border: none;
    padding: 15px 55px 15px 35px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
    position: relative;
  }
  a.mod-wp-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 5px;
    height: 5px;
    margin-top: -5px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    transform: scale(1, 1);
  }
  a.mod-wp-btn:hover {
    background-color: #c00;
  }
  table.mod-wp-table.is-w100 {
    width: 100%;
  }
  table.mod-wp-table.is-simple {
    margin: 15px 0;
    border-bottom: 0px solid #eee;
    border-right: 0px solid #eee;
  }
  table.mod-wp-table.is-simple th {
    background: #f8f8f8;
    font-weight: bold;
    min-width: 65px;
  }
  table.mod-wp-table.is-simple th,
  table.mod-wp-table.is-simple td {
    border-top: 0px solid #eee;
    border-left: 0px solid #eee;
    padding: 5px;
    line-height: 1.8;
  }
  table.mod-wp-table.is-conpact {
    margin: 15px 0;
    border-bottom: 0px solid #eee;
    border-right: 0px solid #eee;
  }
  table.mod-wp-table.is-conpact th {
    background: #f8f8f8;
    font-weight: bold;
    min-width: 65px;
  }
  table.mod-wp-table.is-conpact th,
  table.mod-wp-table.is-conpact td {
    border-top: 0px solid #eee;
    border-left: 0px solid #eee;
    padding: 0px 5px;
    line-height: 1.8;
    font-size: 12px;
  }
  table.mod-wp-table.is-wide {
    margin: 15px 0;
    border-bottom: 0px solid #eee;
    border-right: 0px solid #eee;
  }
  table.mod-wp-table.is-wide th {
    background: #f8f8f8;
    font-weight: bold;
    min-width: 65px;
  }
  table.mod-wp-table.is-wide th,
  table.mod-wp-table.is-wide td {
    border-top: 0px solid #eee;
    border-left: 0px solid #eee;
    padding: 15px;
    line-height: 1.8;
  }
  table.mod-wp-table.is-history {
    border-top: 0px solid #eee;
  }
  table.mod-wp-table.is-history th {
    min-width: 20px;
    border-bottom: 0px solid #eee;
    padding: 5px 5px;
    line-height: 1.8;
    font-weight: bold;
    width: 55px;
  }
  table.mod-wp-table.is-history td {
    border-bottom: 0px solid #eee;
    padding: 5px 5px;
    line-height: 1.8;
  }
  .mod-text-glay {
    color: #888;
  }
  .mod-wp-box.is-glay {
    margin: 15px 0;
    background: #f8f8f8;
    padding: 15px;
  }
  .mod-wp-box.is-glay > div {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05);
  }
  .mod-wp-box.is-glay > div > *:nth-child(1) {
    margin-top: 0;
  }
  .mod-wp-box.is-line {
    margin: 15px 0;
    border: 5px solid #eee;
    padding: 15px;
  }
  .mod-wp-box.is-line > *:nth-child(1) {
    margin-top: 0;
  }
}