@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html {
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  counter-reset: ol;
}

.wholewrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
[lang="en"] .wholewrapper {
  font-size: 15px;
}
.wholewrapper * {
  box-sizing: border-box;
}
.wholewrapper *::before, .wholewrapper *::after {
  box-sizing: border-box;
}
.wholewrapper.open {
  position: fixed;
  overflow: hidden;
}
.wholewrapper a {
  word-break: break-all;
}
@media screen and (min-width: 1025px) {
  .wholewrapper a {
    transition: 0.5s;
  }
  .wholewrapper a:hover {
    opacity: 0.6;
  }
}
.wholewrapper a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wholewrapper a[href^="tel:"] {
    pointer-events: inherit;
  }
}
[lang="en"] .wholewrapper a {
  word-break: inherit;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

span.pc_wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  span.pc_wrap {
    display: inline;
  }
}
span.sp_wrap {
  display: inline;
}
@media screen and (max-width: 767px) {
  span.sp_wrap {
    display: block;
  }
}

.header a,
.footer a {
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 80px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}
.header::after {
  display: block;
  height: 3px;
}
.header ul,
.header ol {
  padding-left: 0;
  list-style: none;
}
.header .header_inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 980px) {
  .header .header_inner {
    padding: 0 0 0 20px;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner {
    padding-left: 15px;
  }
}
.header .site_logo {
  flex: 0 0 300px;
  margin: 0;
  padding: 13px 0 10px;
}
@media print, screen and (max-width: 1200px) {
  .header .site_logo {
    flex: 0 0 240px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 980px) {
  .header .site_logo {
    flex: 0 0 230px;
    margin-right: 20px;
    max-width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .header .site_logo {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    flex: 0 0 75px;
    margin-right: 14px;
    max-width: 75px;
    padding: 0;
  }
}
.header .site_logo img {
  display: block;
  width: 100%;
}
.header .sp_site_name {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .sp_site_name {
    display: block;
    font-family: alternate-gothic-no-1-d, "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 19px;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #064544;
    transform: translateY(3px);
  }
}
.header .header_navigation {
  flex: 1 1 auto;
}
@media screen and (max-width: 980px) {
  .header .header_navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff url(../media/images/pltf/common/bg_dot.png) repeat top -4px left 28px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
    height: calc(100vh - 80px);
  }
  .header .header_navigation::before {
    content: "";
    display: block;
    height: 3px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
    transform: translateY(-3px);
  }
}
@media screen and (max-width: 767px) {
  .header .header_navigation {
    height: calc(100vh - 50px);
  }
}
@media screen and (max-width: 767px) {
  .header .gnavi_wrap {
    position: relative;
    height: 100%;
  }
  .header .gnavi_wrap::before, .header .gnavi_wrap::after {
    content: "";
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
  }
  .header .gnavi_wrap::before {
    background-image: url(../media/images/pltf/common/sp_menu_bg_2.svg);
    background-size: 52.5%;
    background-position: top 22% right 0;
  }
  .header .gnavi_wrap::after {
    background-image: url(../media/images/pltf/common/sp_menu_bg_3.svg);
    background-size: 62%;
    background-position: top 58.5% left 0;
  }
}
.header .gnavi {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header .gnavi {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .header .gnavi {
    display: block;
    padding: 40px 20px;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .header .gnavi {
    position: relative;
    z-index: 2;
    padding: 17px 15px;
  }
}
.header .gnavi ul.depth1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  padding-left: 0;
  list-style: none;
  margin: 0;
  font-family: din-2014, "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .header .gnavi ul.depth1 {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .header .gnavi ul.depth1 {
    display: block;
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header .gnavi ul.depth1 {
    display: block;
    padding: 0 15px;
  }
}
.header .gnavi ul.depth1 li.depth1 {
  margin-right: 50px;
}
@media print, screen and (max-width: 1200px) {
  .header .gnavi ul.depth1 li.depth1 {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi ul.depth1 li.depth1 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 980px) {
  .header .gnavi ul.depth1 li.depth1 {
    margin-right: 0;
    font-size: 15px;
  }
}
.header .gnavi ul.depth1 li.depth1::before {
  display: none;
}
.header .gnavi ul.depth1 li.depth1.active > a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #B9E500;
}
@media screen and (max-width: 1024px) {
  .header .gnavi ul.depth1 li.depth1.active > a::after {
    display: none;
  }
}
.header .gnavi ul.depth1 li.depth1 a {
  position: relative;
  color: #064544;
}
@media screen and (max-width: 980px) {
  .header .gnavi ul.depth1 li.depth1 a {
    display: block;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #bababa;
    background: url(../media/images/pltf/common/button_arrow_gr.svg) no-repeat center right/10px 17px;
  }
}
@media screen and (max-width: 767px) {
  .header .gnavi ul.depth1 li.depth1 a {
    padding: 11px 15px 11px 0;
    background-size: 5px;
  }
}
.header .gnavi ul.depth1 li.depth1.lm4, .header .gnavi ul.depth1 li.depth1.lm47, .header .gnavi ul.depth1 li.depth1.lm48 {
  display: none;
}
@media screen and (max-width: 980px) {
  .header .gnavi ul.depth1 li.depth1.lm4, .header .gnavi ul.depth1 li.depth1.lm47, .header .gnavi ul.depth1 li.depth1.lm48 {
    display: block;
  }
}
.header .gnavi ul.depth1 li.depth1.new a {
  position: relative;
}
.header .gnavi ul.depth1 li.depth1.new a::before {
  position: absolute;
  top: -5px;
  right: -5px;
  content: '';
  background: red;
  width: 6px;
  height: 6px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .header .gnavi ul.depth1 li.depth1.new a::before {
    top: 18px;
    left: -13px;
    right: auto;
  }
}
.header .gnavi ul.depth1 ul.depth2 {
  display: none;
}
.header .entry {
  flex: 0 0 150px;
  position: relative;
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .entry {
    max-width: 120px;
  }
}
.header .entry a {
  display: block;
  padding: 12px 10px 13px;
  border-radius: 20px;
  background-color: #064544;
  border: 1px solid #064544;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .header .entry a {
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .header .entry a {
    padding: 10px;
    font-size: 11px;
  }
}
.header .entry.disable {
  background: #dbdbdb;
  color: #7e7e7e;
}
.header .entry.disable a {
  background: #dbdbdb;
  color: #7e7e7e;
}
@media screen and (max-width: 980px) {
  .header .entry {
    margin: 30px auto;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .header .entry {
    margin-top: 50px;
    max-width: 250px;
  }
}
@media screen and (max-width: 980px) {
  .header .entry a {
    padding: 20px;
    border-radius: 40px;
    color: #B9E500;
  }
}
@media screen and (max-width: 767px) {
  .header .entry a {
    padding: 15px;
    font-weight: 500;
    font-size: 13px;
  }
}
.header .lang_list {
  order: 3;
  flex: 0 0 90px;
  margin: 0 0 0 50px;
  padding: 0;
  font-family: din-2014, "Noto Sans JP", sans-serif;
  font-size: 15px;
}
@media print, screen and (max-width: 1200px) {
  .header .lang_list {
    margin-left: 30px;
  }
}
@media screen and (max-width: 980px) {
  .header .lang_list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header .lang_list {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  .header .lang_list li {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .header .lang_list li {
    height: 45px;
  }
}
.header .lang_list li::before {
  display: none;
}
.header .lang_list li:not(.active) a::before {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .header .lang_list li.ja:not(.active) a {
    border-bottom: 1px solid #F5F5F5;
  }
  .header .lang_list li.ja:not(.active) a:hover {
    border-bottom: 1px solid #fff;
  }
}
.header .lang_list li.ja a {
  padding: 14px 10px 12px;
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .header .lang_list li.ja a {
    padding: 21px 10px 16px;
  }
}
@media screen and (max-width: 767px) {
  .header .lang_list li.ja a {
    padding: 17px 0 16px;
    text-indent: -0.5em;
    font-size: 11px;
  }
}
@media print, screen and (min-width: 1025px) {
  .header .lang_list li.en:not(.active) a {
    border-top: 1px solid #F5F5F5;
  }
  .header .lang_list li.en:not(.active) a:hover {
    border-top: 1px solid #fff;
  }
}
.header .lang_list li.en a {
  padding: 12px 12px 12px;
}
@media screen and (max-width: 980px) {
  .header .lang_list li.en a {
    padding: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header .lang_list li.en a {
    padding: 15px;
  }
}
.header .lang_list li.active a {
  background-color: #B9E500;
  color: #064544;
  pointer-events: none;
}
.header .lang_list li.active a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #064544;
  transition: 0.5s;
}
.header .lang_list li a {
  position: relative;
  display: block;
  background-color: #F5F5F5;
  color: #8a9a9f;
  line-height: 1;
  color: #8a9a9f;
  text-align: center;
}
@media print, screen and (min-width: 1025px) {
  .header .lang_list li a {
    transition: 0.5s;
  }
  .header .lang_list li a:hover {
    opacity: 1;
    background-color: #B9E500;
    color: #064544;
  }
}
@media screen and (max-width: 767px) {
  .header .lang_list li a {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    height: 100%;
  }
}
.header .sp_button {
  display: none;
}
@media screen and (max-width: 980px) {
  .header .sp_button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: #DDFF4E;
    width: 90px;
    height: 80px;
    font-size: 11px;
  }
  .header .sp_button .sp_button_wrap {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .header .sp_button .sp_button_bar {
    width: 40px;
  }
  .header .sp_button .sp_button_bar .sp_menu_bar {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #064544;
  }
  .header .sp_button .sp_button_bar .sp_menu_bar:nth-child(2) {
    margin: 13px 0;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  .header .sp_button .sp_button_bar .sp_menu_bar:nth-child(2) {
    margin: 6px 0;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  .header .sp_button {
    width: 50px;
    height: 50px;
  }
  .header .sp_button .sp_button_bar {
    width: 20px;
  }
}
@media screen and (max-width: 980px) and (max-width: 1024px) {
  .header .sp_button.open .sp_button_bar .sp_menu_bar:nth-child(1) {
    transform: rotate(135deg) translate(12px, -12px);
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  .header .sp_button.open .sp_button_bar .sp_menu_bar:nth-child(1) {
    transform: rotate(135deg) translate(6px, -6px);
  }
}
@media screen and (max-width: 980px) {
  .header .sp_button.open .sp_button_bar .sp_menu_bar:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 980px) and (max-width: 1024px) {
  .header .sp_button.open .sp_button_bar .sp_menu_bar:nth-child(3) {
    transform: rotate(-135deg) translate(9px, 10px);
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  .header .sp_button.open .sp_button_bar .sp_menu_bar:nth-child(3) {
    transform: rotate(-135deg) translate(5px, 6px);
  }
}

#main {
  min-height: calc(100vh - 276px);
}

.snippet .news_letter {
  margin-top: 150px;
  padding: 61px 20px 57px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .snippet .news_letter {
    margin-top: 52px;
    padding: 33px 15px 30px;
  }
}
.snippet .news_letter > div {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media print, screen and (max-width: 1200px) {
  .snippet .news_letter > div {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .snippet .news_letter > div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .snippet .news_letter > div {
    padding: 0 15px;
  }
}
.snippet .news_letter .block.h3 h3 {
  position: relative;
  display: table;
  margin: 0 auto 27px;
  padding-left: 33px;
  background: url(../media/images/pltf/common/icon_mail.svg) no-repeat top 52% left 1px/21px 14px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3636363636;
  text-align: center;
  color: #064544;
}
@media screen and (max-width: 767px) {
  .snippet .news_letter .block.h3 h3 {
    margin-bottom: 14px;
    padding-left: 20px;
    background-size: 18px 11px;
    font-size: 16px;
    text-indent: 0.5em;
  }
}
.snippet .news_letter .news_letter_common {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
[lang="en"] .snippet .news_letter .news_letter_common {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  [lang="en"] .snippet .news_letter .news_letter_common {
    font-size: 12px;
    line-height: 1.6;
  }
}
.snippet .news_letter .news_letter_common br {
  display: none;
}
@media screen and (max-width: 767px) {
  .snippet .news_letter .news_letter_common {
    font-size: 12px;
  }
  .snippet .news_letter .news_letter_common br {
    display: block;
  }
}
.snippet .news_letter .mail-magazine-entry {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .snippet .news_letter .mail-magazine-entry {
    margin-top: 20px;
  }
}
.snippet .news_letter .mail-magazine-entry .news_letter_input {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 790px;
}
@media screen and (max-width: 767px) {
  .snippet .news_letter .mail-magazine-entry .news_letter_input {
    display: block;
  }
}
.snippet .news_letter .mail-magazine-entry .news_letter_input .input {
  flex: 1 1 auto;
  min-height: 100%;
}
.snippet .news_letter .mail-magazine-entry .news_letter_input .input input {
  display: block;
  padding: 13px 17px;
  border: 1px solid #bababa;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
}
.snippet .news_letter .mail-magazine-entry .news_letter_input .input input:focus {
  border-color: #064544;
  outline: none;
}
@media screen and (max-width: 767px) {
  .snippet .news_letter .mail-magazine-entry .news_letter_input .input input::placeholder {
    font-size: 12px;
  }
}
.snippet .news_letter .mail-magazine-entry .news_letter_input button {
  flex: 0 0 180px;
  margin-left: 10px;
  border: none;
  border-radius: 3px;
  border: 1px solid #064544;
  background: #064544;
  padding: 17px 10px 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
@media print, screen and (min-width: 1025px) {
  .snippet .news_letter .mail-magazine-entry .news_letter_input button {
    transition: 0.5s;
  }
  .snippet .news_letter .mail-magazine-entry .news_letter_input button:hover {
    background: #fff;
    color: #064544;
  }
}
@media screen and (max-width: 767px) {
  .snippet .news_letter .mail-magazine-entry .news_letter_input button {
    display: block;
    padding: 15px 10px 12px;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    width: 150px;
  }
}
.snippet .news_letter .privacy_check {
  margin-top: 28px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .snippet .news_letter .privacy_check {
    margin-top: 22px;
    padding-left: 4px;
    font-size: 11px;
  }
}
.snippet .news_letter .privacy_check a {
  display: inline-block;
  padding-bottom: 0;
  border-bottom: 1px solid #064544;
  color: #064544;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .snippet .news_letter .privacy_check a {
    padding-bottom: 2px;
  }
}
.snippet .news_letter .privacy_check label {
  position: relative;
  padding-left: 25px;
  position: relative;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .snippet .news_letter .privacy_check label {
    padding-left: 14px;
  }
}
.snippet .news_letter .privacy_check label input[type="checkbox"] {
  display: none;
}
.snippet .news_letter .privacy_check label::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0.3em;
  opacity: 0.6;
  -webkit-transition: all .15s, border-color .08s;
  transition: all .15s, border-color .08s;
}
@media screen and (max-width: 767px) {
  .snippet .news_letter .privacy_check label::before {
    width: 9px;
    height: 9px;
    left: 0;
    top: 0.4em;
  }
}
.snippet .news_letter .privacy_check label.checked::before {
  width: 0.5em;
  left: 0;
  top: 0;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .snippet .news_letter .privacy_check label {
    padding-left: 24px;
  }
}
.snippet .news_letter .privacy_check label::before {
  left: 10px;
}

.mail-magazine-stop {
  margin: 50px auto;
  max-width: 1000px;
  padding: 30px 50px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .mail-magazine-stop {
    margin: 20px auto 40px;
    padding: 20px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .mail-magazine-stop form.mailmagazine {
    font-size: 12px;
    text-align: center;
  }
}
.mail-magazine-stop .form {
  display: flex;
  justify-content: center;
}
@media (max-width: 550px) {
  .mail-magazine-stop .form {
    display: block;
  }
}
.mail-magazine-stop .form > span {
  display: block;
}
.mail-magazine-stop .form > span + span {
  margin-left: 10px;
}
.mail-magazine-stop input[type="email"] {
  flex: 1 1 auto;
  width: 700px;
  max-width: 100%;
  height: 100%;
  height: 52px;
  display: block;
  padding: 10px;
  border: 1px solid #bababa;
  font-size: 16px;
  border-radius: 3px;
}
@media (max-width: 1100px) {
  .mail-magazine-stop input[type="email"] {
    width: 500px;
  }
}
@media (max-width: 850px) {
  .mail-magazine-stop input[type="email"] {
    width: 300px;
  }
}
@media (max-width: 550px) {
  .mail-magazine-stop input[type="email"] {
    width: 100%;
  }
}
.mail-magazine-stop input[type="email"]:focus {
  border-color: #064544;
  outline: none;
}
@media screen and (max-width: 767px) {
  .mail-magazine-stop input[type="email"] {
    margin: 10px 0;
    padding: 12px 17px;
    height: auto;
  }
}
.mail-magazine-stop input[type="email"]:focus {
  border: 1px solid #148560;
}
@media screen and (max-width: 767px) {
  .mail-magazine-stop input[type="email"]::placeholder {
    font-size: 12px;
  }
}
.mail-magazine-stop input[type="email"]::-webkit-input-placeholder {
  position: relative;
  top: 0.1em;
}
.mail-magazine-stop input[type="submit"] {
  flex: 0 0 180px;
  margin-left: 10px;
  border: none;
  border-radius: 3px;
  border: 1px solid #064544;
  background: #064544;
  padding: 17px 10px 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  width: 150px;
}
@media print, screen and (min-width: 1025px) {
  .mail-magazine-stop input[type="submit"] {
    transition: 0.5s;
  }
  .mail-magazine-stop input[type="submit"]:hover {
    background: #fff;
    color: #064544;
  }
}
@media screen and (max-width: 767px) {
  .mail-magazine-stop input[type="submit"] {
    display: block;
    padding: 15px 10px 12px;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    width: 150px;
  }
}

#mypage {
  position: fixed;
  display: flex;
  align-items: center;
  top: 80px;
  right: 0;
  padding: 10px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #mypage {
    position: absolute;
    top: 50px;
  }
}
#mypage div {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #mypage div {
    font-size: 11px;
  }
}
#mypage div + div {
  margin-left: 10px;
}
#mypage a {
  display: block;
  background: #064544;
  color: white;
  border-radius: 50px;
  padding: 5px 20px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #mypage a {
    font-size: 10px;
  }
}

.footer {
  padding-bottom: 50px;
  background-color: #064544;
}
@media screen and (max-width: 980px) {
  .footer {
    padding-bottom: 20px;
  }
}
.footer .footer_inner {
  margin: 0 auto;
  max-width: 1200px;
}
@media print, screen and (max-width: 1200px) {
  .footer .footer_inner {
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 980px) {
  .footer .footer_inner {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_inner {
    padding-bottom: 5px;
  }
}
.footer .footer_top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 44px 0 25px;
}
@media screen and (max-width: 767px) {
  .footer .footer_top {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_top {
    padding-top: 31px;
  }
}
.footer .footer_logo_side {
  flex: 1 1 auto;
  max-width: 354px;
}
@media print, screen and (max-width: 1200px) {
  .footer .footer_logo_side {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_logo_side {
    margin: 0 auto;
    max-width: 240px;
  }
}
.footer .footer_logo img {
  display: block;
  width: 100%;
  max-width: 354px;
}
@media screen and (max-width: 980px) {
  .footer .footer_logo img {
    max-width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_logo img {
    max-width: 100%;
  }
}
.footer .footer_logo .footer_logo_sub {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  text-align: justify;
  text-align-last: justify;
  white-space: nowrap;
}
@media print, screen and (max-width: 1200px) {
  .footer .footer_logo .footer_logo_sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  .footer .footer_logo .footer_logo_sub {
    display: block;
    letter-spacing: 1px;
    text-align: left;
    text-align-last: left;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_logo .footer_logo_sub {
    display: table;
    margin: 12px auto;
  }
}
.footer .footer_logo .footer_logo_sub:lang(en) {
  text-align: left;
  text-align-last: left;
}
@media screen and (max-width: 767px) {
  .footer .footer_logo .footer_logo_sub:lang(en) {
    font-size: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .footer .footer_logo .footer_logo_sub .footer_logo_sub_wrap {
    display: block;
    text-align: left;
    text-align-last: left;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_logo .footer_logo_sub .footer_logo_sub_wrap {
    text-align-last: center;
    text-align: center;
  }
}
.footer .footer_navi {
  flex: 1 1 auto;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .footer .footer_navi {
    display: none;
  }
}
.footer .footer_navi .footer_navigation {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer .footer_navi .footer_navigation {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .footer .footer_navi .footer_navigation {
    display: block;
  }
}
.footer .footer_navi ul.depth1 {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer .footer_navi ul.depth1 {
    display: block;
  }
}
.footer .footer_navi ul.depth1 li {
  margin-right: 5px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #fff;
}
.footer .footer_navi ul.depth1 li + li:not(.lm48)::before {
  content: "／";
  padding-left: 0;
  margin-right: 5px;
}
.footer .footer_navi ul.depth1 li > a {
  color: #fff;
}
.footer .footer_navi ul.depth1 li.lm35, .footer .footer_navi ul.depth1 li.lm11, .footer .footer_navi ul.depth1 li.lm6, .footer .footer_navi ul.depth1 li.lm38, .footer .footer_navi ul.depth1 li.lm4 {
  display: none;
}
.footer .footer_navi .entry {
  flex: 0 0 150px;
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .footer .footer_navi .entry {
    margin: 30px 0 0 auto;
    max-width: 200px;
  }
}
.footer .footer_navi .entry a {
  display: block;
  padding: 12px;
  border-radius: 20px;
  background-color: #B9E500;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #064544;
}
.footer .footer_navi .entry.square {
  flex: 0 0 180px;
  margin-left: 25px;
}
@media screen and (max-width: 980px) {
  .footer .footer_navi .entry.square {
    margin: 30px 0 0 auto;
    max-width: 200px;
  }
}
.footer .footer_navi .entry.square a {
  border-radius: 3px;
  padding: 15px;
}
.footer .footer_logo {
  margin: 0;
}
.footer .footer_copy {
  margin-top: 46px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  color: #fff;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 767px) {
  .footer .footer_copy {
    margin: 1px 0 0;
    text-align: center;
    font-size: 10px;
    line-height: 1;
  }
}

.pagetop {
  position: fixed;
  right: 58px;
  bottom: 30px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 12px;
    bottom: 13px;
  }
}
.pagetop.show {
  opacity: 1;
  visibility: visible;
}
.pagetop a {
  display: block;
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 60px;
    height: 60px;
  }
}
.pagetop span {
  display: none;
}
.pagetop img {
  display: block;
  width: 100%;
}

.main > .block-editor-main:has(.block.section.first > div:empty) {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main:has(.block.section.first > div:empty) {
    padding-top: 15px;
  }
}
.main > .block-editor-main > section.block:not(.snippet) {
  background-color: #fff;
}
.main > .block-editor-main > section.block:not(.snippet).nobg {
  background-color: transparent;
  padding-top: 100px;
}
.main > .block-editor-main > section.block:not(.snippet).nobg div > .block:first-child {
  margin-top: 0;
}
.main > .block-editor-main > section.block:not(.snippet).nobg div > .block:first-child > div {
  margin-top: 0;
}
.main > .block-editor-main > section.block:not(.snippet).nobg div > .block:first-child > div h1,
.main > .block-editor-main > section.block:not(.snippet).nobg div > .block:first-child > div h2,
.main > .block-editor-main > section.block:not(.snippet).nobg div > .block:first-child > div h3,
.main > .block-editor-main > section.block:not(.snippet).nobg div > .block:first-child > div h4,
.main > .block-editor-main > section.block:not(.snippet).nobg div > .block:first-child > div h5,
.main > .block-editor-main > section.block:not(.snippet).nobg div > .block:first-child > div h6 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).nobg {
    padding-top: 48px;
  }
}
.main > .block-editor-main > section.block:not(.snippet).bg_dot {
  background: url(../media/images/pltf/common/bg_dot.png) repeat top -4px left 28px;
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).bg_dot {
    background-position: top -23px left 13px;
    background-size: 51%;
  }
}
.main > .block-editor-main > section.block:not(.snippet).gray {
  background-color: #F5F5F5;
}
.main > .block-editor-main > section.block:not(.snippet).gray_pd {
  padding: 75px 0 95px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).gray_pd {
    padding: 40px 0;
  }
}
.main > .block-editor-main > section.block:not(.snippet).gray_pd .block.h3:not(.title--center):not(.no-style) h3 {
  background-color: #F5F5F5;
}
.main > .block-editor-main > section.block:not(.snippet).pdbox {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).pdbox {
    padding-top: 48px;
  }
  .main > .block-editor-main > section.block:not(.snippet).pdbox + .pdbox {
    padding-top: 33px;
  }
  .main > .block-editor-main > section.block:not(.snippet).pdbox + .pdbox > div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).pdbox .block.div {
    letter-spacing: 0.4px;
  }
  .main > .block-editor-main > section.block:not(.snippet).pdbox .block.div + .block.div {
    margin-top: 2.2em;
  }
}

.main > .block-editor-main > section.block:not(.snippet).pdbox div > .block:first-child {
  margin-top: 0;
}
.main > .block-editor-main > section.block:not(.snippet).pdbox div > .block:first-child > div {
  margin-top: 0;
}
.main > .block-editor-main > section.block:not(.snippet).pdbox div > .block:first-child > div h1,
.main > .block-editor-main > section.block:not(.snippet).pdbox div > .block:first-child > div h2,
.main > .block-editor-main > section.block:not(.snippet).pdbox div > .block:first-child > div h3,
.main > .block-editor-main > section.block:not(.snippet).pdbox div > .block:first-child > div h4,
.main > .block-editor-main > section.block:not(.snippet).pdbox div > .block:first-child > div h5,
.main > .block-editor-main > section.block:not(.snippet).pdbox div > .block:first-child > div h6 {
  margin-top: 0;
}
.main > .block-editor-main > section.block:not(.snippet).pdbox > div > *:first-child {
  margin-top: 0;
}
.main > .block-editor-main > section.block:not(.snippet).pdbox > div > *:first-child > div > h1,
.main > .block-editor-main > section.block:not(.snippet).pdbox > div > *:first-child > div > h2,
.main > .block-editor-main > section.block:not(.snippet).pdbox > div > *:first-child > div > h3,
.main > .block-editor-main > section.block:not(.snippet).pdbox > div > *:first-child > div > h4,
.main > .block-editor-main > section.block:not(.snippet).pdbox > div > *:first-child > div > h5,
.main > .block-editor-main > section.block:not(.snippet).pdbox > div > *:first-child > div > h6 {
  margin-top: 0;
}
.main > .block-editor-main > section.block:not(.snippet).first {
  padding-top: 57px;
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).first {
    padding-top: 40px;
  }
}
.main > .block-editor-main > section.block:not(.snippet).first:has(> div:empty) {
  padding: 0;
  display: none;
}
.main > .block-editor-main > .block > div {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media print, screen and (max-width: 1200px) {
  .main > .block-editor-main > .block > div {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .main > .block-editor-main > .block > div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > .block > div {
    padding: 0 15px;
  }
}
.main > .block-editor-main section.inner {
  max-width: 100%;
}
.main > .block-editor-main section.inner > div {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media print, screen and (max-width: 1200px) {
  .main > .block-editor-main section.inner > div {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .main > .block-editor-main section.inner > div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main section.inner > div {
    padding: 0 15px;
  }
}
.main > .block-editor-main .inner:not(.html) > div {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media print, screen and (max-width: 1200px) {
  .main > .block-editor-main .inner:not(.html) > div {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .main > .block-editor-main .inner:not(.html) > div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main .inner:not(.html) > div {
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 1200px) {
  .main > .block-editor-main .shadow_contents {
    padding: 50px;
  }
}
@media screen and (max-width: 980px) {
  .main > .block-editor-main .shadow_contents {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main .shadow_contents {
    padding: 40px 15px;
  }
}
.main > .block-editor-main .shadow_contents > div {
  padding: 80px 60px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
@media print, screen and (max-width: 1200px) {
  .main > .block-editor-main .shadow_contents > div {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 980px) {
  .main > .block-editor-main .shadow_contents > div {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main .shadow_contents > div {
    padding: 40px 15px;
  }
}
.main > .block-editor-main .white_wrap {
  border-radius: 10px;
  background-color: #fff;
  max-width: 1200px;
}
.main > .block-editor-main .white_wrap > *:last-child {
  margin-bottom: 0;
}

.main {
  display: block;
}
.main .algo {
  font-family: alternate-gothic-no-1-d, "Noto Sans JP", sans-serif;
}
.main .din {
  font-family: din-2014, "Noto Sans JP", sans-serif;
}
.main .block.din {
  font-family: din-2014, "Noto Sans JP", sans-serif;
  text-transform: uppercase;
}
.main .block.h2 + .h2 h2 {
  margin-top: 40px;
}
.main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).mb-m {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).mb-m {
    margin-bottom: 40px;
  }
}
.main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).mb-m h2 {
  margin-bottom: 0;
}
.main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).mt0 div h2 {
  margin-top: 0;
}
.main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb) h2 {
  position: relative;
  margin: 90px 0 40px;
  padding: 15px 45px 15px;
  border-radius: 10px 10px 0px 0px;
  background: #064544;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.45;
  color: #fff;
}
.main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb) h2::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #DDFF4E;
  width: 7px;
  height: 7px;
}
@media screen and (max-width: 767px) {
  .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb) h2::before {
    width: 3px;
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb) h2 {
    margin: 62px 0 39px;
    padding: 10px 23px 9px;
    border-radius: 5px 5px 0px 0px;
    font-size: 17px;
  }
}
.main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb) h2::before {
  top: 32px;
  left: 26px;
}
@media screen and (max-width: 767px) {
  .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb) h2::before {
    top: 18px;
    left: 13px;
  }
}
.main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din div h2, .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din-large div h2 {
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din div h2, .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din-large div h2 {
    font-size: 18px;
    letter-spacing: 0.07em;
  }
}
[lang="en"] .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din div h2, [lang="en"] .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din-large div h2 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din div h2, [lang="en"] .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din-large div h2 {
    font-size: 18px;
  }
}
.main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din.din-large, .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din-large.din-large {
  font-family: din-2014, "Noto Sans JP", sans-serif;
}
.main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din.din-large h2, .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din-large.din-large h2 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din.din-large h2, .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din-large.din-large h2 {
    font-size: 18px;
    letter-spacing: 0.07em;
  }
}
[lang="en"] .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din.din-large h2, [lang="en"] .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din-large.din-large h2 {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din.din-large h2, [lang="en"] .main .block.h2:not(.fixedleft):not(.title--h2--bw):not(.no-style):not(.title--bb).din-large.din-large h2 {
    font-size: 18px;
  }
}
.main .block.h2.fixedleft {
  display: table;
  margin: 0 0 32px;
}
.main .block.h2.fixedleft > div {
  position: relative;
  background-color: #064544;
  padding: 3px 53px 3px 10px;
}
@media screen and (max-width: 767px) {
  .main .block.h2.fixedleft > div {
    padding: 3px 30px 3px 20px;
  }
}
[lang="en"] .main .block.h2.fixedleft > div {
  padding: 3px 37px 9px 10px;
  min-width: 230px;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .block.h2.fixedleft > div {
    padding: 3px 10px 9px 24px;
    min-width: 170px;
  }
}
.main .block.h2.fixedleft > div::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: calc(50% - 50vw);
  right: auto;
  width: calc((50vw - 50%) - 10px);
  background: #B9E500;
  height: 2px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 767px) {
  .main .block.h2.fixedleft > div::before {
    width: calc((50vw - 50%) - (-10px));
  }
}
.main .block.h2.fixedleft > div h2 {
  margin: 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  font-family: din-2014, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 45px;
  letter-spacing: 0em;
  line-height: 1.45;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .main .block.h2.fixedleft > div h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main .block.h2.fixedleft > div h2 {
    font-size: 30px;
    line-height: 1.4;
    min-height: 42px;
    min-width: 100px;
  }
}
[lang="en"] .main .block.h2.fixedleft > div h2 {
  font-size: 42px;
  line-height: 1.35;
}
@media screen and (max-width: 980px) {
  [lang="en"] .main .block.h2.fixedleft > div h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .block.h2.fixedleft > div h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.main .block.h2.fixedleft > div h2::before, .main .block.h2.fixedleft > div h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #064544;
  height: 100%;
}
.main .block.h2.fixedleft > div h2::before {
  left: calc(50% - 50vw);
  right: auto;
  width: calc(50vw - 50%);
}
.main .block.h2.fixedleft > div h2::after {
  right: -43px;
  width: 43px;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #064544 50.5%) no-repeat top left/100% 100%;
}
@media screen and (max-width: 767px) {
  .main .block.h2.fixedleft > div h2::after {
    right: -38px;
    width: 38px;
  }
}
.main .block.h2.fixedleft.font-small {
  margin-bottom: 22px;
}
.main .block.h2.fixedleft.font-small > div {
  padding: 3px 70px 5px 10px;
}
@media screen and (max-width: 767px) {
  .main .block.h2.fixedleft.font-small > div {
    padding: 3px 53px 5px 10px;
  }
}
.main .block.h2.fixedleft.font-small > div h2 {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .main .block.h2.fixedleft.font-small > div h2 {
    font-size: 27px;
  }
}
.main .block.h2.fixedleft.white > div {
  background-color: #fff;
}
.main .block.h2.fixedleft.white h2 {
  background-color: #fff;
  color: #148560;
}
.main .block.h2.fixedleft.white h2::before {
  background-color: #fff;
}
.main .block.h2.fixedleft.white h2::after {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
}
.main .block.h2.no-style {
  margin: 80px 0 25px;
}
@media screen and (max-width: 767px) {
  .main .block.h2.no-style {
    margin: 30px 0 20px;
  }
}
.main .block.h2.no-style h2 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main .block.h2.no-style h2 {
    font-size: 16px;
    line-height: 1.65;
  }
}
.main .block.h2.title--bb h2 {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #bababa;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .block.h2.title--bb h2 {
    display: table;
    margin: 0 auto 20px;
    font-size: 20px;
  }
}
.main .block.h3:not(.title--center):not(.no-style) > div {
  margin: 39px 0 40px;
  position: relative;
}
.main .block.h3:not(.title--center):not(.no-style) > div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  border-top: 1px solid #064544;
}
.main .block.h3:not(.title--center):not(.no-style) h3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  border-left: 1px solid #064544;
  border-right: 1px solid #064544;
  background-color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #064544;
}
@media screen and (max-width: 767px) {
  .main .block.h3:not(.title--center):not(.no-style) h3 {
    padding: 0 14px;
    font-size: 16px;
  }
}
.main .block.h3:not(.title--center):not(.no-style).din {
  font-family: din-2014, "Noto Sans JP", sans-serif;
}
.main .block.h3:not(.title--center):not(.no-style).din > div {
  margin: 39px 0 48px;
}
@media screen and (max-width: 767px) {
  .main .block.h3:not(.title--center):not(.no-style).din > div {
    margin-bottom: 18px;
  }
}
.main .block.h3:not(.title--center):not(.no-style).din h3 {
  padding: 0 25px;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .block.h3:not(.title--center):not(.no-style).din h3 {
    padding: 0 8px;
    font-size: 17px;
    letter-spacing: 0.03em;
  }
}
[lang="en"] .main .block.h3:not(.title--center):not(.no-style).din h3 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .block.h3:not(.title--center):not(.no-style).din h3 {
    font-size: 16px;
  }
}
.main .block.h3.title--center {
  margin: 55px 0 25px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .main .block.h3.title--center {
    margin: 35px 0 22px;
    padding: 0 30px;
  }
}
.main .block.h3.title--center h3 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #064544;
}
@media screen and (max-width: 767px) {
  .main .block.h3.title--center h3 {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
[lang="en"] .main .block.h3.title--center h3 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .block.h3.title--center h3 {
    font-size: 14px;
    line-height: 1.5;
  }
}
.main .block.h4 {
  margin: 76px 0 38px;
  padding: 11px 15px;
  border-top: 1px solid #064544;
  background-color: #F3F6F6;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #064544;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .block.h4 {
    padding: 10px 15px;
    margin: 30px 0 20px;
    font-size: 15px;
  }
}
.main .block.h4.din {
  font-family: din-2014, "Noto Sans JP", sans-serif;
}
.main .block.h4.din h4 {
  padding: 6px 15px;
  font-weight: normal;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .main .block.h4.din h4 {
    font-size: 17px;
  }
}
.main .block.h4.narrow {
  margin: 60px 0 30px;
}
.main .block.h4.narrow h4 {
  margin: 0;
  padding: 10px;
  text-align: left;
}
.main .block.h5 h5 {
  position: relative;
  margin: 40px 0 22px;
  padding-left: 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #064544;
}
@media screen and (max-width: 767px) {
  .main .block.h5 h5 {
    font-size: 14px;
  }
}
.main .block.h5 h5::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 1px;
  left: 0;
  display: block;
  width: 5px;
  background-color: #DDFF4E;
}
.main .block.h5.din {
  font-family: din-2014, "Noto Sans JP", sans-serif;
}
.main .block.h5.din h5 {
  font-weight: normal;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .main .block.h5.din h5 {
    font-size: 17px;
  }
}
.main .block.h5.din h5::before {
  top: 9px;
  bottom: 8px;
}
.main .block.h5.hr {
  margin-top: 32px;
  padding-top: 40px;
  border-top: 1px solid #bababa;
}
@media screen and (max-width: 767px) {
  .main .block.h5.hr {
    margin-top: 28px;
    padding-top: 30px;
  }
}
.main .block.h5.hr h5 {
  margin-top: 0;
}
.main .block.h6 {
  margin: 22px 0 5px;
}
@media screen and (max-width: 767px) {
  .main .block.h6 {
    margin: 17px 0 5px;
  }
}
.main .block.h6 h6 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
  color: #064544;
}
@media screen and (max-width: 767px) {
  .main .block.h6 h6 {
    font-size: 13px;
  }
}
.main .block.div:not([class*="button"]) {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.66;
  color: #222629;
}
@media screen and (max-width: 767px) {
  .main .block.div:not([class*="button"]) {
    font-size: 12px;
    line-height: 1.75;
  }
}
[lang="en"] .main .block.div:not([class*="button"]) {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .block.div:not([class*="button"]) {
    font-size: 14px;
  }
}
.main .block.div:not([class*="button"]) > div > div > a,
.main .block.div:not([class*="button"]) > a {
  display: inline-block;
  margin-right: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #006133;
  background: url(../media/images/pltf/common/link_arrow_gr.svg) no-repeat top 0.8em left/4px 8px;
  color: #006133;
  text-decoration: none;
}
.main .block.div:not([class*="button"]) > div > div > a[href$=".pdf"],
.main .block.div:not([class*="button"]) > a[href$=".pdf"] {
  background-size: 5px 8px;
  background-position: top 0.65em left;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .main .block.div:not([class*="button"]) > div > div > a[href$=".pdf"],
  .main .block.div:not([class*="button"]) > a[href$=".pdf"] {
    font-size: 12px;
  }
}
.main .block.div:not([class*="button"]) > div > div > a[href$=".pdf"]::after,
.main .block.div:not([class*="button"]) > a[href$=".pdf"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-right: 5px;
  padding-left: 0;
  content: "";
}
.main .block.div:not([class*="button"]) > div > div > a.noicon,
.main .block.div:not([class*="button"]) > a.noicon {
  border-bottom: 1px solid #064544;
  color: #064544;
}
.main .block.div:not([class*="button"]) > div > div > a.noicon::after,
.main .block.div:not([class*="button"]) > a.noicon::after {
  display: none;
}
.main .block.div:not([class*="button"]).only_link {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .main .block.div:not([class*="button"]).only_link {
    font-size: 13px;
  }
}
.main .block.div:not([class*="button"]).only_link a {
  background-position: top 0.65em left;
  background-size: 5px 8px;
}
.main .block.div:not([class*="button"]) + .block.div {
  margin-top: 33px;
}
.main .block.div:not([class*="button"]) + .block.div.text_small {
  margin-top: 1.1em;
}
.main .block.div:not([class*="button"]) + .block.div.entry_button {
  margin-top: 100px;
}
.main .block.div:not([class*="button"]).narrow_lead {
  padding: 10px 58px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .main .block.div:not([class*="button"]).narrow_lead {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.7;
  }
}
.main .block.div:not([class*="button"]).subtext {
  padding: 12px 50px 20px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #5a6669;
}
@media screen and (max-width: 767px) {
  .main .block.div:not([class*="button"]).subtext {
    padding: 10px 25px 15px;
    font-size: 12px;
  }
}
[lang="en"] .main .block.div:not([class*="button"]).subtext {
  font-size: 15px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .block.div:not([class*="button"]).subtext {
    font-size: 12px;
  }
}
.main .block.div:not([class*="button"]).subtext a {
  background-position: top 0.75em left;
  background-size: 5px 8px;
}
.main .block.div:not([class*="button"]).center {
  text-align: center;
}
.main .block.div:not([class*="button"]).gray_text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #5a6669;
}
@media screen and (max-width: 767px) {
  .main .block.div:not([class*="button"]).gray_text {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
[lang="en"] .main .block.div:not([class*="button"]).gray_text {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .block.div:not([class*="button"]).gray_text {
    font-size: 12px;
    line-height: 1.55;
  }
}
.main .block.div:not([class*="button"]).text-green {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .block.div:not([class*="button"]).text-green.size-small > div > div {
    font-size: 14px;
  }
}
.main .block.div:not([class*="button"]).text-green > div > * {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #148560;
}
@media screen and (max-width: 767px) {
  .main .block.div:not([class*="button"]).text-green > div > * {
    font-size: 14px;
  }
}
.main .block.div:not([class*="button"]).no_link_arrow a {
  padding-left: 0;
  background: none;
}
.main .block.div:not([class*="button"]).no_link_arrow a[href$=".pdf"]:after {
  padding-left: 5px;
  padding-right: 0;
}
.main .block.div:not([class*="button"]).link-color-light a {
  color: #064544;
}
.main .block.div:not([class*="button"]).no_link_deco a {
  margin: 0;
  padding-left: 0;
  border-bottom: none;
  background: none;
  color: #064544;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .main .block.div:not([class*="button"]).no_link_deco a {
    display: table;
  }
}
.main .block.div:not([class*="button"]).no_link_deco + .no_link_deco {
  margin-top: 5px;
}
@media screen and (max-width: 980px) {
  .main .block.div:not([class*="button"]).no_link_deco + .no_link_deco {
    margin-top: 15px;
  }
}
.main .block.div:not([class*="button"]).text_small {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .main .block.div:not([class*="button"]).text_small {
    font-size: 11px;
    line-height: 1.72727;
  }
}
.main .block.div:not([class*="button"]).div strong {
  /*font-weight: inherit;*/
  font-weight: bold;
  color: #064544;
}
.main .block.div:not([class*="button"]).pagelead {
  margin: 45px 0;
  padding: 0 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  .main .block.div:not([class*="button"]).pagelead {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .main .block.div:not([class*="button"]).pagelead {
    margin: 23px 0 35px;
    padding: 0 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.9166666667;
  }
}
[lang="en"] .main .block.div:not([class*="button"]).pagelead {
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .block.div:not([class*="button"]).pagelead {
    font-size: 12px;
    line-height: 1.6;
  }
}
.main .block.div:not([class*="button"]).pagelead a {
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #064544;
  background: none;
  color: #064544;
  text-decoration: none;
}
.main .block.div:not([class*="button"]).pagelead strong {
  font-weight: bold;
}
.main .block.div:not([class*="button"]).narrow > div {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .main .block.div:not([class*="button"]).narrow > div {
    padding: 0 25px;
  }
}
.main .block[class^="button"] > div {
  max-width: 300px;
}
.main .block.entry_button {
  margin: 80px auto;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .main .block.entry_button {
    margin: 45px auto;
    padding: 0 10px;
    width: 100%;
  }
}
.main .block.entry_button a {
  padding: 28px 30px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .main .block.entry_button a {
    padding: 18px 10px;
    font-size: 17px;
  }
}
.main .block.entry_button a::after {
  right: 30px;
  width: 13px;
  height: 22px;
  background-size: 13px 22px;
}
@media screen and (max-width: 767px) {
  .main .block.entry_button a::after {
    right: 15px;
    width: 8px;
    height: 13px;
    background-size: 8px 13px;
  }
}
.main .block.blockquote div blockquote {
  position: relative;
  margin: 0 auto;
  padding: 40px 65px;
  border-radius: 0px 10px;
  max-width: 900px;
  background-color: #F4F4EA;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  color: #5a6669;
}
@media screen and (max-width: 767px) {
  .main .block.blockquote div blockquote {
    padding: 30px 30px 30px 50px;
    font-size: 12px;
    line-height: 1.75;
  }
}
.main .block.blockquote div blockquote::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 39px;
  bottom: 42px;
  width: 1px;
  height: auto;
  background-color: #064544;
}
@media screen and (max-width: 767px) {
  .main .block.blockquote div blockquote::before {
    top: 30px;
    left: 25px;
    bottom: 30px;
  }
}
.main .block.blockquote div blockquote strong {
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #064544;
}
@media screen and (max-width: 767px) {
  .main .block.blockquote div blockquote strong {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.main .title--h2--bw h2 {
  display: table;
  margin: 0 auto 55px;
  border-top: 1px solid #148560;
  border-bottom: 1px solid #148560;
  padding: 14px 10px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.785;
  text-align: center;
  color: #148560;
}
@media screen and (max-width: 980px) {
  .main .title--h2--bw h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main .title--h2--bw h2 {
    margin: 0 auto 30px;
    padding: 10px 10px;
    font-size: 17px;
    line-height: 1.4117647059;
  }
}
[lang="en"] .main .title--h2--bw h2 {
  font-size: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 980px) {
  [lang="en"] .main .title--h2--bw h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .title--h2--bw h2 {
    font-size: 17px;
  }
}
.main .button__gray {
  position: relative;
  margin: 30px auto;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .main .button__gray {
    width: 200px;
  }
}
.main .button__gray a,
.main .button__gray span {
  position: relative;
  display: block;
  margin: 0 auto;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #8a9a9f;
  color: #fff;
  max-width: 300px;
  padding: 22px 35px 22px;
  border-radius: 29px;
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 1025px) {
  .main .button__gray a:hover,
  .main .button__gray span:hover {
    opacity: 0.6;
  }
}
.main .button__gray a::after,
.main .button__gray span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../media/images/pltf/common/button_arrow_wh.svg);
  background-size: 8px 12px;
}
@media screen and (max-width: 767px) {
  .main .button__gray a::after,
  .main .button__gray span::after {
    background-size: 5px 10px;
    width: 5px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main .button__gray a,
  .main .button__gray span {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .main .button__gray a,
  .main .button__gray span {
    padding: 14px 35px 14px;
    font-weight: 500;
    font-size: 12px;
  }
}
.main .button__gray a::after,
.main .button__gray span::after {
  right: 25px;
}
@media screen and (max-width: 767px) {
  .main .button__gray a::after,
  .main .button__gray span::after {
    right: 13px;
  }
}
.main .button__gray.left_side {
  margin-left: 0;
}
.main .button__gray.right_side {
  margin-right: 0;
}
.main .button__gray.button_more {
  margin-top: 50px;
}
.main .button__gray.button_more.mt_large {
  margin-top: 70px;
}
.main .button__gray.button_more a,
.main .button__gray.button_more span {
  border: none;
}
.main .button__gray.button_more a::before,
.main .button__gray.button_more span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: url(../media/images/pltf/common/button_arrow_more.svg) no-repeat center/15px 17.5px;
  margin: 0 auto;
  top: -27px;
  width: 15px;
  height: 17px;
}
.main .button__gray.button_more a::after,
.main .button__gray.button_more span::after {
  display: none;
}
.main .button__gray.disable a,
.main .button__gray.disable span {
  background: #dbdbdb;
  color: #7e7e7e;
  pointer-events: none;
  box-shadow: none;
}
.main .button__gray.disable a:hover,
.main .button__gray.disable span:hover {
  opacity: 1;
}
.main .button__gray.disable a::after,
.main .button__gray.disable span::after {
  display: none;
}
.main .button__gray--small {
  position: relative;
  margin: 26px auto;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .main .button__gray--small {
    width: 145px;
  }
}
.main .button__gray--small a,
.main .button__gray--small span {
  position: relative;
  display: block;
  margin: 0 auto;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #8a9a9f;
  color: #fff;
  padding: 12px 10px 13px;
  border-radius: 20px;
  border: 1px solid #8a9a9f;
  font-size: 14px;
  letter-spacing: 0.1em;
  max-width: 220px;
}
@media print, screen and (min-width: 1025px) {
  .main .button__gray--small a:hover,
  .main .button__gray--small span:hover {
    opacity: 0.6;
  }
}
.main .button__gray--small a::after,
.main .button__gray--small span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../media/images/pltf/common/button_arrow_wh.svg);
  background-size: 8px 12px;
}
@media screen and (max-width: 767px) {
  .main .button__gray--small a::after,
  .main .button__gray--small span::after {
    background-size: 5px 10px;
    width: 5px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main .button__gray--small a,
  .main .button__gray--small span {
    padding: 7px 25px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 11px;
    width: 145px;
  }
}
.main .button__gray--small a::after,
.main .button__gray--small span::after {
  right: 15px;
  background-size: 5px 10px;
}
@media screen and (max-width: 767px) {
  .main .button__gray--small a::after,
  .main .button__gray--small span::after {
    right: 10px;
  }
}
[lang="en"] .main .button__gray--small a, [lang="en"]
.main .button__gray--small span {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .button__gray--small a, [lang="en"]
  .main .button__gray--small span {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 1025px) {
  .main .button__gray--small a,
  .main .button__gray--small span {
    transition: 0.5s;
  }
}
.main .button__gray--small.left_side {
  margin-left: 0;
}
.main .button__gray--small.right_side {
  margin-right: 0;
}
.main .button__gray--small.button_more {
  margin-top: 50px;
}
.main .button__gray--small.button_more.mt_large {
  margin-top: 70px;
}
.main .button__gray--small.button_more a,
.main .button__gray--small.button_more span {
  border: none;
}
.main .button__gray--small.button_more a::before,
.main .button__gray--small.button_more span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: url(../media/images/pltf/common/button_arrow_more.svg) no-repeat center/15px 17.5px;
  margin: 0 auto;
  top: -20px;
  background-size: 11px 14px;
  width: 11px;
  height: 14px;
}
.main .button__gray--small.button_more a::after,
.main .button__gray--small.button_more span::after {
  display: none;
}
.main .button__gray--small.disable a,
.main .button__gray--small.disable span {
  background: #dbdbdb;
  color: #7e7e7e;
  pointer-events: none;
  box-shadow: none;
}
.main .button__gray--small.disable a:hover,
.main .button__gray--small.disable span:hover {
  opacity: 1;
}
.main .button__gray--small.disable a::after,
.main .button__gray--small.disable span::after {
  display: none;
}
.main .button__yellow {
  position: relative;
  margin: 30px auto;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .main .button__yellow {
    width: 200px;
  }
}
.main .button__yellow a,
.main .button__yellow span {
  position: relative;
  display: block;
  margin: 0 auto;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #DDFF4E;
  color: #fff;
  max-width: 300px;
  padding: 22px 35px 22px;
  border-radius: 29px;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #064544;
  box-shadow: 0px 3px 0px #8fc31f;
}
@media print, screen and (min-width: 1025px) {
  .main .button__yellow a:hover,
  .main .button__yellow span:hover {
    opacity: 0.6;
  }
}
.main .button__yellow a::after,
.main .button__yellow span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../media/images/pltf/common/button_arrow_wh.svg);
  background-size: 8px 12px;
}
@media screen and (max-width: 767px) {
  .main .button__yellow a::after,
  .main .button__yellow span::after {
    background-size: 5px 10px;
    width: 5px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main .button__yellow a,
  .main .button__yellow span {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .main .button__yellow a,
  .main .button__yellow span {
    padding: 14px 35px 14px;
    font-weight: 500;
    font-size: 12px;
  }
}
.main .button__yellow a::after,
.main .button__yellow span::after {
  right: 25px;
}
@media screen and (max-width: 767px) {
  .main .button__yellow a::after,
  .main .button__yellow span::after {
    right: 13px;
  }
}
.main .button__yellow a::after,
.main .button__yellow span::after {
  background-image: url(../media/images/pltf/common/button_arrow_gr.svg);
}
.main .button__yellow.left_side {
  margin-left: 0;
}
.main .button__yellow.right_side {
  margin-right: 0;
}
.main .button__yellow.button_more {
  margin-top: 50px;
}
.main .button__yellow.button_more.mt_large {
  margin-top: 70px;
}
.main .button__yellow.button_more a,
.main .button__yellow.button_more span {
  border: none;
}
.main .button__yellow.button_more a::before,
.main .button__yellow.button_more span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: url(../media/images/pltf/common/button_arrow_more.svg) no-repeat center/15px 17.5px;
  margin: 0 auto;
  top: -27px;
  width: 15px;
  height: 17px;
}
.main .button__yellow.button_more a::after,
.main .button__yellow.button_more span::after {
  display: none;
}
.main .button__yellow.disable a,
.main .button__yellow.disable span {
  background: #dbdbdb;
  color: #7e7e7e;
  pointer-events: none;
  box-shadow: none;
}
.main .button__yellow.disable a:hover,
.main .button__yellow.disable span:hover {
  opacity: 1;
}
.main .button__yellow.disable a::after,
.main .button__yellow.disable span::after {
  display: none;
}
.main .button__white--small {
  position: relative;
  margin: 26px auto;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .main .button__white--small {
    width: 145px;
  }
}
.main .button__white--small a,
.main .button__white--small span {
  position: relative;
  display: block;
  margin: 0 auto;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  color: #fff;
  padding: 12px 10px 13px;
  border-radius: 20px;
  border: 1px solid #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  max-width: 220px;
  border-color: #064544;
  color: #064544;
}
@media print, screen and (min-width: 1025px) {
  .main .button__white--small a:hover,
  .main .button__white--small span:hover {
    opacity: 0.6;
  }
}
.main .button__white--small a::after,
.main .button__white--small span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../media/images/pltf/common/button_arrow_wh.svg);
  background-size: 8px 12px;
}
@media screen and (max-width: 767px) {
  .main .button__white--small a::after,
  .main .button__white--small span::after {
    background-size: 5px 10px;
    width: 5px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main .button__white--small a,
  .main .button__white--small span {
    padding: 7px 25px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 11px;
    width: 145px;
  }
}
.main .button__white--small a::after,
.main .button__white--small span::after {
  right: 15px;
  background-size: 5px 10px;
}
@media screen and (max-width: 767px) {
  .main .button__white--small a::after,
  .main .button__white--small span::after {
    right: 10px;
  }
}
[lang="en"] .main .button__white--small a, [lang="en"]
.main .button__white--small span {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .button__white--small a, [lang="en"]
  .main .button__white--small span {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 1025px) {
  .main .button__white--small a,
  .main .button__white--small span {
    transition: 0.5s;
  }
}
.main .button__white--small.left_side {
  margin-left: 0;
}
.main .button__white--small.right_side {
  margin-right: 0;
}
.main .button__white--small.button_more {
  margin-top: 50px;
}
.main .button__white--small.button_more.mt_large {
  margin-top: 70px;
}
.main .button__white--small.button_more a,
.main .button__white--small.button_more span {
  border: none;
}
.main .button__white--small.button_more a::before,
.main .button__white--small.button_more span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: url(../media/images/pltf/common/button_arrow_more.svg) no-repeat center/15px 17.5px;
  margin: 0 auto;
  top: -20px;
  background-size: 11px 14px;
  width: 11px;
  height: 14px;
}
.main .button__white--small.button_more a::after,
.main .button__white--small.button_more span::after {
  display: none;
}
.main .button__white--small.disable a,
.main .button__white--small.disable span {
  background: #dbdbdb;
  color: #7e7e7e;
  pointer-events: none;
  box-shadow: none;
}
.main .button__white--small.disable a:hover,
.main .button__white--small.disable span:hover {
  opacity: 1;
}
.main .button__white--small.disable a::after,
.main .button__white--small.disable span::after {
  display: none;
}
.main .button__pdf a {
  position: relative;
  display: block;
  margin: 0;
  padding: 11px 20px;
  border-radius: 17.5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #064544;
  text-align: center;
  text-decoration: none;
  max-width: 250px;
  background-color: #DDFF4E;
  color: #064544;
}
.main .button__pdf a::after {
  background-image: url(../media/images/pltf/common/icon_download_gr.svg);
}
.main .button__pdf a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background-repeat: no-repeat;
  background-size: 9px 11px;
  background-position: center;
  width: 9px;
  height: 11px;
  transform: translateY(-50%);
}
.main .button__pdf--green a {
  position: relative;
  display: block;
  margin: 0;
  padding: 11px 20px;
  border-radius: 17.5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #064544;
  text-align: center;
  text-decoration: none;
  max-width: 250px;
  background-color: #064544;
  color: #DDFF4E;
}
.main .button__pdf--green a::after {
  background-image: url(../media/images/pltf/common/icon_download_yellow.svg);
}
.main .button__pdf--green a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background-repeat: no-repeat;
  background-size: 9px 11px;
  background-position: center;
  width: 9px;
  height: 11px;
  transform: translateY(-50%);
}
.main .button__pdf + .button__pdf,
.main .button__pdf + .button__pdf--green {
  margin-top: 10px;
}
.main .bg_tri_yellow {
  margin-top: 230px;
  padding-bottom: 69px;
  background: url(../media/images/pltf/common/bg_tri_yellow.png) no-repeat right bottom -1px/70%;
}
@media print, screen and (min-width: 1500px) {
  .main .bg_tri_yellow {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 980px) {
  .main .bg_tri_yellow {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .main .bg_tri_yellow {
    margin-top: 50px;
    padding-bottom: 40px;
    background: url(../media/images/pltf/common/bg_tri_yellow_sp.svg) no-repeat right bottom -1px/86%;
  }
}
.main .event_viewlist {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 41px 0 44px;
  list-style: none;
  padding: 0 50px;
  gap: 16px 1%;
}
@media screen and (max-width: 767px) {
  .main .event_viewlist {
    display: block;
  }
}
@media print, screen and (max-width: 1200px) {
  .main .event_viewlist {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .main .event_viewlist {
    margin: 30px 0 25px;
  }
}
.main .event_viewlist > li {
  flex: 0 0 49.167%;
  max-width: 590px;
}
@media screen and (max-width: 767px) {
  .main .event_viewlist > li + li {
    margin-top: 20px;
  }
}
.main .event_viewlist a {
  display: block;
  text-decoration: none;
  color: #000;
}
.main .event_viewlist a .wrap {
  background: #F4F4EA url(../media/images/pltf/top/arrow.svg) no-repeat top 15px right 15px/25px;
}
@media screen and (max-width: 767px) {
  .main .event_viewlist a .wrap {
    background-size: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .main .event_viewlist a:hover {
    opacity: 1;
  }
  .main .event_viewlist a:hover .thumbnail img {
    transform: scale(1.1);
  }
}
.main .event_viewlist .wrap {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  padding: 22px 21px;
  background-color: #F4F4EA;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .main .event_viewlist .wrap {
    flex-flow: row wrap;
    padding: 15px;
  }
}
.main .event_viewlist .thumbnail {
  flex: 0 0 41.972%;
  margin-right: 14px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .main .event_viewlist .thumbnail {
    flex: 0 0 42%;
  }
}
@media screen and (max-width: 767px) {
  .main .event_viewlist .thumbnail {
    margin-right: 10px;
    flex: 0 0 150px;
  }
}
.main .event_viewlist .thumbnail img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.main .event_viewlist .text {
  flex: 1 1 auto;
  transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
  .main .event_viewlist .text {
    display: contents;
  }
}
.main .event_viewlist .event_title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #064544;
}
@media screen and (max-width: 767px) {
  .main .event_viewlist .event_title {
    flex: 0 0 calc(100% - 160px);
    display: grid;
    align-items: center;
    font-size: 16px;
  }
}
.main .event_viewlist .event_copy {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .main .event_viewlist .event_copy {
    margin-top: 9px;
  }
}
.main .event_viewlist .event_copy p {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .main .event_viewlist .event_copy p {
    font-size: 14px;
  }
}
.main .news_thumbnail_list {
  display: flex;
  flex-flow: row wrap;
  margin: 51px 0 105px;
  padding-left: 0;
  list-style: none;
  transform: translateY(5px);
}
@media screen and (max-width: 767px) {
  .main .news_thumbnail_list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .main .news_thumbnail_list {
    margin: 34px 0 55px;
    padding: 0 23px;
  }
}
@media print, screen and (min-width: 768px) {
  .main .news_thumbnail_list > li {
    flex: 0 0 31.7%;
    max-width: 31.7%;
    margin-left: 2.4%;
  }
  .main .news_thumbnail_list > li:nth-child(3n +1) {
    margin-left: 0;
  }
  .main .news_thumbnail_list > li:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main .news_thumbnail_list > li + li {
    margin-top: 20px;
  }
}
.main .news_thumbnail_list > li a {
  display: block;
  text-decoration: none;
  color: #000;
}
@media print, screen and (min-width: 1025px) {
  .main .news_thumbnail_list > li a {
    transition: 0.3s;
  }
  .main .news_thumbnail_list > li a:hover {
    opacity: 1;
    transform: translateY(-10px);
  }
}
.main .news_thumbnail_list > li .wrap {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main .news_thumbnail_list > li .wrap {
    border-radius: 5px;
  }
}
.main .news_thumbnail_list > li .thumbnail {
  padding-top: 59%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #bababa;
}
.main .news_thumbnail_list > li .thumbnail img {
  display: block;
  width: 100%;
}
.main .news_thumbnail_list > li .title_block {
  padding: 16px 16px 35px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .main .news_thumbnail_list > li .title_block {
    padding: 10px 14px 21px;
  }
}
.main .news_thumbnail_list > li .title_block .news_title {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6666666667;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .main .news_thumbnail_list > li .title_block .news_title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .main .news_thumbnail_list > li .title_block .news_title {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}
.main .news_thumbnail_list > li .title_block .date {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #969696;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .main .news_thumbnail_list > li .title_block .date {
    font-size: 10px;
    letter-spacing: 0.03em;
  }
}
.main section.member_entry {
  padding-top: 69px;
  padding-bottom: 120px;
  background-color: #fff;
}
@media print, screen and (max-width: 1200px) {
  .main section.member_entry {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.main section.member_entry .member_entry_wrap {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .main section.member_entry .member_entry_wrap {
    padding-top: 20px;
  }
}
.main section.member_entry .member_entry_block {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.main section.member_entry .member_entry_block .member_entry_base {
  padding: 75px 60px 74px;
  background: #F4F4EA url(../media/images/pltf/top/member_entry/map.png) no-repeat right bottom/58.5%;
  border-radius: 10px;
}
@media print, screen and (max-width: 1200px) {
  .main section.member_entry .member_entry_block .member_entry_base {
    padding: 45px 45px 50px;
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry .member_entry_block .member_entry_base {
    padding: 29px 22px 46px;
    background-image: url(../media/images/pltf/top/member_entry/map_sp.svg);
    background-position: right 0 top 70%;
    background-size: 100%;
  }
}
.main section.member_entry .member_entry_block .member_entry_text {
  max-width: 440px;
}
.main section.member_entry .member_entry_block .member_entry_title {
  margin: 0 0 33px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  color: #064544;
}
@media screen and (max-width: 767px) {
  .main section.member_entry .member_entry_block .member_entry_title {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.5;
  }
}
[lang="en"] .main section.member_entry .member_entry_block .member_entry_title {
  font-size: 27px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main section.member_entry .member_entry_block .member_entry_title {
    font-size: 15px;
    line-height: 1.4;
  }
}
.main section.member_entry .member_entry_block .member_entry_copy {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .main section.member_entry .member_entry_block .member_entry_copy {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry .member_entry_block .member_entry_copy {
    margin-bottom: 47px;
  }
}
.main section.member_entry .member_entry_block .member_entry_copy p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.85;
  color: #5a6669;
}
@media screen and (max-width: 767px) {
  .main section.member_entry .member_entry_block .member_entry_copy p {
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.9166666667;
  }
}
[lang="en"] .main section.member_entry .member_entry_block .member_entry_copy p {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main section.member_entry .member_entry_block .member_entry_copy p {
    font-size: 12px;
    line-height: 1.6;
  }
}
.main section.member_entry .member_entry_block .button__yellow {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main section.member_entry .member_entry_block .button__yellow {
    margin: 8px auto 0;
    padding: 0 10px;
    width: 100%;
    max-width: 290px;
  }
  .main section.member_entry .member_entry_block .button__yellow a {
    max-width: 100%;
  }
}
.main section.member_entry .member_entry_block .member_entry_images .member_entry_img {
  position: absolute;
  max-width: 41.3%;
}
@media print, screen and (max-width: 1200px) {
  .main section.member_entry .member_entry_block .member_entry_images .member_entry_img {
    max-width: 40%;
  }
}
@media screen and (max-width: 980px) {
  .main section.member_entry .member_entry_block .member_entry_images .member_entry_img {
    position: relative;
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry .member_entry_block .member_entry_images .member_entry_img {
    max-width: 73%;
  }
}
.main section.member_entry .member_entry_block .member_entry_images .member_entry_img img {
  display: block;
  width: 100%;
}
.main section.member_entry .member_entry_block .member_entry_images .member_entry_img.img_1 {
  top: -12.1%;
  right: 1.7%;
}
@media print, screen and (max-width: 1200px) {
  .main section.member_entry .member_entry_block .member_entry_images .member_entry_img.img_1 {
    top: -5%;
    right: 0;
  }
}
@media screen and (max-width: 980px) {
  .main section.member_entry .member_entry_block .member_entry_images .member_entry_img.img_1 {
    top: 0%;
    right: 0;
    transform: translate(50%, 5%);
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry .member_entry_block .member_entry_images .member_entry_img.img_1 {
    top: 0%;
    right: 0;
    transform: translate(38.2%, -18%);
  }
}
.main section.member_entry .member_entry_block .member_entry_images .member_entry_img.img_2 {
  top: 30.3%;
  right: 17.9%;
}
@media print, screen and (max-width: 1200px) {
  .main section.member_entry .member_entry_block .member_entry_images .member_entry_img.img_2 {
    top: 30.3%;
    right: 13%;
  }
}
@media screen and (max-width: 980px) {
  .main section.member_entry .member_entry_block .member_entry_images .member_entry_img.img_2 {
    top: 0%;
    right: 0;
    transform: translate(-5%, -10%);
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry .member_entry_block .member_entry_images .member_entry_img.img_2 {
    top: 0%;
    right: 0;
    transform: translate(-2%, -48%);
  }
}
.main section.member_entry.full_width {
  padding-bottom: 0;
  background-color: transparent;
}
.main section.member_entry.full_width > div {
  max-width: 100%;
  padding-bottom: 0;
}
@media print, screen and (max-width: 1200px) {
  .main section.member_entry.full_width > div {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .main section.member_entry.full_width > div {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry.full_width > div {
    padding: 0;
  }
}
.main section.member_entry.full_width .member_entry_block {
  background: #F4F4EA url(../media/images/pltf/top/member_entry/map.png) no-repeat right bottom/50.5%;
}
@media print, screen and (max-width: 1200px) {
  .main section.member_entry.full_width .member_entry_block {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .main section.member_entry.full_width .member_entry_block {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 980px) {
  .main section.member_entry.full_width .member_entry_block {
    background-size: 58.5%;
    padding: 0 75px;
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry.full_width .member_entry_block {
    padding: 0 25px 0 28px;
  }
}
.main section.member_entry.full_width .member_entry_block .member_entry_base {
  padding: 55px 0 66px;
  margin: 0 auto;
  background: none;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .main section.member_entry.full_width .member_entry_block .member_entry_base {
    padding: 43px 0 54px;
  }
}
.main section.member_entry.full_width .member_entry_text {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .main section.member_entry.full_width .member_entry_copy {
    margin-bottom: 26px;
  }
}
.main section.member_entry.full_width .member_entry_copy p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main section.member_entry.full_width .member_entry_copy p {
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry.full_width .button__yellow {
    margin-top: -6px;
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry.full_width .member_entry_images {
    margin-top: 20px;
    transform: translateX(10px);
  }
  [lang="en"] .main section.member_entry.full_width .member_entry_images {
    margin-top: 40px;
  }
}
.main section.member_entry.full_width .member_entry_images .member_entry_img {
  max-width: 35.3%;
}
@media print, screen and (max-width: 1200px) {
  .main section.member_entry.full_width .member_entry_images .member_entry_img {
    max-width: 40%;
  }
}
@media screen and (max-width: 980px) {
  .main section.member_entry.full_width .member_entry_images .member_entry_img {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry.full_width .member_entry_images .member_entry_img {
    max-width: 68%;
  }
}
.main section.member_entry.full_width .member_entry_images .member_entry_img.img_1 {
  right: 8.7%;
}
@media print, screen and (max-width: 1200px) {
  .main section.member_entry.full_width .member_entry_images .member_entry_img.img_1 {
    right: 2%;
  }
}
@media screen and (max-width: 980px) {
  .main section.member_entry.full_width .member_entry_images .member_entry_img.img_1 {
    top: 0%;
    right: 0;
    transform: translate(50%, 5%);
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry.full_width .member_entry_images .member_entry_img.img_1 {
    top: 0%;
    right: 0;
    transform: translate(38.2%, -18%);
  }
}
.main section.member_entry.full_width .member_entry_images .member_entry_img.img_2 {
  right: 22.4%;
}
@media print, screen and (max-width: 1200px) {
  .main section.member_entry.full_width .member_entry_images .member_entry_img.img_2 {
    top: 35.3%;
    right: 13%;
  }
}
@media screen and (max-width: 980px) {
  .main section.member_entry.full_width .member_entry_images .member_entry_img.img_2 {
    right: 0;
    transform: translate(-5%, -10%);
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry.full_width .member_entry_images .member_entry_img.img_2 {
    top: 0%;
    right: 0;
    transform: translate(-2%, -48%);
  }
}
.main .img_list_col3 {
  display: flex;
  flex-flow: row wrap;
  margin: 53px 60px;
  padding: 60px 0 55px;
  list-style: none;
  border-top: 1px solid #bababa;
}
@media screen and (max-width: 767px) {
  .main .img_list_col3 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .main .img_list_col3 {
    margin: 36px 15px;
    padding: 40px 13px 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .main .img_list_col3 > li {
    flex: 0 0 30.65%;
    margin-left: 4%;
  }
  .main .img_list_col3 > li:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .main .img_list_col3 > li + li {
    margin-top: 40px;
  }
}
.main .img_list_col3 > li .thumbnail {
  border-radius: 10px;
  background-color: #5a6669;
}
@media screen and (max-width: 767px) {
  .main .img_list_col3 > li .thumbnail {
    border-radius: 5px;
  }
}
.main .img_list_col3 > li .thumbnail img {
  display: block;
  width: 100%;
}
.main .img_list_col3 > li .title {
  margin: 22px 0 18px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.5555555556;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .img_list_col3 > li .title {
    margin: 20px 0 17px;
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.5333333333;
  }
}
[lang="en"] .main .img_list_col3 > li .title {
  font-size: 16px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .img_list_col3 > li .title {
    font-size: 14px;
    line-height: 1.4;
  }
}
.main .img_list_col3 > li p {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7333333333;
  text-align: center;
  color: #5a6669;
}
@media screen and (max-width: 767px) {
  .main .img_list_col3 > li p {
    font-size: 12px;
    line-height: 1.66667;
  }
}
[lang="en"] .main .img_list_col3 > li p {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  [lang="en"] .main .img_list_col3 > li p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.main .block.you-tube {
  margin: 50px auto;
  max-width: 798px;
}
.main .block.you-tube > div {
  position: relative;
  margin: 0px auto;
  padding-top: 56.25%;
  width: 100%;
}
.main .block.you-tube > div iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cookie-attention {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #148560;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 20px;
  z-index: 90;
  transition-duration: .8s;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #cookie-attention {
    padding: 15px;
    font-size: 13px;
    line-height: 1.5;
  }
}
#cookie-attention.show {
  opacity: 1;
  visibility: visible;
}
#cookie-attention a {
  padding: 0 3px;
  color: #DDFF4E;
}
#cookie-attention .button {
  margin-left: 10px;
}
#cookie-attention .button button {
  border: 1px solid white;
  border-radius: 50px;
  background: white;
  color: #064544;
  cursor: pointer;
  padding: 4px 20px;
  font-weight: 700;
  line-height: 1;
}

/*# sourceMappingURL=pltf_common_2024.css.map */
