@charset "UTF-8";
@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

.a_block {
  display: block;
  width: 100%;
  height: 100%;
}

.font, body {
  color: #333333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.87;
}

@media screen and (max-width: 749px) {
  .font, body {
    font-size: 1.4rem;
  }
}

* {
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 62.5% !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

@media screen and (min-width: 750px) {
  body {
    opacity: 0;
    transition: opacity 0.3s;
  }
  body.active {
    opacity: 1;
  }
}

sup {
  vertical-align: text-top;
  font-size: small;
}


/* コメント残しておいてください */

h1, h2 {
  position: relative;
}

*:focus {
  outline: none;
}

p {
  line-height: 2;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

b, em {
  font-weight: 700;
}

a {
  cursor: pointer;
}

a.block {
  display: block;
}

.text_line {
  text-decoration: underline;
}

.opa {
  transition: 0.5s;
  opacity: 1;
}

.opa:hover {
  opacity: 0.5;
}

small, figcaption {
  font-size: 1.2rem;
  display: block;
  line-height: 1.6;
}

hr {
  border-top: 1px solid #CCCCCC;
}

rt {
  font-size: 0.5em;
}

.spaces {
  letter-spacing: 0.1em;
}

.dash {
  letter-spacing: 0;
}

.fw400 {
  font-weight: 400;
}

main {
  border-top: 1px solid transparent;
}

@media screen and (max-width: 749px) {
  .container.follow {
    padding-top: 150px;
  }
}

@media screen and (min-width: 750px) {
  .container {
    padding: 156px 0 0;
  }
}

.center {
  text-align: center;
}

@media screen and (max-width: 749px) {
  .sp-center {
    margin: auto;
  }
}

.m-center {
  margin: auto;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img.block {
  display: block;
}

.w100 {
  width: 100% !important;
  height: auto;
  display: block;
}

.w70 {
  width: 70%;
  display: block;
}

@media screen and (max-width: 749px) {
  .w70 {
    width: 100%;
  }
}

.wrap800 {
  margin: auto;
  max-width: 800px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap800 {
    padding: 0 25px;
  }
}

.wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap1000 {
    padding: 0 25px;
  }
}

.wrap1400 {
  margin: auto;
  max-width: 1400px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap1400 {
    padding: 0 25px;
  }
}

.bg_white {
  background: #FFF !important;
}

.bg_black {
  background: #333333 !important;
}

.bg_silver {
  background: #F2F2F2 !important;
}

.bg_cloud {
  background: #F7FBFD !important;
}

.bg_cloud2 {
  background: #F0F5F5 !important;
}

.bg_red {
  background: #E50D1E !important;
}

.bg_indigo {
  background: #002979 !important;
}

.bg_blue {
  background: #0089D2 !important;
}

.bg_orange {
  background: #fead07 !important;
}

.bg_pink {
  background: salmon !important;
}

.bg_green {
  background: #009389 !important;
}

.bg_choco {
  background: #B9571F !important;
}

.bg_cream {
  background: #F8F3E4 !important;
}

.bg_lightyellow {
  background: #FFFBEC !important;
}

.text_white {
  color: #FFF !important;
}

.text_black {
  color: #333333 !important;
}

.text_silver {
  color: #F2F2F2 !important;
}

.text_cloud {
  color: #F7FBFD !important;
}

.text_cloud2 {
  color: #F0F5F5 !important;
}

.text_red {
  color: #E50D1E !important;
}

.text_indigo {
  color: #002979 !important;
}

.text_blue {
  color: #0089D2 !important;
}

.text_orange {
  color: #fead07 !important;
}

.text_pink {
  color: salmon !important;
}

.text_green {
  color: #009389 !important;
}

.text_choco {
  color: #B9571F !important;
}

.text_cream {
  color: #F8F3E4 !important;
}

.text_lightyellow {
  color: #FFFBEC !important;
}

.borderAll_white {
  border: 1px solid #FFF;
  padding: 15px;
}

.borderAll_black {
  border: 1px solid #333333;
  padding: 15px;
}

.borderAll_silver {
  border: 1px solid #F2F2F2;
  padding: 15px;
}

.borderAll_cloud {
  border: 1px solid #F7FBFD;
  padding: 15px;
}

.borderAll_cloud2 {
  border: 1px solid #F0F5F5;
  padding: 15px;
}

.borderAll_red {
  border: 1px solid #E50D1E;
  padding: 15px;
}

.borderAll_indigo {
  border: 1px solid #002979;
  padding: 15px;
}

.borderAll_blue {
  border: 1px solid #0089D2;
  padding: 15px;
}

.borderAll_orange {
  border: 1px solid #fead07;
  padding: 15px;
}

.borderAll_pink {
  border: 1px solid salmon;
  padding: 15px;
}

.borderAll_green {
  border: 1px solid #009389;
  padding: 15px;
}

.borderAll_choco {
  border: 1px solid #B9571F;
  padding: 15px;
}

.borderAll_cream {
  border: 1px solid #F8F3E4;
  padding: 15px;
}

.borderAll_lightyellow {
  border: 1px solid #FFFBEC;
  padding: 15px;
}

.borderHighLow_white {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 3px 0;
}

.borderHighLow_black {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 3px 0;
}

.borderHighLow_silver {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  padding: 3px 0;
}

.borderHighLow_cloud {
  border-top: 1px solid #F7FBFD;
  border-bottom: 1px solid #F7FBFD;
  padding: 3px 0;
}

.borderHighLow_cloud2 {
  border-top: 1px solid #F0F5F5;
  border-bottom: 1px solid #F0F5F5;
  padding: 3px 0;
}

.borderHighLow_red {
  border-top: 1px solid #E50D1E;
  border-bottom: 1px solid #E50D1E;
  padding: 3px 0;
}

.borderHighLow_indigo {
  border-top: 1px solid #002979;
  border-bottom: 1px solid #002979;
  padding: 3px 0;
}

.borderHighLow_blue {
  border-top: 1px solid #0089D2;
  border-bottom: 1px solid #0089D2;
  padding: 3px 0;
}

.borderHighLow_orange {
  border-top: 1px solid #fead07;
  border-bottom: 1px solid #fead07;
  padding: 3px 0;
}

.borderHighLow_pink {
  border-top: 1px solid salmon;
  border-bottom: 1px solid salmon;
  padding: 3px 0;
}

.borderHighLow_green {
  border-top: 1px solid #009389;
  border-bottom: 1px solid #009389;
  padding: 3px 0;
}

.borderHighLow_choco {
  border-top: 1px solid #B9571F;
  border-bottom: 1px solid #B9571F;
  padding: 3px 0;
}

.borderHighLow_cream {
  border-top: 1px solid #F8F3E4;
  border-bottom: 1px solid #F8F3E4;
  padding: 3px 0;
}

.borderHighLow_lightyellow {
  border-top: 1px solid #FFFBEC;
  border-bottom: 1px solid #FFFBEC;
  padding: 3px 0;
}

.scrolling_follow {
  position: sticky;
  top: 80px;
  width: 100%;
}

.line::after {
  content: "";
  height: 10px;
  width: 100%;
  display: block;
  background-image: url("../img/line_2_pc.png");
  background-size: 100% 15px;
  background-repeat: repeat-x;
  background-position: top left;
  position: absolute;
  bottom: 0;
  left: 0;
}

.line-02::after {
  height: 5px;
}

.column-wrapper {
  width: 20px;
  height: 20px;
  background-color: rebeccapurple;
}

.fadeTypeOpacity {
  opacity: 0;
}

.fadeOpacity {
  animation-name: fadeInOpacity;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  visibility: visible !important;
}

@keyframes fadeInOpacity {
  to {
    opacity: 1;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  visibility: visible !important;
}

@keyframes fadeInUp {
  from {
    transform: translateY(25px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.flex {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 749px) {
  .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.flex .figured {
  display: flex;
}

.flex .figured .tex {
  font-weight: bold;
}

.flex .figured .pxd {
  width: 140px;
  margin-right: 15px;
}

@media screen and (max-width: 749px) {
  .flex .figured .pxd {
    width: 100px;
  }
}

@media screen and (min-width: 750px) {
  .flex.f-mg10>* {
    margin-right: 10px;
  }
  .flex.f-mg10>*:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 749px) {
  .flex.f-mg10>* {
    width: 100%;
    margin-bottom: calc(10px / 2);
  }
  .flex.f-mg10>*:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  .flex.f-mg10.col2>* {
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (min-width: 750px) {
  .flex.f-mg10.col3>* {
    width: calc((100% - (2*10px)) / 3);
  }
}

@media screen and (min-width: 750px) {
  .flex.f-mg20>* {
    margin-right: 20px;
  }
  .flex.f-mg20>*:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 749px) {
  .flex.f-mg20>* {
    width: 100%;
    margin-bottom: calc(20px / 2);
  }
  .flex.f-mg20>*:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  .flex.f-mg20.col2>* {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (min-width: 750px) {
  .flex.f-mg20.col3>* {
    width: calc((100% - (2*20px)) / 3);
  }
}

@media screen and (min-width: 750px) {
  .flex.f-mg40>* {
    margin-right: 40px;
  }
  .flex.f-mg40>*:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 749px) {
  .flex.f-mg40>* {
    width: 100%;
    margin-bottom: calc(40px / 2);
  }
  .flex.f-mg40>*:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  .flex.f-mg40.col2>* {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (min-width: 750px) {
  .flex.f-mg40.col3>* {
    width: calc((100% - (2*40px)) / 3);
  }
}

@media screen and (min-width: 750px) {
  .flex.f-mg60>* {
    margin-right: 60px;
  }
  .flex.f-mg60>*:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 749px) {
  .flex.f-mg60>* {
    width: 100%;
    margin-bottom: calc(60px / 2);
  }
  .flex.f-mg60>*:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  .flex.f-mg60.col2>* {
    width: calc((100% - 60px) / 2);
  }
}

@media screen and (min-width: 750px) {
  .flex.f-mg60.col3>* {
    width: calc((100% - (2*60px)) / 3);
  }
}

.flex64 {
  height: auto;
}

.mt3 {
  display: block;
  margin-top: 3px !important;
}

.mt10 {
  display: block;
  margin-top: 10px !important;
}

@media screen and (max-width: 749px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  display: block;
  margin-top: 15px !important;
}

@media screen and (max-width: 749px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  display: block;
  margin-top: 20px !important;
}

@media screen and (max-width: 749px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  display: block;
  margin-top: 25px !important;
}

@media screen and (max-width: 749px) {
  .mt25 {
    margin-top: 15px !important;
  }
}

.mt30 {
  display: block;
  margin-top: 30px !important;
}

@media screen and (max-width: 749px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  display: block;
  margin-top: 40px !important;
}

@media screen and (max-width: 749px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  display: block;
  margin-top: 50px !important;
}

@media screen and (max-width: 749px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  display: block;
  margin-top: 60px !important;
}

@media screen and (max-width: 749px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt70 {
  display: block;
  margin-top: 70px !important;
}

@media screen and (max-width: 749px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

.mt80 {
  display: block;
  margin-top: 80px !important;
}

@media screen and (max-width: 749px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt90 {
  display: block;
  margin-top: 90px !important;
}

@media screen and (max-width: 749px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

.mt100 {
  display: block;
  margin-top: 100px !important;
}

@media screen and (max-width: 749px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.mt130 {
  display: block;
  margin-top: 130px !important;
}

@media screen and (max-width: 749px) {
  .mt130 {
    margin-top: 75px !important;
  }
}

.mb20 {
  display: block;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 749px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  display: block;
  margin-bottom: 30px !important;
}

@media screen and (max-width: 749px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  display: block;
  margin-bottom: 40px !important;
}

@media screen and (max-width: 749px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.ml {
  margin-left: auto;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 749px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.p20 {
  padding: 20px !important;
}

@media screen and (max-width: 749px) {
  .p20 {
    padding: 15px !important;
  }
}

.p30_50 {
  padding: 50px 30px !important;
}

@media screen and (max-width: 749px) {
  .p30_50 {
    padding: 25px 15px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt125 {
    margin-top: 125px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-p45 {
    padding: 0 45px;
  }
}

@media screen and (min-width: 750px) {
  .w250 {
    max-width: 250px;
  }
}

@media screen and (min-width: 750px) {
  .w330 {
    max-width: 330px;
  }
}

@media screen and (min-width: 750px) {
  .w350 {
    max-width: 350px;
  }
}

@media screen and (min-width: 750px) {
  .w500 {
    max-width: 500px;
  }
}

.bdr_rad10 {
  border-radius: 10px;
}

.flag_box {
  padding: 70px 30px 30px;
  position: relative;
}

.fs22 {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .fs22 {
    font-size: 1.8rem;
  }
}

.fs18 {
  font-size: 1.8rem;
}

@media screen and (max-width: 749px) {
  .fs18 {
    font-size: 1.6rem;
  }
}

.fs17 {
  font-size: 1.7rem;
}

@media screen and (max-width: 749px) {
  .fs17 {
    font-size: 1.5rem;
  }
}

.fs16 {
  font-size: 1.6rem;
}

@media screen and (max-width: 749px) {
  .fs16 {
    font-size: 1.5rem;
  }
}

.fs13 {
  font-size: 1.3rem;
}

.btn {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  transition: 0.5s;
}

.btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.btn:hover {
  opacity: 0.5;
}

.btn.siz-02 {
  width: 350px;
  height: 40px;
}

.btn.siz-03 {
  min-width: 320px;
  max-width: 500px;
  height: 60px;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .btn.siz-03 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 3px 0;
    width: 100%;
    min-width: auto;
  }
}

.btn.siz-04 {
  width: 100%;
  height: 65px;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: flex-start;
  padding: 0 40px 0 20px;
  line-height: 1.4;
}

@media screen and (max-width: 749px) {
  .btn.siz-04 {
    font-size: 1.3rem;
    height: auto;
    padding: 10px 30px 10px 10px;
  }
}

.btn.siz-05 {
  width: 100%;
  height: 88px;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: flex-start;
  padding: 0 40px 0 20px;
  line-height: 1.66;
}

@media screen and (max-width: 749px) {
  .btn.siz-05 {
    font-size: 1.3rem;
    height: auto;
    padding: 10px 30px 10px 10px;
  }
}

.btn.red {
  background: #E50D1E;
  color: #FFF;
  border: 2px solid #E50D1E;
}

.btn.red::before {
  content: "";
  background: #FFF;
}

.btn.red .blank::after {
  background: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9'><path d='M3,0V1h9V6h1V0Z' fill='%23FFF'/><rect width='10' height='6' transform='translate(0 3)' fill='%23FFF'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn.red-2 {
  background: #FFF;
  color: #E50D1E;
  border: 2px solid #E50D1E;
}

.btn.red-2::before {
  content: "";
  background: #E50D1E;
}

.btn.red-2 .blank::after {
  background: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9'><path d='M3,0V1h9V6h1V0Z' fill='%23E50D1E'/><rect width='10' height='6' transform='translate(0 3)' fill='%23E50D1E'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn.play {
  background: #F2F2F2;
  color: #002979;
  border: 1px solid #002979;
}

.btn.play::before {
  content: "";
  background: #002979;
}

.btn.play::after {
  background: url(../img/icon_play_indigo.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn.play::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transition: 0.5s;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
}

.btn.play02 {
  background: #F2F2F2;
  color: #4C8EDA;
  border: 1px solid #4C8EDA;
}

.btn.play02::before {
  content: "";
  background: #4C8EDA;
}

.btn.play02::after {
  background: url(../img/icon_play_indigo.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn.play02::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transition: 0.5s;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  background: url(../img/icon_play_sky.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn.rad {
  border-radius: 5px;
}

.btn.rad::before {
  border-radius: 5px;
}

.btn .blank::after {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  transition: 0.5s;
  position: absolute;
  right: 10px;
  top: 10px;
}

.btn3 {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  transition: 0.5s;
}

.btn3::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.btn3:hover {
  opacity: 0.5;
}

.btn3.siz-02 {
  width: 350px;
  height: 40px;
}

.btn3.siz-03 {
  min-width: 320px;
  max-width: 500px;
  height: 60px;
  font-size: 1.7rem;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .btn3.siz-03 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 3px 0;
    text-align: center;
    width: 100%;
    min-width: auto;
  }
}

.btn3.siz-04 {
  width: 100%;
  height: 65px;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: flex-start;
  padding: 0 40px 0 20px;
  line-height: 1.4;
}

@media screen and (max-width: 749px) {
  .btn3.siz-04 {
    font-size: 1.3rem;
    height: auto;
    padding: 10px 30px 10px 10px;
  }
}

.btn3.siz-05 {
  width: 100%;
  height: 88px;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: flex-start;
  padding: 0 40px 0 20px;
  line-height: 1.66;
}

@media screen and (max-width: 749px) {
  .btn3.siz-05 {
    font-size: 1.3rem;
    height: auto;
    padding: 10px 30px 10px 10px;
  }
}

.btn3.red {
  background: #E50D1E;
  color: #FFF;
  border: 2px solid #E50D1E;
}

.btn3.red::before {
  content: "";
  background: #FFF;
}

.btn3.red .blank::after {
  background: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9'><path d='M3,0V1h9V6h1V0Z' fill='%23FFF'/><rect width='10' height='6' transform='translate(0 3)' fill='%23FFF'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn3.red-2 {
  background: #FFF;
  color: #E50D1E;
  border: 2px solid #E50D1E;
}

.btn3.red-2::before {
  content: "";
  background: #E50D1E;
}

.btn3.red-2 .blank::after {
  background: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9'><path d='M3,0V1h9V6h1V0Z' fill='%23E50D1E'/><rect width='10' height='6' transform='translate(0 3)' fill='%23E50D1E'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn3.play {
  background: #F2F2F2;
  color: #002979;
  border: 1px solid #002979;
}

.btn3.play::before {
  content: "";
  background: #002979;
}

.btn3.play::after {
  background: url(../img/icon_play_indigo.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn3.play::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transition: 0.5s;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
}

.btn3.play02 {
  background: #F2F2F2;
  color: #4C8EDA;
  border: 1px solid #4C8EDA;
}

.btn3.play02::before {
  content: "";
  background: #4C8EDA;
}

.btn3.play02::after {
  background: url(../img/icon_play_indigo.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn3.play02::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transition: 0.5s;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  background: url(../img/icon_play_sky.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn3.rad {
  border-radius: 5px;
}

.btn3.rad::before {
  border-radius: 5px;
}

.btn3 .blank::after {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  transition: 0.5s;
  position: absolute;
  right: 10px;
  top: 10px;
}

.label {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}

.label-list {
  font-size: 2.4rem;
  color: #002979;
}

.label .span {
  width: auto;
  padding: 0 7px;
  height: 25px;
  border: 1px solid #002979;
  color: #002979;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  white-space: nowrap;
}

.label-blue {
  background: #0089D2;
  color: #FFF;
  border-radius: 25px;
  height: 40px;
  padding: 0;
}

.label-salse {
  font-size: 2.0rem;
  background: #009389;
  color: #FFF;
  height: 40px;
  padding: 0;
}

@media screen and (max-width: 749px) {
  .label-salse {
    font-size: 1.5rem;
    height: 35px;
  }
}

.label-green {
  font-size: 2.0rem;
  background: #009389;
  color: #FFF;
  height: 40px;
  padding: 0;
}

@media screen and (max-width: 749px) {
  .label-green {
    font-size: 1.8rem;
    height: 35px;
  }
}

.label-flag {
  background: #FFF;
  color: #0089D2;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  height: 30px;
  width: 110px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 120px;
}

.label-flag::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 13px 15px 0;
  border-color: transparent #0089D2 transparent transparent;
  margin-left: auto;
}

.label_image {
  position: absolute;
}

.label_image-rt {
  right: 30px;
  top: 30px;
}

@media screen and (max-width: 749px) {
  .label_image-rt {
    right: 10px;
    top: 10px;
  }
}

.menuBase {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 750px) {
  .menuBase {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .menuBase {
    height: 0;
    /* overflow: hidden; */
    overflow: scroll;
    transition: 0.5s;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
  }
}

.menuBase.open {
  height: 100dvh;
  background: #222222;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 749px) {
  .menuBase.open {
    padding-bottom: 60px;
  }
}

.menuScrollWrap {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 750px) {
  .menuScrollWrap {
    height: 30px;
  }
}

.menuScroll_btn {
  width: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  height: 100%;
  display: flex;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s;
  cursor: pointer;
  background: white;
}

@media screen and (max-width: 749px) {
  .menuScroll_btn {
    display: none;
  }
}

.menuScroll_btn.swiper-button-disabled {
  opacity: 0;
}

.menuScroll_btn-l {
  left: 0;
}

.menuScroll_btn-r {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.menuScroll_btn::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background: pink;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 5%, white 95%);
}

.menuWrap {
  width: 100%;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (min-width: 750px) {
  .menuWrap {
    margin: 25px auto 0;
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (min-width: 750px) {
  .menu {
    font-size: 1.5rem;
    margin-right: 21px;
    color: #333333;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
  /* .menu::before {
    content: "";
    height: 100%;
    width: 1px;
    display: inline-block;
    margin-right: 15px;
  } */
}

@media screen and (max-width: 749px) {
  .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    width: 100%;
    text-align: center;
    height: 40px;
    font-size: 1.7rem;
  }
}

.menuClose {
  width: 45px;
  height: 45px;
  display: block;
  transform: rotate(45deg);
  transition: all 0.4s;
  z-index: 10;
  overflow: hidden;
  margin: 10px auto 0;
  position: absolute;
  right: 10px;
  top: 10px;
}

.menuClose_line {
  height: 1px;
  width: 100%;
  background: #FFF;
  position: absolute;
  left: 50%;
  transition: 0.3s;
}

.menuClose_line-1 {
  transform: rotate(90deg);
  top: 50%;
  left: 0;
}

.menuClose_line-2 {
  left: 0;
  top: 50%;
}

.menuSwitch {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 13px;
  transition: all 0.4s;
  z-index: 100;
  background: #222222;
  overflow: hidden;
}

.menuSwitch_line {
  height: 1px;
  width: 45%;
  background: #FFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

.menuSwitch_line-1 {
  top: 33%;
  transition-delay: 0;
}

.menuSwitch_line-2 {
  top: 50%;
  transition-delay: 0.05s;
}

.menuSwitch_line-3 {
  bottom: 33%;
  transition-delay: 0.1s;
}

.menuSwitch.open {
  background: transparent;
  display: none;
}

.menuSwitch.open .menuSwitch_line {
  background: #222222;
  transform-origin: 0 0 0;
  left: 13px;
  display: none;
}

.loading {
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  opacity: 1;
}

.modal {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.modal_dialog {
  display: none;
  background: #FFF;
  width: 600px;
  height: 480px;
  padding: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 749px) {
  .modal_dialog {
    width: calc(100% - 30px);
    height: calc(100% - 120px);
  }
}

.modal_dialog_close {
  width: 40px;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .modal_dialog_close {
    width: 30px;
    top: -40px;
    right: 0;
  }
}

.modal_dialog_title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .modal_dialog_title {
    font-size: 2.0rem;
  }
}

.modal_dialog_text {
  font-size: 1.2rem;
}

.modal_dialog_textWrap {
  height: 80%;
  overflow-y: scroll;
}

.share {
  width: 100%;
}

.shareWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 750px) {
  .shareWrap {
    height: 200px;
    padding: 58px 0;
  }
}

@media screen and (max-width: 749px) {
  .shareWrap {
    height: 140px;
    padding: 30px 0;
  }
}

.share_text {
  font-size: 1.2rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
}

.share_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  .share_link {
    width: 280px;
    height: 50px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 749px) {
  .share_link {
    margin: 0 5px;
    width: calc((100% - 50px) / 2);
    height: 40px;
    border-radius: 5px;
  }
}

.share_link.share-fb {
  background: #4267B2;
}

.share_link.share-fb img {
  width: 14px;
}

.share_link.share-tw {
  background: #1DA1F2;
}

.share_link.share-tw img {
  width: 25px;
}

.header {
  height: 156px;
  width: 100%;
  background: #FFF;
  z-index: 48;
  border-bottom: 1px solid #999999;
}

@media screen and (min-width: 750px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/line_pc.png");
    background-size: 1400px 15px;
    background-repeat: repeat-x;
    background-position: top left;
    padding: 38px 20px 27px;
  }
}

@media screen and (max-width: 749px) {
  .header {
    height: 80px;
    padding: 21px 10px 14px 14px;
    background-image: url("../img/line_sp.png");
    background-size: 100% 10px;
    background-repeat: repeat-x;
    background-position: top left;
  }
}

.header.follow {
  position: fixed;
  animation: nyuru 0.5s;
  border-bottom: 0;
}

@media screen and (min-width: 750px) {
  .header.follow {
    display: flex;
    align-items: center;
    gap: 0;
    height: 80px;
    background-image: url("../img/line_pc.png");
    background-size: 1400px 10px;
    padding: 18px 20px 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  }
  .header.follow .header_flex {
    margin: 0;
  }
  .header.follow .header_logo_image {
    width: 204px;
  }
  .header.follow .menuBase {
    width: calc(100% - 204px);
    padding-right: 10px;
  }
  .header.follow .menuScrollWrap {
    margin: 18px 212px 0 0;
    justify-content: flex-end;
    width: calc(100% - 204px);
  }
  .header.follow .menu::before {
    content: "";
    height: 100%;
    width: 1px;
    display: inline-block;
    margin-right: 15px;
  }
  .header.follow .header_inquiry {
    position: absolute;
    top: 21px;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
}

@media screen and (min-width: 750px) and (min-width: 750px) {
  .header.follow .header_search {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .header.follow #gsc {
    display: none;
  }
  .header.follow .header_logo_text {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .header.follow {
    height: 75px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.header.follow .header_logo {
  margin-left: 0;
  margin-right: auto;
}

.header.follow .header_logo2 {
  display: none;
}

@media screen and (min-width: 750px) {
.header.follow .menuWrap {
  margin-bottom: 5px;
}
}

.header_flex {
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin-bottom: 16px;
}

.header_logo {
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.header_logo_image {}


@media screen and (min-width: 750px) {
  .header_logo_image {
    display: block;
    width: 178px;
  }
}

@media screen and (max-width: 749px) {
  .header_logo {
    width: 180px;
  }
}

.header_logo_text {
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 749px) {
  .header_logo_text {
    display: none;
  }
}

.header_logo2 {
  width: 114px;
  position: absolute;
  right: 20px;
  top: 35px
}

@media screen and (max-width: 749px) {
  .header_logo2 {
    display: none;
    width: 95px;
  }
}

.header_share-sp {
  position: relative;
  right: auto;
  top: auto;
  transform: translate(0);
  margin: 30px auto 10px;
  color: #FFF;
  flex-wrap: wrap;
}

.header_share-sp .share_text {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.header_share-sp .share_link {
  margin: auto;
}

.header_share-sp .share-fb {
  width: 19px;
  height: 37px;
}

.header_share-sp .share-tw {
  width: 35px;
  height: 28px;
}

.header_inquiry {
  height: 25px;
  width: 190px;
  background: #E50D1E;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: -0.1em;
  white-space: nowrap;
  margin-left: auto;
}


@media screen and (max-width: 749px) {
  .header_inquiry {
    display: none;
    height: 35px;
    width: 205px;
    margin: 26px auto 0;
  }
}
@media screen and (min-width: 750px) {
  .menuBase .header_inquiry {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .menuBase .header_inquiry {
    display: flex;
  }
}

@media screen and (min-width: 750px) {
.menuBase .header_search {
  display: none;
}
}

@media screen and (max-width: 749px) {
  .header_search {
    display: none;
    text-align: center;
     margin: 10px 2%;
  }
}

@media screen and (max-width: 749px) {
.menuBase .header_search {
  display: block;
}
}


@media screen and (max-width: 749px) {
  .header_search form {
    display: flex;
    justify-content: center;
  }
}

.header_search input {
  border: 1px solid black;
}

@media screen and (max-width: 749px) {
  .header_search input {
    margin-right: 5px;
    max-width: 170px;
  }
}

.header_search button {
  padding: 0 20px;
  border: 1px solid silver;
}

@media screen and (max-width: 749px) {
  .top-page .header:not(.follow) {
    height: auto;
    border: 0;
  }
  .top-page .header:not(.follow) .header_logo_image {
    width: 120px;
  }
  .top-page .header:not(.follow) .header_logo2 {
    display: block;
    right: 0;
    left: 10px;
    top: 20px;
  }
}

.breadcrumb {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  max-width: 1000px;
  margin: auto;
}

.breadcrumbList {
  display: inline;
  color: #999999;
  padding-right: 10px;
  font-size: 1.0rem;
}

.breadcrumbLists {
  display: inline;
  padding: 15px 0 0;
}

@media screen and (min-width: 750px) {
  .breadcrumbLists {
    height: 45px;
  }
}

@media screen and (max-width: 749px) {
  .breadcrumbLists {
    flex-wrap: wrap;
  }
}

.breadcrumbLists span br {
  display: none;
}

.breadcrumbList_link {
  color: #999999;
}

.breadcrumbList:not(:first-child)::before {
  padding-right: 10px;
  content: '>';
  color: #999999;
}

@keyframes nyuru {
  0% {
    margin-top: -64px;
  }
  100% {
    margin-top: 0;
  }
}

@media screen and (max-width: 749px) {
  #gsc {
    background: #535353 !important;
    padding: 10px 30px !important;
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 750px) {
  #gsc {
    position: absolute !important;
    top: 0 !important;
    right: 145px !important;
    padding: 0 !important;
    width: 190px !important;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #gsc {
    right: 175px !important;
  }
}

#gsc tbody {
  width: 100% !important;
}

#gsc tr {
  display: flex !important;
}

.gscb_a {
  line-height: 39px !important;
}

.gsc-control-cse {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  width: 80% !important;
  padding-right: 0 !important;
}

td.gsc-search-button {
  width: 20% !important;
  margin: 0 !important;
}

.gsc-search-button-v2 svg {
  fill: #535353 !important;
}

.gsc-search-button .gsc-search-button-v2 {
  border: 1px solid #999999 !important;
  padding: 12px 10px !important;
  background-color: #FFF !important;
  border-radius: 0 25px 25px 0 !important;
  display: flex !important;
  width: 100% !important;
  display: block !important;
  margin-left: -1px !important;
  margin-top: 0px !important;
  height: 100% !important;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gsc-search-button .gsc-search-button-v2 {
    padding: 13px 10px !important;
  }
}

.gsc-input-box {
  border: none !important;
  border-top: 1px solid #999999 !important;
  border-left: 1px solid #999999 !important;
  border-bottom: 1px solid #999999 !important;
  border-radius: 25px 0 0 25px !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.footer {
  background: #F2F2F2;
}

@media screen and (min-width: 750px) {
  .footer {
    height: 140px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 749px) {
  .footer {
    padding: 40px 0 35px;
  }
}

.footer_logo {
  display: block;
}

@media screen and (min-width: 750px) {
  .footer_logo {
    width: 100%;
    max-width: 245px;
    margin-left: 50px;
    margin-right: auto;
  }
}

@media screen and (max-width: 749px) {
  .footer_logo {
    margin: auto;
    width: calc(100% - 100px);
  }
}

.footer_sns {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .footer_sns {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer_sns_text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .footer_sns_text {
    width: 100%;
    margin: 35px auto 15px;
  }
}

.footer_sns_link {
  width: 40px;
  margin-left: 27px;
}

@media screen and (max-width: 749px) {
  .footer_sns_link:nth-of-type(odd) {
    margin-left: 0;
  }
}

.footer_scroll {
  display: block;
  width: 50px;
  margin: 0 42px 0 49px;
}

@media screen and (max-width: 749px) {
  .footer_scroll {
    margin: 25px auto 0;
  }
}

.footer_scroll_link {
  color: #333333;
  display: block;
  margin: auto;
}

.footer_scroll_link span {
  font-size: 1.2rem;
  font-weight: 700;
}

.footer_scroll_link img {
  width: 8px;
  margin-left: 8px;
  transform: rotate(-90deg);
}

.footer_nav {
  background: #222222;
}

@media screen and (min-width: 750px) {
  .footer_nav {
    height: 130px;
    padding: 16px 50px;
  }
}

@media screen and (max-width: 749px) {
  .footer_nav {
    padding: 25px 20px 25px 25px;
  }
}

.footer_navList {
  font-size: 1.2rem;
  color: #FFF;
  margin-right: 45px;
}

.footer_navLists {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
}

@media screen and (max-width: 749px) {
  .footer_navList {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 749px) {
  .footer_navList.spWrap {
    margin-right: 0;
  }
}

.footer_nav_asahi {
  width: 113px;
  display: block;
}

@media screen and (min-width: 750px) {
  .footer_nav_asahi {
    position: absolute;
    right: 50px;
    top: 23px;
  }
}

@media screen and (max-width: 749px) {
  .footer_nav_asahi {
    margin: 20px auto 0;
  }
}

.footer_nav_copy {
  font-size: 1.0rem;
  line-height: 1.66;
  color: #FFF;
  margin-top: 20px;
}

@media screen and (max-width: 749px) {
  .footer_nav_copy {
    text-align: center;
  }
}

@media screen and (min-width: 750px) {
  .frame {
    display: flex;
    justify-content: center;
    padding: 50px 15px 70px;
  }
  .frame>*:last-child {
    margin-left: 3%;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .frame {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 749px) {
  .frame {
    padding: 30px 0;
  }
}

@media screen and (min-width: 1000px) {
  .frame {
    padding: 50px 0 70px;
  }
}

.feature {
  color: #FFF;
  padding: 80px 0 0;
  position: relative;
}

@media screen and (max-width: 749px) {
  .feature {
    width: calc(100% + 50px);
    margin: 0 0 50px -25px;
  }
}

.feature_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
}

.feature_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}

.feature_flex {
  position: relative;
}

@media screen and (min-width: 750px) {
  .feature_flex {
    display: flex;
  }
}

@media screen and (min-width: 750px) {
  .feature_thum {
    max-width: 440px;
    height: 330px;
    margin-right: 55px;
    margin-right: 5%;
    overflow: hidden;
  }
}

.feature_thum img {
  transition: 0.5s;
}

.feature_thum:hover img {
  transform: scale(1.2);
}

@media screen and (min-width: 750px) {
  .feature_info {
    padding-bottom: 105px;
    width: calc(100% - 495px);
  }
}

@media screen and (max-width: 749px) {
  .feature_info {
    margin-top: 30px;
    padding-bottom: 65px;
  }
}

.feature_info::before {
  content: "";
  width: 1px;
  background: #FFF;
  height: 306px;
  height: 66%;
  position: absolute;
  bottom: 0;
  right: 16px;
}

@media screen and (max-width: 749px) {
  .feature_info::before {
    height: 57%;
  }
}

.feature_info::after {
  content: "Feature";
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 3.0rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 749px) {
  .feature_info::after {
    top: 68px;
  }
}

.feature_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 750px) {
  .feature_title {
    margin-right: 40px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 749px) {
  .feature_title {
    line-height: 1.3;
    font-size: 2.0rem;
  }
}

.feature_title::before {
  content: "特集";
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
  height: 30px;
  width: 60px;
  margin-right: 20px;
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  .feature_title::before {
    margin-right: 15px;
    font-size: 1.3rem;
  }
}

.feature_text {
  margin-top: 35px;
}

@media screen and (min-width: 750px) {
  .feature_text {
    width: 450px;
    width: 90%;
  }
}

@media screen and (max-width: 749px) {
  .feature_text {
    padding-right: 50px;
    margin-top: 30px;
  }
}

.feature_link {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 29px;
  color: #FFF;
}

.feature_link::after {
  content: "";
  display: block;
  width: 100px;
  height: 8px;
  background: url("../img/icon_arrow2.svg");
  background-size: 100% 100%;
  margin-top: -6px;
}

.main {
  display: block;
}

@media screen and (min-width: 750px) {
  .main {
    width: 66%;
    max-width: 660px;
  }
}

@media screen and (min-width: 1000px) {
  .main {
    width: 660px;
  }
}

@media screen and (max-width: 749px) {
  .main {
    width: 100%;
    padding: 0 0 50px 0;
  }
}

.nav {
  position: relative;
}

@media screen and (min-width: 750px) {
  .nav {
    width: 30%;
    max-width: 300px;
  }
}

@media screen and (min-width: 1000px) {
  .nav {
    width: 300px;
  }
}

@media screen and (max-width: 749px) {
  .nav {
    width: 100%;
  }
}

.nav_one {
  width: 100%;
  height: 100px;
}

.nav_tagWrap {
  background: #002979;
  padding: 19px 10% 30px;
}

@media screen and (max-width: 749px) {
  .nav_tagWrap {
    padding: 20px 25px 45px;
  }
}

.nav_tag_title {
  color: #FFF;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1em;
}

.nav_tag_title::before {
  content: "";
  display: block;
  width: 19px;
  height: 22px;
  background: url("../img/icon_tag.svg");
  margin: 0 auto 6px;
}

.nav_tagList {
  font-size: 1.4rem;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
}

.nav_tagLists {
  display: flex;
  flex-wrap: wrap;
  margin: 26px auto 0;
}

@media screen and (min-width: 750px) {
  .nav_tagList {
    font-size: 1.4vmin;
  }
}

.nav_tagList::before {
  content: "#";
}

.nav_news {
  width: 100%;
}

.nav_newsList {
  padding: 10px 0;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  font-size: 1.4rem;
}

.nav_newsLists {
  border-top: 1px solid #333333;
}

.nav_newsLists li {
  padding: 10px 0;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  font-size: 1.4rem;
}

.nav_newsLists li a {
  color: #333333;
  transition: 0.5s;
  opacity: 1;
}

.nav_newsLists li a:hover {
  opacity: 0.5;
}

.nav_newsList_img {
  width: 70px;
  height: 70px;
}

.nav_newsList_title {
  width: calc(100% - 90px);
  color: #222222;
  display: flex;
  align-items: center;
}

.nav_newsList .mr20 {
  margin-right: 20px;
}

.nav_cont_title {
  font-size: 1.6rem;
  border-bottom: 2px solid #222222;
}

#div-gpt-ad-1602812984703-0 {
  margin: auto;
}

.pr-page .nav_cont-pr {
  display: none;
}

.dataList {
  margin-bottom: 29px;
}

.dataLists {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 749px) {
  .dataList {
    margin-bottom: 25px;
  }
}


.dataList.is-hide {
  display: none;
}

.dataList.view {
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}

.dataList_link {
  color: #333333;
  width: 100%;
  align-self: baseline;
}

.dataList_link img {
  transition: 0.5s;
}

.dataList_link:hover img {
  transform: scale(1.2);
}

.dataList_link:hover .dataList_caption_title {
  color: #0089D2;
}

.dataList_image {
  overflow: hidden;
  position: relative;
}

.dataList_image.pr::after {
  content: "PR";
  color: #222222;
  background: #FFF;
  width: 29px;
  height: 18px;
  border: 1px solid #222222;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.dataList_caption_date {
  color: #999999;
  font-size: 1.2rem;
  margin-top: 10px;
}

.dataList_caption_title {
  line-height: 1.6;
  transition: 0.5s;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .dataList_caption_title {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

.dataList_caption_name {
  font-size: 1.2rem;
  padding-top: 4px;
  line-height: 1.44;
}

.dataList_tag {
  font-size: 1.0rem;
  color: #002979;
  margin-right: 8px;
  white-space: nowrap;
}

.dataList_tags {
  margin-top: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  line-height: 1.4;
  display: flex;
}

.dataList_tag::before {
  content: "#";
}

.dataList_more {
  width: 170px;
  height: 35px;
  border-radius: 35px;
  font-size: 1.2rem;
  background: #222222;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 40px auto 0;
  transition: 0.5s;
}

@media screen and (max-width: 749px) {
  .dataList_more {
    margin: 10px auto 0;
  }
}

.dataList_more:hover {
  opacity: 0.5;
}

.dataList_more::before {
  content: "View More";
}

.dataList_more::after {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background: pink;
  background: url("../img/icon_plus.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

@media screen and (min-width: 750px) {
  .dataLists:not(.type-top) .dataList {
    width: calc((100% - 30px)/3);
    margin-right: 15px;
    /* 3件目以降の頭 */
  }
}

@media screen and (min-width: 750px) and (-ms-high-contrast: none), screen and (min-width: 750px) and (-ms-high-contrast: active) {
  .dataLists:not(.type-top) .dataList {
    width: 31%;
  }
}

@media screen and (min-width: 750px) {
  .dataLists:not(.type-top) .dataList:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 749px) {
  .dataLists:not(.type-top) .dataList {
    width: calc((100% - 20px)/2);
  }
}

@media screen and (max-width: 749px) and (-ms-high-contrast: none), screen and (max-width: 749px) and (-ms-high-contrast: active) {
  .dataLists:not(.type-top) .dataList {
    width: 47%;
  }
}

@media screen and (max-width: 749px) {
  .dataLists:not(.type-top) .dataList:nth-child(odd) {
    margin-right: 20px;
  }
}

.dataLists.type-top .dataList {
  /* 最初 */
  /* 2件目 */
  /* 3件目以降 */
}

@media screen and (min-width: 750px) {
  .dataLists.type-top .dataList {
    margin-left: 15px;
  }
}

.dataLists.type-top .dataList:first-child {
  margin-left: 0;
  width: calc((100% - 20px)/2);
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dataLists.type-top .dataList:first-child {
    width: 47%;
  }
}

@media screen and (max-width: 749px) {
  .dataLists.type-top .dataList:first-child {
    width: 100%;
  }
  .dataLists.type-top .dataList:first-child .dataList_caption_title {
    font-size: 1.8rem;
  }
}

.dataLists.type-top .dataList:nth-child(2) {
  margin-left: 20px;
  width: calc((100% - 20px)/2);
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dataLists.type-top .dataList:nth-child(2) {
    width: 47%;
  }
}

@media screen and (max-width: 749px) {
  .dataLists.type-top .dataList:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
  .dataLists.type-top .dataList:nth-child(2) .dataList_caption_title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 750px) {
  .dataLists.type-top .dataList {
    /* 3件目以降の頭 */
  }
  .dataLists.type-top .dataList:nth-child(n+3) {
    width: calc((100% - 30px)/3);
    margin-left: 15px;
  }
}

@media screen and (min-width: 750px) and (-ms-high-contrast: none), screen and (min-width: 750px) and (-ms-high-contrast: active) {
  .dataLists.type-top .dataList:nth-child(n+3) {
    width: 31%;
  }
}

@media screen and (min-width: 750px) {
  .dataLists.type-top .dataList:nth-child(3n) {
    margin-left: 0;
  }
}

@media screen and (max-width: 749px) {
  .dataLists.type-top .dataList:nth-child(n+3) {
    width: calc((100% - 20px)/2);
    /* 3件目以降の頭 */
  }
  .dataLists.type-top .dataList:nth-child(n+3):nth-child(even) {
    margin-left: 20px;
  }
}

.dataCateList {
  margin-bottom: 30px;
}

.dataCateLists {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 750px) {
  .dataCateList {
    width: calc((100% - 20px)/2);
  }
  .dataCateList:nth-child(odd) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 749px) {
  .dataCateList {
    width: 100%;
  }
}

.dataCateList_caption {
  font-weight: 700;
  color: #222222;
}

@media screen and (max-width: 749px) {
  .dataCateList_caption {
    font-size: 1.8rem;
  }
}

.storyList {
  width: 100%;
  background: #F2F2F2;
  border-radius: 10px;
  padding: 30px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
  margin-top: 40px;
}

.storyLists:not(:empty) {
  margin-bottom: 80px;
}

@media screen and (min-width: 750px) {
  .storyList {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (max-width: 749px) {
  .storyList {
    display: block;
    padding: 20px 20px 50px;
  }
}

.storyList_body {
  display: block;
}

@media screen and (min-width: 750px) {
  .storyList_body {
    width: 380px;
    margin-right: 20px;
  }
}

.storyList_image {
  display: block;
}

@media screen and (min-width: 750px) {
  .storyList_image {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 749px) {
  .storyList_image {
    margin-top: 20px;
  }
}

.storyList_title {
  font-size: 2.0rem;
  font-weight: 700;
  color: #31823E;
  display: block;
}

@media screen and (max-width: 749px) {
  .storyList_title {
    font-size: 1.7rem;
  }
}

.storyList_text {
  display: block;
  margin-top: 25px;
  color: #222222;
}

@media screen and (max-width: 749px) {
  .storyList_text {
    margin-top: 20px;
  }
}

.storyList::after {
  content: "Read More";
  color: #31823E;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

@media screen and (max-width: 749px) {
  .storyList::after {
    bottom: 15px;
    right: 20px;
  }
}

.storyList.white::after {
  color: #FFF !important;
}

.storyList.black::after {
  color: #333333 !important;
}

.storyList.silver::after {
  color: #F2F2F2 !important;
}

.storyList.cloud::after {
  color: #F7FBFD !important;
}

.storyList.cloud2::after {
  color: #F0F5F5 !important;
}

.storyList.red::after {
  color: #E50D1E !important;
}

.storyList.indigo::after {
  color: #002979 !important;
}

.storyList.blue::after {
  color: #0089D2 !important;
}

.storyList.orange::after {
  color: #fead07 !important;
}

.storyList.pink::after {
  color: salmon !important;
}

.storyList.green::after {
  color: #009389 !important;
}

.storyList.choco::after {
  color: #B9571F !important;
}

.storyList.cream::after {
  color: #F8F3E4 !important;
}

.storyList.lightyellow::after {
  color: #FFFBEC !important;
}

.storyList1 {
  width: 100%;
  background: #F2F2F2;
  border-radius: 10px;
  padding: 30px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
  margin-top: 40px;
}

.storyList1s:not(:empty) {
  margin-bottom: 80px;
}

.storyList1s .oran::after {
  content: none;
}

@media screen and (min-width: 750px) {
  .storyList1 {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (max-width: 749px) {
  .storyList1 {
    display: block;
    padding: 20px 20px 50px;
  }
}

.storyList1_body {
  display: block;
}

@media screen and (min-width: 750px) {
  .storyList1_body {
    width: 380px;
    margin-right: 20px;
  }
}

.storyList1_image {
  display: block;
}

@media screen and (min-width: 750px) {
  .storyList1_image {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 749px) {
  .storyList1_image {
    margin-top: 20px;
  }
}

.storyList1_title {
  font-size: 2.0rem;
  font-weight: 700;
  color: #31823E;
  display: block;
}

@media screen and (max-width: 749px) {
  .storyList1_title {
    font-size: 1.7rem;
  }
}

.storyList1_text {
  display: block;
  margin-top: 25px;
  color: #222222;
}

@media screen and (max-width: 749px) {
  .storyList1_text {
    margin-top: 20px;
  }
}

.storyList1::after {
  content: none;
  color: #31823E;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

@media screen and (max-width: 749px) {
  .storyList1::after {
    bottom: 15px;
    right: 20px;
  }
}

.storyList1.white::after {
  color: #FFF !important;
}

.storyList1.black::after {
  color: #333333 !important;
}

.storyList1.silver::after {
  color: #F2F2F2 !important;
}

.storyList1.cloud::after {
  color: #F7FBFD !important;
}

.storyList1.cloud2::after {
  color: #F0F5F5 !important;
}

.storyList1.red::after {
  color: #E50D1E !important;
}

.storyList1.indigo::after {
  color: #002979 !important;
}

.storyList1.blue::after {
  color: #0089D2 !important;
}

.storyList1.orange::after {
  color: #fead07 !important;
}

.storyList1.pink::after {
  color: salmon !important;
}

.storyList1.green::after {
  color: #009389 !important;
}

.storyList1.choco::after {
  color: #B9571F !important;
}

.storyList1.cream::after {
  color: #F8F3E4 !important;
}

.storyList1.lightyellow::after {
  color: #FFFBEC !important;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.slide {
  position: relative;
  overflow: hidden;
}

.slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 750px) {
  .slider {
    height: 320px;
  }
}

@media screen and (max-width: 749px) {
  .slider {
    overflow: hidden;
  }
}

.slide:hover img {
  transform: scale(1.2);
}

.slide_image {
  width: 100%;
  height: auto;
}

.slide_image.pr::after {
  content: "PR";
  width: 29px;
  height: 18px;
  color: #222222;
  background: #FFF;
  border: 1px solid #222222;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.slide_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
  transition: 0.5s;
}

.slide_text {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.699317) 0%, rgba(0, 0, 15, 0) 130px);
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFF;
  padding: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1.4;
}

@media screen and (max-width: 749px) {
  .slide_text {
    font-size: 1.8rem;
  }
}

.slide_text .title_text {
  height: 70px;
}


/* 成地追加 */

.banner_part img {
  width: 100%;
  height: auto;
}

.ad-article-inner {
  min-height: 151px;
}

@media screen and (max-width: 749px) {
  .ad-article-inner {
    min-height: 135px;
  }
}

.article>p {
  margin-top: 25px;
}

@media screen and (max-width: 749px) {
  .article>p {
    margin-top: 15px;
  }
}

.article p a, .article figure a {
  border-bottom: 1px solid black;
}

.article>figure {
  margin-bottom: 40px;
}

@media screen and (max-width: 749px) {
  .article>figure {
    margin-bottom: 20px;
  }
}

.article>.tbl table th, .article>.tbl table td {
  padding: 10px;
}

#floating_bnr {
  min-height: 50px;
  z-index: 15;
  position: fixed !important;
  bottom: 0;
  width: 100% !important;
  display: flex;
  justify-content: center;
}

/**
 * swiper.js
 */

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.swiper-container-01 {
  max-width: 480px;
}

.swiper-container-02 .swiper-slide {
  width: auto;
}

.swiper-button-next, .swiper-button-prev {
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

@media (min-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 27px;
    margin-top: -22px;
  }
}


/**
 * mainvisual
 */

.mainvisual {
  overflow-x: hidden;
}

.about_logo {
  width: 408px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 749px) {
  .about_logo {
    width: 245px;
  }
}

@media screen and (max-width: 749px) {
  .about_body {
    background-image: url("../img/line_sp.png"), url("../img/line_sp.png");
    background-size: 15px 100%, 15px 100%;
    background-repeat: repeat-y, repeat-y;
    background-position: top left, top right;
  }
}

.what_title {
  width: 80%;
  max-width: 437px;
  margin: auto;
}

.what_image {
  margin: auto;
  width: 100%;
}

.what_image-01 {
  max-width: 400px;
}

.what_image-02 {
  max-width: 294px;
}

.what_image-03 {
  max-width: 400px;
}

.what_label {
  border-radius: 25px;
  height: 30px;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.what_label-people {
  background: #6B71BF;
}

.what_label-prosperity {
  background: #F69405;
}

.what_label-peace {
  background: #369AD8;
}

.what_label-partnership {
  background: #8F44AD;
}

.what_label-planet {
  background: #28AE61;
}

.what_goal {
  background: #F0FAFF;
}

.what_goal_head {
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 750px) {
  .what_goal_head {
    display: flex;
    align-items: center;
    padding: 39px 51px 35px 70px;
  }
}

@media screen and (max-width: 749px) {
  .what_goal_head {
    padding: 20px 10px;
    text-align: center;
  }
}

.what_goal_head::after {
  content: "";
  display: block;
  width: 34px;
  height: 17px;
  background: url("../img/icon_arrow_3.png");
  background-size: 100% 100%;
  position: absolute;
  bottom: 50px;
  right: 50px;
  transition: 0.5s;
}

@media screen and (max-width: 749px) {
  .what_goal_head::after {
    right: 20px;
  }
}

.what_goal_head.open::after {
  transform: rotate(180deg);
}

@media screen and (min-width: 750px) {
  .what_goal_head_img {
    width: 345px;
    margin-right: 55px;
  }
}

@media screen and (max-width: 749px) {
  .what_goal_head_img {
    width: 63%;
  }
}

.what_goal_head_title-01 {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .what_goal_head_title-01 {
    font-size: 1.8rem;
  }
}

.what_goal_head_title-02 {
  font-size: 1.2rem;
}

@media screen and (max-width: 749px) {
  .what_goal_head_title-02 {
    font-size: 1.1rem;
  }
}

.what_goal_body {
  padding: 20px 50px 43px;
  display: none;
}

@media screen and (max-width: 749px) {
  .what_goal_body {
    padding: 10px 20px;
  }
}

.goal_head {
  display: flex;
  align-items: center;
}

.goal_body {
  font-size: 1.2rem;
  margin-top: 20px;
}

.goal_image {
  width: 70px;
  margin-right: 20px;
}

.goal_color {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.47;
}

.goal_color-1 {
  color: #DB0C15;
}

.goal_color-2 {
  color: #D39400;
}

.goal_color-3 {
  color: #25862A;
}

.goal_color-4 {
  color: #B7081E;
}

.goal_color-5 {
  color: #E01F10;
}

.goal_color-6 {
  color: #0098D1;
}

.goal_color-7 {
  color: #FFAD00;
}

.goal_color-8 {
  color: #830525;
}

.goal_color-9 {
  color: #E85200;
}

.goal_color-10 {
  color: #CD1268;
}

.goal_color-11 {
  color: #F68E00;
}

.goal_color-12 {
  color: #CD7D00;
}

.goal_color-13 {
  color: #3D6726;
}

.goal_color-14 {
  color: #0064AE;
}

.goal_color-15 {
  color: #3A9927;
}

.goal_color-16 {
  color: #003D76;
}

.goal_color-17 {
  color: #002555;
}

.qa {
  height: 270px;
  background: url("../img/bg_qa.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Page Contents */
}

@media screen and (max-width: 749px) {
  .qa {
    height: 150px;
    background: url("../img/bg_qa_sp.jpg");
    background-size: cover;
  }
}

.qa_btn {
  width: 100%;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .qa_btn {
    width: calc(100% - 100px);
  }
}

.qa_list {
  width: 800px;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .qa_list {
    width: 100%;
  }
}

.qa_list:not(:last-of-type) {
  margin-bottom: 20px;
}

.qa_list_q {
  background: #002979;
  color: #FFF;
  padding: 10px 30px;
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .qa_list_q {
    padding: 10px 20px 10px 15px;
    height: auto;
    font-size: 1.8rem;
  }
}

.qa_list_q::before {
  content: "Q.";
  font-family: 'roboto', sans-serif;
  font-size: 4.0rem;
  font-weight: 700;
  color: #FFF;
  display: inline-block;
  margin-right: 35px;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .qa_list_q::before {
    font-size: 3.0rem;
    margin-right: 15px;
  }
}

.qa_list_q.active::after {
  transform: rotate(270deg);
}

.qa_list_a {
  position: relative;
  padding: 10px 50px 14px 30px;
  transition: 0.5s;
  overflow: hidden;
  background: #F2F2F2;
  word-break: break-all;
  height: auto;
}

.qa_list_aWrap {
  display: flex;
  align-items: flex-start;
}

.qa_list_aWrap::before {
  content: "A.";
  font-family: 'roboto', sans-serif;
  font-size: 4.0rem;
  font-weight: 700;
  color: #E50D1E;
  display: inline-block;
  margin-right: 35px;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .qa_list_aWrap::before {
    font-size: 3.0rem;
    margin-right: 15px;
  }
}

.qa_list_a.open {
  padding: 30px 50px 35px 30px;
}

@media screen and (max-width: 749px) {
  .qa_list_a.open {
    padding: 30px 20px 35px;
  }
}

@media screen and (max-width: 749px) {
  .qa_list_a {
    padding: 10px 20px;
  }
}

.qa_list_a_text {
  display: none;
  padding-bottom: 30px;
}

.qa_list_a_switch {
  cursor: pointer;
  display: block;
  width: 34px;
  height: 17px;
  background: url("../img/icon_arrow_3.png");
  background-size: 100% 100%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

@media screen and (max-width: 749px) {
  .qa_list_a_switch {
    bottom: 15px;
  }
}

.qa_list_a_switch.open {
  bottom: 31px;
  transform: translateX(-50%) rotate(180deg);
}

.siteMap {
  max-width: 800px;
  display: flex;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .siteMap {
    padding: 0 10px;
    flex-wrap: wrap;
  }
}

.siteMapList {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 25px;
}

.siteMapLists {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

@media screen and (max-width: 749px) {
  .siteMapLists {
    width: 100%;
    text-align: center;
  }
}

.info_title {
  width: 150px;
  margin: auto;
}

.infoList {
  display: flex;
  color: #222222;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.infoLists {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 749px) {
  .infoList {
    flex-wrap: wrap;
  }
}

.infoList_date {
  margin-right: 30px;
}

.info_btn {
  background: #E50D1E;
  color: #FFF;
  border: 2px solid #E50D1E;
  width: 240px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.btn_whats {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #0089D2;
  border: 2px solid #0089D2;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  line-height: 1.2;
}

@media screen and (min-width: 750px) {
  .btn_whats {
    width: 100%;
    height: 120px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 749px) {
  .btn_whats {
    width: 100%;
    padding: 30px 0;
  }
}

.btn_whats_icon-01 {
  width: 16.6%;
  max-width: 50px;
  margin-right: 13px;
}

.btn_whats_icon-02 {
  width: 20px;
  margin-left: 9px;
}

@media screen and (min-width: 750px) {
  .btn_whats.type-01 {
    width: 500px;
    height: 130px;
    font-size: 3.0rem;
  }
  .btn_whats.type-01 .btn_whats_icon-01 {
    width: 14%;
    max-width: 70px;
    margin-right: 36px;
  }
  .btn_whats.type-01 .btn_whats_icon-02 {
    width: 35px;
    margin-left: 29px;
  }
}

.article {
  /*笠見が追加したCSS*/
}

.article_group {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

@media screen and (min-width: 750px) {
  .article_group {
    height: 50px;
    line-height: 1em;
    font-size: 2.1rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 749px) {
  .article_group {
    line-height: 1.5em;
    font-size: 2.0rem;
    margin-bottom: 30px;
    padding: 7px 0;
  }
}

.article_group.feature01 {
  color: #541d6f;
  border-top: 1px solid #541d6f;
  border-bottom: 1px solid #541d6f;
}

.article_group.feature01::before {
  background: #541d6f;
}

.article_group.feature02 {
  color: #B9571F;
  border-top: 1px solid #B9571F;
  border-bottom: 1px solid #B9571F;
}

.article_group.feature02::before {
  background: #B9571F;
}

.article_group.feature03 {
  color: #4C8EDA;
  border-top: 1px solid #4C8EDA;
  border-bottom: 1px solid #4C8EDA;
}

.article_group.feature03::before {
  background: #4C8EDA;
}

.article_group.feature04 {
  color: #009389;
  border-top: 1px solid #009389;
  border-bottom: 1px solid #009389;
}

.article_group.feature04::before {
  background: #009389;
}

.article_group::before {
  content: "特集";
  width: auto;
  height: 30px;
  padding: 0 10px;
  color: #FFF;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  white-space: nowrap;
}

@media screen and (max-width: 749px) {
  .article_group::before {
    font-size: 1.5rem;
  }
}

.article_date {
  color: #999999;
  font-size: 1.4rem;
}

.article_title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.44;
  padding-bottom: 22px;
  position: relative;
}

@media screen and (max-width: 749px) {
  .article_title {
    font-size: 2.9rem;
  }
}

.article_title_under {
  display: flex;
}

.article_relatedTitle {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.44;
  padding-bottom: 22px;
  position: relative;
  margin: 50px 0;
  text-align: center;
}


@media screen and (max-width: 749px) {
  .article_relatedTitle {
    font-size: 2.9rem;
  }
}

.article_relatedTitle_under {
  display: flex;
}

.article_share {
  width: 35px;
  margin-left: 10px;
  cursor: pointer;
}

.article_shareWrap {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  padding: 20px 0 0;
}

@media screen and (max-width: 749px) {
  .article_share {
    width: 30px;
  }
}

.article_share2 {
  width: 35px;
  margin-bottom: 28px;
  cursor: pointer;
}

.article_share2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 160px;
  margin-top: 100px;
}

.article_share2:nth-child(n+2) {
  margin-left: 10px;
}

.article_share2_text {
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 28px;
}

.article_tag {
  font-size: 1.2rem;
  margin-right: 12px;
  color: #002979;
}

.article_tags {
  display: flex;
  margin: 20px 0 0;
}

@media screen and (max-width: 749px) {
  .article_tags {
    margin: 15px 0 0;
    flex-wrap: wrap;
  }
}

.article_tag::before {
  content: "#";
}

.article_subTitle {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.72;
  position: relative;
}

.article_subTitle2 {
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .article_subTitle2 {
    height: auto;
    padding: 10px 0;
    line-height: 1.33;
  }
}

.article_subTitle3 {
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  padding-left: 20px;
  font-size: 2.0rem;
}

.article_prof {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}

.article_prof_image {
  width: 120px;
}

@media screen and (max-width: 749px) {
  .article_prof_image {
    margin: 10px auto 30px;
  }
}

.article_prof_image02 {
  width: 90px;
}

@media screen and (max-width: 749px) {
  .article_prof_image02 {
    width: 120px;
    margin: 10px auto 30px;
  }
}

.article_prof_text {
  line-height: 2;
}

@media screen and (min-width: 750px) {
  .article_prof_text {
    width: calc(100% - 150px);
    margin-left: 30px;
  }
}

.article_float {
  position: fixed;
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .article_float {
    right: -20px;
    top: 50%;
    width: 200px;
  }
}

@media screen and (max-width: 749px) {
  .article_float {
    width: 100%;
    height: 55px;
    bottom: 0;
    left: 0;
  }
}

.article_mv_pr {
  position: relative;
}

.article_mv_pr::after {
  content: "PR";
  color: #222222;
  background: #FFF;
  width: 50px;
  height: 30px;
  border: 1px solid #222222;
  font-size: 2.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 749px) {
  .article_mv_pr::after {
    width: 29px;
    height: 18px;
    font-size: 1.2rem;
  }
}

.article_movie {
  padding-top: 56.25%;
  position: relative;
  min-height: 378px
}

@media screen and (max-width: 749px) {
  .article_movie {
    min-height: 197px
  }
}

.article_movieFrame {
  overflow: hidden;
  width: 100%;
  margin: auto;
}

.article_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article .bottom-r {
  border-bottom: 1px solid black;
}

.article .video-w {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 749px) {
  .article .video-w {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  .article .video-w .content-one iframe {
    width: 95%;
    height: 180px;
  }
}

.article .video-w .content-one video {
  width: 290px;
  height: 164px;
  background-color: #999999;
}

@media screen and (max-width: 749px) {
  .article .video-w .content-one video {
    width: 295px;
  }
}

.article .video-w .content-one figcaption {
  text-align: left;
  width: 290px;
}

@media screen and (max-width: 749px) {
  .article .video-w .content-one figcaption:nth-of-type(1) {
    margin-bottom: 30px;
    width: 95%;
  }
}

.article .video-w .content-sec {
  text-align: center;
}

@media screen and (max-width: 749px) {
  .article .video-w .content-sec iframe {
    width: 95%;
    height: 180px;
  }
}

.article .video-w .content-sec figcaption {
  text-align: left;
  width: 290px;
}

@media screen and (max-width: 749px) {
  .article .video-w .content-sec figcaption {
    width: 95%;
  }
}

.article .video-w .content-sec video {
  width: 290px;
  height: 164px;
  background-color: #999999;
}

@media screen and (max-width: 749px) {
  .article .video-w .content-sec video {
    width: 295px;
  }
}

.article .book-wrap {
  display: block;
  height: auto;
  background-color: #e8f8ff;
  border: double 10px #999999;
  padding: 35px;
}

@media screen and (max-width: 749px) {
  .article .book-wrap {
    text-align: -webkit-center;
    border: double 5px #c0c0c0;
    padding: 15px;
  }
}

.article .book-wrap .book-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 749px) {
  .article .book-wrap .book-content {
    flex-direction: column;
    /* コンテンツの配置を「上→下」に設定 */
  }
}

.article .book-wrap .book-content img {
  width: 200px;
  height: 265px;
}

@media screen and (max-width: 749px) {
  .article .book-wrap .book-content img {
    width: 280px;
    height: 380px;
    margin-bottom: 20px;
    order: 1;
    margin: auto;
  }
}

.article .book-wrap .book-content .book-right {
  width: 59%;
}

@media screen and (max-width: 749px) {
  .article .book-wrap .book-content .book-right {
    width: 80%;
    margin: auto auto 10px;
  }
}

.article .book-wrap .book-content .book-right h3 {
  color: #333333 !important;
  margin-bottom: 20px !important;
  font-weight: bold !important;
  font-size: 1.8rem !important;
}

@media screen and (max-width: 749px) {
  .article .book-wrap .book-content .book-right h3 {
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
  }
}

.article .book-wrap .book-content .book-right p {
  color: #333333;
}

@media screen and (max-width: 749px) {
  .article .book-wrap .book-content .book-right p {
    font-size: 1.5rem;
  }
}

.article .book-wrap .buy-wrap {
  margin-bottom: 30px;
}

.article .book-wrap .buy-wrap h3 {
  color: #FFF !important;
  height: 40px !important;
  vertical-align: middle !important;
  padding-left: 20px !important;
  padding-top: 1% !important;
  background-color: #002979 !important;
  border-radius: 50px !important;
  align-items: center !important;
}

@media screen and (max-width: 749px) {
  .article .book-wrap .buy-wrap C {
    
  }
}

.article .book-wrap .listBtn {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 749px) {
  .article .book-wrap .listBtn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
}

@media screen and (max-width: 749px) {
  .article .book-wrap .listBtn object a li .sp-img {
    width: 85%;
  }
}

.article .right-n {
  text-align: right;
}

.article .wrap-n .double-n {
  display: flex;
}

@media screen and (max-width: 749px) {
  .article .wrap-n .double-n {
    display: block;
  }
}

.article .wrap-n .double-n .img-n {
  height: 116px;
  margin-top: 35px;
}

.article .wrap-n .double-n .text-n {
  border: 1px solid black;
  padding: 15px;
  margin-left: 20px;
}

@media screen and (max-width: 749px) {
  .article .wrap-n .double-n .text-n {
    margin: 10px 0 0;
  }
}

.article_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.article_popup.is-show {
  opacity: 1;
  visibility: visible;
}

.article_popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  padding: 40px;
  background-color: #fff;
  z-index: 2;
}

@media screen and (max-width: 749px) {
  .article_popup-inner {
    width: 90%;
    padding: 20px;
  }
}

.article_popup-inner img {
  width: 100%;
}

.article_pointer {
  cursor: pointer;
}

.article_close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .article_close-btn {
    width: 25px;
    line-height: 25px;
  }
}

.article_close-btn i {
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .article_close-btn i {
    font-size: 15px;
  }
}

.article_black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.article_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.article_popup.is-show {
  opacity: 1;
  visibility: visible;
}

.article_popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  padding: 40px;
  background-color: #fff;
  z-index: 2;
}

@media screen and (max-width: 749px) {
  .article_popup-inner {
    width: 90%;
    padding: 20px;
  }
}

.article_popup-inner img {
  width: 100%;
}

.article_pointer {
  cursor: pointer;
}

.article_close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .article_close-btn {
    width: 25px;
    line-height: 25px;
  }
}

.article_close-btn i {
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .article_close-btn i {
    font-size: 15px;
  }
}

.article_black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

section.article p {
  margin-top: 30px;
}

section.article figure {
  margin-top: 30px;
}

section.article figcaption {
  margin-top: 10px;
}

section.article .article_subTitle {
  margin-top: 90px;
}

.im-center {
  text-align: center;
}


/*４Revs*/

.article_4revs {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}

.article_4revs_image {
  width: 130px;
  height: 130px;
}

@media screen and (max-width: 749px) {
  .article_4revs_image {
    margin: 10px auto 30px;
  }
}

.article_4revs_text {
  line-height: 2;
}

@media screen and (min-width: 750px) {
  .article_4revs_text {
    width: calc(100% - 150px);
    margin-left: 20px;
  }
}

@media screen and (max-width: 749px) {
  .f12 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 749px) {
  .f14 {
    font-size: 1.4rem;
  }
}

.youtyu {
  text-align: center;
}

@media screen and (max-width: 749px) {
  .sp_you {
    width: 95%;
    height: 150px;
  }
}


/*journal*/

.article_journal {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}

.article_journal_image {
  width: 130px;
  height: 130px;
}

@media screen and (max-width: 749px) {
  .article_journal_image {
    margin: 10px auto 30px;
  }
}

.article_journal_text {
  line-height: 2;
}

@media screen and (min-width: 750px) {
  .article_journal_text {
    width: calc(100% - 150px);
    margin-left: 20px;
  }
}

.tbl table, td, th {
  border: 1px #000000 solid;
  border-collapse: collapse;
}


/* 成地追加 */

.tbl table {
  display: table;
  border: 2px #000000 solid;
}

.tableContent {
  border: 1px solid #333333;
  padding: 30px;
  margin-top: 50px;
}

@media screen and (max-width: 749px) {
  .tableContent {
    padding: 10px;
  }
}

.tableContent_head {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .tableContent_head {
    font-size: 1.8rem;
  }
}

.tableContent_mainL {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .tableContent_mainL {
    font-size: 1.6rem;
    margin-top: 30px !important;
  }
}

.tableContent_mainL a {
  color: #004c88;
  text-decoration: underline;
}

.tableContent_subL a {
  color: #004c88;
  text-decoration: underline;
}

.talk-heading {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .talk-heading {
    font-size: 1.6rem;
  }
}

.article-detail__talk {
  display: flex !important;
  justify-content: space-between;
  margin-bottom: 30px;
}

.article-detail__talk-figure {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 749px) {
  .article-detail__talk-figure {
    width: 12vw;
    height: 12vw;
  }
}

.article-detail__talk-figure img {
  max-width: 100%;
}

.article-detail__talk-column {
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  width: 85%;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #f1ede8;
  font-size: 1.3rem;
  line-height: 1.875;
  text-align: justify;
}

@media screen and (max-width: 749px) {
  .article-detail__talk-column {
    width: 68vw;
    padding: 5vw 4vw;
    font-size: 1.1rem;
  }
}

.article-detail__talk-column::before {
  display: block;
  position: absolute;
  top: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(241, 237, 232, 0) #F1EDE8 rgba(241, 237, 232, 0) rgba(241, 237, 232, 0);
  content: "";
}

.article-detail__talk-name {
  font-weight: 700;
  font-size: 1.5rem;
}

.article-detail__talk .color01 {
  color: #008e45;
}

.article-detail__talk .color02 {
  color: #cc7937;
}

.article-detail__talk .color03 {
  color: #b55cd7;
}

.article-detail__talk--left .article-detail__talk-column::before {
  left: -14px;
  border-width: 7px 14px 7px 0;
}

.article-detail__talk--right .article-detail__talk-column::before {
  right: -14px;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #F1EDE8;
}

.tableContent h3 {
  margin-top: 0px !important;
}

h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
}

.subTitle_anchor {
  display: block;
  padding-top: 80px !important;
  margin-top: -80px !important;
  pointer-events: none;
}

.subTitle_anchor.mt10 {
  display: block;
  padding-top: 80px !important;
  margin-top: -70px !important;
}

@media screen and (max-width: 749px) {
  .subTitle_anchor.mt10 {
    padding-top: 80px !important;
    margin-top: -75px !important;
  }
}

.subTitle_anchor.mt15 {
  display: block;
  padding-top: 80px !important;
  margin-top: -65px !important;
}

@media screen and (max-width: 749px) {
  .subTitle_anchor.mt15 {
    padding-top: 80px !important;
    margin-top: -70px !important;
  }
}

.subTitle_anchor.mt20 {
  display: block;
  padding-top: 80px !important;
  margin-top: -60px !important;
}

@media screen and (max-width: 749px) {
  .subTitle_anchor.mt20 {
    padding-top: 80px !important;
    margin-top: -70px !important;
  }
}

.subTitle_anchor.mt25 {
  display: block;
  padding-top: 80px !important;
  margin-top: -55px !important;
}

@media screen and (max-width: 749px) {
  .subTitle_anchor.mt25 {
    padding-top: 80px !important;
    margin-top: -65px !important;
  }
}

.subTitle_anchor.mt30 {
  display: block;
  padding-top: 80px !important;
  margin-top: -50px !important;
}

@media screen and (max-width: 749px) {
  .subTitle_anchor.mt30 {
    padding-top: 80px !important;
    margin-top: -65px !important;
  }
}

.subTitle_anchor.mt40 {
  display: block;
  padding-top: 80px !important;
  margin-top: -40px !important;
}

@media screen and (max-width: 749px) {
  .subTitle_anchor.mt40 {
    padding-top: 80px !important;
    margin-top: -60px !important;
  }
}

.subTitle_anchor.mt50 {
  display: block;
  padding-top: 80px !important;
  margin-top: -30px !important;
}

@media screen and (max-width: 749px) {
  .subTitle_anchor.mt50 {
    padding-top: 80px !important;
    margin-top: -55px !important;
  }
}

.subTitle_anchor.mt60 {
  display: block;
  padding-top: 80px !important;
  margin-top: -20px !important;
}

@media screen and (max-width: 749px) {
  .subTitle_anchor.mt60 {
    padding-top: 80px !important;
    margin-top: -50px !important;
  }
}

.subTitle_anchor.mt70 {
  display: block;
  padding-top: 80px !important;
  margin-top: -10px !important;
}

@media screen and (max-width: 749px) {
  .subTitle_anchor.mt70 {
    padding-top: 80px !important;
    margin-top: -45px !important;
  }
}

.subTitle_anchor.mt80 {
  display: block;
  padding-top: 80px !important;
  margin-top: 0px !important;
}

@media screen and (max-width: 749px) {
  .subTitle_anchor.mt80 {
    padding-top: 80px !important;
    margin-top: -40px !important;
  }
}

.subTitle_anchor.mt90 {
  display: block;
  padding-top: 80px !important;
  margin-top: 10px !important;
}

@media screen and (max-width: 749px) {
  .subTitle_anchor.mt90 {
    padding-top: 80px !important;
    margin-top: -35px !important;
  }
}

.subTitle_anchor.mt100 {
  display: block;
  padding-top: 80px !important;
  margin-top: 20px !important;
}

@media screen and (max-width: 749px) {
  .subTitle_anchor.mt100 {
    padding-top: 80px !important;
    margin-top: -30px !important;
  }
}

.subTitle_anchor.mt130 {
  display: block;
  padding-top: 80px !important;
  margin-top: 50px !important;
}

@media screen and (max-width: 749px) {
  .subTitle_anchor.mt130 {
    padding-top: 80px !important;
    margin-top: -5px !important;
  }
}

.wellbeing_btn_green {
  background-color: #4C9E38;
  color: #FFF;
  border: 2px solid #4C9E38;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  margin: 20px 0;
}

@media screen and (max-width: 749px) {
  .wellbeing_btn_green {
    font-size: 16px;
    padding: 5px;
  }
}

.bl_title {
  line-height: 1.6em;
  text-indent: 0.6em;
  font-weight: bold;
  border-left: solid 0.3em #E50D1E;
}

.border-bottom_black_1 {
  border-bottom: solid 1px black;
}


/* ====================

keyword / link

==================== */

@media screen and (max-width: 749px) {
  .anchorBox {
    padding: 20px !important;
  }
}

.anchorBox.follow {
  position: fixed;
  top: 100px;
  width: 660px !important;
  margin: 0 !important;
  z-index: 100;
}

@media screen and (max-width: 749px) {
  .anchorBox.follow {
    position: fixed;
    top: 100px;
    width: calc(100% - 50px) !important;
    margin: 0 auto !important;
    padding: 20px !important;
    z-index: 100;
  }
}

.anchorBox+p.move {
  padding-top: 110px;
}

@media screen and (max-width: 749px) {
  .anchorBox+p.move {
    padding-top: 180px;
  }
}

.anchorBox ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .anchorBox ul {
    width: 270px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 749px) {
  .anchorBox ul li {
    margin-right: calc((100% - 250px) / 5);
  }
}

@media screen and (max-width: 749px) {
  .anchorBox ul li:nth-child(5n) {
    margin-right: 0;
  }
}

.anchorBox ul li a {
  position: relative;
  color: #0aaba4;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 10px;
}

@media screen and (max-width: 749px) {
  .anchorBox ul li a {
    font-size: 1.8rem;
    padding: 0 16px;
  }
}

.anchorBox ul li+li a::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 2px;
  height: 26px;
  background: #0aaba4;
}

@media screen and (max-width: 749px) {
  .anchorBox ul li+li a::before {
    content: none;
  }
}

@media screen and (max-width: 749px) {
  .anchorBox ul li a::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 2px;
    height: 20px;
    background: #0aaba4;
  }
}

@media screen and (max-width: 749px) {
  .anchorBox ul li:last-child a::after {
    content: none;
  }
}

.anchorList li {
  border-bottom: 1px solid #999999;
  padding-bottom: 32px;
  margin-top: -140px;
  padding-top: 140px;
}

@media screen and (max-width: 749px) {
  .anchorList li {
    margin-top: -180px;
    padding-top: 180px;
  }
}

.anchorList li:not(:last-child) {
  margin-bottom: 32px;
}

.anchorList li span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.anchorList li a {
  text-decoration: underline;
}


/* 231031ギャラリー用コード追記 */

.gallery_thumbnails {
  padding: 0 40px;
}

.gallery_thumbnails .gallery_thumbnail {
  position: relative;
}

.gallery_thumbnails .slick-current img {
  border: 3px solid #000;
}

.slick-slide {
  padding: 2px;
}

p.gallery_slider_txt {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  p.gallery_slider_txt {
    font-size: 11px;
  }
}


/*---------- 矢印 ----------*/

.gallery_thumbnails .slick-next {
  right: 0 !important;
}

.gallery_thumbnails .slick-prev {
  left: 0 !important;
}

.gallery_thumbnails .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.gallery_thumbnails .slick-arrow:before {
  font-size: 30px !important;
  color: #000 !important;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-num {
  display: flex;
  justify-content: center;
}



/*=========================
  print 
=========================*/
@media print {
  .header {
    display: none;
  }
}

.header_print {
  display: none;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #999999;
}
.header_print_inner {
  height: 70px;
  padding: 0 16px;
}
.header_print_logo {
  width: 160px;
}

@media print {
  .header_print {
    display: block !important;
  }
}

/* シェアリンク */
@media print {
  .article_shareWrap {
    display: none;
  }
}

/* 記事右カラム */
@media print {
  .frame>*:last-child {
    display: none;
  }
}

/* 記事下シェア */
@media print {
  .article_share2Wrap {
    display: none;
  }
}

/* 関連記事タイトル */
@media print {
  .article_relatedTitle {
    display: none;
  }
}

/* 関連記事一覧 */
@media print {
  .dataLists {
    display: none;
  }
}

@media print {
  .footer {
    display: none;
  }
}

@media print {
  .footer_nav {
    display: none;
  }
}

/* 記事中広告 */
@media print {
  .ad_kijinaka_count {
    display: none;
  }
}

/* ビルボード広告 */
@media print {
  .billboard {
    display: none;
  }
}