@charset "UTF-8";
/*============================================================
MAIN VISUAL
*/
#main_visual {
  margin-top: 100px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #main_visual {
    margin-top: 60px;
  }
}

#main_visual .heading_page {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #main_visual .heading_page {
    padding-left: 10px;
  }
}

#main_visual .heading_page span {
  display: block;
}

@media only screen and (max-width: 768px) {
  #main_visual .heading_page span {
    line-height: 1.2;
  }
}

#main_visual .heading_page span.en {
  color: #13c6bb;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.en {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

#main_visual .heading_page span.ja {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.ja {
    font-size: 30px;
  }
}

#main_visual .pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1250px;
  height: 500px;
  margin: -20px 0 0 80px;
}

@media only screen and (max-width: 768px) {
  #main_visual .pic {
    width: calc(100% + 20px);
    height: 0;
    margin: 14px 0 0 0;
    padding-bottom: 45%;
  }
}

#main_visual .title_en {
  color: #b2f5f1;
  font-size: 120px;
  font-weight: 600;
  line-height: 0.73;
  text-align: right;
  margin-top: -40px;
}

@media only screen and (max-width: 768px) {
  #main_visual .title_en {
    font-size: 32px;
    margin-top: -12px;
  }
}

#main_visual::before {
  content: "";
  background: #f7f8f4;
  width: 50%;
  height: 500px;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #main_visual::before {
    width: 90%;
    height: 80%;
    top: -30px;
  }
}

#main_visual .pic {
  background-image: url(../images/keywords/pic_mv_keywords01.jpg);
}

@media only screen and (max-width: 768px) {
  #main_visual::before {
    height: 240px;
  }
}

@media only screen and (max-width: 768px) {
  #main_visual .title_en {
    margin-top: 10px;
  }
}

/*============================================================
KEYWORDS
*/
#keywords {
  padding: 120px 0 0;
}

@media only screen and (max-width: 768px) {
  #keywords {
    padding: 30px 0 0;
  }
}

#keywords .sec .header-sec {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 35px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec .header-sec {
    gap: 0 15px;
  }
}

#keywords .sec .header-sec .label {
  font-weight: 600;
  border-right: 1px solid #333;
  padding: 0 35px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #keywords .sec .header-sec .label {
    padding: 0 10px;
  }
}

#keywords .sec .header-sec .label::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 0;
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #keywords .sec .header-sec .label::before {
    border-width: 8px 8px 0 0;
    top: -8px;
  }
}

#keywords .sec .header-sec .label span {
  line-height: 1;
  text-align: center;
  display: block;
}

#keywords .sec .header-sec .text {
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec .header-sec .text {
    font-size: 10px;
  }
}

#keywords .sec .header-sec .number {
  font-size: 80px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec .header-sec .number {
    font-size: 40px;
    margin-top: 2px;
  }
}

#keywords .sec .header-sec .heading {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  #keywords .sec .header-sec .heading {
    font-size: 24px;
  }
}

#keywords .sec .cta {
  background-color: #f7f8f4;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  #keywords .sec .cta {
    padding: 40px 0;
  }
}

#keywords .sec .cta p {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #keywords .sec .cta p {
    font-size: 24px;
  }
}

#keywords .sec .cta .content {
  margin-top: 30px;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 250px);
  gap: 0 120px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec .cta .content {
    display: block;
  }
}

#keywords .sec .cta .yt {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 60px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec .cta .yt {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #keywords .sec .cta .yt .pic {
    width: 80%;
    margin-inline: auto;
  }
}

#keywords .sec .cta .yt .btn {
  min-width: 310px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec .cta .yt .btn {
    min-width: 240px;
  }
}

@media only screen and (max-width: 768px) {
  #keywords .sec .cta .btn {
    margin-inline: auto;
  }
  #keywords .sec .cta .btn:not(:first-child) {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 769px) {
  #keywords .sec .cta .btn._textLong {
    padding-left: 20px;
  }
}

#keywords .sec .cta .btn:hover {
  background: #eb9d37;
}

#keywords .sec .cta .btn:hover::after {
  background: #fff;
  width: 50px;
}

#keywords .sec.sec01 .header-sec .label::before {
  border-color: #13c6bb transparent transparent transparent;
}

#keywords .sec.sec01 .header-sec .number {
  color: #13c6bb;
}

#keywords .sec.sec02 .header-sec .label::before {
  border-color: #eb9d37 transparent transparent transparent;
}

#keywords .sec.sec02 .header-sec .number {
  color: #eb9d37;
}

#keywords .sec.sec03 .header-sec .label::before {
  border-color: #077f99 transparent transparent transparent;
}

#keywords .sec.sec03 .header-sec .number {
  color: #077f99;
}

#keywords .sec01 .lead {
  text-align: center;
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .lead {
    margin-top: 40px;
  }
}

#keywords .sec01 .lead::before, #keywords .sec01 .lead::after {
  content: "";
  background-color: #333;
  width: 1px;
  height: 80px;
  display: block;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .lead::before, #keywords .sec01 .lead::after {
    height: 40px;
  }
}

#keywords .sec01 .lead::before {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .lead::before {
    margin-bottom: 20px;
  }
}

#keywords .sec01 .lead::after {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .lead::after {
    margin-top: 20px;
  }
}

#keywords .sec01 .lead h3 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .lead h3 {
    font-size: 50px;
  }
}

#keywords .sec01 .lead p {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .lead p {
    font-size: 24px;
    margin-top: 15px;
  }
}

#keywords .sec01 .feature {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .feature {
    margin-top: 50px;
    display: block;
  }
}

#keywords .sec01 .feature li h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .feature li h3 {
    font-size: 22px;
  }
}

#keywords .sec01 .feature li .content {
  padding: 110px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .feature li .content {
    padding: 80px 0;
  }
}

#keywords .sec01 .feature li p {
  text-align: center;
  line-height: 1;
}

#keywords .sec01 .feature li p .value {
  font-size: 80px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .feature li p .value {
    font-size: 60px;
  }
}

#keywords .sec01 .feature li p .l {
  font-size: 60px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .feature li p .l {
    font-size: 50px;
  }
}

#keywords .sec01 .feature li p .md {
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .feature li p .md {
    font-size: 18px;
  }
}

#keywords .sec01 .feature li p .blk {
  font-size: 16px;
  display: block;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .feature li p .blk {
    font-size: 14px;
  }
}

#keywords .sec01 .feature li .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: auto;
}

#keywords .sec01 .feature li:not(:first-child) {
  border-left: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .feature li:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .feature li:nth-child(1) .bg {
    width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .feature li:nth-child(2) .bg {
    width: 260px;
  }
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .feature li:nth-child(3) .bg {
    width: 200px;
  }
}

#keywords .sec01 .note {
  font-size: 16px;
  text-align: right;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .note {
    font-size: 14px;
    margin-top: 10px;
  }
}

#keywords .sec01 .recycle {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .recycle {
    margin-top: 50px;
  }
}

#keywords .sec01 .recycle p {
  line-height: 2.4;
  text-align: center;
  background: #fff;
  width: 1000px;
  margin: -60px auto 0;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .recycle p {
    text-align: left;
    line-height: 2.2;
    width: 100%;
    margin: 0;
    padding: 20px 15px 0;
  }
}

#keywords .sec01 .recycleContent {
  margin-top: 130px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  grid-template-areas: "heading fig" "lead fig";
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .recycleContent {
    margin-top: 60px;
    display: block;
  }
}

#keywords .sec01 .recycleContent h3 {
  grid-area: heading;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .recycleContent h3 {
    font-size: 24px;
  }
}

#keywords .sec01 .recycleContent .fig {
  grid-area: fig;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .recycleContent .fig {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .recycleContent .fig img {
    width: 70%;
  }
}

#keywords .sec01 .recycleContent p {
  grid-area: lead;
  font-size: 16px;
  line-height: 2.2;
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .recycleContent p {
    font-size: 14px;
    margin-top: 30px;
  }
}

#keywords .sec01 .cta {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec01 .cta {
    margin-top: 40px;
  }
}

#keywords .sec02 {
  margin-top: 135px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec02 {
    margin-top: 80px;
  }
}

#keywords .sec02 .strength_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec02 .strength_list {
    display: block;
    margin-top: 40px;
  }
}

#keywords .sec02 .strength_list li {
  flex: 0 0 572px;
  max-width: 572px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec02 .strength_list li {
    width: 90%;
    max-width: inherit !important;
    margin: 0 auto 15px;
  }
}

#keywords .sec02 .strength_list li a {
  height: 215px;
  display: block;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #keywords .sec02 .strength_list li a {
    height: 120px;
  }
}

#keywords .sec02 .strength_list li a::before {
  content: "\e90e";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #eb9d37;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 44px;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #keywords .sec02 .strength_list li a::before {
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    bottom: -5px;
    right: -5px;
  }
}

#keywords .sec02 .strength_list li a .bg {
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #keywords .sec02 .strength_list li a .bg {
    width: 100%;
  }
}

#keywords .sec02 .strength_list li a .bg span {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(0.0001deg);
}

#keywords .sec02 .strength_list li a .h_strength {
  color: #fff;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px, rgba(0, 0, 0, 0.2) -1px 1px 10px, rgba(0, 0, 0, 0.2) 1px -1px 10px, rgba(0, 0, 0, 0.2) -1px -1px 10px;
  width: 100%;
  padding: 0 40px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  #keywords .sec02 .strength_list li a .h_strength {
    font-size: 22px;
    padding: 0 20px;
  }
}

#keywords .sec02 .strength_list li a .label {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  width: 130px;
  background-color: #eb9d37;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #keywords .sec02 .strength_list li a .label {
    font-size: 11px;
    width: 100px;
  }
}

#keywords .sec02 .strength_list li a .label span {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec02 .strength_list li a .label span {
    font-size: 15px;
  }
}

#keywords .sec02 .strength_list li a:hover .bg span {
  transform: scale(1.1);
}

#keywords .sec02 .strength_list li:nth-child(1) .bg span {
  background-image: url(../images/keywords/pic_sec02_01.jpg);
}

#keywords .sec02 .strength_list li:nth-child(2) .bg span {
  background-image: url(../images/keywords/pic_sec02_02.jpg);
}

#keywords .sec02 .strength_list li:nth-child(3) .bg span {
  background-image: url(../images/keywords/pic_sec02_03.jpg);
}

#keywords .sec02 .strength_list li:nth-child(4) .bg span {
  background-image: url(../images/keywords/pic_sec02_04.jpg);
}

#keywords .sec02 .strength_list li:nth-child(5) .bg span {
  background-image: url(../images/keywords/pic_sec02_05.jpg);
}

#keywords .sec02 .strength_list li:nth-child(6) .bg span {
  background-image: url(../images/keywords/pic_sec02_06.jpg);
}

#keywords .sec02 .cta {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec02 .cta {
    margin-top: 40px;
  }
}

#keywords .sec03 {
  margin-top: 135px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec03 {
    margin-top: 80px;
  }
}

#keywords .sec03 .lead {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec03 .lead {
    margin-top: 45px;
  }
}

#keywords .sec03 .lead h3 {
  color: #077f99;
  font-size: 80px;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #keywords .sec03 .lead h3 {
    font-size: 50px;
  }
}

#keywords .sec03 .lead p {
  font-size: 18px;
  line-height: 2.2;
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec03 .lead p {
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
  }
}

#keywords .sec03 .vision {
  margin-top: 120px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec03 .vision {
    margin-top: 60px;
  }
}

#keywords .sec03 .vision .bg {
  background-image: url(../images/keywords/pic_sec03_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec03 .vision .bg {
    background-size: cover;
    background-position: left center;
    height: 0;
    padding-bottom: 45%;
  }
}

#keywords .sec03 .vision .holder {
  background: #fff;
  border-top: 6px solid #0c9fbf;
  width: 1170px;
  margin: -100px auto 0;
  padding: 40px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec03 .vision .holder {
    border-width: 4px;
    width: calc(100% - 30px);
    margin-top: -40px;
    padding: 25px 15px;
  }
}

#keywords .sec03 .vision h3 {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec03 .vision h3 {
    margin-bottom: 20px;
  }
}

#keywords .sec03 .vision h3 span {
  display: block;
}

#keywords .sec03 .vision h3 span.en {
  color: #0c9fbf;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec03 .vision h3 span.en {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

#keywords .sec03 .vision h3 span.ja {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  #keywords .sec03 .vision h3 span.ja {
    font-size: 26px;
  }
}

#keywords .sec03 .vision h4 {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #keywords .sec03 .vision h4 {
    font-size: 22px;
  }
}

#keywords .sec03 .vision p {
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #keywords .sec03 .vision p {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin-top: 20px;
  }
}

/*============================================================
MODAL
*/
body.is-locked {
  overflow: hidden;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.modal {
  width: 1100px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
  display: none;
}

@media only screen and (max-width: 1200px) {
  .modal {
    width: 95%;
  }
}

@media only screen and (max-width: 768px) {
  .modal {
    width: calc(100% - 30px);
  }
}

.modal .btn_close_top {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 10;
  display: block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

@media only screen and (max-width: 768px) {
  .modal .btn_close_top {
    font-size: 22px;
    top: -34px;
  }
}

.modal .btn_close_top:hover {
  color: #888;
}

.modal_inner {
  max-height: 90vh;
  min-height: 200px;
  margin: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 768px) {
  .modal_inner {
    width: 100%;
    max-height: 85vh;
    min-height: inherit;
  }
}

.modal .strength_content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.modal .strength_content .h_block {
  padding: 40px 40px;
  display: flex;
  gap: 0 30px;
}

@media only screen and (max-width: 768px) {
  .modal .strength_content .h_block {
    padding: 15px;
    display: block;
  }
}

.modal .strength_content .label {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  background: #eb9d37;
  padding: 10px 20px 8px;
  display: inline-block;
  align-self: flex-start;
}

@media only screen and (max-width: 768px) {
  .modal .strength_content .label {
    margin-bottom: 10px;
    padding: 8px 15px 6px;
  }
}

.modal .strength_content .label span {
  font-size: 18px;
  margin-left: 4px;
}

.modal .strength_content .h_modal {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .modal .strength_content .h_modal {
    font-size: 24px;
  }
}

.modal .strength_content .inner {
  padding: 0 40px 30px;
}

@media only screen and (max-width: 768px) {
  .modal .strength_content .inner {
    padding: 10px 15px 25px;
  }
}

.modal .strength_content .row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .modal .strength_content .row {
    display: block;
    margin-bottom: 20px;
  }
}

.modal .strength_content .pic {
  flex: 0 0 380px;
  max-width: 380px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .modal .strength_content .pic {
    text-align: center;
    max-width: inherit;
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .modal .strength_content .pic img {
    max-width: 300px;
  }
}

.modal .strength_content p {
  font-size: 18px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .modal .strength_content p {
    font-size: 15px;
    line-height: 1.8;
  }
}

.modal .strength_content .btn_block {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal .strength_content .btn_block a {
  display: block;
  text-align: center;
}

.modal .strength_content .btn_block .btn_close {
  color: #eb9d37;
  font-size: 18px;
  line-height: 50px;
  width: 200px;
  height: 50px;
  margin: 0 20px;
  padding: 0 10px;
  border: 2px solid #eb9d37;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

@media only screen and (max-width: 768px) {
  .modal .strength_content .btn_block .btn_close {
    font-size: 16px;
    margin: 0 10px;
  }
}

.modal .strength_content .btn_block .btn_close:hover {
  color: #fff;
  background: #eb9d37;
}

.modal .strength_content .btn_block .btn_prev,
.modal .strength_content .btn_block .btn_next {
  color: #eb9d37;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 2px solid #eb9d37;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.modal .strength_content .btn_block .btn_prev:hover,
.modal .strength_content .btn_block .btn_next:hover {
  color: #fff;
  background: #eb9d37;
}
